http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58248

--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
No, the only change I've made to this testcase was instead of using
printf use if (c != 1) __builtin_abort ();.
If you can, next time please try to adjust the testcases such that they abort
if miscompiled and exit with 0 exit status otherwise, gcc testsuite usually
doesn't check for output from the testcases.

Reply via email to