public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/35028]  New: ICE with strange ctor and firstprivate
@ 2008-01-30  3:17 reichelt at gcc dot gnu dot org
  2008-01-30 10:06 ` [Bug c++/35028] " rguenth at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2008-01-30  3:17 UTC (permalink / raw)
  To: gcc-bugs

The following (IMHO valid) code snippet triggers a segfault since GCC 4.2.0
when compiled with "-fopenmp":

==========================================
struct A
{
  A();
  A(const A&, ...);
};

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

bug.cc: In function 'void foo()':
bug.cc:10: internal compiler error: Segmentation fault
Please submit a full bug report, [etc.]


-- 
           Summary: ICE with strange ctor and firstprivate
           Product: gcc
           Version: 4.3.0
            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=35028


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

* [Bug c++/35028] ICE with strange ctor and firstprivate
  2008-01-30  3:17 [Bug c++/35028] New: ICE with strange ctor and firstprivate reichelt at gcc dot gnu dot org
@ 2008-01-30 10:06 ` rguenth at gcc dot gnu dot org
  2008-02-18 13:51 ` jakub at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2008-01-30 10:06 UTC (permalink / raw)
  To: gcc-bugs



-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2008-01-30 10:02:10
               date|                            |


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


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

* [Bug c++/35028] ICE with strange ctor and firstprivate
  2008-01-30  3:17 [Bug c++/35028] New: ICE with strange ctor and firstprivate reichelt at gcc dot gnu dot org
  2008-01-30 10:06 ` [Bug c++/35028] " rguenth at gcc dot gnu dot org
@ 2008-02-18 13:51 ` jakub at gcc dot gnu dot org
  2008-02-19 10:19 ` jakub at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: jakub at gcc dot gnu dot org @ 2008-02-18 13:51 UTC (permalink / raw)
  To: gcc-bugs



-- 

jakub at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |jakub at gcc dot gnu dot org
                   |dot org                     |
                URL|                            |http://gcc.gnu.org/ml/gcc-
                   |                            |patches/2008-
                   |                            |02/msg00691.html
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2008-01-30 10:02:10         |2008-02-18 13:50:26
               date|                            |


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


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

* [Bug c++/35028] ICE with strange ctor and firstprivate
  2008-01-30  3:17 [Bug c++/35028] New: ICE with strange ctor and firstprivate reichelt at gcc dot gnu dot org
  2008-01-30 10:06 ` [Bug c++/35028] " rguenth at gcc dot gnu dot org
  2008-02-18 13:51 ` jakub at gcc dot gnu dot org
@ 2008-02-19 10:19 ` jakub at gcc dot gnu dot org
  2008-03-06 22:10 ` jakub at gcc dot gnu dot org
  2008-03-10 10:26 ` jakub at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: jakub at gcc dot gnu dot org @ 2008-02-19 10:19 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from jakub at gcc dot gnu dot org  2008-02-19 10:19 -------
Subject: Bug 35028

Author: jakub
Date: Tue Feb 19 10:18:29 2008
New Revision: 132426

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132426
Log:
        PR c++/35028
        * cp-gimplify.c (cxx_omp_clause_apply_fn): Handle vararg copy ctors.

        * g++.dg/gomp/pr35028.C: New test.

Added:
    trunk/gcc/testsuite/g++.dg/gomp/pr35028.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/cp-gimplify.c
    trunk/gcc/testsuite/ChangeLog


-- 


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


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

* [Bug c++/35028] ICE with strange ctor and firstprivate
  2008-01-30  3:17 [Bug c++/35028] New: ICE with strange ctor and firstprivate reichelt at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2008-02-19 10:19 ` jakub at gcc dot gnu dot org
@ 2008-03-06 22:10 ` jakub at gcc dot gnu dot org
  2008-03-10 10:26 ` jakub at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: jakub at gcc dot gnu dot org @ 2008-03-06 22:10 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from jakub at gcc dot gnu dot org  2008-03-06 22:09 -------
Subject: Bug 35028

Author: jakub
Date: Thu Mar  6 22:08:55 2008
New Revision: 132992

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132992
Log:
        * gimplify.c (goa_lhs_expr_p): Allow different ADDR_EXPR nodes
        for the same VAR_DECL.

        PR c++/35028
        * cp-gimplify.c (cxx_omp_clause_apply_fn): Handle vararg copy ctors.

        PR c++/34964
        PR c++/35244
        * semantics.c (finish_omp_threadprivate): Do nothing for
