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 debug/9864] [3.3/3.4 regression] Fortran ICE in dwarf2out:add_abstract_origin_attribute with -g -O -finline-functions


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From smelkov at mph1 dot phys dot spbu dot ru  2003-08-10 12:43 -------
The bug seems to be not closed as the following produces ICE. 
 
------- 
c     g77.331 -c -g -O -finline-functions bug.f     -> ICE 
c 
      subroutine aaaa 
      implicit none 
 
      external cccc 
 
      return 
 
      entry bbbb 
 
      end 
------ 
 
bug.f:3: internal compiler error: in add_abstract_origin_attribute, at dwarf2out.c:9886 
Please submit a full bug report, 
with preprocessed source if appropriate. 
See <URL:http://gcc.gnu.org/bugs.html> for instructions. 
 
Release: 
gcc 3.3.1


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