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

Unified Diff: gcc/gcc/testsuite/gcc.c-torture/execute/builtins/lib/strcspn.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/builtins/lib/strcspn.c
diff --git a/gcc/gcc/testsuite/gcc.c-torture/execute/builtins/lib/strcspn.c b/gcc/gcc/testsuite/gcc.c-torture/execute/builtins/lib/strcspn.c
index 53f609114bbbdfb1b7fee2a3a137d5c142d1f3d5..8270996374af67e0b9b5f6ece3e0ffc828536a65 100644
--- a/gcc/gcc/testsuite/gcc.c-torture/execute/builtins/lib/strcspn.c
+++ b/gcc/gcc/testsuite/gcc.c-torture/execute/builtins/lib/strcspn.c
@@ -1,6 +1,7 @@
extern void abort (void);
extern int inside_main;
+__attribute__ ((__noinline__))
__SIZE_TYPE__
strcspn (const char *s1, const char *s2)
{

Powered by Google App Engine
This is Rietveld 408576698