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

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc1/] [gcc/] [testsuite/] [gcc.dg/] [pure-1.c] - Blame information for rev 338

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 298 jeremybenn
/* Regression test for PR middle-end/23584 */
2
/* Verify that dereferencing a volatile element in a struct causes
3
   the function not be pure.  */
4
 
5
/* { dg-do compile } */
6
/* { dg-options "-O1 -fdump-ipa-pure-const" } */
7
 
8
struct test_a { volatile int a; };
9
 
10
int func_a(struct test_a *a)
11
{
12
        return a->a;
13
}
14
 
15
/* { dg-final { scan-ipa-dump-not "found to be pure: func_a" "pure-const" } } */
16
/* { dg-final { cleanup-ipa-dump "pure-const" } } */

powered by: WebSVN 2.1.0

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