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/52559] New: [4.8 Regression] Spurious \x00 in error messages


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

             Bug #: 52559
           Summary: [4.8 Regression] Spurious \x00 in error messages
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Keywords: diagnostic
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: burnus@gcc.gnu.org
                CC: fxcoudert@gcc.gnu.org


Regression, probably due to:
  http://gcc.gnu.org/ml/fortran/2012-03/msg00015.html

There is now a spurious \x00 in the error messages:

 allocate(t::o)\x00
                1
Error: Type of entity at (1) is type incompatible with typespec


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