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 bootstrap/13540] New: [3.4 regression] gnat1 segmentation fault


stage2/xgcc -Bstage2/ -B/home/dave/opt/gnu/gcc/gcc-3.4/hppa-linux/bin/ -c -g -O2
      -gnatpg -gnata -g -O1 -fno-inline \
 -I- -I. -Iada -I../../gcc/gcc/ada ../../gcc/gcc/ada/a-except.adb -o ada/a-excep
t.o
+===========================GNAT BUG DETECTED==============================+
| 3.4.0 20040101 (experimental) (hppa-unknown-linux-gnu) Segmentation fault|
| No source file position information available                            |
| Please submit a bug report; see http://gcc.gnu.org/bugs.html.            |
| Include the entire contents of this bug box in the report.               |
| Include the exact gcc or gnatmake command that you entered.              |
| Also include sources listed below in gnatchop format                     |
| (concatenated together with no headers between files).                   |
+==========================================================================+

Please include these source files with error report
Note that list may not be accurate in some cases,
so please double check that the problem can still
be reproduced with the set of files listed.


compilation abandoned

Update for last successful build was at Wed Dec 31 15:09:06 UTC 2003.

I didn't have much luck in debugging this:

(gdb) r `cat xx.sh`
Starting program: /home/dave/gcc-3.4/objdir/gcc/stage2/gnat1 `cat xx.sh`
During symbol reading, unsupported tag: 'DW_TAG_subrange_type'.
During symbol reading, unexepected tag in read_type_die: 'DW_TAG_subrange_type'.
Die: DW_TAG_subrange_type (abbrev = 33, offset = 267998)
        has children: FALSE
        attributes:
                DW_AT_name (DW_FORM_strp) string: "atree__paren_count_type"
                DW_AT_lower_bound (DW_FORM_data1) constant: 0
                DW_AT_upper_bound (DW_FORM_data1) constant: 3
                DW_AT_type (DW_FORM_ref4) constant: 3859
Dwarf Error: Cannot find type of die [in module /home/dave/gcc-3.4/objdir/gcc/
stage2/gnat1]

This is with gdb 6.0.  With 5.3-debian,

(gdb) r `cat xx.sh`
Starting program: /home/dave/gcc-3.4/objdir/gcc/stage2/gnat1 `cat xx.sh`
internal error - unimplemented function unk_lang_create_fundamental_type called.

:(

-- 
           Summary: [3.4 regression] gnat1 segmentation fault
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: danglin at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: hppa-unknown-linux-gnu
  GCC host triplet: hppa-unknown-linux-gnu
GCC target triplet: hppa-unknown-linux-gnu


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


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