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/31213] ICE on valid code with gfortran



------- Comment #2 from fxcoudert at gcc dot gnu dot org  2007-03-24 20:53 -------
Reduced testcase:

function tricky(ugly)
  interface yoagly
    pure function ugly()
      complex ugly(2)
    end function ugly
  end interface yoagly

  logical la(size(yoagly()))
  print *, size(la)
end function tricky

I would have bet that this would be fixed when Paul fixed PR31215, because it's
an ICE in the same place, but it appears it isn't fixed. Paul, since the
previous PRs were really related, you might understand this one easily?


-- 

fxcoudert at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fxcoudert at gcc dot gnu dot
                   |                            |org, pault at gcc dot gnu
                   |                            |dot org
      Known to fail|                            |4.1.3 4.2.0 4.3.0
   Last reconfirmed|2007-03-21 17:15:41         |2007-03-24 20:53:03
               date|                            |


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


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