instead of asking for ilp32.
From-SVN: r201128
+2013-07-22 Diego Novillo <dnovillo@google.com>
+
+ * testsuite/g++.dg/pr57878.C: Do not force -m32. Use
+ target ilp32.
+
2013-07-22 Georg-Johann Lay <avr@gjlay.de>
PR testsuite/52641
-/* { dg-do compile { target i?86-*-* x86_64-*-* } } */
-/* { dg-options "-m32 -O2 -fno-omit-frame-pointer -fPIC -std=gnu++11" } */
+/* { dg-do compile { target { { i?86-*-* x86_64-*-* } && ilp32 } } } */
+/* { dg-options "-O2 -fno-omit-frame-pointer -fPIC -std=gnu++11" } */
typedef int int32;
typedef long long int64;