public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug driver/15690] New: compilation stops after the first file with errors
@ 2004-05-28  7:40 dann at godzilla dot ics dot uci dot edu
  2004-05-28  8:05 ` [Bug driver/15690] " pinskia at gcc dot gnu dot org
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: dann at godzilla dot ics dot uci dot edu @ 2004-05-28  7:40 UTC (permalink / raw)
  To: gcc-bugs

Here is how to reproduce this:

echo junk > junk.c
echo junk > junk1.c
echo junk > junk2.c

mainline gcc would do:
gcc -c *.c
junk.c:1: error: parse error at end of input

i.e. it does not try to compile the files on the command line after encountering 
the first error. 

gcc-3.4.0 would print

gcc -c *.c
junk.c:1: error: parse error at end of input
junk1.c:1: error: parse error at end of input
junk2.c:1: error: parse error at end of input

-- 
           Summary: compilation stops after the first file with errors
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: driver
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: dann at godzilla dot ics dot uci dot edu
                CC: gcc-bugs at gcc dot gnu dot org


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


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

end of thread, other threads:[~2004-12-11  7:45 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-05-28  7:40 [Bug driver/15690] New: compilation stops after the first file with errors dann at godzilla dot ics dot uci dot edu
2004-05-28  8:05 ` [Bug driver/15690] " pinskia at gcc dot gnu dot org
2004-05-28 11:27 ` dann at godzilla dot ics dot uci dot edu
2004-05-28 11:28 ` pinskia at gcc dot gnu dot org
2004-05-28 13:27 ` dann at godzilla dot ics dot uci dot edu
2004-06-25 23:31 ` [Bug driver/15690] [3.5 Regression] " pinskia at gcc dot gnu dot org
2004-11-30  2:06 ` [Bug driver/15690] [4.0 " pinskia at gcc dot gnu dot org
2004-11-30  2:07 ` pinskia at gcc dot gnu dot org
2004-11-30 22:12 ` dpatel at apple dot com
2004-12-01 16:21 ` pinskia at gcc dot gnu dot org
2004-12-11  7:45 ` 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).