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
/
cp
/
constexpr.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-16
c++: constantness of call to function pointer [PR111703]
Patrick Palka
1
-1
/
+6
2023-11-15
c++: constantness of local var in constexpr fn [PR111703, PR112269]
Patrick Palka
1
-2
/
+2
2023-10-20
c++: remove NON_DEPENDENT_EXPR, part 1
Patrick Palka
1
-9
/
+0
2023-10-19
c++: indirect change of active union member in constexpr [PR101631,PR102286]
Nathaniel Shead
1
-47
/
+119
2023-10-19
c++: Improve diagnostics for constexpr cast from void*
Nathaniel Shead
1
-12
/
+79
2023-10-17
c++: Add missing auto_diagnostic_groups to constexpr.cc
Nathaniel Shead
1
-0
/
+9
2023-10-16
c++: fix truncated diagnostic in C++23 [PR111272]
Marek Polacek
1
-1
/
+9
2023-09-28
Remove some unused poly_int variables
Richard Sandiford
1
-1
/
+0
2023-09-22
c++: constexpr and designated initializer
Jason Merrill
1
-1
/
+1
2023-09-19
c++: Move consteval folding to cp_fold_r
Marek Polacek
1
-3
/
+20
2023-09-05
c++: improve verify_constant diagnostic [PR91483]
Marek Polacek
1
-1
/
+62
2023-08-25
OpenMP: Add OMP_STRUCTURED_BLOCK and GIMPLE_OMP_STRUCTURED_BLOCK.
Sandra Loosemore
1
-0
/
+1
2023-07-27
c++: constexpr empty subobject elision [PR110197]
Patrick Palka
1
-7
/
+16
2023-07-25
c++: Track lifetimes in constant evaluation [PR70331,PR96630,PR98675]
Nathaniel Shead
1
-42
/
+86
2023-07-25
c++: Improve location information in constant evaluation
Nathaniel Shead
1
-1
/
+30
2023-07-25
c++: fix ICE with constexpr ARRAY_REF [PR110382]
Marek Polacek
1
-2
/
+11
2023-07-21
c++: fix ICE with is_really_empty_class [PR110106]
Marek Polacek
1
-2
/
+3
2023-07-18
c++: constexpr bit_cast with empty field
Jason Merrill
1
-0
/
+9
2023-07-17
c++: only cache constexpr calls that are constant exprs
Jason Merrill
1
-8
/
+9
2023-07-14
c++: style tweak
Nathaniel Shead
1
-1
/
+1
2023-07-14
c++: c++26 regression fixes
Jason Merrill
1
-11
/
+10
2023-06-27
c++: C++26 constexpr cast from void* [PR110344]
Jason Merrill
1
-0
/
+11
2023-06-12
c++: build initializer_list<string> in a loop [PR105838]
Jason Merrill
1
-3
/
+3
2023-06-11
c++: unsynthesized defaulted constexpr fn [PR110122]
Patrick Palka
1
-4
/
+10
2023-05-10
c++: be stricter about constinit [CWG2543]
Jason Merrill
1
-0
/
+12
2023-05-10
c++: always check consteval address
Jason Merrill
1
-7
/
+15
2023-05-07
c++: potentiality of templated memfn call [PR109480]
Patrick Palka
1
-26
/
+6
2023-05-02
c++: look for empty base at specific offset [PR109678]
Jason Merrill
1
-1
/
+1
2023-05-02
c++: std::variant slow to compile [PR109678]
Jason Merrill
1
-10
/
+13
2023-04-15
c++: constexpr aggregate destruction [PR109357]
Jason Merrill
1
-4
/
+11
2023-03-16
c++: maybe_constant_init and unevaluated operands [PR109030]
Patrick Palka
1
-0
/
+4
2023-03-15
c++: ICE with constexpr lambda [PR107280]
Marek Polacek
1
-1
/
+2
2023-03-07
c++: noexcept and copy elision [PR109030]
Marek Polacek
1
-1
/
+5
2023-03-07
c++: error with constexpr operator() [PR107939]
Marek Polacek
1
-2
/
+6
2023-03-04
c++: Don't defer local statics initialized with constant expressions [PR108702]
Jakub Jelinek
1
-0
/
+19
2023-03-02
c++: constant non-copy-init is manifestly constant [PR108243]
Patrick Palka
1
-0
/
+2
2023-03-01
c++: can't eval PTRMEM_CST in incomplete class [PR107574]
Marek Polacek
1
-1
/
+12
2023-03-01
c++: unevaluated array new-expr size constantness [PR108219]
Patrick Palka
1
-5
/
+24
2023-03-01
c++: Don't recurse on DECL_INITIAL for DECL_EXPR on non-VAR_DECLs [PR108606]
Jakub Jelinek
1
-1
/
+3
2023-02-20
c++: ICE with -fno-elide-constructors and trivial fn [PR101073]
Marek Polacek
1
-22
/
+3
2023-02-17
c++: make manifestly_const_eval tri-state
Patrick Palka
1
-27
/
+32
2023-02-03
c++: wrong error with constexpr array and value-init [PR108158]
Marek Polacek
1
-4
/
+0
2023-02-01
c++, openmp: Handle some OMP_*/OACC_* constructs during constant expression e...
Jakub Jelinek
1
-0
/
+47
2023-01-16
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2022-12-29
[C++] constexpr: request insert iff depth is ok
Alexandre Oliva
1
-3
/
+5
2022-12-23
c++: get_nsdmi in template context [PR108116]
Patrick Palka
1
-0
/
+4
2022-12-19
c++: modules and std::source_location::current() def arg [PR100881]
Patrick Palka
1
-1
/
+1
2022-12-12
Revert "c++: build initializer_list<string> in a loop [PR105838]"
Jason Merrill
1
-3
/
+3
2022-12-08
c++: build initializer_list<string> in a loop [PR105838]
Jason Merrill
1
-3
/
+3
2022-12-08
c++: fewer allocator temps [PR105838]
Jason Merrill
1
-10
/
+17
[next]