public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/52559] New: [4.8 Regression] Spurious \x00 in error messages
@ 2012-03-12 10:49 burnus at gcc dot gnu.org
  2012-03-12 13:23 ` [Bug fortran/52559] " rguenth at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: burnus at gcc dot gnu.org @ 2012-03-12 10:49 UTC (permalink / raw)
  To: gcc-bugs

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug fortran/52559] [4.8 Regression] Spurious \x00 in error messages
  2012-03-12 10:49 [Bug fortran/52559] New: [4.8 Regression] Spurious \x00 in error messages burnus at gcc dot gnu.org
@ 2012-03-12 13:23 ` rguenth at gcc dot gnu.org
  2012-03-13 17:40 ` [Bug fortran/52559] [4.8 Regression] Spurious \x00 in error messages of lines with tab burnus at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-03-12 13:23 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.8.0


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug fortran/52559] [4.8 Regression] Spurious \x00 in error messages of lines with tab
  2012-03-12 10:49 [Bug fortran/52559] New: [4.8 Regression] Spurious \x00 in error messages burnus at gcc dot gnu.org
  2012-03-12 13:23 ` [Bug fortran/52559] " rguenth at gcc dot gnu.org
@ 2012-03-13 17:40 ` burnus at gcc dot gnu.org
  2012-03-19  9:52 ` fxcoudert at gcc dot gnu.org
  2012-03-19 10:21 ` fxcoudert at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: burnus at gcc dot gnu.org @ 2012-03-13 17:40 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |burnus at gcc dot gnu.org
            Summary|[4.8 Regression] Spurious   |[4.8 Regression] Spurious
                   |\x00 in error messages      |\x00 in error messages of
                   |                            |lines with tab

--- Comment #1 from Tobias Burnus <burnus at gcc dot gnu.org> 2012-03-13 17:34:14 UTC ---
Some debugging: The issue only occurs if a <tab> is in the line, e.g. at the
beginning of the line. Cf. attachment 26872 to PR 52552.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug fortran/52559] [4.8 Regression] Spurious \x00 in error messages of lines with tab
  2012-03-12 10:49 [Bug fortran/52559] New: [4.8 Regression] Spurious \x00 in error messages burnus at gcc dot gnu.org
  2012-03-12 13:23 ` [Bug fortran/52559] " rguenth at gcc dot gnu.org
  2012-03-13 17:40 ` [Bug fortran/52559] [4.8 Regression] Spurious \x00 in error messages of lines with tab burnus at gcc dot gnu.org
@ 2012-03-19  9:52 ` fxcoudert at gcc dot gnu.org
  2012-03-19 10:21 ` fxcoudert at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: fxcoudert at gcc dot gnu.org @ 2012-03-19  9:52 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Francois-Xavier Coudert <fxcoudert at gcc dot gnu.org> 2012-03-19 09:50:46 UTC ---
Author: fxcoudert
Date: Mon Mar 19 09:50:35 2012
New Revision: 185517

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=185517
Log:
    PR fortran/52559
    * error.c (gfc_widechar_display_length): Consider tabs as
    one character wide, as they're displayed as spaces.
    (show_locus): Move tab handling to...
    (print_wide_char_into_buffer): ... here.

Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/error.c


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug fortran/52559] [4.8 Regression] Spurious \x00 in error messages of lines with tab
  2012-03-12 10:49 [Bug fortran/52559] New: [4.8 Regression] Spurious \x00 in error messages burnus at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2012-03-19  9:52 ` fxcoudert at gcc dot gnu.org
@ 2012-03-19 10:21 ` fxcoudert at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: fxcoudert at gcc dot gnu.org @ 2012-03-19 10:21 UTC (permalink / raw)
  To: gcc-bugs

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

Francois-Xavier Coudert <fxcoudert at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED

--- Comment #3 from Francois-Xavier Coudert <fxcoudert at gcc dot gnu.org> 2012-03-19 09:59:10 UTC ---
Fixed on trunk.


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-03-19  9:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-12 10:49 [Bug fortran/52559] New: [4.8 Regression] Spurious \x00 in error messages burnus at gcc dot gnu.org
2012-03-12 13:23 ` [Bug fortran/52559] " rguenth at gcc dot gnu.org
2012-03-13 17:40 ` [Bug fortran/52559] [4.8 Regression] Spurious \x00 in error messages of lines with tab burnus at gcc dot gnu.org
2012-03-19  9:52 ` fxcoudert at gcc dot gnu.org
2012-03-19 10:21 ` fxcoudert at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).