[Bug bootstrap/14882] gcc 3.4.0-pre won't build with non-GCC compilers
jbuck at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Wed Apr 7 20:32:00 GMT 2004
------- Additional Comments From jbuck at gcc dot gnu dot org 2004-04-07 20:32 -------
It turns out that this bug is specific to HP's compiler. The HP compiler
supports "inline" in some contexts but not others. The intl directory uses a
different test for inline than the gcc directory does, so one thinks the
compiler has inline, the other does not. The specific uses of inline break HP's cc.
So, my patch will work, though it is ugly. What it does mean is that the test
for inline in whichever autoconf is in intl will return true on HP, but the
inline keyword is unusable for that compiler even though the test passes.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14882
More information about the Gcc-bugs
mailing list