OSDN Git Service

* gcc.c-torture/execute/990208-1.c: Add noinline attributes as needed.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / execute / string-opt-2.c
index 7b9bcbf..d8ebb77 100644 (file)
@@ -46,6 +46,7 @@ int main()
 /* When optimizing, all the above cases should be transformed into
    something else.  So any remaining calls to the original function
    should abort.  */
+__attribute__ ((noinline))
 static char *
 strpbrk(const char *s1, const char *s2)
 {