[Bug c++/38297] O2 causes invalid code
cdfrey at netdirect dot ca
gcc-bugzilla@gcc.gnu.org
Fri Nov 28 19:26:00 GMT 2008
------- Comment #8 from cdfrey at netdirect dot ca 2008-11-28 19:24 -------
Why is the union access not portable, and listed as a GCC extension?
According to the quotation of the standard at:
http://mail-index.netbsd.org/tech-kern/2003/08/11/0001.html
(this link is found in the GCC docs on this topic)
The standard seems to list a union as a valid way to do type punning.
I can understand if it's just a matter of other compilers being buggy, but is
there any other reason that might make this non-portable?
What am I missing?
Thanks,
- Chris
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38297
More information about the Gcc-bugs
mailing list