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++/55513] [4.7/4.8 Regression] Incorrect snprintf folding when building with -std=c++0x


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

--- Comment #10 from Aldy Hernandez <aldyh at gcc dot gnu.org> 2012-12-08 01:20:33 UTC ---
Author: aldyh
Date: Sat Dec  8 01:19:13 2012
New Revision: 194316

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=194316
Log:
    PR c++/55513
    * semantics.c (cxx_eval_builtin_function_call): Set non_constant_p
    after folding.

Added:
    trunk/gcc/testsuite/g++.dg/pr55513.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/semantics.c


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