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 c/13110] New: [3.4 regression] error message includes extra blank line


I've found a situation where gcc prints an unnecessary blank line
in the middle of an error message.

fleche. gcc --syntax-only foo.c
foo.c: In function `main':
                                                                                
foo.c:7: warning: integer constant is too large for "long" type
foo.c:7: warning: overflow in implicit constant conversion


I'll attach foo.c.

This doesn't happen with 3.2.2.  I haven't tried 3.3.

-- 
           Summary: [3.4 regression] error message includes extra blank line
           Product: gcc
           Version: 3.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: tromey at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org


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


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