http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54257
Rainer Orth <ro at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ro at gcc dot gnu.org, | |ubizjak at gmail dot com Target Milestone|--- |4.8.0 --- Comment #5 from Rainer Orth <ro at gcc dot gnu.org> 2012-10-09 08:24:06 UTC --- No, this is certainly wrong: I'm seeing the same failure on i386-pc-solaris2.1[01] (cf. PR testsuite/53365) and i686-unknown-linux-gnu. The same failure also occurs for FAIL: gcc.target/i386/pr53249.c (test for excess errors) Excess errors: /vol/gcc/src/hg/trunk/local/gcc/testsuite/gcc.target/i386/pr53249.c:1:0: error: address mode 'short' not supported in the 64 bit mode also on i386-pc-solaris2.1[01] and i686-unknown-linux-gnu. There's something amiss that's not darwin-specific. Rainer