public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/31748]  New: [4.2/4.3 regression] bad diagnostic for invalid private clause
@ 2007-04-29 10:54 reichelt at gcc dot gnu dot org
  2007-04-29 10:55 ` [Bug c++/31748] " reichelt at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2007-04-29 10:54 UTC (permalink / raw)
  To: gcc-bugs

A bad diagnostic is issued on mainline and the 4.2 branch for the following
code snippet (compile with -fopenmp):

========================
struct A;

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

bug.cc: In function 'void foo()':
bug.cc:5: error: '#'type_decl' not supported by dump_expr#<expression error>'
is not a variable in clause 'private'


-- 
           Summary: [4.2/4.3 regression] bad diagnostic for invalid private
                    clause
           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=31748


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

* [Bug c++/31748] [4.2/4.3 regression] bad diagnostic for invalid private clause
  2007-04-29 10:54 [Bug c++/31748] New: [4.2/4.3 regression] bad diagnostic for invalid private clause reichelt at gcc dot gnu dot org
@ 2007-04-29 10:55 ` reichelt at gcc dot gnu dot org
  2007-04-30 18:53 ` mmitchel at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2007-04-29 10:55 UTC (permalink / raw)
  To: gcc-bugs



-- 

reichelt at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.2.0


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


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

* [Bug c++/31748] [4.2/4.3 regression] bad diagnostic for invalid private clause
  2007-04-29 10:54 [Bug c++/31748] New: [4.2/4.3 regression] bad diagnostic for invalid private clause reichelt at gcc dot gnu dot org
  2007-04-29 10:55 ` [Bug c++/31748] " reichelt at gcc dot gnu dot org
@ 2007-04-30 18:53 ` mmitchel at gcc dot gnu dot org
  2007-05-01 13:08 ` jakub at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2007-04-30 18:53 UTC (permalink / raw)
  To: gcc-bugs



-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P2


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


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

* [Bug c++/31748] [4.2/4.3 regression] bad diagnostic for invalid private clause
  2007-04-29 10:54 [Bug c++/31748] New: [4.2/4.3 regression] bad diagnostic for invalid private clause reichelt at gcc dot gnu dot org
  2007-04-29 10:55 ` [Bug c++/31748] " reichelt at gcc dot gnu dot org
  2007-04-30 18:53 ` mmitchel at gcc dot gnu dot org
@ 2007-05-01 13:08 ` jakub at gcc dot gnu dot org
  2007-05-14 21:30 ` mmitchel at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: jakub at gcc dot gnu dot org @ 2007-05-01 13:08 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                     |
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2007-05-01 14:08:23
               date|                            |


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


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

* [Bug c++/31748] [4.2/4.3 regression] bad diagnostic for invalid private clause
  2007-04-29 10:54 [Bug c++/31748] New: [4.2/4.3 regression] bad diagnostic for invalid private clause reichelt at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2007-05-01 13:08 ` jakub at gcc dot gnu dot org
@ 2007-05-14 21:30 ` mmitchel at gcc dot gnu dot org
  2007-07-02 13:00 ` jakub at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2007-05-14 21:30 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from mmitchel at gcc dot gnu dot org  2007-05-14 22:26 -------
Will not be fixed in 4.2.0; retargeting at 4.2.1.


-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.2.0                       |4.2.1


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


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

* [Bug c++/31748] [4.2/4.3 regression] bad diagnostic for invalid private clause
  2007-04-29 10:54 [Bug c++/31748] New: [4.2/4.3 regression] bad diagnostic for invalid private clause reichelt at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2007-05-14 21:30 ` mmitchel at gcc dot gnu dot org
@ 2007-07-02 13:00 ` jakub at gcc dot gnu dot org
  2007-07-02 13:02 ` jakub at gcc dot gnu dot org
  2007-07-02 13:02 ` jakub at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: jakub at gcc dot gnu dot org @ 2007-07-02 13:00 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from jakub at gcc dot gnu dot org  2007-07-02 13:00 -------
Subject: Bug 31748

Author: jakub
Date: Mon Jul  2 12:59:49 2007
New Revision: 126201

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126201
Log:
        PR c++/31748
        * semantics.c (finish_omp_clauses): Use %qD instead of %qE for
        DECL_P in not a variable and appears more than once error messages.

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

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


-- 


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


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

* [Bug c++/31748] [4.2/4.3 regression] bad diagnostic for invalid private clause
  2007-04-29 10:54 [Bug c++/31748] New: [4.2/4.3 regression] bad diagnostic for invalid private clause reichelt at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2007-07-02 13:00 ` jakub at gcc dot gnu dot org
@ 2007-07-02 13:02 ` jakub at gcc dot gnu dot org
  2007-07-02 13:02 ` jakub at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: jakub at gcc dot gnu dot org @ 2007-07-02 13:02 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from jakub at gcc dot gnu dot org  2007-07-02 13:01 -------
Subject: Bug 31748

Author: jakub
Date: Mon Jul  2 13:01:37 2007
New Revision: 126202

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126202
Log:
        PR c++/31748
        * semantics.c (finish_omp_clauses): Use %qD instead of %qE for
        DECL_P in not a variable and appears more than once error messages.

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

Added:
    branches/gcc-4_2-branch/gcc/testsuite/g++.dg/gomp/pr31748.C
Modified:
    branches/gcc-4_2-branch/gcc/cp/ChangeLog
    branches/gcc-4_2-branch/gcc/cp/semantics.c
    branches/gcc-4_2-branch/gcc/testsuite/ChangeLog


-- 


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


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

* [Bug c++/31748] [4.2/4.3 regression] bad diagnostic for invalid private clause
  2007-04-29 10:54 [Bug c++/31748] New: [4.2/4.3 regression] bad diagnostic for invalid private clause reichelt at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2007-07-02 13:02 ` jakub at gcc dot gnu dot org
@ 2007-07-02 13:02 ` jakub at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: jakub at gcc dot gnu dot org @ 2007-07-02 13:02 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from jakub at gcc dot gnu dot org  2007-07-02 13:02 -------
Fixed in SVN.


-- 

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


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

end of thread, other threads:[~2007-07-02 13:02 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-04-29 10:54 [Bug c++/31748] New: [4.2/4.3 regression] bad diagnostic for invalid private clause reichelt at gcc dot gnu dot org
2007-04-29 10:55 ` [Bug c++/31748] " reichelt at gcc dot gnu dot org
2007-04-30 18:53 ` mmitchel at gcc dot gnu dot org
2007-05-01 13:08 ` jakub at gcc dot gnu dot org
2007-05-14 21:30 ` mmitchel at gcc dot gnu dot org
2007-07-02 13:00 ` jakub at gcc dot gnu dot org
2007-07-02 13:02 ` jakub at gcc dot gnu dot org
2007-07-02 13:02 ` 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).