Commit 1b829974 by Paolo Bonzini

re PR tree-optimization/23546 (ICE in for_each_index, at tree-ssa-loop-im.c:202)

2005-08-24  Paolo Bonzini  <bonzini@gnu.org>

	PR tree-optimization/23546
	* gcc.dg/tree-ssa/pr23546.c: New test.

From-SVN: r103473
parent 0621d71a
2005-08-24 Paolo Bonzini <bonzini@gnu.org>
PR tree-optimization/23546
* gcc.dg/tree-ssa/pr23546.c: New test.
2005-08-24 Thomas Koenig <Thomas.Koenig@online.de> 2005-08-24 Thomas Koenig <Thomas.Koenig@online.de>
PR fortran/17758 PR fortran/17758
gfortran.dg/nonreturning_statements.f90: New test. * gfortran.dg/nonreturning_statements.f90: New test.
2005-08-24 Nathan Sidwell <nathan@codesourcery.com> 2005-08-24 Nathan Sidwell <nathan@codesourcery.com>
......
/* { dg-do compile } */
/* { dg-options "-O2" } */
typedef int m64 __attribute__ ((__vector_size__ (8)));
void mmxCombineMaskU (m64 * mask, int width)
{
while (--width >= 0)
*mask++ = (m64) 0LL;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment