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/52158] Regression on character function with gfortran 4.7


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

Tobias Burnus <burnus at gcc dot gnu.org> changed:

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

--- Comment #1 from Tobias Burnus <burnus at gcc dot gnu.org> 2012-02-08 08:13:27 UTC ---
Possible patch:
  http://gcc.gnu.org/ml/fortran/2012-02/msg00031.html

While the patch fixes a bogus error, it also protected the compiler from an -
unrelated - ICE involving deferred-length function results: One now gets for PR
45170 comment #19 a segfault instead of the bogus error message. Cf.
  http://gcc.gnu.org/ml/fortran/2012-02/msg00035.html


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