c++/9374: [New parser] ICE in make_decl_rtl, at varasm.c:790
Sylvain.Pion@mpi-sb.mpg.de
Sylvain.Pion@mpi-sb.mpg.de
Mon Jan 20 15:47:00 GMT 2003
>Number: 9374
>Category: c++
>Synopsis: [New parser] ICE in make_decl_rtl, at varasm.c:790
>Confidential: no
>Severity: critical
>Priority: medium
>Responsible: unassigned
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Mon Jan 20 14:46:01 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator: Sylvain.Pion@mpi-sb.mpg.de
>Release: 3.4
>Organization:
>Environment:
Reading specs from /home/spion/GCC/Linux/lib/gcc-lib/i686-pc-linux-gnu/3.4/specs
Configured with: ../gcc/configure --prefix=/home/spion/GCC/Linux --enable-languages=c++ --with-as=/home/spion/BINUTILS/Linux-2.13/bin/as --with-ld=/home/spion/BINUTILS/Linux-2.13/bin/ld
Thread model: posix
gcc version 3.4 20030120 (experimental)
>Description:
Compiling the C++ program below results in an ICE.
It worked before the new parser merge.
template < typename T >
void f()
{
int in;
unsigned char ind[3] = {(in+1)&3,(in+2)&3,(in+3)&3};
}
int main()
{
f<int>();
}
>How-To-Repeat:
Just compile.
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the Gcc-bugs
mailing list