summaryrefslogtreecommitdiff
path: root/libcpp/expr.c
AgeCommit message (Expand)Author
2020-01-28preprocessor: Make __has_include a builtin macro [PR93452]Nathan Sidwell
2020-01-24Remove bogus __has_include controlling macroNathan Sidwell
2020-01-20[PR 80005] Fix __has_includeNathan Sidwell
2020-01-17[PR93306] Short-circuit has_includeNathan Sidwell
2020-01-01Update copyright years.Jakub Jelinek
2019-10-11Support decimal floating-point constants in C2x.Joseph Myers
2019-09-03Remove Cell Broadband Engine SPU targetsUlrich Weigand
2019-01-26re PR preprocessor/88974 (ICE: Segmentation fault (in linemap_resolve_location))Jakub Jelinek
2019-01-01Update copyright years.Jakub Jelinek
2018-11-13Eliminate source_location in favor of location_tDavid Malcolm
2018-08-16[PATCH] CPP Macro predicatesNathan Sidwell
2018-01-03Update copyright years.Jakub Jelinek
2017-12-05re PR c++/79228 ('i' suffix for __complex__ extension interferes with C++14 U...Jakub Jelinek
2017-12-01PR c++/79228 - extensions hide C++14 complex literal operatorsJason Merrill
2017-09-15invoke.texi: Document -std=c++17 and -std=gnu++17 and document c++1z and gnu+...Jakub Jelinek
2017-01-01Update copyright years.Jakub Jelinek
2016-11-23system.h (HAVE_DESIGNATED_INITIALIZERS, [...]): Do not use "defined" in macros.Paolo Bonzini
2016-08-19Implement C _FloatN, _FloatNx types.Joseph Myers
2016-08-19expr.c (eval_token): Append "evaluates to 0" to Wundef diagnostic.Prathamesh Kulkarni
2016-03-15expr.c (cpp_classify_number): Hex floats are new in C++1z.Jason Merrill
2016-01-04Update copyright years.Jakub Jelinek
2015-06-30Implement N4197 - Adding u8 character literalsEdward Smith-Rowland
2015-01-16expr.c (cpp_classify_number): Add N_() around ?...Jakub Jelinek
2015-01-05Update copyright years.Jakub Jelinek
2014-12-19re PR preprocessor/63831 (r217292 causes segfaults with -MM)Jakub Jelinek
2014-11-10cpplib.h (cpp_callbacks): Add has_attribute.Edward Smith-Rowland
2014-10-01Implement SD-6: SG10 Feature Test RecommendationsEdward Smith-Rowland
2014-09-04options.texi: Document that Var and Init are required if CPP is given.Manuel López-Ibáñez
2014-08-28PR cpp/23827 - standard C++ should not have hex float preprocessorEdward Smith-Rowland
2014-08-23cpplib.h (enum c_lang): Add CLK_GNUCXX1Z, CLK_CXX1Z...Edward Smith-Rowland
2014-01-02Update copyright years in libcpp/Richard Sandiford
2013-12-10re PR preprocessor/55715 (bogus overflow warning for #if A-B when A<0 & B==mi...Joseph Myers
2013-10-31Implement C++14 digit separators.Edward Smith-Rowland
2013-04-28N3472 binary constantsJakub Jelinek
2013-01-14Update copyright years in libcpp.Richard Sandiford
2012-11-10Implement a flag -fext-numeric-literals that allows control of whether GNU...Ed Smith-Rowland
2012-05-16PR preprocessor/7263 - Avoid pedantic warnings on system headers macro tokensDodji Seketeli
2012-05-10expr.c (interpret_float_suffix): Add a guard.Tristan Gingold
2011-11-21re PR c++/50958 ([C++0x] raw literal operator provides incorrect string for i...Ed Smith-Rowland
2011-10-26Implement C++11 user-defined literals.Ed Smith-Rowland
2011-03-21Make UNSPEC/UNSPECV constants use the enum; Fix 48192; Add test case for 48053Michael Meissner
2010-09-29optc-gen.awk: Generate global_options initializer instead of individual varia...Joseph Myers
2010-09-01re PR preprocessor/45457 (ICE: invalid built-in macro "__DBL_DENORM_MIN__")Jakub Jelinek
2010-04-07diagnostic.h (diagnostic_override_option_index): New macro to set a diagnosti...Simon Baldwin
2010-01-01re PR preprocessor/41947 (GCC Hexadecimal Floating point constant handling)Joseph Myers
2009-06-18expr.c (num_div_op): Take explicit location.Manuel López-Ibáñez
2009-05-10c-lex.c (c_lex_with_flags): Expect cpp_hashnode in tok->val.node.node.Joseph Myers
2009-04-25Fix typo in comment in previous commit.Joseph Myers
2009-04-25re PR preprocessor/39559 (constants too large for intmax_t need pedwarns)Joseph Myers
2009-04-20re PR c++/13358 (long long and C++ do not mix well)Manuel López-Ibáñez