This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/35028] ICE with strange ctor and firstprivate



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]