This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/37197] New: -msse4 ICE on __builtin_parityl
- From: "hjl dot tools at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 22 Aug 2008 06:31:14 -0000
- Subject: [Bug target/37197] New: -msse4 ICE on __builtin_parityl
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
[hjl@gnu-6 gcc]$ cat /tmp/x.i
int __attribute__ ((noinline))
testl (unsigned long *a, int b)
{
return b ? 1 : __builtin_parityl (*a);
}
[hjl@gnu-6 gcc]$ ./xgcc -B./ -m32 -S /tmp/x.i -O2 -msse4
/tmp/x.i: In function âtestlâ:
/tmp/x.i:5: internal compiler error: output_operand: invalid expression as
operand
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
[hjl@gnu-6 gcc]$ ./xgcc --version
xgcc (GCC) 4.4.0 20080821 (experimental) [trunk revision 139403]
--
Summary: -msse4 ICE on __builtin_parityl
Product: gcc
Version: 4.3.2
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: target
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: hjl dot tools at gmail dot com
GCC target triplet: i686-pc-linux
OtherBugsDependingO 35540
nThis:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37197