public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/67501] New: Bad error recovery for invalid OpenMP clauses in C FE
@ 2015-09-08 15:36 jakub at gcc dot gnu.org
  2015-09-08 15:36 ` [Bug c/67501] " jakub at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: jakub at gcc dot gnu.org @ 2015-09-08 15:36 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67501

            Bug ID: 67501
           Summary: Bad error recovery for invalid OpenMP clauses in C FE
           Product: gcc
           Version: 5.2.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
          Assignee: unassigned at gcc dot gnu.org
          Reporter: jakub at gcc dot gnu.org
  Target Milestone: ---

/* */
/* { dg-do compile } */
/* { dg-options "-fopenmp" } */

void
foo (void)
{
  int i;
  #pragma omp for simd simdlen(4
  for (i = 0; i < 16; ++i)
    ;
}

ICEs during clause splitting, the C++ FE handles this right.


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

end of thread, other threads:[~2015-09-10 15:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-08 15:36 [Bug c/67501] New: Bad error recovery for invalid OpenMP clauses in C FE jakub at gcc dot gnu.org
2015-09-08 15:36 ` [Bug c/67501] " jakub at gcc dot gnu.org
2015-09-09  7:25 ` jakub at gcc dot gnu.org
2015-09-09  7:32 ` jakub at gcc dot gnu.org
2015-09-10 15:09 ` jakub at gcc dot gnu.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).