[Bug target/38182] stddef.h assumes machinee/ansi.h defines _ANSI_H_

2019-04-21 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=38182 Eric Gallager changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/38182] stddef.h assumes machinee/ansi.h defines _ANSI_H_

2019-01-21 Thread joseph at codesourcery dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=38182 --- Comment #20 from joseph at codesourcery dot com --- r261797 removed all references to _ANSI_H_ from stddef.h, so this issue can't be relevant after then.

[Bug target/38182] stddef.h assumes machinee/ansi.h defines _ANSI_H_

2019-01-21 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=38182 --- Comment #19 from Jonathan Wakely --- Is it even still an issue? I think NetBSD builds now.

[Bug target/38182] stddef.h assumes machinee/ansi.h defines _ANSI_H_

2019-01-19 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=38182 --- Comment #18 from Eric Gallager --- (In reply to jos...@codesourcery.com from comment #16) > Subject: Re: stddef.h assumes machinee/ansi.h defines > _ANSI_H_ > > On Mon, 7 Sep 2009, prlw1 at cam dot ac dot uk wrote: > > > I just got stuck

[Bug target/38182] stddef.h assumes machinee/ansi.h defines _ANSI_H_

2017-07-21 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=38182 Eric Gallager changed: What|Removed |Added CC||corsepiu at gcc dot gnu.org --- Comment

[Bug target/38182] stddef.h assumes machinee/ansi.h defines _ANSI_H_

2009-09-07 Thread joseph at codesourcery dot com
--- Comment #16 from joseph at codesourcery dot com 2009-09-07 17:24 --- Subject: Re: stddef.h assumes machinee/ansi.h defines _ANSI_H_ On Mon, 7 Sep 2009, prlw1 at cam dot ac dot uk wrote: > I just got stuck with this again: wondered why a NetBSD-5.99.15/i386 box with > gcc-HEAD wo

[Bug target/38182] stddef.h assumes machinee/ansi.h defines _ANSI_H_

2009-09-07 Thread prlw1 at cam dot ac dot uk
--- Comment #15 from prlw1 at cam dot ac dot uk 2009-09-07 16:47 --- I just got stuck with this again: wondered why a NetBSD-5.99.15/i386 box with gcc-HEAD wouldn't compile. Then remembered the #define _ANSI_H_ fix and all is well. What is impeding this patch from being applied? --

[Bug target/38182] stddef.h assumes machinee/ansi.h defines _ANSI_H_

2009-03-25 Thread prlw1 at cam dot ac dot uk
--- Comment #14 from prlw1 at cam dot ac dot uk 2009-03-25 18:57 --- I take it all is in hand, and I don't need to test anything? (I did a successful build with the same as the first patch, but defining _MACHINE_ANSI_H_ - this is equivalent - all went well) -- http://gcc.gnu.org/bug

[Bug target/38182] stddef.h assumes machinee/ansi.h defines _ANSI_H_

2009-03-24 Thread joseph at codesourcery dot com
--- Comment #13 from joseph at codesourcery dot com 2009-03-24 16:04 --- Subject: Re: stddef.h assumes machinee/ansi.h defines _ANSI_H_ On Tue, 24 Mar 2009, aran at 100acres dot us wrote: > Joseph, > The fixincludes changes fix another issue. Should I create > a new bug an

[Bug target/38182] stddef.h assumes machinee/ansi.h defines _ANSI_H_

2009-03-24 Thread aran at 100acres dot us
--- Comment #12 from aran at 100acres dot us 2009-03-24 15:49 --- Subject: Re: stddef.h assumes machinee/ansi.h defines _ANSI_H_ Joseph, The fixincludes changes fix another issue. Should I create a new bug and reference that bug in the e-mail or just describe the problem in

[Bug target/38182] stddef.h assumes machinee/ansi.h defines _ANSI_H_

2009-03-24 Thread joseph at codesourcery dot com
--- Comment #11 from joseph at codesourcery dot com 2009-03-24 13:32 --- Subject: Re: stddef.h assumes machinee/ansi.h defines _ANSI_H_ I see you did in fact send the stddef.h changes to gcc-patches - thanks for splitting up the separate logical parts of the patch (which is always

