[Bug libstdc++/19656] libstdc++ testsuite results differ if bootstrap gcc 4.0 using some gcc 4.0 version or early (gcc 3.4.3) gcc version at FreeBSD
wanderer at rsu dot ru
gcc-bugzilla@gcc.gnu.org
Mon Jan 31 18:45:00 GMT 2005
------- Additional Comments From wanderer at rsu dot ru 2005-01-31 18:44 -------
And PR18360 indeed related to this bug report.
If gcc 3.4.3 bootstraped using installed gcc 4.0:
gcc/intl/configure test using gcc 4.0 and found /usr/local/include/libintl.h
and remember this
But stage1 gcc 3.4.3 not search in /usr/local/include and fail compile stage2
with error:
In file included from c-parse.y:42:
/home/wanderer/pkg/build/gcc/src/gcc_34/gcc/gcc/intl.h:31:21: libintl.h: No
such file or directory
I think rebuilding gcc/intl before each stage using previous build C compiler
can fix PR19656 and PR18360
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19656
More information about the Gcc-bugs
mailing list