public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/8307] libstdc++ fails to compile because of fixincludes headers
       [not found] <20021021222600.8307.pgonzalez@bluel.com>
@ 2003-08-05  1:53 ` neroden at gcc dot gnu dot org
  2003-08-24 18:19 ` dhazeghi at yahoo dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 7+ messages in thread
From: neroden at gcc dot gnu dot org @ 2003-08-05  1:53 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From neroden at gcc dot gnu dot org  2003-08-05 01:53 -------
Possiblility 1. Fixincludes/fixproto is simply running on the wrong set of
headers (this can be checked by looking at the value of SYSTEM_HEADER_DIR in the gcc
Makefile, which should refer to the correct header directory).
Possibility 2. A fixincludes hack is demolishing stdlib.h.  (Run fixincludes
by typing 'make stmp-fixinc' in the gcc/ directory, and see if there are lines
saying 'Fixed: stdlib.h'.  Those hacks will be the possible culprits.)
Possibility 3. It's being trampled post-fixincludes, by fix-header.c/fixproto.
(this seems unlikely, but is possible).

The solutions are quite different in the three cases, so if it could be determined for sure which one was going wrong, it would help a lot in 
tracking this down.


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

* [Bug libstdc++/8307] libstdc++ fails to compile because of fixincludes headers
       [not found] <20021021222600.8307.pgonzalez@bluel.com>
  2003-08-05  1:53 ` [Bug libstdc++/8307] libstdc++ fails to compile because of fixincludes headers neroden at gcc dot gnu dot org
@ 2003-08-24 18:19 ` dhazeghi at yahoo dot com
  2003-09-19 17:57 ` pinskia at gcc dot gnu dot org
  2003-09-21 15:00 ` pgonzalez at bluel dot com
  3 siblings, 0 replies; 7+ messages in thread
From: dhazeghi at yahoo dot com @ 2003-08-24 18:19 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From dhazeghi at yahoo dot com  2003-08-24 18:19 -------
Just a reminder that this bug is still in WAITING, and will be closed, if we don't get feedback about 
it. I'm unable to see this with gcc mainline, cvs newlib and binutils, though thanks to PR11476, I 
must disable multilibs to build.


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

* [Bug libstdc++/8307] libstdc++ fails to compile because of fixincludes headers
       [not found] <20021021222600.8307.pgonzalez@bluel.com>
  2003-08-05  1:53 ` [Bug libstdc++/8307] libstdc++ fails to compile because of fixincludes headers neroden at gcc dot gnu dot org
  2003-08-24 18:19 ` dhazeghi at yahoo dot com
@ 2003-09-19 17:57 ` pinskia at gcc dot gnu dot org
  2003-09-21 15:00 ` pgonzalez at bluel dot com
  3 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-09-19 17:57 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |INVALID


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-09-19 15:59 -------
No feedback in 3 months and Dara could not reproduce this.


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

* [Bug libstdc++/8307] libstdc++ fails to compile because of fixincludes headers
       [not found] <20021021222600.8307.pgonzalez@bluel.com>
                   ` (2 preceding siblings ...)
  2003-09-19 17:57 ` pinskia at gcc dot gnu dot org
@ 2003-09-21 15:00 ` pgonzalez at bluel dot com
  3 siblings, 0 replies; 7+ messages in thread
From: pgonzalez at bluel dot com @ 2003-09-21 15:00 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From pgonzalez at bluel dot com  2003-09-21 10:36 -------
Sorry I didn't respond sooner.  I am happy with this outcome.
I've been able to workaround the bugs by deleting the bad
headers, and the problem seemed to have been fixed in a
recent 3.4 snapshot.


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

* [Bug libstdc++/8307] libstdc++ fails to compile because of fixincludes headers
       [not found] <20021021222600.8307.gonz@ratloop.com>
  2003-06-08  7:57 ` dhazeghi@yahoo.com
  2003-06-17 16:10 ` gonz@ratloop.com
@ 2003-07-20 21:42 ` dank at kegel dot com
  2 siblings, 0 replies; 7+ messages in thread
From: dank at kegel dot com @ 2003-07-20 21:42 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From dank at kegel dot com  2003-07-20 21:42 -------
This is the kind of stuff I had to dance around for weeks when I
was writing http://kegel.com/crosstool, my build scripts for
gcc/glibc cross-compilers.  There might be some ideas there for
you on how to force it to not do fixincludes.  I wish I had time
to add newlib support to my build scripts, but I haven't had a
business reason to yet...


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

* [Bug libstdc++/8307] libstdc++ fails to compile because of fixincludes headers
       [not found] <20021021222600.8307.gonz@ratloop.com>
  2003-06-08  7:57 ` dhazeghi@yahoo.com
@ 2003-06-17 16:10 ` gonz@ratloop.com
  2003-07-20 21:42 ` dank at kegel dot com
  2 siblings, 0 replies; 7+ messages in thread
From: gonz@ratloop.com @ 2003-06-17 16:10 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From gonz@ratloop.com  2003-06-17 16:10 -------
I was able to confirm the problem under Debian Linux, using the latest GCC 3.3 
sources but with patches applied.  I need to verify that the patches are not 
the cause of the problem, however it will take me a couple weeks to allocate 
the time for this.

-Pete


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

* [Bug libstdc++/8307] libstdc++ fails to compile because of fixincludes headers
       [not found] <20021021222600.8307.gonz@ratloop.com>
@ 2003-06-08  7:57 ` dhazeghi@yahoo.com
  2003-06-17 16:10 ` gonz@ratloop.com
  2003-07-20 21:42 ` dank at kegel dot com
  2 siblings, 0 replies; 7+ messages in thread
From: dhazeghi@yahoo.com @ 2003-06-08  7:57 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


dhazeghi@yahoo.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
  GCC build triplet|                            |i686-pc-cygwin
   GCC host triplet|                            |i686-pc-cygwin
 GCC target triplet|                            |arm-agb-elf


------- Additional Comments From dhazeghi@yahoo.com  2003-06-08 07:57 -------
Hello,

would it be possible for you to verify that this problem still occurs with gcc 3.3? Thanks,

Dara


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

end of thread, other threads:[~2003-09-21 10:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20021021222600.8307.pgonzalez@bluel.com>
2003-08-05  1:53 ` [Bug libstdc++/8307] libstdc++ fails to compile because of fixincludes headers neroden at gcc dot gnu dot org
2003-08-24 18:19 ` dhazeghi at yahoo dot com
2003-09-19 17:57 ` pinskia at gcc dot gnu dot org
2003-09-21 15:00 ` pgonzalez at bluel dot com
     [not found] <20021021222600.8307.gonz@ratloop.com>
2003-06-08  7:57 ` dhazeghi@yahoo.com
2003-06-17 16:10 ` gonz@ratloop.com
2003-07-20 21:42 ` dank at kegel dot com

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).