Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(133)

Unified Diff: gcc/gcc/testsuite/gcc.c-torture/compile/20000804-1.c

Issue 3050029: [gcc] GCC 4.5.0=>4.5.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: gcc/gcc/testsuite/gcc.c-torture/compile/20000804-1.c
diff --git a/gcc/gcc/testsuite/gcc.c-torture/compile/20000804-1.c b/gcc/gcc/testsuite/gcc.c-torture/compile/20000804-1.c
index d1b351584d4ed10267734a1c4f93bd7b68347f4b..ff4110273bee1dc84bc8a9afbf52d8f43d799525 100644
--- a/gcc/gcc/testsuite/gcc.c-torture/compile/20000804-1.c
+++ b/gcc/gcc/testsuite/gcc.c-torture/compile/20000804-1.c
@@ -1,8 +1,7 @@
/* This does not work on m68hc11 or h8300 due to the use of an asm
statement to force a 'long long' (64-bits) to go in a register. */
/* { dg-do assemble } */
-/* { dg-skip-if "" { { i?86-*-* x86_64-*-* } && ilp32 } { "-fpic" "-fPIC" } { "" } } */
-/* { dg-skip-if "PIC default" { { i?86-*-darwin* x86_64-*-darwin* } && ilp32 } { "*" } { "" } } */
+/* { dg-skip-if "" { { i?86-*-* x86_64-*-* } && { ilp32 && { ! nonpic } } } { "*" } { "" } } */
/* { dg-skip-if "No 64-bit registers" { m32c-*-* } { "*" } { "" } } */
/* { dg-xfail-if "" { m6811-*-* m6812-*-* h8300-*-* } { "*" } { "" } } */
« no previous file with comments | « gcc/gcc/testsuite/g++.old-deja/g++.robertl/README ('k') | gcc/gcc/testsuite/gcc.c-torture/compile/fix-trunc-mem-1.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698