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++/13392] ICE in convert_from_eh_region_ranges_1, at except.c:1133


------- Additional Comments From bangerth at dealii dot org  2003-12-15 09:14 -------
Confirmed. A regression in 3.3 and mainline from 3.2.3. Here is 
something smaller: 
---------------------- 
#include <string> 
 
bool foo(std::string s = std::string()) { 
  return false; 
} 
 
void RemoveArgument() { 
  (__builtin_expect (foo() && true, 1) ? 0 : (abort(), 0)); 
} 
---------------------- 
 
g/x> /home/bangerth/bin/gcc-3.4-pre/bin/c++ -c x.cc 
x.cc: In function `void RemoveArgument()': 
x.cc:9: internal compiler error: in convert_from_eh_region_ranges_1, at 
except.c:1133 
Please submit a full bug report, 
with preprocessed source if appropriate. 
See <URL:http://gcc.gnu.org/bugs.html> for instructions. 
g/x>  
g/x>  
g/x>  
g/x>  
g/x> /home/bangerth/bin/gcc-3.3.3-pre/bin/c++ -c x.cc 
x.cc: In function `void RemoveArgument()': 
x.cc:9: internal compiler error: in convert_from_eh_region_ranges_1, at  
   except.c:1159 
Please submit a full bug report, 
with preprocessed source if appropriate. 
See <URL:http://gcc.gnu.org/bugs.html> for instructions. 
 
I'll work on something self-contained. 
 
W. 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |ice-on-valid-code
   Last reconfirmed|0000-00-00 00:00:00         |2003-12-15 09:14:22
               date|                            |


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


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