This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/11549] internal compiler error: in ix86_expand_binop_builtin
- From: "pinskia at physics dot uc dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 16 Jul 2003 23:31:38 -0000
- Subject: [Bug c++/11549] internal compiler error: in ix86_expand_binop_builtin
- References: <20030716190646.11549.ebuddington@wesleyan.edu>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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).