This is the mail archive of the gcc-patches@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]

Regression with "[C++11] PR54413 Option for turning off compiler extensions for numeric literals."


> From: Ed Smith-Rowland <3dw4rd@verizon.net>
> Date: Fri, 9 Nov 2012 05:55:16 +0100

> libcpp
> 
> 2012-11-09  Ed Smith-Rowland  <3dw4rd@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  <3dw4rd@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  <3dw4rd@verizon.net>
> 
> 	  PR c++/54413
> 	  * decl.c (grokfndecl): Adjust calls to interpret_x_suffix.

One of these caused PR55325.

brgds, H-P


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