This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]