aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family/c-cppbuiltin.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-05-262015-05-26 Christian Bruel <christian.bruel@st.com>Christian Bruel1-5/+2
2015-05-22remove most ifdef STACK_GROWS_DOWNWARDTrevor Saunders1-3/+2
2015-05-22always define STACK_GROWS_DOWNWARDTrevor Saunders1-1/+1
2015-02-13re PR c++/64956 (__GXX_ABI_VERSION needs a proper definition for the 5.x rele...Jason Merrill1-8/+2
2015-01-15Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge1-0/+3
2015-01-14common.opt: New option -fstack-protector-explicit.Marcos Diaz1-0/+2
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+9
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-20c-cppbuiltin.c (__cpp_sized_deallocation): Uncomment and move macro.Edward Smith-Rowland1-1/+2
2014-12-19re PR preprocessor/63831 (r217292 causes segfaults with -MM)Jakub Jelinek1-5/+0
2014-12-11* c-cppbuiltin.c (c_cpp_builtins): Enable C++14 __cpp_constexpr.Jason Merrill1-3/+3
2014-12-11Remove N3639 "array of runtime length" from -std=c++14.Jason Merrill1-3/+9
2014-11-12Predefine __NO_MATH_ERRNO__ for -fno-math-errno.Joseph Myers1-0/+5
2014-11-10cpplib.h (cpp_callbacks): Add has_attribute.Edward Smith-Rowland1-4/+21
2014-11-02feat-cxx11.C: Commentary and rearrangement of tests.Edward Smith-Rowland1-1/+1
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-3/+3
2014-10-16tree-core.h: Fix comment to not assume pointers are multiples of bytes.DJ Delorie1-1/+1
2014-10-14Missed bit of previous commit.DJ Delorie1-13/+14