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: [patch] (4.1 project list, stage 1.1) vectorizer alignmentimprovements


On Tue, 2005-03-15 at 22:06, Ulrich Weigand wrote:
> Dorit Naishlos wrote:
> 
> >! 		  DR_MISALIGNMENT (dr) %= UNITS_PER_SIMD_WORD;
> 
> This gives a compile-time "division by zero" bootstrap error
> on platforms where UNITS_PER_SIMD_WORD is undefined (and thus
> defaults to zero).
> 
> Bye,
> Ulrich

I think we should start a 48-hour timer on this one.  It breaks a
significant number of platforms and prevents building cc1.

R.


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