-
Notifications
You must be signed in to change notification settings - Fork 15.1k
Closed
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzilla
Description
| Bugzilla Link | 2153 |
| Resolution | LATER |
| Resolved on | Dec 02, 2010 01:28 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl |
Extended Description
simd-4.C from the gcc testsuite (g++.dg/eh) fails differently at
-O0 and at -O2 while with mainline you always get the llvm-gcc -O0
behaviour:
$ llvm-g++ -o simd-4 -O0 simd-4.C
$ ./simd-4
terminate called after throwing an instance of 'int'
Aborted (core dumped)
$ llvm-g++ -o simd-4 -O2 simd-4.C
$ ./simd-4
Aborted (core dumped)
Metadata
Metadata
Assignees
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzilla