[EMAIL PROTECTED] gcc]$ cat /tmp/x.i
int __attribute__ ((noinline))
testl (unsigned long *a, int b)
{
  return b ? 1 : __builtin_parityl (*a);
}
[EMAIL PROTECTED] 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.
[EMAIL PROTECTED] 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

Reply via email to