Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • \$\begingroup\$ Nice! Unfortunately it prints "The quick brown fox jumps over thazy dog" for me using Clang/GCC/ICC under Mac OS X. And under Linux (a virtual machine with Arch) it prints the correct string using GCC and the thazy string using Clang. As Clang is generally more correct and standards compliant, there seems to be something odd going on. \$\endgroup\$ Commented Apr 19, 2013 at 5:21
  • \$\begingroup\$ It also prints the thazy string using GCC with optimizations under Linux. \$\endgroup\$ Commented Apr 19, 2013 at 5:28
  • 2
    \$\begingroup\$ @fors, Fixed. It was a missing {} in one of the lines, which made it sensitive to a's return value. \$\endgroup\$ Commented Apr 19, 2013 at 11:50