[Bug lto/40790] plugin-api.h unconditionally includes stdint.h

2009-10-31 Thread rguenth at gcc dot gnu dot org
--- Comment #19 from rguenth at gcc dot gnu dot org 2009-10-31 13:05 --- Well, LTO problem fixed. The plugin (GCC plugin, not linker plugin!) testsuite should be fixed up. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug lto/40790] plugin-api.h unconditionally includes stdint.h

2009-10-26 Thread ebotcazou at gcc dot gnu dot org
--- Comment #18 from ebotcazou at gcc dot gnu dot org 2009-10-26 20:41 --- Fixed on Solaris 10 by http://gcc.gnu.org/ml/gcc-cvs/2009-10/msg00629.html There is still a problem in the testsuite though: http://gcc.gnu.org/ml/gcc-testresults/2009-10/msg02530.html Executing on build:

[Bug lto/40790] plugin-api.h unconditionally includes stdint.h

2009-10-18 Thread ebotcazou at gcc dot gnu dot org
-- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added Severity|normal |major Last reconfirmed|2009-07-22 00:02:48 |2009-10-19

[Bug lto/40790] plugin-api.h unconditionally includes stdint.h

2009-10-12 Thread ebotcazou at gcc dot gnu dot org
--- Comment #17 from ebotcazou at gcc dot gnu dot org 2009-10-12 06:10 --- Present on Solaris versions 10. -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added

[Bug lto/40790] plugin-api.h unconditionally includes stdint.h

2009-10-09 Thread ro at techfak dot uni-bielefeld dot de
--- Comment #10 from ro at techfak dot uni-bielefeld dot de 2009-10-09 12:42 --- Subject: Re: plugin-api.h unconditionally includes stdint.h --- Comment #9 from espindola at google dot com 2009-10-08 18:20 --- [...] The only thing the compiler should need the plugin-api.h

[Bug lto/40790] plugin-api.h unconditionally includes stdint.h

2009-10-09 Thread espindola at google dot com
--- Comment #11 from espindola at google dot com 2009-10-09 12:58 --- Why all those contortions if there seems to be an easy way out: just use the GCC_HEADER_STDINT macro from config/m4 and include the resulting (e.g.) gstdint.h instead of stdint.h? Interesting. One problem is that

[Bug lto/40790] plugin-api.h unconditionally includes stdint.h

2009-10-09 Thread joseph at codesourcery dot com
--- Comment #12 from joseph at codesourcery dot com 2009-10-09 12:58 --- Subject: Re: plugin-api.h unconditionally includes stdint.h On Fri, 9 Oct 2009, ro at techfak dot uni-bielefeld dot de wrote: --- Comment #10 from ro at techfak dot uni-bielefeld dot de 2009-10-09 12:42

[Bug lto/40790] plugin-api.h unconditionally includes stdint.h

2009-10-09 Thread ro at techfak dot uni-bielefeld dot de
--- Comment #13 from ro at techfak dot uni-bielefeld dot de 2009-10-09 13:21 --- Subject: Re: plugin-api.h unconditionally includes stdint.h --- Comment #11 from espindola at google dot com 2009-10-09 12:58 --- Why all those contortions if there seems to be an easy way

[Bug lto/40790] plugin-api.h unconditionally includes stdint.h

2009-10-09 Thread ro at techfak dot uni-bielefeld dot de
--- Comment #14 from ro at techfak dot uni-bielefeld dot de 2009-10-09 13:24 --- Subject: Re: plugin-api.h unconditionally includes stdint.h --- Comment #12 from joseph at codesourcery dot com 2009-10-09 12:58 --- [...] That would be no problem since AFAIK gold only

[Bug lto/40790] plugin-api.h unconditionally includes stdint.h

2009-10-09 Thread espindola at google dot com
--- Comment #15 from espindola at google dot com 2009-10-09 13:30 --- Why the complications? Just use GCC_HEADER_STDINT in both gcc and gold and be done with it. If the intention is for gold to support platforms beyond GNU/Linux with ELF, it will run into the need sooner or later

[Bug lto/40790] plugin-api.h unconditionally includes stdint.h

2009-10-09 Thread joseph at codesourcery dot com
--- Comment #16 from joseph at codesourcery dot com 2009-10-09 14:44 --- Subject: Re: plugin-api.h unconditionally includes stdint.h On Fri, 9 Oct 2009, ro at techfak dot uni-bielefeld dot de wrote: gold supports non-ELF hosts (or will once Andrew Pinski's MinGW host patches

[Bug lto/40790] plugin-api.h unconditionally includes stdint.h

2009-10-08 Thread espindola at google dot com
--- Comment #9 from espindola at google dot com 2009-10-08 18:20 --- (In reply to comment #8) Raphael, can you look into this? Sure. Sorry about the delay. The only thing the compiler should need the plugin-api.h for is the enum ld_plugin_symbol_resolution. If we split

[Bug lto/40790] plugin-api.h unconditionally includes stdint.h

2009-10-07 Thread rguenth at gcc dot gnu dot org
--- Comment #8 from rguenth at gcc dot gnu dot org 2009-10-07 09:33 --- Raphael, can you look into this? -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug lto/40790] plugin-api.h unconditionally includes stdint.h

2009-10-06 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2009-10-06 16:32 --- *** Bug 41607 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug lto/40790] plugin-api.h unconditionally includes stdint.h

2009-10-05 Thread ro at techfak dot uni-bielefeld dot de
--- Comment #6 from ro at techfak dot uni-bielefeld dot de 2009-10-05 12:51 --- Subject: Re: plugin-api.h unconditionally includes stdint.h --- Comment #5 from rguenth at gcc dot gnu dot org 2009-10-04 20:27 --- Rainer, I think the checks are in place to properly set

[Bug lto/40790] plugin-api.h unconditionally includes stdint.h

2009-10-04 Thread danglin at gcc dot gnu dot org
--- Comment #4 from danglin at gcc dot gnu dot org 2009-10-04 20:11 --- The problem is also present on hppa64-hp-hpux11.11 with GCC versions earlier than 4.5. Comment #2 fixes the compilation error on this target. -- danglin at gcc dot gnu dot org changed: What

[Bug lto/40790] plugin-api.h unconditionally includes stdint.h

2009-10-04 Thread rguenth at gcc dot gnu dot org
--- Comment #5 from rguenth at gcc dot gnu dot org 2009-10-04 20:27 --- Rainer, I think the checks are in place to properly set HAVE_STDINT_H and HAVE_INTTYPES_H or provide defines for intptr_t and uintptr_t. Can you do actual verification if comment #2 fixes your issue? --

[Bug lto/40790] plugin-api.h unconditionally includes stdint.h

2009-09-16 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2009-09-16 13:20 --- Does replacing the #include with #ifdef HAVE_STDINT_H #include stdint.h #endif #ifdef HAVE_INTTYPES_H #include inttypes.h #endif work for you? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40790

[Bug lto/40790] plugin-api.h unconditionally includes stdint.h

2009-09-16 Thread ro at techfak dot uni-bielefeld dot de
--- Comment #3 from ro at techfak dot uni-bielefeld dot de 2009-09-16 14:37 --- Subject: Re: plugin-api.h unconditionally includes stdint.h --- Comment #2 from rguenth at gcc dot gnu dot org 2009-09-16 13:20 --- Does replacing the #include with #ifdef HAVE_STDINT_H

[Bug lto/40790] plugin-api.h unconditionally includes stdint.h

2009-07-21 Thread bje at gcc dot gnu dot org
--- Comment #1 from bje at gcc dot gnu dot org 2009-07-22 00:02 --- Confirmed. -- bje at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED