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 tree-optimization/48129] [4.7 Regression]: gcc.c-torture/execute/builtins/snprintf-chk.c ICE


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

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-03-15 11:28:38 UTC ---
Author: jakub
Date: Tue Mar 15 11:28:35 2011
New Revision: 170985

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170985
Log:
    PR tree-optimization/48129
    * builtins.c (fold_builtin_snprintf): Convert to type of
    built_in_decls[BUILT_IN_SNPRINTF] retval instead of
    implicit_built_in_decls[BUILT_IN_SNPRINTF] retval.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/builtins.c


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