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/64933] ASSOCIATE on a character variable does not allow substring expressions


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64933

Dominique d'Humieres <dominiq at lps dot ens.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2015-02-13
                 CC|                            |pault at gcc dot gnu.org
     Ever confirmed|0                           |1

--- Comment #2 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
Up to revision r219797 (2015-01-17), I get the error

pr64933.f90:5:31:

 ASSOCIATE(should_work=>char_var)
                               1
Error: Associate-name 'should_work' at (1) is used as array

Starting at r219823 (2015-01-18) I get the ICE. Likely a fall out of r219814
(pr55901). Please feel free to mark this PR as a 5.0 regression.


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