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


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