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

Unified Diff: gcc/gcc/testsuite/gcc.c-torture/execute/pr17377.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/execute/pr17377.c
diff --git a/gcc/gcc/testsuite/gcc.c-torture/execute/pr17377.c b/gcc/gcc/testsuite/gcc.c-torture/execute/pr17377.c
index 0be6f0a849e92cc60b64fb71b2f24c2c8f03a9be..87d23c5cc1b020497a9f889a91a4b8ae57b57d2c 100644
--- a/gcc/gcc/testsuite/gcc.c-torture/execute/pr17377.c
+++ b/gcc/gcc/testsuite/gcc.c-torture/execute/pr17377.c
@@ -26,7 +26,7 @@ f (int i)
int x;
-void *y (int i) __attribute__ ((__noinline__));
+void *y (int i) __attribute__ ((__noinline__,__noclone__));
void *
y (int i)
{
« no previous file with comments | « gcc/gcc/testsuite/gcc.c-torture/execute/ieee/unsafe-fp-assoc-1.c ('k') | gcc/gcc/testsuite/gcc.c-torture/execute/pr40668.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698