error_operand_p
        vars.  Afterwards ensure v is VAR_DECL.

        PR c++/35078
        * parser.c (cp_parser_omp_for_loop): If DECL has REFERENCE_TYPE, don't
        call cp_finish_decl.
        * semantics.c (finish_omp_for): Fail if DECL doesn't have integral type
        early.

        PR c++/35028
        * g++.dg/gomp/pr35028.C: New test.

        PR c++/34964
        PR c++/35244
        * gcc.dg/gomp/pr34964.c: New test.
        * g++.dg/gomp/pr34964.C: New test.
        * gcc.dg/gomp/pr35244.c: New test.
        * g++.dg/gomp/pr35244.C: New test.

        PR c++/35078
        * g++.dg/gomp/pr35078.C: New test.

        * testsuite/libgomp.c/atomic-3.c: New test.

Added:
    branches/gcc-4_3-branch/gcc/testsuite/g++.dg/gomp/pr34964.C
      - copied unchanged from r132426,
trunk/gcc/testsuite/g++.dg/gomp/pr34964.C
    branches/gcc-4_3-branch/gcc/testsuite/g++.dg/gomp/pr35028.C
      - copied unchanged from r132426,
trunk/gcc/testsuite/g++.dg/gomp/pr35028.C
    branches/gcc-4_3-branch/gcc/testsuite/g++.dg/gomp/pr35078.C
      - copied unchanged from r132426,
trunk/gcc/testsuite/g++.dg/gomp/pr35078.C
    branches/gcc-4_3-branch/gcc/testsuite/g++.dg/gomp/pr35244.C
      - copied unchanged from r132426,
trunk/gcc/testsuite/g++.dg/gomp/pr35244.C
    branches/gcc-4_3-branch/gcc/testsuite/gcc.dg/gomp/pr34964.c
      - copied unchanged from r132426,
trunk/gcc/testsuite/gcc.dg/gomp/pr34964.c
    branches/gcc-4_3-branch/gcc/testsuite/gcc.dg/gomp/pr35244.c
      - copied unchanged from r132426,
trunk/gcc/testsuite/gcc.dg/gomp/pr35244.c
    branches/gcc-4_3-branch/libgomp/testsuite/libgomp.c/atomic-3.c
      - copied unchanged from r132979,
trunk/libgomp/testsuite/libgomp.c/atomic-3.c
Modified:
    branches/gcc-4_3-branch/gcc/ChangeLog
    branches/gcc-4_3-branch/gcc/cp/ChangeLog
    branches/gcc-4_3-branch/gcc/cp/cp-gimplify.c
    branches/gcc-4_3-branch/gcc/cp/parser.c
    branches/gcc-4_3-branch/gcc/cp/semantics.c
    branches/gcc-4_3-branch/gcc/gimplify.c
    branches/gcc-4_3-branch/gcc/testsuite/ChangeLog
    branches/gcc-4_3-branch/libgomp/ChangeLog


-- 


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


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

* [Bug c++/35028] ICE with strange ctor and firstprivate
  2008-01-30  3:17 [Bug c++/35028] New: ICE with strange ctor and firstprivate reichelt at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2008-03-06 22:10 ` jakub at gcc dot gnu dot org
@ 2008-03-10 10:26 ` jakub at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: jakub at gcc dot gnu dot org @ 2008-03-10 10:26 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from jakub at gcc dot gnu dot org  2008-03-10 10:25 -------
Fixed.


-- 

jakub at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


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


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

end of thread, other threads:[~2008-03-10 10:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-01-30  3:17 [Bug c++/35028] New: ICE with strange ctor and firstprivate reichelt at gcc dot gnu dot org
2008-01-30 10:06 ` [Bug c++/35028] " rguenth at gcc dot gnu dot org
2008-02-18 13:51 ` jakub at gcc dot gnu dot org
2008-02-19 10:19 ` jakub at gcc dot gnu dot org
2008-03-06 22:10 ` jakub at gcc dot gnu dot org
2008-03-10 10:26 ` 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).