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/44869] [OOP] Missing TARGET check - and wrong code or accepts-invalid?



------- Comment #2 from burnus at gcc dot gnu dot org  2010-07-08 10:33 -------
If one removes the comment from the line marked with

  "Uncomment this for the crash to occur"


gfortran gives an ICE:

       call tst%init()       !! Uncomment this for the crash to occur
               1
Error: Found no matching specific binding for the call to the GENERIC 'init' at
(1)
bd.f90:68:0: internal compiler error: Segmentation fault


-- 

burnus at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-invalid-code


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


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