public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* c++/7504: ICE on call to static method of incomplete type
@ 2002-08-06  1:06 jmr
  0 siblings, 0 replies; 3+ messages in thread
From: jmr @ 2002-08-06  1:06 UTC (permalink / raw)
  To: gcc-gnats


>Number:         7504
>Category:       c++
>Synopsis:       ICE on call to static method of incomplete type
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          ice-on-illegal-code
>Submitter-Id:   net
>Arrival-Date:   Tue Aug 06 01:06:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Jesse Rosenstock
>Release:        3.3 20020804 (experimental)
>Organization:
>Environment:
System: Linux churchill 2.4.3-12 #1 Fri Jun 8 15:05:56 EDT 2001 i686 unknown
Architecture: i686

	
host: i686-pc-linux-gnu
build: i686-pc-linux-gnu
target: i686-pc-linux-gnu
configured with: ../gcc/configure --enable-threads=posix --prefix=/home/user/jmr/app/gcc --enable-shared --enable-languages=c++,java : (reconfigured)  : (reconfigured) 
>Description:
	ICE on call to static method of incomplete type
>How-To-Repeat:
; cat baz.ii
class X;

void f() {
  X::g();
}

; gcc -v baz.ii
Reading specs from /home/user/jmr/app/gcc/lib/gcc-lib/i686-pc-linux-gnu/3.3/specs
Configured with: ../gcc/configure --enable-threads=posix --prefix=/home/user/jmr/app/gcc --enable-shared --enable-languages=c++,java : (reconfigured)  : (reconfigured) 
Thread model: posix
gcc version 3.3 20020804 (experimental)
 /home/user/jmr/app/gcc/lib/gcc-lib/i686-pc-linux-gnu/3.3/cc1plus -fpreprocessed baz.ii -quiet -dumpbase baz.ii -auxbase baz -version -o /tmp/cccEYZby.s
GNU C++ version 3.3 20020804 (experimental) (i686-pc-linux-gnu)
        compiled by GNU C version 3.3 20020801 (experimental).
baz.ii: In function `void f()':
baz.ii:4: internal compiler error: internal error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.

>Fix:
	
>Release-Note:
>Audit-Trail:
>Unformatted:


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

* Re: c++/7504: ICE on call to static method of incomplete type
@ 2002-08-15  4:54 gdr
  0 siblings, 0 replies; 3+ messages in thread
From: gdr @ 2002-08-15  4:54 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, gdr, jmr

Synopsis: ICE on call to static method of incomplete type

State-Changed-From-To: analyzed->closed
State-Changed-By: gdr
State-Changed-When: Thu Aug 15 04:44:56 2002
State-Changed-Why:
    Fixed with
    
    2002-08-15  Gabriel Dos Reis  <gdr@nerim.net>
    
            Fix PR/7504
            * parse.y (parse_finish_call_expr): Handle incomplete
            type used to name a scope.

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


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

* Re: c++/7504: ICE on call to static method of incomplete type
@ 2002-08-14 19:56 gdr
  0 siblings, 0 replies; 3+ messages in thread
From: gdr @ 2002-08-14 19:56 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, gdr, jmr, nobody

Synopsis: ICE on call to static method of incomplete type

Responsible-Changed-From-To: unassigned->gdr
Responsible-Changed-By: gdr
Responsible-Changed-When: Wed Aug 14 16:59:39 2002
Responsible-Changed-Why:
    Patch in progress.
State-Changed-From-To: open->analyzed
State-Changed-By: gdr
State-Changed-When: Wed Aug 14 16:59:39 2002
State-Changed-Why:
    Confirmed, a regression from GCC-2.95.x

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


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

end of thread, other threads:[~2002-08-15 11:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-08-06  1:06 c++/7504: ICE on call to static method of incomplete type jmr
2002-08-14 19:56 gdr
2002-08-15  4:54 gdr

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