This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[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
- From: "wanderer at rsu dot ru" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 31 Jan 2005 16:59:24 -0000
- Subject: [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
- References: <20050127125831.19656.wanderer@rsu.ru>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From wanderer at rsu dot ru 2005-01-31 16:59 -------
I found problem:
At FreeBSD intl.h placed in /usr/local/include
and gcc 3.4.* not search by default /usr/local/include for system headers
(I check this for system compiler gcc version 3.4.2 [FreeBSD] 20040728 and gcc
3.4.3)
gcc/intl/configure check intl.h by run test with command line:
gcc -o conftest -g -O2 conftest.c 1>&5
and fail.
As result if gcc 4.0 bootstrap using gcc 3.4.* we have
gcc 4.0 with disabled intl support :(((
--
What |Removed |Added
----------------------------------------------------------------------------
CC| |ljrittle at gcc dot gnu dot
| |org, pinskia at gcc dot gnu
| |dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19656