aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family/c-cppbuiltin.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-15* c-cppbuiltin.c (c_cpp_builtins): Update __cpp_deduction_guides.Jason Merrill1-1/+1
2018-01-27c-cppbuiltin.c (c_cpp_builtins): Use ggc_strdup for the fp_suffix argument.Jakub Jelinek1-4/+11
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-14Patch for middle-end/PR79538Qing Zhao1-5/+5
2017-10-27builtins.c (CASE_MATHFN_FLOATN): New helper macro to add cases for math funct...Michael Meissner1-1/+6
2017-09-09PR c++/81852 define feature-test macro for -fthreadsafe-staticsJonathan Wakely1-0/+2
2017-08-30[12/77] Use opt_scalar_float_mode when iterating over float modesRichard Sandiford1-2/+3
2017-08-30[4/77] Add FOR_EACH iterators for modesRichard Sandiford1-3/+2
2017-08-30[2/77] Add an E_ prefix to case statementsRichard Sandiford1-4/+4
2017-02-17Restore DECIMAL_DIG macro to C99/C11 value.Joseph Myers1-4/+3
2017-01-10* c-cppbuiltin.c (c_cpp_builtins): Define __cpp_variadic_using.Jason Merrill1-0/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-22Feature-test macro for P0522R0, matching of template template arguments.Jason Merrill1-0/+2
2016-11-23[Patch 6/17] Migrate excess precision logic to use TARGET_EXCESS_PRECISIONJames Greenhalgh1-27/+79
2016-11-14c-cppbuiltin.c (c_cpp_builtins): Define __cpp_structured_bindings.Jakub Jelinek1-0/+1
2016-11-09Implement P0127R2, Declaring non-type parameters with auto.Jason Merrill1-0/+1
2016-11-07Implement P0012R1, Make exception specifications part of the type system.Jason Merrill1-0/+1
2016-11-03* c-cppbuiltin.c (c_cpp_builtins): Correct __cpp_inheriting_constructors.Jason Merrill1-1/+1
2016-11-01c-cppbuiltin.c (c_cpp_builtins): Update __cpp_inheriting_constructors.Jason Merrill1-1/+4
2016-10-20* c-cppbuiltin.c (c_cpp_builtins): Update __cpp_concepts value.Jason Merrill1-3/+1
2016-10-14c-cppbuiltin.c (c_cpp_builtins): Define __cpp_aggregate_bases and __cpp_deduc...Jason Merrill1-0/+2
2016-10-13Implement P0386R2 - C++17 inline variablesJason Merrill1-0/+1
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme1-0/+1
2016-10-04defaults.h (JCR_SECTION_NAME, [...]): Remove.Jakub Jelinek1-4/+0
2016-09-27c-cppbuiltin.c (c_cpp_builtins): Define __cpp_capture_star_this for -std=c++1z.Jakub Jelinek1-0/+1
2016-09-21re PR c++/77651 (c++ -Wno-aligned-new ICEs)Jakub Jelinek1-2/+2
2016-09-09Implement P0035R4, C++17 new of over-aligned types.Jason Merrill1-0/+6
2016-09-09Define TS 18661-1 type width macros in <limits.h> and <stdint.h>.Joseph Myers1-7/+74
2016-08-22Add minimal _FloatN, _FloatNx built-in functions.Joseph Myers1-14/+17
2016-08-19Implement C _FloatN, _FloatNx types.Joseph Myers1-10/+35
2016-08-10* c-cppbuiltin.c (c_cpp_builtins): Define __cpp_if_constexpr.Jason Merrill1-0/+1
2016-08-09Implement C++17 constexpr lambda.Jason Merrill1-1/+3
2016-07-05re PR c++/71214 (Typo in feature test macro for rvalue references)Markus Trippelsdorf1-0/+1
2016-04-22* c-cppbuiltin.c (c_cpp_builtins): Fix __cpp_range_based_for.Jason Merrill1-1/+3
2016-03-28* c-cppbuiltin.c (c_cpp_builtins): Update __cpp_range_based_for.Jason Merrill1-1/+1
2016-03-15expr.c (cpp_classify_number): Hex floats are new in C++1z.Jason Merrill1-0/+4
2016-03-14* c-cppbuiltin.c (c_cpp_builtins): Bump __cpp_range_based_for.Jason Merrill1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-3/+0
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-6/+5
2015-10-19Implement N4268, Do constant evaluation of all non-type template args.Jason Merrill1-0/+1
2015-10-19c-cppbuiltin.c (c_cpp_builtins): Define __cpp_enumerator_attributes...Jason Merrill1-1/+5
2015-10-13builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR, [...]): New.Jakub Jelinek1-1/+1
2015-10-04Implement N4514, C++ Extensions for Transactional Memory.Jason Merrill1-0/+4
2015-09-21Complete the implementation of N4230, Nested namespace definition.Ville Voutilainen1-0/+2
2015-08-18re PR c++/67160 (static_assert feature test macro)Paolo Carlini1-3/+9
2015-08-07Add C++ Concepts TS support.Andrew Sutton1-0/+4
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-1/+0
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-3/+0