From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11693 invoked by alias); 16 Sep 2010 19:10:48 -0000 Received: (qmail 11602 invoked by uid 48); 16 Sep 2010 19:10:35 -0000 Date: Thu, 16 Sep 2010 19:10:00 -0000 Subject: [Bug target/45693] New: [4.6 regression] All Tru64 UNIX EH tests fail X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "ro at gcc dot gnu dot org" 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 X-SW-Source: 2010-09/txt/msg01873.txt.bz2 Between 20100607 and 20100624, all Tru64 UNIX V5.1B EH tests started to fail, e.g. FAIL: g++.old-deja/g++.mike/eh33.C execution test This testcase segfaults like this: Program received signal SIGSEGV, Segmentation fault. __cxa_call_unexpected (exc_obj_in=0x70) at /vol/gcc/src/hg/trunk/local/libstdc++-v3/libsupc++/unwind-cxx.h:374 374 return (c & 1); (gdb) where #0 __cxa_call_unexpected (exc_obj_in=0x70) at /vol/gcc/src/hg/trunk/local/libstdc++-v3/libsupc++/unwind-cxx.h:374 #1 0x0000000120001a40 in foo () at /vol/gcc/src/hg/trunk/local/gcc/testsuite/g++.old-deja/g++.mike/eh33.C:10 #2 0x0000000120001a80 in main () at /vol/gcc/src/hg/trunk/local/gcc/testsuite/g++.old-deja/g++.mike/eh33.C:15 I'll start a reghunt to identify the culprit patch. Rainer -- Summary: [4.6 regression] All Tru64 UNIX EH tests fail Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: ro at gcc dot gnu dot org GCC build triplet: alpha-dec-osf5.1b GCC host triplet: alpha-dec-osf5.1b GCC target triplet: alpha-dec-osf5.1b http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45693