public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c/2896: -std=foo gives error message twice
@ 2001-06-14 23:27 neil
  0 siblings, 0 replies; 4+ messages in thread
From: neil @ 2001-06-14 23:27 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, jsm28, neil, nobody

Synopsis: -std=foo gives error message twice

Responsible-Changed-From-To: unassigned->neil
Responsible-Changed-By: neil
Responsible-Changed-When: Thu Jun 14 23:27:00 2001
Responsible-Changed-Why:
    Working on a fix as part of a switch handling overhaul.
State-Changed-From-To: open->analyzed
State-Changed-By: neil
State-Changed-When: Thu Jun 14 23:27:00 2001
State-Changed-Why:
    Confirmed.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=2896&database=gcc


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

* Re: c/2896: -std=foo gives error message twice
@ 2002-01-29  4:22 jakub
  0 siblings, 0 replies; 4+ messages in thread
From: jakub @ 2002-01-29  4:22 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, jsm28, nobody

Synopsis: -std=foo gives error message twice

State-Changed-From-To: analyzed->closed
State-Changed-By: jakub
State-Changed-When: Tue Jan 29 04:22:51 2002
State-Changed-Why:
    Fixed by http://gcc.gnu.org/ml/gcc-patches/2002-01/msg01970.html

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=2896


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

* Re: c/2896: -std=foo gives error message twice
@ 2001-10-26 12:55 neil
  0 siblings, 0 replies; 4+ messages in thread
From: neil @ 2001-10-26 12:55 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, jsm28, neil, nobody

Synopsis: -std=foo gives error message twice

Responsible-Changed-From-To: neil->unassigned
Responsible-Changed-By: neil
Responsible-Changed-When: Fri Oct 26 12:55:38 2001
Responsible-Changed-Why:
    Not mine.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&pr=2896&database=gcc


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

* c/2896: -std=foo gives error message twice
@ 2001-05-22  1:26 Joseph Myers
  0 siblings, 0 replies; 4+ messages in thread
From: Joseph Myers @ 2001-05-22  1:26 UTC (permalink / raw)
  To: gcc-gnats; +Cc: jsm28

>Number:         2896
>Category:       c
>Synopsis:       -std=foo gives error message twice
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue May 22 01:26:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Joseph S. Myers
>Release:        3.0 20010521 (prerelease)
>Organization:
none
>Environment:
System: Linux digraph 2.2.19 #1 Wed Mar 28 16:01:38 UTC 2001 i686 unknown
Architecture: i686

	
host: i686-pc-linux-gnu
build: i686-pc-linux-gnu
target: i686-pc-linux-gnu
configured with: ../gcc-3cvs/configure --prefix=/opt/gcc/snapshot --disable-shared --enable-threads=posix --with-system-zlib
>Description:

Giving an unknown standard to -std causes an error message to appear
twice.  This is a regression from 2.95.3, where it only appeared once,
but sufficiently cosmetic that I haven't marked this PR as "high".

>How-To-Repeat:

$ >t.c
$ egcc -c -o /dev/null -std=foo t.c
cc1: unknown C standard `foo'
cc1: unknown C standard `foo'
$ egcc -v
Reading specs from /opt/gcc/snapshot/lib/gcc-lib/i686-pc-linux-gnu/3.0/specs
Configured with: ../gcc-3cvs/configure --prefix=/opt/gcc/snapshot --disable-shared --enable-threads=posix --with-system-zlib
Thread model: posix
gcc version 3.0 20010521 (prerelease)
$ gcc -c -o /dev/null -std=foo t.c
cc1: unknown C standard `foo'
$ gcc -v                          
Reading specs from /usr/lib/gcc-lib/i686-pc-linux-gnu/2.95.3/specs
gcc version 2.95.3 20010315 (release)
$ 

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


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

end of thread, other threads:[~2002-01-29 12:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-06-14 23:27 c/2896: -std=foo gives error message twice neil
  -- strict thread matches above, loose matches on Subject: below --
2002-01-29  4:22 jakub
2001-10-26 12:55 neil
2001-05-22  1:26 Joseph Myers

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).