public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c++/10026: [3.4 regression] ICE on incomplete type
@ 2003-03-11 15:16 bangerth
  0 siblings, 0 replies; 3+ messages in thread
From: bangerth @ 2003-03-11 15:16 UTC (permalink / raw)
  To: falk.hueffner, gcc-bugs, gcc-prs, nobody

Old Synopsis: ICE on incomplete type
New Synopsis: [3.4 regression] ICE on incomplete type

State-Changed-From-To: open->analyzed
State-Changed-By: bangerth
State-Changed-When: Tue Mar 11 15:16:19 2003
State-Changed-Why:
    OK, this one was real simple to reduce (less than 5 minutes :-):
    ------------------------
    class X;
    
    void foo() {
      X x(1);
      bar(x);
    }
    ---------------------
    g/x> /home/bangerth/bin/gcc-3.4-pre/bin/c++ -c x.ii
    x.ii: In function `void foo()':
    x.ii:4: error: variable `X x' has initializer but incomplete type
    x.ii:5: internal compiler error: in arg_assoc_type, at cp/decl2.c:3983
    
    It didn't ICE (and didn't bail out in 3.3, so this is a
    regression).
    
    W.

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


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

* Re: c++/10026: [3.4 regression] ICE on incomplete type
@ 2003-03-24 18:07 nathan
  0 siblings, 0 replies; 3+ messages in thread
From: nathan @ 2003-03-24 18:07 UTC (permalink / raw)
  To: falk.hueffner, gcc-bugs, gcc-prs, nathan

Synopsis: [3.4 regression] ICE on incomplete type

State-Changed-From-To: analyzed->closed
State-Changed-By: nathan
State-Changed-When: Mon Mar 24 17:56:49 2003
State-Changed-Why:
    2003-03-24  Nathan Sidwell  <nathan@codesourcery.com>
    
    	PR c++/10026
    	* decl2.c (arg_assoc_type) [ERROR_MARK]: Don't die.

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


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

* Re: c++/10026: [3.4 regression] ICE on incomplete type
@ 2003-03-24 14:16 nathan
  0 siblings, 0 replies; 3+ messages in thread
From: nathan @ 2003-03-24 14:16 UTC (permalink / raw)
  To: falk.hueffner, gcc-bugs, gcc-prs, nathan, nobody

Synopsis: [3.4 regression] ICE on incomplete type

Responsible-Changed-From-To: unassigned->nathan
Responsible-Changed-By: nathan
Responsible-Changed-When: Mon Mar 24 13:46:14 2003
Responsible-Changed-Why:
    fixing

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


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

end of thread, other threads:[~2003-03-24 17:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-03-11 15:16 c++/10026: [3.4 regression] ICE on incomplete type bangerth
2003-03-24 14:16 nathan
2003-03-24 18:07 nathan

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