This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
c++/9455: [3.4 regression] ICE in make_decl_rtl, at varasm.c:790
- From: bangerth at ticam dot utexas dot edu
- To: gcc-gnats at gcc dot gnu dot org
- Date: 27 Jan 2003 16:14:10 -0000
- Subject: c++/9455: [3.4 regression] ICE in make_decl_rtl, at varasm.c:790
- Reply-to: bangerth at ticam dot utexas dot edu
>Number: 9455
>Category: c++
>Synopsis: [3.4 regression] ICE in make_decl_rtl, at varasm.c:790
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: unassigned
>State: open
>Class: ice-on-legal-code
>Submitter-Id: net
>Arrival-Date: Mon Jan 27 16:16:00 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator: Wolfgang Bangerth
>Release: unknown-1.0
>Organization:
>Environment:
3.4 present
>Description:
This ICEs since recently:
---------------------------
template <int> void foo () {
double a;
double b = { a };
}
template void foo<1> ();
---------------------------
g/a> /home/bangerth/bin/gcc-3.4-pre/bin/c++ -c bug34-2.cc
bug34-2.cc: In function `void foo() [with int <anonymous> = 1]':
bug34-2.cc:5: instantiated from here
bug34-2.cc:3: internal compiler error: in make_decl_rtl, at varasm.c:790
Please submit a full bug report,
It used to work until 3.3.
W.
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted: