This is the mail archive of the gcc-prs@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]

c++/8523: gcc 3.2 hang after parse error


>Number:         8523
>Category:       c++
>Synopsis:       gcc 3.2 hang after parse error (C++)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Nov 10 21:56:02 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Peter Karl Mueller
>Release:        3.2
>Organization:
No-Org
>Environment:
System: Linux XXXXXX 2.4.16-4GB #1 Mit Okt 30 14:20:02 CET 2002 i686 unknown
Architecture: i686

	
host: i686-pc-linux-gnu
build: i686-pc-linux-gnu
target: i686-pc-linux-gnu
configured with: ../gcc-3.2/configure --prefix=/usr5/xhome/softw1/install-3.2 --enable-threads --enable-shared
>Description:
	After detecting the parse error gcc hangs.
>How-To-Repeat:
   g++ 1.cc
   FILE 1.cc:

1 struct s {
2    void f ()
3    {
4       double t;
5       for (int i = 2; i >= 0; --i)
6          t += 
7    }
8 };

>Fix:
   correct the example :-)
>Release-Note:
>Audit-Trail:
>Unformatted:


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