This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Even stricter implicit conversions between vectors
- From: Paolo Bonzini <paolo dot bonzini at lu dot unisi dot ch>
- To: Ian Ollmann <iano at apple dot com>, GCC Development <gcc at gcc dot gnu dot org>
- Date: Thu, 02 Nov 2006 09:30:14 +0100
- Subject: Re: Even stricter implicit conversions between vectors
- References: <BC591512-132E-4C9C-B538-E61D3B2F6B4A@apple.com>
Ian Ollmann wrote:
Assuming I understand the proposal properly, this sounds to me like it
amounts reversing the change we experienced in the Apple GCC from 3.3
-> 4.0. Type checking became a lot more lax for us in 4.0.
This was a bug and has been fixed recently. I cannot recall if the fix
has been backported all the way up to 4.0.
Paolo