public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c++/5963: gcc won't temrminate with simple source
@ 2002-07-23  8:13 lerdsuwa
  0 siblings, 0 replies; 3+ messages in thread
From: lerdsuwa @ 2002-07-23  8:13 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, nobody, wwieser

Synopsis: gcc won't temrminate with simple source

State-Changed-From-To: open->analyzed
State-Changed-By: lerdsuwa
State-Changed-When: Tue Jul 23 08:13:11 2002
State-Changed-Why:
    Confirmed.

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


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

* Re: c++/5963: gcc won't temrminate with simple source
@ 2003-01-01 19:42 neroden
  0 siblings, 0 replies; 3+ messages in thread
From: neroden @ 2003-01-01 19:42 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, nobody, wwieser

Synopsis: gcc won't temrminate with simple source

State-Changed-From-To: analyzed->closed
State-Changed-By: neroden
State-Changed-When: Wed Jan  1 11:42:52 2003
State-Changed-Why:
    As of 2003-01-01, mainline correctly terminates with
    loop.cc: In member function `int A::foo8(int)':
    loop.cc:4: error: expected `)'

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


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

* c++/5963: gcc won't temrminate with simple source
@ 2002-03-14  5:06 wwieser
  0 siblings, 0 replies; 3+ messages in thread
From: wwieser @ 2002-03-14  5:06 UTC (permalink / raw)
  To: gcc-gnats

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1274 bytes --]


>Number:         5963
>Category:       c++
>Synopsis:       gcc won't temrminate with simple source
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Mar 14 05:06:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     wwieser@gmx.de
>Release:        gcc-3.0.5 (prerelease)
>Organization:
>Environment:
Linux i386
>Description:
gcc-3.0.5 (prerelease) will not terminate if fed with the 
following code lines: (Note the missing `)´ in line 3.)

-------------<loop.cc>------------
struct A
{
	int foo8(int x)    {  return(foo16(x);  }
	int foo16(int x);
};
--------------------------------

bash# /usr/bin/time gcc -c loop.cc -o loop.o
loop.cc: In member function `int A::foo8(int)':
loop.cc:3: parse error before `;' token
Command terminated by signal 2
0.00user 0.00system 1:02.61elapsed 0%CPU (0avgtext+0avgdata 0maxresident)k
0inputs+0outputs (111major+31minor)pagefaults 0swaps

[Terminated by ^C after 1 minute on a fairly new 
Athlon system. NOTE: cc1plus is consuming 100% CPU, but 
gcc 0%, so `time´ reports `0%CPU´.]
>How-To-Repeat:
see above
>Fix:
Sorry, cannot help here. 
>Release-Note:
>Audit-Trail:
>Unformatted:


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

end of thread, other threads:[~2003-01-01 19:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-07-23  8:13 c++/5963: gcc won't temrminate with simple source lerdsuwa
  -- strict thread matches above, loose matches on Subject: below --
2003-01-01 19:42 neroden
2002-03-14  5:06 wwieser

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