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/25926] A87B59A SIGABRT



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


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