public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/42218]  New: [4.5 Regression] Broken diagnostic: 'tree_vec' not supported by pp_c_expression
@ 2009-11-29 15:31 reichelt at gcc dot gnu dot org
  2009-11-29 15:31 ` [Bug c++/42218] " reichelt 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 @ 2009-11-29 15:31 UTC (permalink / raw)
  To: gcc-bugs

A broken diagnostic is issued for the following invalid code snippet on trunk:

================================
template<int> struct A
{
  template<int> struct B;
};

int i = A<0>::B<0>::X::Y;
================================

bug.cc:6:21: error: 'A<0>::B<#'tree_vec' not supported by pp_c_expression#,
#'tree_vec' not supported by pp_c_expression#>::X' has not been declared

GCC 4.3.x and 4.4.x issue a sensible error message:

bug.cc:6: error: 'A::B::X' has not been declared

GCC 4.2.x issues an even better error message:

bug.cc:6: error: 'struct A<0>::B<0>::X' has not been declared


-- 
           Summary: [4.5 Regression] Broken diagnostic: 'tree_vec' not
                    supported by pp_c_expression
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Keywords: diagnostic, monitored
          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=42218


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

end of thread, other threads:[~2009-12-04  7:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-29 15:31 [Bug c++/42218] New: [4.5 Regression] Broken diagnostic: 'tree_vec' not supported by pp_c_expression reichelt at gcc dot gnu dot org
2009-11-29 15:31 ` [Bug c++/42218] " reichelt at gcc dot gnu dot org
2009-11-29 15:42 ` rguenth at gcc dot gnu dot org
2009-12-03 17:22 ` dodji at gcc dot gnu dot org
2009-12-03 18:25 ` dodji at gcc dot gnu dot org
2009-12-04  7:39 ` dodji at gcc dot gnu dot org
2009-12-04  7:40 ` dodji 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).