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

Unified Diff: gcc/gcc/testsuite/g++.old-deja/g++.pt/asm1.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
« no previous file with comments | « gcc/gcc/testsuite/g++.old-deja/g++.other/vaarg3.C ('k') | gcc/gcc/testsuite/g++.old-deja/g++.pt/lookup8.C » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/gcc/testsuite/g++.old-deja/g++.pt/asm1.C
diff --git a/gcc/gcc/testsuite/g++.old-deja/g++.pt/asm1.C b/gcc/gcc/testsuite/g++.old-deja/g++.pt/asm1.C
index 8de6b767932c06a7a6131561cde51941eeb2dc2f..8e54a8ed54a0806b13f4e1eb0e4a422a9e837b7d 100644
--- a/gcc/gcc/testsuite/g++.old-deja/g++.pt/asm1.C
+++ b/gcc/gcc/testsuite/g++.old-deja/g++.pt/asm1.C
@@ -1,6 +1,6 @@
// { dg-do assemble { target i?86-*-linux* x86_64-*-linux* } }
-// We'd use ebx with -fpic/-fPIC, so skip.
-// { dg-skip-if "" { ilp32 } { "-fpic" "-fPIC" } { "" } }
+// We'd use ebx with 32-bit pic code, so skip.
+// { dg-skip-if "" { ilp32 && { ! nonpic } } { "*" } { "" } }
// Origin: "Weidmann, Nicholas" <nicholas.weidmann@swx.ch>
template<int i> int foo(int v)
« no previous file with comments | « gcc/gcc/testsuite/g++.old-deja/g++.other/vaarg3.C ('k') | gcc/gcc/testsuite/g++.old-deja/g++.pt/lookup8.C » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698