From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11302 invoked by alias); 26 Aug 2013 17:08:23 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 11277 invoked by uid 48); 26 Aug 2013 17:08:19 -0000 From: "tammy at Cadence dot COM" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/58208] deque 32-bit "-O3" bug Date: Mon, 26 Aug 2013 17:08:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 4.8.1 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: tammy at Cadence dot COM X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2013-08/txt/msg01321.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58208 --- Comment #9 from Tammy Hsu --- 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 ^ compilation terminated.