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++/30854] [4.3 Regression] Wrong number of arguments printed for constructor



------- Comment #3 from jakub at gcc dot gnu dot org  2007-07-12 12:05 -------
Subject: Bug 30854

Author: jakub
Date: Thu Jul 12 12:05:39 2007
New Revision: 126582

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126582
Log:
        PR c++/30854
        * error.c (dump_expr) <case AGGR_INIT_EXPR>: Pass true as last
        argument to dump_aggr_init_expr_args instead of false.

        * g++.dg/parse/error30.C: New test.

Added:
    trunk/gcc/testsuite/g++.dg/parse/error30.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/error.c
    trunk/gcc/testsuite/ChangeLog


-- 


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


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