This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/26412] ICE with external arrays using OpenMP



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]