http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59175
Uroš Bizjak <ubizjak at gmail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ubizjak at gmail dot com --- Comment #1 from Uroš Bizjak <ubizjak at gmail dot com> --- Created attachment 31241 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31241&action=edit Fixed testcase I have fixed the testcase to not fail due to missing memcpy prototype and to not fail scan-assembler-not dg-directive, since filename matches the pattern. It still fails -m32 compilation due to the problem, described in Comment #0.