Commit 36e5122e by Andrew Pinski Committed by Andrew Pinski

re PR tree-optimization/17529 (ICE in get_indirect_ref_operands)

2004-10-17  Andrew Pinski  <pinskia@physics.uc.edu>

        PR c/17529
        * gcc.c-torture/compile/pr17529.c: New test.

From-SVN: r89175
parent 6c62412f
2004-10-17 Andrew Pinski <pinskia@physics.uc.edu>
PR c/17529
* gcc.c-torture/compile/pr17529.c: New test.
2004-10-17 Giovanni Bajo <giovannibajo@gcc.gnu.org>
PR c++/17743
......
static inline void
bar (const int * const x)
{
__asm__ __volatile__ ("paddd" " %0, %%" "mm0"::"m" (*x));
}
static const int y[];
void
foo (void)
{
bar (y);
}
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