This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/11549] internal compiler error: in ix86_expand_binop_builtin


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).


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]