When I configured gcc with --enable-languages=c, I got

[...@gnu-6 gcc]$ cat x.c
unsigned int
foo ()
{
  return __builtin_ia32_stmxcsr ();
}
[...@gnu-6 gcc]$ ./xgcc -B./ -O2 -S x.c 
x.c:1: internal compiler error: tree check: expected class ‘type’, have
‘exceptional’ (tree_list) in type_hash_list, at tree.c:4570
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.


-- 
           Summary: [4.4 Regression]  __builtin_ia32_stmxcsr no longer works
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hjl dot tools at gmail dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38535

Reply via email to