This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/54257] gcc.target/i386/pr53249.c failure at -m64 on x86_64-apple-darwin
- From: "ro at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 09 Oct 2012 08:24:06 +0000
- Subject: [Bug target/54257] gcc.target/i386/pr53249.c failure at -m64 on x86_64-apple-darwin
- Auto-submitted: auto-generated
- References: <bug-54257-4@http.gcc.gnu.org/bugzilla/>
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