This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: PATCH: Mainline failed to bootstrap
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: "H. J. Lu" <hjl at lucon dot org>
- Cc: gcc at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org, ebotcazou at adacore dot com
- Date: Mon, 16 Jan 2006 15:02:52 -0500
- Subject: Re: PATCH: Mainline failed to bootstrap
- References: <20060116195331.GA13176@lucon.org> <20060116200034.GA13270@lucon.org>
On Jan 16, 2006, at 3:00 PM, H. J. Lu wrote:
This patch works for me.
But not the real problem. The real problem is the use of "gcc_assert
(FALSE);"
which just can be turned into gcc_unreachable as mentioned in my other
email.
-- Pinski