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]

Re: debug/9864: [3.2/3.3/3.4 regression] Fortran ICE indwarf2out:add_abstract_origin_attribute with -g -O -finline-functions


Here's an even shorter testcase without all the warnings (which still ICEs):

-----------------------snip here------------------------
      SUBROUTINE FOO
      CALL BAR
      END

      SUBROUTINE BAZ
      ENTRY BAR
      CALL QUUS
      END
-----------------------snip here------------------------

Regards,
Volker

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=9864



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