public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/35244]  New: Broken diagnostic: 'type_decl' not supported by dump_expr
@ 2008-02-17 23:10 reichelt at gcc dot gnu dot org
  2008-02-17 23:15 ` [Bug c++/35244] " rguenth at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2008-02-17 23:10 UTC (permalink / raw)
  To: gcc-bugs

A broken diagnostic is issued for the following invalid code snippet since
GCC 4.2.0 when compiled with -fopenmp:

===================================================
struct A;
#pragma omp threadprivate(A)
===================================================

bug.cc:2: error: automatic variable '#'type_decl' not supported by
dump_expr#<expression error>' cannot be 'threadprivate'


-- 
           Summary: Broken diagnostic: 'type_decl' not supported by
                    dump_expr
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Keywords: diagnostic, 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=35244


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

* [Bug c++/35244] Broken diagnostic: 'type_decl' not supported by dump_expr
  2008-02-17 23:10 [Bug c++/35244] New: Broken diagnostic: 'type_decl' not supported by dump_expr reichelt at gcc dot gnu dot org
@ 2008-02-17 23:15 ` rguenth at gcc dot gnu dot org
  2008-02-18 13:50 ` jakub at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2008-02-17 23:15 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-02-17 23:14:42
               date|                            |


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


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

* [Bug c++/35244] Broken diagnostic: 'type_decl' not supported by dump_expr
  2008-02-17 23:10 [Bug c++/35244] New: Broken diagnostic: 'type_decl' not supported by dump_expr reichelt at gcc dot gnu dot org
  2008-02-17 23:15 ` [Bug c++/35244] " rguenth at gcc dot gnu dot org
@ 2008-02-18 13:50 ` jakub at gcc dot gnu dot org
  2008-02-19 10:18 ` jakub at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: jakub at gcc dot gnu dot org @ 2008-02-18 13:50 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/msg00689.html
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2008-02-17 23:14:42         |2008-02-18 13:50:00
               date|                            |


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


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

* [Bug c++/35244] Broken diagnostic: 'type_decl' not supported by dump_expr
  2008-02-17 23:10 [Bug c++/35244] New: Broken diagnostic: 'type_decl' not supported by dump_expr reichelt at gcc dot gnu dot org
  2008-02-17 23:15 ` [Bug c++/35244] " rguenth at gcc dot gnu dot org
  2008-02-18 13:50 ` jakub at gcc dot gnu dot org
@ 2008-02-19 10:18 ` jakub at gcc dot gnu dot org
  2008-03-06 22:10 ` jakub at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: jakub at gcc dot gnu dot org @ 2008-02-19 10:18 UTC (permalink / raw)
  To: gcc-bugs



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

Author: jakub
Date: Tue Feb 19 10:16:29 2008
New Revision: 132425

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132425
Log:
        PR c++/34964
        PR c++/35244
        * semantics.c (finish_omp_threadprivate): Do nothing for
error_operand_p
        vars.  Afterwards ensure v is VAR_DECL.

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

Added:
    trunk/gcc/testsuite/g++.dg/gomp/pr34964.C
    trunk/gcc/testsuite/g++.dg/gomp/pr35244.C
    trunk/gcc/testsuite/gcc.dg/gomp/pr34964.c
    trunk/gcc/testsuite/gcc.dg/gomp/pr35244.c
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/semantics.c
    trunk/gcc/testsuite/ChangeLog


-- 


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


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

* [Bug c++/35244] Broken diagnostic: 'type_decl' not supported by dump_expr
  2008-02-17 23:10 [Bug c++/35244] New: Broken diagnostic: 'type_decl' not supported by dump_expr reichelt at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2008-02-19 10:18 ` jakub at gcc dot gnu dot org
@ 2008-03-06 22:10 ` jakub at gcc dot gnu dot org
  2008-03-07 13:17 ` jakub at gcc dot gnu dot org
  2008-03-11 11:49 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ 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 35244

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


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

* [Bug c++/35244] Broken diagnostic: 'type_decl' not supported by dump_expr
  2008-02-17 23:10 [Bug c++/35244] New: Broken diagnostic: 'type_decl' not supported by dump_expr reichelt at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2008-03-06 22:10 ` jakub at gcc dot gnu dot org
@ 2008-03-07 13:17 ` jakub at gcc dot gnu dot org
  2008-03-11 11:49 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: jakub at gcc dot gnu dot org @ 2008-03-07 13:17 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from jakub at gcc dot gnu dot org  2008-03-07 13:16 -------
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=35244


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

* [Bug c++/35244] Broken diagnostic: 'type_decl' not supported by dump_expr
  2008-02-17 23:10 [Bug c++/35244] New: Broken diagnostic: 'type_decl' not supported by dump_expr reichelt at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2008-03-07 13:17 ` jakub at gcc dot gnu dot org
@ 2008-03-11 11:49 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-03-11 11:49 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.3.1


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


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

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

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-17 23:10 [Bug c++/35244] New: Broken diagnostic: 'type_decl' not supported by dump_expr reichelt at gcc dot gnu dot org
2008-02-17 23:15 ` [Bug c++/35244] " rguenth at gcc dot gnu dot org
2008-02-18 13:50 ` jakub at gcc dot gnu dot org
2008-02-19 10:18 ` jakub at gcc dot gnu dot org
2008-03-06 22:10 ` jakub at gcc dot gnu dot org
2008-03-07 13:17 ` jakub at gcc dot gnu dot org
2008-03-11 11:49 ` 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).