GCC build of HEAD failed for native with your patch on 2004-09-27T04:12:39Z.

Andrew Pinski pinskia@physics.uc.edu
Mon Sep 27 15:23:00 GMT 2004


On Sep 27, 2004, at 12:36 AM, 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:
+2004-09-26  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
+
+	* bitmap.h (EXECUTE_IF_SET_IN_BITMAP, EXECUTE_IF_AND_COMPL_IN_BITMAP,
+	EXECUTE_IF_AND_IN_BITMAP): Changed to iterator style.
+	(bitmap_iterator): New type.
+	(bmp_iter_common_next_1, bmp_iter_single_next_1, bmp_iter_single_init,
+	bmp_iter_end_p, bmp_iter_single_next, bmp_iter_and_not_next_1,
+	bmp_iter_and_not_init, bmp_iter_and_not_next, bmp_iter_and_next_1,
+	bmp_iter_and_init, bmp_iter_and_next): New functions.
     .....

Found by going back in time.
Next time please test on more than one target when touching this amount
of code.

This also causes IA64 to fail to bootstrap in a similar matter, the insn
is not recognized because the clobber is the same as an input and the
clobber as marked as early clobbered.

Thanks,
Andrew Pinski



More information about the Gcc-regression mailing list