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]

[Bug c++/14452] [3.4/3.5? regression] ICE in stabilize_call, at cp/tree.c:2466


------- Additional Comments From bangerth at dealii dot org  2004-03-07 20:21 -------
OK, with newer compilers from the 3.4 branch it indeed fails. Here's 
a simple example: 
------------------- 
struct S {}; 
void foo () 
{ 
  bool installed = false; 
  new S(installed? S() : S()); 
} 
------------------- 
 
g/x> /home/bangerth/bin/gcc-3.4-pre/bin/c++ -c x.cc  
x.cc: In function `void foo()': 
x.cc:5: internal compiler error: in stabilize_call, at cp/tree.c:2466 
Please submit a full bug report, 
 
I don't know how a recent mainline snapshot behaves. 
 
W. 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |ice-on-valid-code
      Known to fail|                            |3.4.0
   Last reconfirmed|0000-00-00 00:00:00         |2004-03-07 20:21:39
               date|                            |
            Summary|ICE in stabilize_call, at   |[3.4/3.5? regression] ICE in
                   |cp/tree.c:2466              |stabilize_call, at
                   |                            |cp/tree.c:2466
   Target Milestone|---                         |3.4.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14452


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