public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/38348]  New: ICE from c_finish_omp_for
@ 2008-12-01 14:23 jakub at gcc dot gnu dot org
  2008-12-01 14:24 ` [Bug c++/38348] " 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-12-01 14:23 UTC (permalink / raw)
  To: gcc-bugs

int a[10];

template <int N>
void foo ()
{
#pragma omp for
  for (int *p = a; p < a + 10; p++)
    ;
}

ICEs with -fopenmp, fold_convert is called with NULL second argument fro
c_finish_omp_for.


-- 
           Summary: ICE from c_finish_omp_for
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Keywords: openmp
          Severity: normal
          Priority: P3
         Component: c++
        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=38348


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

end of thread, other threads:[~2008-12-01 15:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-12-01 14:23 [Bug c++/38348] New: ICE from c_finish_omp_for jakub at gcc dot gnu dot org
2008-12-01 14:24 ` [Bug c++/38348] " jakub at gcc dot gnu dot org
2008-12-01 14:26 ` [Bug c++/38348] [4.4 Regression] " jakub at gcc dot gnu dot org
2008-12-01 15:13 ` jakub at gcc dot gnu dot org
2008-12-01 15:16 ` jakub 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).