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

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