[Bug c++/11549] internal compiler error: in ix86_expand_binop_builtin
pinskia at physics dot uc dot edu
gcc-bugzilla@gcc.gnu.org
Wed Jul 16 23:31:00 GMT 2003
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11549
------- Additional Comments From pinskia at physics dot uc dot edu 2003-07-16 23:31 -------
Actually it is the same bug, the line numbers are wrong. GCC is ICE on __builtin_ia32_psllq (u1, 8).
The line numbers are wrong because GCC inlined the constructor of mmx so the line numbers of
the arguments are the same as the start of the inlined function (There is already a bug against GCC
for this).
More information about the Gcc-bugs
mailing list