diff options
| author | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-04 16:13:13 +0000 |
|---|---|---|
| committer | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-04 16:13:13 +0000 |
| commit | 095824b0267d5a0e039ff428f3930fcd71fed608 (patch) | |
| tree | f2765e1c7767203fab28e1a8370ae2d7d929e015 | |
| parent | 3f35cf2e4b1785f4df087817db4296724dc166d7 (diff) | |
| download | ppe42-gcc-095824b0267d5a0e039ff428f3930fcd71fed608.tar.gz ppe42-gcc-095824b0267d5a0e039ff428f3930fcd71fed608.zip | |
* call.c (build_conditional_expr): Stabilize lvalues properly.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60881 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/testsuite/g++.old-deja/g++.oliva/ext1.C | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/testsuite/g++.old-deja/g++.oliva/ext1.C b/gcc/testsuite/g++.old-deja/g++.oliva/ext1.C index 05abec25b69..21405b1d16f 100644 --- a/gcc/testsuite/g++.old-deja/g++.oliva/ext1.C +++ b/gcc/testsuite/g++.old-deja/g++.oliva/ext1.C @@ -4,7 +4,6 @@ // simplified from bug report by Michael Rosenbruch <Rosenbruch@bfw-online.de> // Special g++ Options: -// execution test - XFAIL *-*-* extern "C" void abort(); |

