------- 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

Reply via email to