[Bug middle-end/26412] ICE with external arrays using OpenMP
reichelt at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Wed Feb 22 14:19:00 GMT 2006
------- Comment #3 from reichelt at gcc dot gnu dot org 2006-02-22 14:18 -------
Even shorter testcase:
==========================
extern int table[];
void foo()
{
#pragma omp parallel
table[0];
}
==========================
--
reichelt at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |reichelt at gcc dot gnu dot
| |org
Summary|Problem with OpenMP / C |ICE with external arrays
| |using OpenMP
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26412
More information about the Gcc-bugs
mailing list