This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
2 x86-64 ABI bugs in gcc 3.3 and 3.4
- From: "H. J. Lu" <hjl at lucon dot org>
- To: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- Cc: gcc at gcc dot gnu dot org, mark at codesourcery dot com
- Date: Mon, 17 May 2004 21:04:24 -0700
- Subject: 2 x86-64 ABI bugs in gcc 3.3 and 3.4
- References: <m365avohox.fsf@uniton.integrable-solutions.net>
On Mon, May 17, 2004 at 05:28:46AM +0200, Gabriel Dos Reis wrote:
>
> Tarballs of GCC-3.3.4 prerelease are available for downloading and
> testing from our ftp server
>
> ftp://gcc.gnu.org/pub/gcc/prerelease-3.3.4-20040517/
>
>
> Please report any problem with them; fill proper bugzilla PRs and
> put me in the CC:.
There are 2 x86-64 ABI bugs:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15301
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15302
There is one testcase patch in each bug report. Mainline is fixed. I'd
like to see gcc 3.3 and 3.4 get fixed too. I understand they are
ABI changes. But my testcases show gcc 3.3 and 3.4 fail to correctly
compile ABI conforming programs.
H.J.