mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-21 08:30:35 +08:00
scope4.C: No longer expected to fail.
* g++.old-deja/g++.brendan/scope4.C: No longer expected to fail. * g++.old-deja/g++.mike/p7325.C: Likewise. * g++.old-deja/g++.mike/eh51.C: No longer expected to fail on the PA. From-SVN: r15413
This commit is contained in:
parent
432438724e
commit
7f69978172
@ -1,3 +1,9 @@
|
||||
Thu Sep 11 13:52:01 1997 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* g++.old-deja/g++.brendan/scope4.C: No longer expected to fail.
|
||||
* g++.old-deja/g++.mike/p7325.C: Likewise.
|
||||
* g++.old-deja/g++.mike/eh51.C: No longer expected to fail on the PA.
|
||||
|
||||
Thu Sep 11 10:00:03 1997 Alexandre Oliva (oliva@dcc.unicamp.br)
|
||||
|
||||
* g++.old-deja/g++.brendan/crash20.C: Rework to avoid libg++.
|
||||
|
@ -1,5 +1,4 @@
|
||||
// Build don't link:
|
||||
// excess errors test - XFAIL *-*-*
|
||||
// GROUPS passed scoping
|
||||
class BitString {
|
||||
public:
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Special g++ Options: -fexceptions
|
||||
// excess errors test - XFAIL hppa*-*-* a29k-*-* sparc64-*-elf sh-*-* z8k-*-* arm-*-pe**-*
|
||||
// excess errors test - XFAIL a29k-*-* sparc64-*-elf sh-*-* z8k-*-* arm-*-pe**-*
|
||||
|
||||
void my_unexpected() {
|
||||
throw 42;
|
||||
|
@ -1,7 +1,6 @@
|
||||
// I hate this type of test case. I'm not sure how to code it better.
|
||||
// See the PR for what this tests.
|
||||
// prms-id: 7325
|
||||
// execution test fails *-*-*
|
||||
|
||||
int fail = 0;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user