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/44348] ICE in build_function_decl



------- Comment #1 from pault at gcc dot gnu dot org  2010-06-01 05:02 -------
This is rather easily fixed, I suspect:

if (sym->attr.dummy && sym->attr.if_source == IFSRC_DECL)
  {
    ...error...
  }

in resolve.c should do the job.  Just have to find the right place!

Confirmed

Paul


-- 

pault at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
           Keywords|                            |ice-on-invalid-code
   Last reconfirmed|0000-00-00 00:00:00         |2010-06-01 05:02:32
               date|                            |


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


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