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 target/58208] deque<std::string> 32-bit "-O3" bug


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58208

--- Comment #9 from Tammy Hsu <tammy at Cadence dot COM> ---
I tried to run the g++ build on RHEL 5.5 on a RHEL 6.3 system, import seg
fault.

I then tried to rebuild gcc481 on RHEL 6.3 and rerun the testcase, it still
crash.

The glibc on RHEL 6.3 is glibc-2.12-1.80.el6.x86_64 and the kernel is
2.6.32-279.el6.

Also I tried to use the /bin/g++ on fedora 19 (gcc4.8.1). It misses
/usr/include/gnu/stubs.h and fails at compilation.
$ /bin/g++ -c  -fpic -m32 -std=c++11 -O3 qt.C
In file included from /usr/include/features.h:399:0,
                 from
/usr/include/c++/4.8.1/x86_64-redhat-linux/32/bits/os_defines.h:39,
                 from
/usr/include/c++/4.8.1/x86_64-redhat-linux/32/bits/c++config.h:420,
                 from /usr/include/c++/4.8.1/bits/stl_algobase.h:59,
                 from /usr/include/c++/4.8.1/deque:60,
                 from qt.C:1:
/usr/include/gnu/stubs.h:7:27: fatal error: gnu/stubs-32.h: No such file or
directory
 # include <gnu/stubs-32.h>
                           ^
compilation terminated.


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