OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [tree-ssa/] [struct-aliasing-1.c] - Blame information for rev 689

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 689 jeremybenn
/* { dg-do compile } */
2
/* { dg-options "-O2 -fdump-tree-fre1-details" } */
3
 
4
struct S { float f; };
5
int __attribute__((noinline))
6
foo (float *r, struct S *p)
7
{
8
  int *q = (int *)&p->f;
9
  int i = *q;
10
  *r = 0.0;
11
  return i + *q;
12
}
13
 
14
/* { dg-final { scan-tree-dump "Replaced\[^\n\]*with i_." "fre1" } } */
15
/* { dg-final { cleanup-tree-dump "fre1" } } */

powered by: WebSVN 2.1.0

© copyright 1999-2025 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.