This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]