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/58947] [OOP] ICE on select type with non-polymorphic selector


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

janus at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |janus at gcc dot gnu.org

--- Comment #1 from janus at gcc dot gnu.org ---
I get the correct error


  select type (x=>a%i)
                      1
Error: Selector shall be polymorphic in SELECT TYPE statement at (1)



with both of these versions (on x86_64-linux-gnu):

gcc version 4.8.1 (Ubuntu/Linaro 4.8.1-10ubuntu8)
gcc version 4.9.0 20131009 (experimental) [trunk revision 203329] (GCC)


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