GCC build of HEAD failed for native with your patch on 2005-03-02T22:03:10Z.

Andrew Pinski pinskia@physics.uc.edu
Wed Mar 2 23:11:00 GMT 2005


On Mar 2, 2005, at 5:26 PM, GCC regression checker wrote:

> With your recent patch, GCC HEAD does not compile on:
>  native
> Attached is build output for those targets.
>
> The build failures are new.
>
> For more information, see http://gcc.gnu.org/regtest/.
>
> <ChangeLog.diff><native-log.txt>--
> Geoffrey Keating <geoffk@apple.com>
> (via an automated GCC regression-testing script.)
>

This was caused by:
+2005-03-02  J"orn Rennecke <joern.rennecke@st.com>
+
+	* recog.c (verify_changes, confirm_change_group): New functions,
+	broken out of apply_change_group.
+	(apply_change_group): Use them.
+	* recog.h (verify_change, confirm_change_group): Declare.
+	* rtl.h (redirect_jump_2): Declare.
+	* jump.c (redirect_exp, invert_exp): Delete.
+	(invert_exp_1): Take second parameter.  Return value.  Changed caller.
+	(redirect_jump_2): New function, broken out of redirect_jump.
+	(redirect_jump): Use redirect_jump_1 and redirect_jump_2.
+	(invert_jump): Use invert_jump_1 and redirect_jump_2.
+	* ifcvt.c (dead_or_predicable): Use redirect_jump_2.

Verified by going back before this patch and building and trying to 
build
right after it.

-- Pinski



More information about the Gcc-regression mailing list