Commit 3c468b4c by Paulo Matos Committed by Paulo Matos

re PR middle-end/58463 (ICE with -fdump-tree-all-all in vector indexed access)

	PR middle-end/58463
        * gcc.dg/pr58463.c: New test.

From-SVN: r202976
parent 0d0e2af6
2013-09-27 Paulo Matos <pmatos@broadcom.com>
PR middle-end/58463
* gcc.dg/pr58463.c: New test.
2013-09-27 Paulo Matos <pmatos@broadcom.com>
* cfgloop.h (number_of_loops): Fix typo in check for null.
2013-09-27 Jakub Jelinek <jakub@redhat.com>
......
/* { dg-do compile } */
/* { dg-options "-fdump-tree-ealias-details -O2" } */
typedef struct
{
int data16;
}
list_data;
void
fn1 (list_data * p1)
{
p1->data16 = p1->data16 & 1 & p1->data16 >> 1;
}
/* { dg-final { cleanup-tree-dump "ealias" } } */
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