public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/26076]  New: [gomp] ICE in can_throw_internal_1 at except.c:2581
@ 2006-02-02 15:46 reichelt at gcc dot gnu dot org
  2006-03-09 18:27 ` [Bug middle-end/26076] " pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2006-02-02 15:46 UTC (permalink / raw)
  To: gcc-bugs

The following valid code snippet causes an ICE when compiled with -fopenmp:

=========================
struct A
{
    ~A();
};

void foo()
{
#pragma omp parallel
  {
    A a, b;
  }
}
=========================

bug.cc: In function 'void _Z3foov.omp_fn.0(void*)':
bug.cc:8: internal compiler error: vector VEC(eh_region,base) index domain
error, in can_throw_internal_1 at except.c:2581
Please submit a full bug report, [etc.]


-- 
           Summary: [gomp] ICE in can_throw_internal_1 at except.c:2581
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code, monitored, openmp
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: reichelt at gcc dot gnu dot org


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


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

* [Bug middle-end/26076] ICE in can_throw_internal_1 at except.c:2581
  2006-02-02 15:46 [Bug c++/26076] New: [gomp] ICE in can_throw_internal_1 at except.c:2581 reichelt at gcc dot gnu dot org
@ 2006-03-09 18:27 ` pinskia at gcc dot gnu dot org
  2006-03-09 18:49 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-03-09 18:27 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2006-03-09 18:27 -------
Confirmed on the mainline.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
          Component|c++                         |middle-end
     Ever Confirmed|0                           |1
      Known to fail|                            |4.2.0
   Last reconfirmed|0000-00-00 00:00:00         |2006-03-09 18:27:44
               date|                            |
            Summary|[gomp] ICE in               |ICE in can_throw_internal_1
                   |can_throw_internal_1 at     |at except.c:2581
                   |except.c:2581               |


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


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

* [Bug middle-end/26076] ICE in can_throw_internal_1 at except.c:2581
  2006-02-02 15:46 [Bug c++/26076] New: [gomp] ICE in can_throw_internal_1 at except.c:2581 reichelt at gcc dot gnu dot org
  2006-03-09 18:27 ` [Bug middle-end/26076] " pinskia at gcc dot gnu dot org
@ 2006-03-09 18:49 ` pinskia at gcc dot gnu dot org
  2006-03-09 18:53 ` pinskia at gcc dot gnu dot org
  2006-03-23 10:45 ` reichelt at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-03-09 18:49 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pinskia at gcc dot gnu dot org  2006-03-09 18:49 -------
*** Bug 26084 has been marked as a duplicate of this bug. ***


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |martin at mpa-garching dot
                   |                            |mpg dot de


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


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

* [Bug middle-end/26076] ICE in can_throw_internal_1 at except.c:2581
  2006-02-02 15:46 [Bug c++/26076] New: [gomp] ICE in can_throw_internal_1 at except.c:2581 reichelt at gcc dot gnu dot org
  2006-03-09 18:27 ` [Bug middle-end/26076] " pinskia at gcc dot gnu dot org
  2006-03-09 18:49 ` pinskia at gcc dot gnu dot org
@ 2006-03-09 18:53 ` pinskia at gcc dot gnu dot org
  2006-03-23 10:45 ` reichelt at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-03-09 18:53 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from pinskia at gcc dot gnu dot org  2006-03-09 18:53 -------
A little simplier testcase is:
struct A
{
    ~A();
};
void foo()
{
#pragma omp parallel
    A a, b;
}


-- 


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


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

* [Bug middle-end/26076] ICE in can_throw_internal_1 at except.c:2581
  2006-02-02 15:46 [Bug c++/26076] New: [gomp] ICE in can_throw_internal_1 at except.c:2581 reichelt at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2006-03-09 18:53 ` pinskia at gcc dot gnu dot org
@ 2006-03-23 10:45 ` reichelt at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2006-03-23 10:45 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from reichelt at gcc dot gnu dot org  2006-03-23 10:45 -------
Fixed by RTH's patch for PS 26084.


-- 

reichelt at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.2.0


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


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

end of thread, other threads:[~2006-03-23 10:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-02-02 15:46 [Bug c++/26076] New: [gomp] ICE in can_throw_internal_1 at except.c:2581 reichelt at gcc dot gnu dot org
2006-03-09 18:27 ` [Bug middle-end/26076] " pinskia at gcc dot gnu dot org
2006-03-09 18:49 ` pinskia at gcc dot gnu dot org
2006-03-09 18:53 ` pinskia at gcc dot gnu dot org
2006-03-23 10:45 ` reichelt 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).