[Bug inline-asm/84625] New: ICE with constexpr and inline asm
SztfG at yandex dot ru
gcc-bugzilla@gcc.gnu.org
Thu Mar 1 02:07:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84625
Bug ID: 84625
Summary: ICE with constexpr and inline asm
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: inline-asm
Assignee: unassigned at gcc dot gnu.org
Reporter: SztfG at yandex dot ru
Target Milestone: ---
testcase:
#include <xmmintrin.h>
void crasher()
{
constexpr __m128 w = {1,2,3,4};
asm ("addps %[w], %[w]" : : [w] ""(w));
}
More information about the Gcc-bugs
mailing list