public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/35818]  New: ICE on incomplete array in shared clause
@ 2008-04-03 16:58 jakub at gcc dot gnu dot org
  2008-04-03 21:04 ` [Bug middle-end/35818] " jakub at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: jakub at gcc dot gnu dot org @ 2008-04-03 16:58 UTC (permalink / raw)
  To: gcc-bugs

extern int a[];

void
foo (void)
{
#pragma omp parallel
#pragma omp master
  a[3] = 1;
#pragma omp parallel shared(a)
#pragma omp master
  a[3] = 1;
}
ICEs, because is_variable_sized doesn't expect incomplete types.


-- 
           Summary: ICE on incomplete array in shared clause
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code, openmp
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: jakub at gcc dot gnu dot org
        ReportedBy: jakub at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35818


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-04-04  5:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-04-03 16:58 [Bug middle-end/35818] New: ICE on incomplete array in shared clause jakub at gcc dot gnu dot org
2008-04-03 21:04 ` [Bug middle-end/35818] " jakub at gcc dot gnu dot org
2008-04-03 21:24 ` jakub at gcc dot gnu dot org
2008-04-03 21:26 ` jakub at gcc dot gnu dot org
2008-04-04  5:52 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).