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++/51367] [4.7 Regression] Broken diagnostic: 'pointer_type' not supported by dump_expr


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

--- Comment #2 from paolo at gcc dot gnu.org <paolo at gcc dot gnu.org> 2011-12-01 09:34:47 UTC ---
Author: paolo
Date: Thu Dec  1 09:34:43 2011
New Revision: 181876

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=181876
Log:
/cp
2011-12-01  Paolo Carlini  <paolo.carlini@oracle.com>

    PR c++/51367
    * pt.c (unify_inconsistency): Use either %qT or %qE depending on
    whether parm is a type or non-type parameter.

/cp
2011-12-01  Paolo Carlini  <paolo.carlini@oracle.com>

    PR c++/51367
    * g++.dg/template/error47.C: New.

Added:
    trunk/gcc/testsuite/g++.dg/template/error47.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/pt.c
    trunk/gcc/testsuite/ChangeLog


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