This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

c++/9374: [New parser] ICE in make_decl_rtl, at varasm.c:790


>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:


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]