[Bug middle-end/38535] New: [4.4 Regression] __builtin_ia32_stmxcsr no longer works
hjl dot tools at gmail dot com
gcc-bugzilla@gcc.gnu.org
Mon Dec 15 20:33:00 GMT 2008
When I configured gcc with --enable-languages=c, I got
[hjl@gnu-6 gcc]$ cat x.c
unsigned int
foo ()
{
return __builtin_ia32_stmxcsr ();
}
[hjl@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
More information about the Gcc-bugs
mailing list