[Bug middle-end/87054] misaligned asm output is turned into dereferenced pointer-to-aligned
ro at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Sep 21 11:43:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87054
Rainer Orth <ro at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ro at gcc dot gnu.org
--- Comment #5 from Rainer Orth <ro at gcc dot gnu.org> ---
The new testcase FAILs on 32-bit x86:
+FAIL: gcc.dg/pr87054.c (test for excess errors)
+UNRESOLVED: gcc.dg/pr87054.c compilation failed to produce executable
Excess errors:
/vol/gcc/src/hg/trunk/local/gcc/testsuite/gcc.dg/pr87054.c:6:13: error:
'__int128' is not supported on this target
Seems to require int128 support.
More information about the Gcc-bugs
mailing list