public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c++/10032: -pedantic converts some errors to warnings
@ 2003-03-22  3:59 bangerth
  0 siblings, 0 replies; only message in thread
From: bangerth @ 2003-03-22  3:59 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, mvl, nobody

Old Synopsis: -pedantic gives a warning when goto jumps over an initalization, but then dies
New Synopsis: -pedantic converts some errors to warnings

State-Changed-From-To: open->analyzed
State-Changed-By: bangerth
State-Changed-When: Sat Mar 22 03:59:46 2003
State-Changed-Why:
    Confirmed -- i.e., somehow. The behavior of 3.3 and 3.4 is
    different, but still confusing: -pedantic converts some
    errors to warnings, and I really thing that the following
    doesn't make much sense:
    
    g/x> /home/bangerth/bin/gcc-3.4-pre/bin/c++ -c x.cc
    x.cc: In function `int main()':
    x.cc:6: error: jump to label `label'
    x.cc:2: error:   from here
    x.cc:4: error:   crosses initialization of `int temp'
    g/x> /home/bangerth/bin/gcc-3.4-pre/bin/c++ -c -pedantic x.cc
    x.cc: In function `int main()':
    x.cc:6: warning: jump to label `label'
    x.cc:2: warning:   from here
    x.cc:4: error:   crosses initialization of `int temp'
    g/x> echo $?
    1

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-03-22  3:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-03-22  3:59 c++/10032: -pedantic converts some errors to warnings bangerth

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