This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: [Bug target/33730] [4.2 regression] Illegal instruction with build/genmddeps with PPC405 build on powerpc
- From: "Andrew Pinski" <pinskia at gmail dot com>
- To: gcc-bugzilla at gcc dot gnu dot org
- Cc: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 11 Oct 2007 03:40:23 -0700
- Subject: Re: [Bug target/33730] [4.2 regression] Illegal instruction with build/genmddeps with PPC405 build on powerpc
- References: <bug-33730-12387@http.gcc.gnu.org/bugzilla/> <20071011102803.29804.qmail@sourceware.org>
On 11 Oct 2007 10:28:03 -0000, tbm at cyrius dot com
<gcc-bugzilla@gcc.gnu.org> wrote:
> So it's just a coincidence that 4.1 and 4.3 bootstrap?
Yes. You should look at what instruction is being executed to be sure
but this is just the normal trying to boostrap using --with-cpu when
you really don't have that CPU (or a superset of that CPU
instructions).
Use gdb to find out for sure.
-- Pinski