Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.robertl / eb133a.C
blobeb6c72d20a606fe709619ab92cb4d466dff7c366
1 // { dg-do assemble  }
2 // Gives ICE 109
3 // From: Klaus-Georg Adams <Klaus-Georg.Adams@chemie.uni-karlsruhe.de> 
4 // Reported against EGCS snaps 98/06/28.
6 int main()
8         try {
9         }
10         catch (std::bad_alloc) { // { dg-error "" } parse error
11                 return 1;
12         }
13         return 0;
16