URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Subversion Repositories openrisc_2011-10-31
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [gomp/] [pr34694.c] - Rev 404
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR middle-end/34694 */ /* { dg-do compile } */ /* { dg-options "-O -fopenmp -Wall" } */ int i; void foo () { #pragma omp parallel { int j; /* { dg-message "note: 'j' was declared here" } */ i = j; /* { dg-warning "is used uninitialized" } */ } }
Go to most recent revision | Compare with Previous | Blame | View Log