public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/15511] New: Warning about truncated lines does not follow the standard gcc error message format
@ 2004-05-18 21:33 schnetter at aei dot mpg dot de
  2004-05-18 23:06 ` [Bug fortran/15511] " pinskia at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: schnetter at aei dot mpg dot de @ 2004-05-18 21:33 UTC (permalink / raw)
  To: gcc-bugs

A (comment) line that is longer than 72 characters in fixed form Fortran leads 
to warnings like 
 
Warning: Line 7816 
of /home/eschnett/Calpha/Cactus/configs/einstein-gcc-debug/build/BSSN_MoL/Sources.f 
is being truncated 
 
which do not follow the usual "file name, line number" format.

-- 
           Summary: Warning about truncated lines does not follow the
                    standard gcc error message format
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: schnetter at aei dot mpg dot de
                CC: gcc-bugs at gcc dot gnu dot org


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


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

* [Bug fortran/15511] Warning about truncated lines does not follow the standard gcc error message format
  2004-05-18 21:33 [Bug fortran/15511] New: Warning about truncated lines does not follow the standard gcc error message format schnetter at aei dot mpg dot de
@ 2004-05-18 23:06 ` pinskia at gcc dot gnu dot org
  2004-05-20 11:26 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-05-18 23:06 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |diagnostic


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


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

* [Bug fortran/15511] Warning about truncated lines does not follow the standard gcc error message format
  2004-05-18 21:33 [Bug fortran/15511] New: Warning about truncated lines does not follow the standard gcc error message format schnetter at aei dot mpg dot de
  2004-05-18 23:06 ` [Bug fortran/15511] " pinskia at gcc dot gnu dot org
@ 2004-05-20 11:26 ` pinskia at gcc dot gnu dot org
  2004-06-21 19:56 ` tobi at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-05-20 11:26 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-19 13:28 -------
Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-05-19 13:28:11
               date|                            |


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


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

* [Bug fortran/15511] Warning about truncated lines does not follow the standard gcc error message format
  2004-05-18 21:33 [Bug fortran/15511] New: Warning about truncated lines does not follow the standard gcc error message format schnetter at aei dot mpg dot de
  2004-05-18 23:06 ` [Bug fortran/15511] " pinskia at gcc dot gnu dot org
  2004-05-20 11:26 ` pinskia at gcc dot gnu dot org
@ 2004-06-21 19:56 ` tobi at gcc dot gnu dot org
  2004-06-21 22:22 ` cvs-commit at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: tobi at gcc dot gnu dot org @ 2004-06-21 19:56 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From tobi at gcc dot gnu dot org  2004-06-21 19:56 -------
Patch here: http://gcc.gnu.org/ml/gcc-patches/2004-06/msg01677.html

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
           Keywords|                            |patch
   Last reconfirmed|2004-05-19 13:28:11         |2004-06-21 19:56:31
               date|                            |


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


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

* [Bug fortran/15511] Warning about truncated lines does not follow the standard gcc error message format
  2004-05-18 21:33 [Bug fortran/15511] New: Warning about truncated lines does not follow the standard gcc error message format schnetter at aei dot mpg dot de
                   ` (2 preceding siblings ...)
  2004-06-21 19:56 ` tobi at gcc dot gnu dot org
@ 2004-06-21 22:22 ` cvs-commit at gcc dot gnu dot org
  2004-06-21 22:23 ` tobi at gcc dot gnu dot org
  2004-07-10  0:39 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-06-21 22:22 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-06-21 22:22 -------
Subject: Bug 15511

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	tobi@gcc.gnu.org	2004-06-21 22:22:32

Modified files:
	gcc/fortran    : ChangeLog scanner.c 

Log message:
	PR fortran/15511
	* scanner.c (load_line): Don't truncate preprocessor lines.
	Reformat error message.
	(preprocessor_line): Issue warning in case of malformed
	preprocessor line.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/ChangeLog.diff?cvsroot=gcc&r1=1.80&r2=1.81
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/scanner.c.diff?cvsroot=gcc&r1=1.5&r2=1.6



-- 


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


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

* [Bug fortran/15511] Warning about truncated lines does not follow the standard gcc error message format
  2004-05-18 21:33 [Bug fortran/15511] New: Warning about truncated lines does not follow the standard gcc error message format schnetter at aei dot mpg dot de
                   ` (3 preceding siblings ...)
  2004-06-21 22:22 ` cvs-commit at gcc dot gnu dot org
@ 2004-06-21 22:23 ` tobi at gcc dot gnu dot org
  2004-07-10  0:39 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: tobi at gcc dot gnu dot org @ 2004-06-21 22:23 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From tobi at gcc dot gnu dot org  2004-06-21 22:23 -------
Fixed.

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


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


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

* [Bug fortran/15511] Warning about truncated lines does not follow the standard gcc error message format
  2004-05-18 21:33 [Bug fortran/15511] New: Warning about truncated lines does not follow the standard gcc error message format schnetter at aei dot mpg dot de
                   ` (4 preceding siblings ...)
  2004-06-21 22:23 ` tobi at gcc dot gnu dot org
@ 2004-07-10  0:39 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-07-10  0:39 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |3.5.0


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


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

end of thread, other threads:[~2004-07-10  0:39 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-05-18 21:33 [Bug fortran/15511] New: Warning about truncated lines does not follow the standard gcc error message format schnetter at aei dot mpg dot de
2004-05-18 23:06 ` [Bug fortran/15511] " pinskia at gcc dot gnu dot org
2004-05-20 11:26 ` pinskia at gcc dot gnu dot org
2004-06-21 19:56 ` tobi at gcc dot gnu dot org
2004-06-21 22:22 ` cvs-commit at gcc dot gnu dot org
2004-06-21 22:23 ` tobi at gcc dot gnu dot org
2004-07-10  0:39 ` pinskia at gcc dot gnu dot 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).