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-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
2022-01-17
Rename .c files to .cc files.
Martin Liska
1
-2009
/
+0
2022-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2021-12-30
c-family: Use BULTINS_LOCATION for predefined macros changed upon optimize or...
Jakub Jelinek
1
-0
/
+6
2021-11-25
c++: Implement C++23 P2128R6 - Multidimensional subscript operator [PR102611]
Jakub Jelinek
1
-0
/
+1
2021-11-15
c++: Add -fimplicit-constexpr
Jason Merrill
1
-0
/
+2
2021-10-06
c++: Implement C++23 P2242R3 - Non-literal variables (and labels and gotos) i...
Jakub Jelinek
1
-1
/
+3
2021-09-20
c-family: Add more predefined macros for math flags
Matthias Kretz
1
-0
/
+25
2021-09-13
c++: implement C++17 hardware interference size
Jason Merrill
1
-0
/
+14
2021-09-08
Support -fexcess-precision=16 which will enable FLT_EVAL_METHOD_PROMOTE_TO_FL...
liuhongt
1
-2
/
+4
2021-08-16
gcov: Add TARGET_GCOV_TYPE_SIZE target hook
Sebastian Huber
1
-0
/
+2
2021-06-11
c++: Add C++23 consteval if support - P1938R3 [PR100974]
Jakub Jelinek
1
-0
/
+1
2021-04-28
Practical improvement to libgcc complex divide
Patrick McGehearty
1
-12
/
+46
2021-02-04
Correct date value of the __cpp_size_t_suffix macro.
emsr
1
-1
/
+1
2021-02-03
c++: Implement C++23 P0330 - Literal Suffixes for ptrdiff_t and size_t.
Ed Smith-Rowland
1
-0
/
+5
2021-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2020-12-01
Feature: Macros for identifying the wide and narrow execution string literal ...
JeanHeyd Meneide
1
-0
/
+7
2020-12-01
C++ Module keywords
Nathan Sidwell
1
-0
/
+4
2020-11-17
float.h: C2x *_IS_IEC_60559 macros
Joseph Myers
1
-0
/
+10
2020-11-13
c++: Predefine __STDCPP_THREADS__ in the compiler if thread model is not sing...
Jakub Jelinek
1
-0
/
+7
2020-11-13
c++: Add feature test macro for C++20 using enum.
Jason Merrill
1
-0
/
+1
2020-11-13
Do not warn about unused macros while processing #pragma GCC optimize
Piotr H. Dabrowski
1
-7
/
+7
2020-10-22
Come up with stack_protector enum.
Martin Liska
1
-4
/
+4
2020-07-20
c++: Allow subobject references in C++20.
Jason Merrill
1
-1
/
+3
2020-07-02
c++: Support C++20 virtual consteval functions. [PR88335]
Jason Merrill
1
-1
/
+1
2020-05-13
c++: Replace "C++2a" with "C++20".
Jason Merrill
1
-2
/
+2
2020-04-13
coroutines: Rename the coroutines cpp builtin.
Iain Sandoe
1
-1
/
+1
2020-02-03
[OpenACC] bump version for 2.6 plus libgomp.texi update
Tobias Burnus
1
-1
/
+1
2020-01-20
[PR 80005] Fix __has_include
Nathan Sidwell
1
-6
/
+0
2020-01-18
[C++ coroutines] Initial implementation.
Iain Sandoe
1
-0
/
+2
2020-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2019-12-06
c-cppbuiltin.c (c_cpp_builtins): Don't define __cpp_consteval for now.
Jakub Jelinek
1
-1
/
+1
2019-12-05
PR c++/91353 - P1331R2: Allow trivial default init in constexpr contexts.
Marek Polacek
1
-1
/
+3
2019-12-03
PR c++/91363 - P0960R3: Parenthesized initialization of aggregates.
Marek Polacek
1
-0
/
+1
2019-11-27
Implement P1814R0, CTAD for alias templates.
Jason Merrill
1
-1
/
+3
2019-11-22
Implement P1902R1, Missing feature-test macros 2017-2019.
Jakub Jelinek
1
-3
/
+10
2019-11-13
Add C2x *_NORM_MAX constants to <float.h>.
Joseph Myers
1
-3
/
+8
2019-11-05
Implement C++20 operator<=>.
Jason Merrill
1
-0
/
+1
2019-10-30
[C++ PATCH] Feature macros are long
Nathan Sidwell
1
-66
/
+66
2019-10-10
Update DFP macros in float.h for C2x and TS 18661-2.
Joseph Myers
1
-4
/
+10
2019-10-09
Update the concepts implementation to conform to C++20.
Jason Merrill
1
-1
/
+7
2019-10-05
PR c++/91369 - Implement P0784R7: constexpr new
Jakub Jelinek
1
-0
/
+1
2019-09-03
c-cppbuiltin.c (builtin_define_with_hex_fp_value): Always expand when using -...
Ian Lance Taylor
1
-0
/
+1
2019-08-28
PR c++/91360 - Implement C++20 P1143R2: constinit.
Marek Polacek
1
-0
/
+1
2019-08-23
re PR middle-end/91283 (gcc.dg/torture/c99-contract-1.c FAILs)
Jakub Jelinek
1
-1
/
+1
2019-01-14
c-cppbuiltin.c (c_cpp_builtin): Define __cpp_guaranteed_copy_elision and __cp...
Jakub Jelinek
1
-0
/
+4
2019-01-14
Implement P0482R5, char8_t: A type for UTF-8 characters and strings
Tom Honermann
1
-0
/
+5
2019-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2018-11-12
Implement P0722R3, destroying operator delete.
Jason Merrill
1
-0
/
+1
2018-11-12
Change __cpp_explicit_bool to __cpp_conditional_explicit.
Jason Merrill
1
-1
/
+1
2018-11-05
Implement P0732R2, class types in non-type template parameters.
Jason Merrill
1
-0
/
+1
[next]