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++/13398] ICE in try block with assert


------- Additional Comments From bangerth at dealii dot org  2003-12-15 09:46 -------
This is in reality the use of __PRETTY_FUNCTION__ in the function try 
block: 
----------- 
void test() try{ 
  __PRETTY_FUNCTION__; 
}catch(int){ 
} 
----------- 
 
g/x> /home/bangerth/bin/gcc-3.4-pre/bin/c++ -c x.ii 
x.ii: In function `void test()': 
x.ii:5: internal compiler error: Segmentation fault 
 
This, however, is a duplicate of PR 12709. 
 
W. 

*** This bug has been marked as a duplicate of 12709 ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE


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


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