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 fortran/33408] New: internal compiler error: tree check: expected type_decl, have in debug_flush_symbol_queue, at final.c:3986


I get a crash when I try to compile this program with the given options. The
problem seems to related to the size of the program - I tried pulling out many
different sections and it no longer crashed -

[dranta:~/junk] dir% gfortran -fcray-pointer -fno-automatic -g -O0 -c out.f
outt.F:3155.19:

      common/aux14/                                                     
                  1
Warning: Named COMMON block 'aux14' at (1) shall be of the same size
outt.F:4193.19:

      common/aux14/stfv(lnv),fni(lnv),fxi(lnv),fyi(lnv),fzi(lnv),       
                  1
Warning: Named COMMON block 'aux14' at (1) shall be of the same size
outt.F:4502.19:

      common/aux14/pxs(lnv),pys(lnv),pzs(lnv),pxt(lnv),pyt(lnv),        
                  1
Warning: Named COMMON block 'aux14' at (1) shall be of the same size
outt.F:9616.19:

      common/aux14/ic(9085),icount                                      
                  1
Warning: Named COMMON block 'aux14' at (1) shall be of the same size
outt.F: In function 'autobug1':
outt.F:22832: internal compiler error: tree check: expected type_decl, have  in
debug_flush_symbol_queue, at final.c:3986
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
[dranta:~/junk] dir% gfortran --v
Using built-in specs.
Target: powerpc-apple-darwin8.10.0
Configured with: ../gcc/configure --disable-bootstrap --enable-multilib
--prefix=/usr/local/gfortran --enable-languages=c,fortran
Thread model: posix
gcc version 4.3.0 20070912 (experimental) (GCC)


-- 
           Summary: internal compiler error: tree check: expected type_decl,
                    have  in debug_flush_symbol_queue, at final.c:3986
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: dir at lanl dot gov
  GCC host triplet: powerpc-apple-darwin8.10.0


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


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