This is the mail archive of the gcc-patches@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: [PowerPC] Fix 25406, rs6000_special_round_type_align


On Thu, Dec 15, 2005 at 01:26:16AM +1030, Alan Modra wrote:
> #define MY_TYPE_MODE(X) (!TYPE_P (X) ? abort (), SImode : TYPE_MODE (X))
> 
> ie. Effectively turning on rtl checking just here.  A full
> powerpc64-linux bootstrap takes forever with --enable-checking=all.

Duh.  This isn't rtl checking, it is tree checking.  Which is turned on
by default anyway on the trunk.  So I didn't need to muck around like
this.  Just doing a -malign-power testsuite run is sufficient.

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre


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