public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug objc/29965]  New: Objective-C exceptions vs OpenMP
@ 2006-11-23 22:57 pinskia at gcc dot gnu dot org
  2006-11-23 23:04 ` [Bug middle-end/29965] OpenMP vs always throw in a loop pinskia at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-11-23 22:57 UTC (permalink / raw)
  To: gcc-bugs

The following program causes an ICE with -fopenmp -fexceptions:
extern void bar (int);

void
foo (int n)
{
  int i;
#pragma omp parallel for schedule(dynamic)
  for (i = 0; i < n; i++)
    {
    bar (0);
      @throw 0;
    }
}


-- 
           Summary: Objective-C exceptions vs OpenMP
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code, openmp
          Severity: normal
          Priority: P3
         Component: objc
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pinskia at gcc dot gnu dot org
GCC target triplet: i686-pc-linux-gnu


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


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

end of thread, other threads:[~2007-01-10 19:16 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-11-23 22:57 [Bug objc/29965] New: Objective-C exceptions vs OpenMP pinskia at gcc dot gnu dot org
2006-11-23 23:04 ` [Bug middle-end/29965] OpenMP vs always throw in a loop pinskia at gcc dot gnu dot org
2006-11-26 19:16 ` jakub at gcc dot gnu dot org
2006-11-29 20:21 ` jakub at gcc dot gnu dot org
2006-12-04 10:21 ` jakub at gcc dot gnu dot org
2006-12-04 10:23 ` jakub at gcc dot gnu dot org
2006-12-04 10:36 ` jakub at gcc dot gnu dot org
2007-01-10 19:16 ` 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).