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++/38655] Broken diagnostic: 'fixed_point_type' not supported by dump_type_prefix/dump_type_suffix



------- Comment #1 from paolo at gcc dot gnu dot org  2009-01-30 15:03 -------
Subject: Bug 38655

Author: paolo
Date: Fri Jan 30 15:03:10 2009
New Revision: 143790

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

        PR c++/33465
        * error.c (dump_expr): Handle FIX_TRUNC_EXPR and FLOAT_EXPR.

/testsuite
2009-01-30  Paolo Carlini  <paolo.carlini@oracle.com>

        PR c++/33465
        * g++.dg/parse/error34.C: New.
        * g++.dg/parse/error35.C: Likewise.

/cp
2009-01-30  Paolo Carlini  <paolo.carlini@oracle.com>

        PR c++/38655
        * error.c (dump_type_prefix, dump_type_suffix): Handle
FIXED_POINT_TYPE.

/testsuite
2009-01-30  Paolo Carlini  <paolo.carlini@oracle.com>

        PR c++/38655
        * g++.dg/cpp0x/decltype-38655.C: New.

Added:
    trunk/gcc/testsuite/g++.dg/cpp0x/decltype-38655.C   (with props)
    trunk/gcc/testsuite/g++.dg/parse/error34.C
    trunk/gcc/testsuite/g++.dg/parse/error35.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/error.c
    trunk/gcc/testsuite/ChangeLog

Propchange: trunk/gcc/testsuite/g++.dg/cpp0x/decltype-38655.C
            ('svn:mergeinfo' added)


-- 


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


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