Commit 9e2d6939 by Kaveh R. Ghazi Committed by Kaveh Ghazi

encode-2.mm: XFAIL.

	* obj-c++.dg/encode-2.mm: XFAIL.
	* obj-c++.dg/encode-3.mm: Likewise.

From-SVN: r132370
parent 4a610263
2008-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* obj-c++.dg/encode-2.mm: XFAIL.
* obj-c++.dg/encode-3.mm: Likewise.
2008-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
Paolo Carlini <pcarlini@suse.de>
* g++.dg/ext/has_nothrow_assign.C: Skip some tests when __PIC__.
......@@ -10,5 +10,5 @@ Vec<double> dd;
const char *enc = @encode(Vec<float>);
const char *enc2 = @encode(Vec<double>);
/* { dg-final { scan-assembler "{Vec<float>=ffi}" } } */
/* { dg-final { scan-assembler "{Vec<double>=ddi}" } } */
/* { dg-final { scan-assembler "{Vec<float>=ffi}" { xfail "*-*-*" } } } PR32052 */
/* { dg-final { scan-assembler "{Vec<double>=ddi}" { xfail "*-*-*" } } } PR32052 */
/* { dg-do run } */
/* { dg-do run { xfail { "*-*-*" } } } PR32052 */
#include <stdlib.h>
#include <string.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment