public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/44003] gcc 4.5.0 stddef.h clobbers __size_t with #define, breaks VMS (code already avoids similar on FreeBSD)‏
       [not found] <bug-44003-4@http.gcc.gnu.org/bugzilla/>
@ 2012-04-10 14:30 ` gingold at gcc dot gnu.org
  0 siblings, 0 replies; 2+ messages in thread
From: gingold at gcc dot gnu.org @ 2012-04-10 14:30 UTC (permalink / raw)
  To: gcc-bugs

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

gingold@gcc.gnu.org <gingold at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |gingold at gcc dot gnu.org
         Resolution|                            |FIXED

--- Comment #2 from gingold at gcc dot gnu.org <gingold at gcc dot gnu.org> 2012-04-10 14:29:48 UTC ---
Now fixed by change in stddef.h


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bug c/44003] gcc 4.5.0 stddef.h clobbers __size_t with #define, breaks VMS (code already avoids similar on FreeBSD)&#8207;
  2010-05-06  8:12 [Bug c/44003] New: " jay dot krell at cornell dot edu
@ 2010-05-10 23:01 ` jay dot krell at cornell dot edu
  0 siblings, 0 replies; 2+ messages in thread
From: jay dot krell at cornell dot edu @ 2010-05-10 23:01 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from jay dot krell at cornell dot edu  2010-05-10 23:01 -------
ps:
#if (defined (__FreeBSD__) && (__FreeBSD__>= 5)) || defined(__vms)

can probably just be:

#if __FreeBSD__>= 5 || defined(__vms)

or:

#if __FreeBSD__ | __vms
assuming the #define can also be be ommited on FreeBSD < 5, or that FreeBSD < 5
isn't supported, and depending on undefined to evaluate to 0.


 - Jay


-- 


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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-04-10 14:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-44003-4@http.gcc.gnu.org/bugzilla/>
2012-04-10 14:30 ` [Bug c/44003] gcc 4.5.0 stddef.h clobbers __size_t with #define, breaks VMS (code already avoids similar on FreeBSD)&#8207; gingold at gcc dot gnu.org
2010-05-06  8:12 [Bug c/44003] New: " jay dot krell at cornell dot edu
2010-05-10 23:01 ` [Bug c/44003] " jay dot krell at cornell dot edu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).