[Bug c++/37505] New: [4.4 Regression] ICE after forgetting a catch after a try

2008-09-12 Thread pinskia at gcc dot gnu dot org
A simple testcase ICEs now: struct sentry { operator bool() const { } }; void ignore(int __n) { sentry __cerb; if (__cerb) try { while (true) ; } } --- CUT --- t2.cc: In function 'void ignore(int)': t2.cc:13: error: expected 'catch' before '}' token t2.cc:13: error: expecte

[Bug c++/37505] [4.4 Regression] ICE after forgetting a catch after a try

2008-09-12 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-09-13 04:26 --- I think this is caused by the tuples merge. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

Advertise to Millions Of Cell Phones and Skyrocket Sales-$25

2008-09-12 Thread [EMAIL PROTECTED]
  Reach Millions of Potential Customers Via Mobile Broadcast! OUR ALL-IN-ONE BROADCAST SOFTWARE MAKES IT EASY FOR YOU!   http://www.automatedblogs4cash.ws/textmessage2cash --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Grou

<    1   2