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

Unified Diff: gcc/gcc/testsuite/gcc.dg/pr27095.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/gcc.dg/pr19984.c ('k') | gcc/gcc/testsuite/gcc.dg/pr32176.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/gcc/testsuite/gcc.dg/pr27095.c
diff --git a/gcc/gcc/testsuite/gcc.dg/pr27095.c b/gcc/gcc/testsuite/gcc.dg/pr27095.c
index d274f4e84459ad06fba17b717a79caf95db33b93..8e727716079c972d5a52e14c6dd38fa6ce72bc38 100644
--- a/gcc/gcc/testsuite/gcc.dg/pr27095.c
+++ b/gcc/gcc/testsuite/gcc.dg/pr27095.c
@@ -1,6 +1,11 @@
/* { dg-do compile } */
/* { dg-options "-O2" } */
+/* On MIPS, disable generating hints (R_MIPS_JALR) for PIC calls. In addition
+ to the load from the GOT this also contains the name of the funtion so for
+ each call the function name would appear twice. */
+/* { dg-options "-O2 -mno-relax-pic-calls" { target mips*-*-* } } */
+
extern void *memset (void *, int, __SIZE_TYPE__);
extern __SIZE_TYPE__ strlen (const char *);
« no previous file with comments | « gcc/gcc/testsuite/gcc.dg/pr19984.c ('k') | gcc/gcc/testsuite/gcc.dg/pr32176.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698