public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c++/10342: Internal compiler error: Error reporting routines re-entered.
@ 2003-04-07 21:17 bangerth
  0 siblings, 0 replies; 2+ messages in thread
From: bangerth @ 2003-04-07 21:17 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, nobody, pdemarco

Synopsis: Internal compiler error: Error reporting routines re-entered.

State-Changed-From-To: open->closed
State-Changed-By: bangerth
State-Changed-When: Mon Apr  7 21:17:20 2003
State-Changed-Why:
    Well known bug with long list of duplicates. Already fixed
    in 3.3 and mainline.
    
    Thanks anyway
      Wolfgang

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


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

* c++/10342: Internal compiler error: Error reporting routines re-entered.
@ 2003-04-07 20:56 pdemarco
  0 siblings, 0 replies; 2+ messages in thread
From: pdemarco @ 2003-04-07 20:56 UTC (permalink / raw)
  To: gcc-gnats


>Number:         10342
>Category:       c++
>Synopsis:       Internal compiler error: Error reporting routines re-entered.
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Apr 07 20:56:01 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator:     Me
>Release:        g++ (GCC) 3.2 (mingw special 20020817-1)
>Organization:
>Environment:
Windows 2000
>Description:
I know there are errors in this, but G++ claims I should submit this because of the internal error.
Thanks!

#include <iostream>
#include <string>

using namespace std;

int main()
{
        int iI = 1;
        iI++;
        switch ( iI )
        {
                case 1:
                        cout << "One" << endl;
                break;

                case 2:
                        string sFoo;
                        cout << "Two" << endl;
                        if ( m_bar > 0 )
                        {
                                cout << dFoo << endl;
                        }

                        return 0;
                break;

                case 3:
                        cout << "Thress" << endl;
                break;
        }
        return 0;
}
>How-To-Repeat:
g++ foo.cpp
>Fix:
None known
>Release-Note:
>Audit-Trail:
>Unformatted:


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

end of thread, other threads:[~2003-04-07 21:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-07 21:17 c++/10342: Internal compiler error: Error reporting routines re-entered bangerth
  -- strict thread matches above, loose matches on Subject: below --
2003-04-07 20:56 pdemarco

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