> From: Ed Smith-Rowland <3dw...@verizon.net> > Date: Fri, 9 Nov 2012 05:55:16 +0100
> libcpp > > 2012-11-09 Ed Smith-Rowland <3dw...@verizon.net> > > PR c++/54413 > * include/cpplib.h (cpp_interpret_float_suffix): Add cpp_reader* arg. > (cpp_interpret_int_suffix): Add cpp_reader* arg. > * init.c (cpp_create_reader): Iitialize new flags. > * expr.c (interpret_float_suffix): Use new flags. > (cpp_interpret_float_suffix): Add cpp_reader* arg. > (interpret_int_suffix): Use new flags. > (cpp_interpret_int_suffix): Add cpp_reader* arg. > (cpp_classify_number): Adjust calls to interpret_x_suffix. > > > gcc/c-family > > 2012-11-09 Ed Smith-Rowland <3dw...@verizon.net> > > PR c++/54413 > * c-opts.c (c_common_handle_option): Set new flags. > * c.opt: Describe new flags. > > > gcc/cp > > 2012-11-09 Ed Smith-Rowland <3dw...@verizon.net> > > PR c++/54413 > * decl.c (grokfndecl): Adjust calls to interpret_x_suffix. One of these caused PR55325. brgds, H-P