This is the mail archive of the
gcc-prs@gcc.gnu.org
mailing list for the GCC project.
Re: target/6912: x86_64 switch code generation problem with -fPIC
- From: Frank van der Linden <fvdl at wasabisystems dot com>
- To: nobody at gcc dot gnu dot org
- Cc: gcc-prs at gcc dot gnu dot org,
- Date: 5 Jun 2002 15:56:01 -0000
- Subject: Re: target/6912: x86_64 switch code generation problem with -fPIC
- Reply-to: Frank van der Linden <fvdl at wasabisystems dot com>
The following reply was made to PR target/6912; it has been noted by GNATS.
From: Frank van der Linden <fvdl@wasabisystems.com>
To: gcc-gnats@gcc.gnu.org
Cc:
Subject: Re: target/6912: x86_64 switch code generation problem with -fPIC
Date: Wed, 5 Jun 2002 17:44:50 +0200
I did a checkout of gcc 3.1 (gcc_3_1_release tag), and found that
plain 3.1 generates the correct code. However, the head of the
3.1 branch (gcc-3_1-branch tag) generates incorrect code for
this case.
That narrows it down to changes put on the 3.1 branch after
3.1 was released.
- Frank