This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/29429] Incorrect code with -O



------- Comment #3 from pinskia at gcc dot gnu dot org  2006-10-11 14:28 -------
(In reply to comment #2)
> You need to look at preprocessed source.  sig_atomic_t should have volatile
> qualifier on it.

It is not marked for glibc 2.4:

typedef int __sig_atomic_t;
typedef __sig_atomic_t sig_atomic_t;

So this is still not a GCC bug.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29429


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]