This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC 4.6 missing plugin headers
- From: Jakub Jelinek <jakub at redhat dot com>
- To: Alex Leach <albl500 at york dot ac dot uk>
- Cc: "gcc at gcc dot gnu dot org" <gcc at gcc dot gnu dot org>
- Date: Wed, 19 Jun 2013 11:50:55 +0200
- Subject: Re: GCC 4.6 missing plugin headers
- References: <op dot wyw6svj9yzmrol at ns1 dot alexleach dot org dot uk>
- Reply-to: Jakub Jelinek <jakub at redhat dot com>
On Wed, Jun 19, 2013 at 10:47:09AM +0100, Alex Leach wrote:
> Are there any further releases planned for the 4.6 branch? Would a
> patch be accepted for this? I've got the 4.6 branch checked out in
> git, but don't know exactly where an edit would be needed.. Are
> there any reasons why this header is not installed with 4.6?
The 4.6 branch is closed and no further releases will be released from it,
gcc.gnu.org homepage documents the currently active (== supported) release
branches and 4.6 isn't among them.
http://gcc.gnu.org/ml/gcc/2013-04/msg00132.html
Jakub