Age | Commit message (Expand) | Author | Files | Lines |
2021-05-06 | preprocessor: Fix pp-number lexing of digit separators [PR83873, PR97604] | Joseph Myers | 1 | -5/+1 |
2021-02-04 | c++, libcpp: Use make_signed_t<size_t> in the 1z diagnostics | Jakub Jelinek | 1 | -1/+1 |
2021-02-03 | c++: Implement C++23 P0330 - Literal Suffixes for ptrdiff_t and size_t. | Ed Smith-Rowland | 1 | -4/+24 |
2021-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2020-11-24 | preprocessor: Add deferred macros | Nathan Sidwell | 1 | -3/+6 |
2020-11-13 | c: C2x binary constants | Joseph Myers | 1 | -8/+15 |
2020-11-02 | cpplib: Macro use location and comparison | Nathan Sidwell | 1 | -1/+1 |
2020-01-28 | preprocessor: Make __has_include a builtin macro [PR93452] | Nathan Sidwell | 1 | -58/+0 |
2020-01-24 | Remove bogus __has_include controlling macro | Nathan Sidwell | 1 | -5/+0 |
2020-01-20 | [PR 80005] Fix __has_include | Nathan Sidwell | 1 | -17/+15 |
2020-01-17 | [PR93306] Short-circuit has_include | Nathan Sidwell | 1 | -22/+12 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-10-11 | Support decimal floating-point constants in C2x. | Joseph Myers | 1 | -5/+12 |
2019-09-03 | Remove Cell Broadband Engine SPU targets | Ulrich Weigand | 1 | -2/+2 |
2019-01-26 | re PR preprocessor/88974 (ICE: Segmentation fault (in linemap_resolve_location)) | Jakub Jelinek | 1 | -1/+1 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-11-13 | Eliminate source_location in favor of location_t | David Malcolm | 1 | -7/+7 |
2018-08-16 | [PATCH] CPP Macro predicates | Nathan Sidwell | 1 | -19/+3 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-12-05 | re PR c++/79228 ('i' suffix for __complex__ extension interferes with C++14 U... | Jakub Jelinek | 1 | -6/+6 |
2017-12-01 | PR c++/79228 - extensions hide C++14 complex literal operators | Jason Merrill | 1 | -4/+31 |
2017-09-15 | invoke.texi: Document -std=c++17 and -std=gnu++17 and document c++1z and gnu+... | Jakub Jelinek | 1 | -1/+1 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-11-23 | system.h (HAVE_DESIGNATED_INITIALIZERS, [...]): Do not use "defined" in macros. | Paolo Bonzini | 1 | -3/+5 |
2016-08-19 | Implement C _FloatN, _FloatNx types. | Joseph Myers | 1 | -17/+101 |
2016-08-19 | expr.c (eval_token): Append "evaluates to 0" to Wundef diagnostic. | Prathamesh Kulkarni | 1 | -1/+1 |
2016-03-15 | expr.c (cpp_classify_number): Hex floats are new in C++1z. | Jason Merrill | 1 | -1/+1 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-06-30 | Implement N4197 - Adding u8 character literals | Edward Smith-Rowland | 1 | -1/+8 |
2015-01-16 | expr.c (cpp_classify_number): Add N_() around ?... | Jakub Jelinek | 1 | -3/+3 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-12-19 | re PR preprocessor/63831 (r217292 causes segfaults with -MM) | Jakub Jelinek | 1 | -21/+0 |
2014-11-10 | cpplib.h (cpp_callbacks): Add has_attribute. | Edward Smith-Rowland | 1 | -0/+21 |
2014-10-01 | Implement SD-6: SG10 Feature Test Recommendations | Edward Smith-Rowland | 1 | -0/+75 |
2014-09-04 | options.texi: Document that Var and Init are required if CPP is given. | Manuel López-Ibáñez | 1 | -2/+2 |
2014-08-28 | PR cpp/23827 - standard C++ should not have hex float preprocessor | Edward Smith-Rowland | 1 | -3/+10 |
2014-08-23 | cpplib.h (enum c_lang): Add CLK_GNUCXX1Z, CLK_CXX1Z... | Edward Smith-Rowland | 1 | -1/+1 |
2014-01-02 | Update copyright years in libcpp/ | Richard Sandiford | 1 | -1/+1 |
2013-12-10 | re PR preprocessor/55715 (bogus overflow warning for #if A-B when A<0 & B==mi... | Joseph Myers | 1 | -1/+16 |
2013-10-31 | Implement C++14 digit separators. | Edward Smith-Rowland | 1 | -11/+56 |
2013-04-28 | N3472 binary constants | Jakub Jelinek | 1 | -3/+8 |
2013-01-14 | Update copyright years in libcpp. | Richard Sandiford | 1 | -2/+1 |
2012-11-10 | Implement a flag -fext-numeric-literals that allows control of whether GNU... | Ed Smith-Rowland | 1 | -53/+65 |
2012-05-16 | PR preprocessor/7263 - Avoid pedantic warnings on system headers macro tokens | Dodji Seketeli | 1 | -74/+108 |
2012-05-10 | expr.c (interpret_float_suffix): Add a guard. | Tristan Gingold | 1 | -6/+7 |
2011-11-21 | re PR c++/50958 ([C++0x] raw literal operator provides incorrect string for i... | Ed Smith-Rowland | 1 | -2/+2 |
2011-10-26 | Implement C++11 user-defined literals. | Ed Smith-Rowland | 1 | -13/+176 |
2011-03-21 | Make UNSPEC/UNSPECV constants use the enum; Fix 48192; Add test case for 48053 | Michael Meissner | 1 | -1/+6 |
2010-09-29 | optc-gen.awk: Generate global_options initializer instead of individual varia... | Joseph Myers | 1 | -3/+3 |
2010-09-01 | re PR preprocessor/45457 (ICE: invalid built-in macro "__DBL_DENORM_MIN__") | Jakub Jelinek | 1 | -0/+3 |