This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: PR c++/52538 Extend C++11 UDLs to be compatible with inttypes.h macros (issue6109043)
- From: Tom Tromey <tromey at redhat dot com>
- To: aaw at google dot com (Ollie Wild)
- Cc: reply at codereview dot appspotmail dot com, redi at gcc dot gnu dot org, mark at codesourcery dot com, gcc-patches at gcc dot gnu dot org
- Date: Thu, 26 Apr 2012 07:35:29 -0600
- Subject: Re: PR c++/52538 Extend C++11 UDLs to be compatible with inttypes.h macros (issue6109043)
- References: <20120423035912.B555BA0C78@xoom.chi.corp.google.com>
>>>>> "Ollie" == Ollie Wild <aaw@google.com> writes:
Ollie> 2012-04-22 Ollie Wild <aaw@google.com>
Ollie> * gcc/c-family/c-common.c:
Ollie> * gcc/c-family/c-opts.c (c_common_handle_option):
Ollie> * gcc/c-family/c.opt:
Ollie> * gcc/doc/invoke.texi (struct A):
Ollie> * gcc/testsuite/g++.dg/cpp0x/Wreserved-user-defined-literal.C (test):
Ollie> (main):
Ollie> * libcpp/include/cpplib.h (struct cpp_options):
Ollie> * libcpp/init.c (cpp_create_reader):
Ollie> * libcpp/lex.c (lex_raw_string):
Ollie> (lex_string):
One little nit.
Ollie> + if (ISALPHA(*cur))
Space before open paren.
Ollie> + if (ISALPHA(*cur))
And here.
This is ok with this change.
thanks,
Tom