This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: module level flags
- From: dewar at gnat dot com (Robert Dewar)
- To: bkorb at pacbell dot net, dewar at gnat dot com
- Cc: drow at mvista dot com, gcc at gcc dot gnu dot org, gdr at integrable-solutions dot net,zack at codesourcery dot com
- Date: Sun, 29 Sep 2002 16:36:37 -0400 (EDT)
- Subject: Re: module level flags
<<On which platform? The answer is: it depends.
On my particular platform, the compliler "t_word".
It has previously seen, "typedef int t_word;".
On my Solaris 2.8 box, it would be a 64 bit sized bucket.
>>
Right, and clearly for this definition yoru code was incorrect from the
standard. If you don't like this semantics,clearly document that you are not writing
in C, and turn off strict aliasing.