From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22140 invoked by alias); 4 Feb 2006 01:26:43 -0000 Received: (qmail 22125 invoked by uid 48); 4 Feb 2006 01:26:41 -0000 Date: Sat, 04 Feb 2006 01:26:00 -0000 Message-ID: <20060204012641.22124.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug target/25926] A87B59A SIGABRT In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "danglin at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2006-02/txt/msg00301.txt.bz2 List-Id: ------- Comment #5 from danglin at gcc dot gnu dot org 2006-02-04 01:26 ------- Fixed on 4.1 and trunk by patch. Earlier versions of GCC don't have DWARF2 EH support on this target. HP-UX 11 is not affected by this problem as it uses a different technique for initialization. To obtain a complete Ada testrun, I patched norun.lst as follows: norun.lst run_acats stackcheck.lst tests 535 (hiauly1)dave> svn diff norun.lst Index: norun.lst =================================================================== --- norun.lst (revision 110567) +++ norun.lst (working copy) @@ -2,7 +2,9 @@ c52103x c52104x c52104y +c974013 cdd2a03 +cxg2014 templat # Tests must be sorted in alphabetical order # c380004: should be front-end compile time error, PR ada/18817 c974013 hangs on HP-UX 10.20. I'm not sure about cxg2014 but it hangs on HP-UX 11.11. -- danglin at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25926