index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/existing-fp8
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-15
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
c-family
/
c-cppbuiltin.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-20
* c-cppbuiltin.c (c_cpp_builtins): Update __cpp_concepts value.
Jason Merrill
1
-3
/
+1
2016-10-14
c-cppbuiltin.c (c_cpp_builtins): Define __cpp_aggregate_bases and __cpp_deduc...
Jason Merrill
1
-0
/
+2
2016-10-13
Implement P0386R2 - C++17 inline variables
Jason Merrill
1
-0
/
+1
2016-10-13
Move MEMMODEL_* from coretypes.h to memmodel.h
Thomas Preud'homme
1
-0
/
+1
2016-10-04
defaults.h (JCR_SECTION_NAME, [...]): Remove.
Jakub Jelinek
1
-4
/
+0
2016-09-27
c-cppbuiltin.c (c_cpp_builtins): Define __cpp_capture_star_this for -std=c++1z.
Jakub Jelinek
1
-0
/
+1
2016-09-21
re PR c++/77651 (c++ -Wno-aligned-new ICEs)
Jakub Jelinek
1
-2
/
+2
2016-09-09
Implement P0035R4, C++17 new of over-aligned types.
Jason Merrill
1
-0
/
+6
2016-09-09
Define TS 18661-1 type width macros in <limits.h> and <stdint.h>.
Joseph Myers
1
-7
/
+74
2016-08-22
Add minimal _FloatN, _FloatNx built-in functions.
Joseph Myers
1
-14
/
+17
2016-08-19
Implement C _FloatN, _FloatNx types.
Joseph Myers
1
-10
/
+35
2016-08-10
* c-cppbuiltin.c (c_cpp_builtins): Define __cpp_if_constexpr.
Jason Merrill
1
-0
/
+1
2016-08-09
Implement C++17 constexpr lambda.
Jason Merrill
1
-1
/
+3
2016-07-05
re PR c++/71214 (Typo in feature test macro for rvalue references)
Markus Trippelsdorf
1
-0
/
+1
2016-04-22
* c-cppbuiltin.c (c_cpp_builtins): Fix __cpp_range_based_for.
Jason Merrill
1
-1
/
+3
2016-03-28
* c-cppbuiltin.c (c_cpp_builtins): Update __cpp_range_based_for.
Jason Merrill
1
-1
/
+1
2016-03-15
expr.c (cpp_classify_number): Hex floats are new in C++1z.
Jason Merrill
1
-0
/
+4
2016-03-14
* c-cppbuiltin.c (c_cpp_builtins): Bump __cpp_range_based_for.
Jason Merrill
1
-1
/
+1
2016-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2015-11-11
decl.c: Remove unused header files.
Andrew MacLeod
1
-3
/
+0
2015-10-29
decl.c: Reorder #include's and remove duplicates.
Andrew MacLeod
1
-6
/
+5
2015-10-19
Implement N4268, Do constant evaluation of all non-type template args.
Jason Merrill
1
-0
/
+1
2015-10-19
c-cppbuiltin.c (c_cpp_builtins): Define __cpp_enumerator_attributes...
Jason Merrill
1
-1
/
+5
2015-10-13
builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR, [...]): New.
Jakub Jelinek
1
-1
/
+1
2015-10-04
Implement N4514, C++ Extensions for Transactional Memory.
Jason Merrill
1
-0
/
+4
2015-09-21
Complete the implementation of N4230, Nested namespace definition.
Ville Voutilainen
1
-0
/
+2
2015-08-18
re PR c++/67160 (static_assert feature test macro)
Paolo Carlini
1
-3
/
+9
2015-08-07
Add C++ Concepts TS support.
Andrew Sutton
1
-0
/
+4
2015-07-08
tree-core.h: Include symtab.h.
Andrew MacLeod
1
-1
/
+0
2015-06-17
coretypes.h: Include input.h and as-a.h.
Andrew MacLeod
1
-1
/
+0
2015-06-08
coretypes.h: Include hash-table.h and hash-set.h for host files.
Andrew MacLeod
1
-3
/
+0
2015-06-04
coretypes.h: Include machmode.h...
Andrew MacLeod
1
-3
/
+0
2015-05-26
2015-05-26 Christian Bruel <christian.bruel@st.com>
Christian Bruel
1
-5
/
+2
2015-05-22
remove most ifdef STACK_GROWS_DOWNWARD
Trevor Saunders
1
-3
/
+2
2015-05-22
always define STACK_GROWS_DOWNWARD
Trevor Saunders
1
-1
/
+1
2015-02-13
re PR c++/64956 (__GXX_ABI_VERSION needs a proper definition for the 5.x rele...
Jason Merrill
1
-8
/
+2
2015-01-15
Merge current set of OpenACC changes from gomp-4_0-branch.
Thomas Schwinge
1
-0
/
+3
2015-01-14
common.opt: New option -fstack-protector-explicit.
Marcos Diaz
1
-0
/
+2
2015-01-09
genattrtab.c (write_header): Include hash-set.h...
Michael Collison
1
-0
/
+9
2015-01-05
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2014-12-20
c-cppbuiltin.c (__cpp_sized_deallocation): Uncomment and move macro.
Edward Smith-Rowland
1
-1
/
+2
2014-12-19
re PR preprocessor/63831 (r217292 causes segfaults with -MM)
Jakub Jelinek
1
-5
/
+0
2014-12-11
* c-cppbuiltin.c (c_cpp_builtins): Enable C++14 __cpp_constexpr.
Jason Merrill
1
-3
/
+3
2014-12-11
Remove N3639 "array of runtime length" from -std=c++14.
Jason Merrill
1
-3
/
+9
2014-11-12
Predefine __NO_MATH_ERRNO__ for -fno-math-errno.
Joseph Myers
1
-0
/
+5
2014-11-10
cpplib.h (cpp_callbacks): Add has_attribute.
Edward Smith-Rowland
1
-4
/
+21
2014-11-02
feat-cxx11.C: Commentary and rearrangement of tests.
Edward Smith-Rowland
1
-1
/
+1
2014-10-29
decl.c, [...]: Remove redundant enum from machine_mode.
Richard Sandiford
1
-3
/
+3
2014-10-16
tree-core.h: Fix comment to not assume pointers are multiples of bytes.
DJ Delorie
1
-1
/
+1
2014-10-14
Missed bit of previous commit.
DJ Delorie
1
-13
/
+14
[next]