[Bug target/38182] stddef.h assumes machinee/ansi.h defines _ANSI_H_

2009-03-24 Thread joseph at codesourcery dot com
--- Comment #10 from joseph at codesourcery dot com 2009-03-24 13:22 --- Subject: Re: stddef.h assumes machinee/ansi.h defines _ANSI_H_ On Tue, 24 Mar 2009, aran at 100acres dot us wrote: > This is a combination of the other two patches. GCC's version of stddef.h is > still install

[Bug target/38182] stddef.h assumes machinee/ansi.h defines _ANSI_H_

2009-03-23 Thread aran at 100acres dot us
--- Comment #9 from aran at 100acres dot us 2009-03-24 06:16 --- Created an attachment (id=17528) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17528&action=view) Removes problematic fixincludes and defines _ANSI_H in stddef.h This is a combination of the other two patches. GCC's

[Bug target/38182] stddef.h assumes machinee/ansi.h defines _ANSI_H_

2009-03-23 Thread prlw1 at cam dot ac dot uk
--- Comment #8 from prlw1 at cam dot ac dot uk 2009-03-23 21:07 --- What about the first patch, which seems less drastic? (I think it would be better to install gcc's stddef.h, so there is one thing less to remember when upgrading gcc) It seems that if our machine/ansi.h defined _MACHINE

[Bug target/38182] stddef.h assumes machinee/ansi.h defines _ANSI_H_

2009-03-23 Thread joseph at codesourcery dot com
--- Comment #7 from joseph at codesourcery dot com 2009-03-23 20:53 --- Subject: Re: stddef.h assumes machinee/ansi.h defines _ANSI_H_ On Mon, 23 Mar 2009, prlw1 at cam dot ac dot uk wrote: > --- Comment #6 from prlw1 at cam dot ac dot uk 2009-03-23 20:45 --- > (In reply to

[Bug target/38182] stddef.h assumes machinee/ansi.h defines _ANSI_H_

2009-03-23 Thread prlw1 at cam dot ac dot uk
--- Comment #6 from prlw1 at cam dot ac dot uk 2009-03-23 20:45 --- (In reply to comment #5) > The patch is obviously wrong (it changes the installed headers for all > targets instead of setting USER_H to adjust the list for the target with > this issue) Care to explain more re USER_H

[Bug target/38182] stddef.h assumes machinee/ansi.h defines _ANSI_H_

2009-03-23 Thread joseph at codesourcery dot com
--- Comment #5 from joseph at codesourcery dot com 2009-03-23 20:35 --- Subject: Re: stddef.h assumes machinee/ansi.h defines _ANSI_H_ The patch is obviously wrong (it changes the installed headers for all targets instead of setting USER_H to adjust the list for the target with this

[Bug target/38182] stddef.h assumes machinee/ansi.h defines _ANSI_H_

2009-03-23 Thread prlw1 at cam dot ac dot uk
--- Comment #4 from prlw1 at cam dot ac dot uk 2009-03-23 19:31 --- Just hit this bug. Either solution looks good (am about to test, but spent ages reaching the same conclusion, so expect success for both) Anyone from gcc listening? -- prlw1 at cam dot ac dot uk changed:

[Bug target/38182] stddef.h assumes machinee/ansi.h defines _ANSI_H_

2009-02-19 Thread aran at 100acres dot us
--- Comment #3 from aran at 100acres dot us 2009-02-19 21:46 --- Created an attachment (id=17333) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17333&action=view) Removes gcc's version of both stddef.h and sys/types.h This patch removes gcc's version of stddef.h and the "fixed" ve

[Bug target/38182] stddef.h assumes machinee/ansi.h defines _ANSI_H_

2009-02-10 Thread hbent at cs dot oberlin dot edu
--- Comment #2 from hbent at cs dot oberlin dot edu 2009-02-11 04:32 --- I am seeing this on NetBSD 5.99.7, and can confirm that this prevents gcc from building at all on NetBSD 5.99.x. Is there any way this can get into 4.4.0? It is a very simple fix and applies cleanly. -- hbent