public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* c++/6120: internal compiler error in g++ (2.95.3 and 3.0.1): int i=40; my_t<char[i]> d;
@ 2002-04-01  2:26 Klaus@Wachtler.de
  0 siblings, 0 replies; 3+ messages in thread
From: Klaus@Wachtler.de @ 2002-04-01  2:26 UTC (permalink / raw)
  To: gcc-gnats


>Number:         6120
>Category:       c++
>Synopsis:       internal compiler error in g++ (2.95.3 and 3.0.1): int i=40; my_t<char[i]> d;
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    unassigned
>State:          open
>Class:          ice-on-illegal-code
>Submitter-Id:   net
>Arrival-Date:   Mon Apr 01 02:26:02 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Klaus@Wachtler.de
>Release:        3.0.1 (SuSE)
>Organization:
Anyware, Soltau/Germany
>Environment:
System: Linux lap2 2.4.10-4GB #1 Tue Sep 25 12:33:54 GMT 2001 i686 unknown
Architecture: i686
host: i486-suse-linux-gnu
build: i486-suse-linux-gnu
target: i486-suse-linux-gnu
configured with: ../configure --enable-threads=posix --enable-long-long --prefix=/opt/experimental --with-local-prefix=/usr/local --enable-languages=c,c++,f77,objc,java --disable-nls --enable-shared i486-suse-linux
>Description:
klaus@lap2:~ > g++ tmp.cpp
tmp.cpp: In function `int main(int, char**)':
tmp.cpp:8: Internal compiler error in make_decl_rtl, at varasm.c:591
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.

>How-To-Repeat:
klaus@lap2:~ > more tmp.cpp
template<class T> class my_t
{
private:
  T arr;
};

int main( int nargs, char **args )
{
  int isize = 40;
  my_t<char[isize]> d;

  return 0;
}
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:


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

* Re: c++/6120: internal compiler error in g++ (2.95.3 and 3.0.1): int i=40; my_t<char[i]> d;
@ 2003-01-03 20:16 paolo
  0 siblings, 0 replies; 3+ messages in thread
From: paolo @ 2003-01-03 20:16 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, klaus, nobody

Synopsis: internal compiler error in g++ (2.95.3 and 3.0.1): int i=40; my_t<char[i]> d;

State-Changed-From-To: analyzed->closed
State-Changed-By: paolo
State-Changed-When: Fri Jan  3 12:16:42 2003
State-Changed-Why:
    Already fixed everywhere.

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


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

* Re: c++/6120: internal compiler error in g++ (2.95.3 and 3.0.1): int i=40; my_t<char[i]> d;
@ 2002-05-23  7:31 lerdsuwa
  0 siblings, 0 replies; 3+ messages in thread
From: lerdsuwa @ 2002-05-23  7:31 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, klaus, nobody

Synopsis: internal compiler error in g++ (2.95.3 and 3.0.1): int i=40; my_t<char[i]> d;

State-Changed-From-To: open->analyzed
State-Changed-By: lerdsuwa
State-Changed-When: Thu May 23 07:31:46 2002
State-Changed-Why:
    Confirmed.  Still in 3.1 and main trunk.

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


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

end of thread, other threads:[~2003-01-03 20:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-04-01  2:26 c++/6120: internal compiler error in g++ (2.95.3 and 3.0.1): int i=40; my_t<char[i]> d; Klaus@Wachtler.de
2002-05-23  7:31 lerdsuwa
2003-01-03 20:16 paolo

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