c++/9455: [3.4 regression] ICE in make_decl_rtl, at varasm.c:790

bangerth@ticam.utexas.edu bangerth@ticam.utexas.edu
Mon Jan 27 16:29:00 GMT 2003


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



More information about the Gcc-bugs mailing list