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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-02
c++: Don't purge the satisfaction caches
Patrick Palka
1
-4
/
+2
2020-10-29
c++: Fix constexpr cleanup error handling.
Jason Merrill
1
-6
/
+4
2020-10-29
c++: Fix constexpr dtors vs invisible ref [PR97388]
Jakub Jelinek
1
-7
/
+12
2020-10-29
c++: Diagnose constexpr delete [] new int; and delete new int[N]; [PR95808]
Jakub Jelinek
1
-5
/
+53
2020-10-24
c++: Fix verify_ctor_sanity ICE [PR96241]
Marek Polacek
1
-2
/
+9
2020-10-22
c++: Handle RANGE_EXPR index in init_subob_ctx [PR97328]
Patrick Palka
1
-2
/
+9
2020-10-22
c++: constexpr evaluation and bare EMPTY_CLASS_EXPR [PR96575]
Patrick Palka
1
-8
/
+6
2020-10-01
c++: Handle std::construct_at on automatic vars during constant evaluation [P...
Jakub Jelinek
1
-1
/
+2
2020-09-22
c++: Ignore __sanitizer_ptr_{sub,cmp} builtin calls during constant expressio...
Jakub Jelinek
1
-0
/
+6
2020-09-03
c++: Fix another PCH hash_map issue [PR96901]
Jakub Jelinek
1
-1
/
+1
2020-09-03
c++: Disable -frounding-math during manifestly constant evaluation [PR96862]
Jakub Jelinek
1
-0
/
+2
2020-08-10
c++: Fix constexpr evaluation of SPACESHIP_EXPR [PR96497]
Jakub Jelinek
1
-2
/
+2
2020-08-05
c++: cxx_eval_vec_init after zero-initialization [PR96282]
Patrick Palka
1
-1
/
+17
2020-07-30
c++: decl_constant_value and unsharing [PR96197]
Patrick Palka
1
-2
/
+2
2020-07-09
c++: Partially revert fix for PR c++/95497 [PR96132]
Patrick Palka
1
-0
/
+1
2020-07-08
c++: ICE in is_really_empty_class [PR95497]
Patrick Palka
1
-1
/
+1
2020-07-02
c++: Support C++20 virtual consteval functions. [PR88335]
Jason Merrill
1
-0
/
+48
2020-06-17
c++: ICE with IMPLICIT_CONV_EXPR in array subscript [PR95508]
Marek Polacek
1
-0
/
+13
2020-06-04
c++: Fix complex constexpr virtual cases [PR93310].
Jason Merrill
1
-41
/
+3
2020-06-04
c++: Reject some further reinterpret casts in constexpr [PR82304, PR95307]
Jakub Jelinek
1
-13
/
+12
2020-05-29
c++: constexpr ctor with RANGE_EXPR index [PR95241]
Patrick Palka
1
-0
/
+16
2020-05-28
c++: Immediately deduce auto member [PR94926].
Jason Merrill
1
-2
/
+0
2020-05-23
c++: Avoid concept evaluation when uid-sensitive [PR94038]
Patrick Palka
1
-1
/
+2
2020-05-21
c++: Constant expression parsing and parameters.
Jason Merrill
1
-0
/
+8
2020-05-21
c++: template instantiation during fold_for_warn [PR94038]
Patrick Palka
1
-24
/
+76
2020-05-13
c++: Replace "C++2a" with "C++20".
Jason Merrill
1
-19
/
+19
2020-05-05
c++: constexpr and lambda capture [PR90212]
Jason Merrill
1
-1
/
+7
2020-04-27
c++: Delegating constructor in constexpr init [PR94772]
Patrick Palka
1
-1
/
+27
2020-04-20
c++: Fix ICE with { } as template argument [PR94592]
Marek Polacek
1
-2
/
+6
2020-04-14
c++: Stray RESULT_DECLs in result of constexpr call [PR94034]
Patrick Palka
1
-0
/
+54
2020-04-13
c++: More self-modifying constexpr init [PR94470]
Patrick Palka
1
-12
/
+7
2020-04-09
c++: constexpr static data member instantiation [PR94523]
Jason Merrill
1
-4
/
+9
2020-04-04
c++: Refrain from using replace_placeholders in constexpr evaluation [PR94205]
Patrick Palka
1
-8
/
+17
2020-04-04
c++: Fix constexpr evaluation of self-modifying CONSTRUCTORs [PR94219]
Patrick Palka
1
-97
/
+153
2020-04-04
c++: Fix reuse of class constants [PR94453]
Jason Merrill
1
-1
/
+1
2020-04-01
c++: Fix DMI with lambda 'this' capture [PR94205]
Jason Merrill
1
-0
/
+6
2020-04-01
c++: Adjust formatting.
Jason Merrill
1
-49
/
+55
2020-03-21
c++: Reject changing active member of union during initialization [PR94066]
Patrick Palka
1
-9
/
+60
2020-03-11
c++: Fix wrong modifying const object error for COMPONENT_REF [PR94074]
Marek Polacek
1
-1
/
+41
2020-03-09
c++: Readd [LR]ROTATE_EXPR support to constexpr.c [PR94067]
Jakub Jelinek
1
-0
/
+4
2020-03-04
c++: Fix [[no_unique_address]] and default mem-init [PR90432]
Jason Merrill
1
-0
/
+3
2020-03-03
c++: Fix non-constant TARGET_EXPR constexpr handing [PR93998]
Jakub Jelinek
1
-3
/
+6
2020-02-26
c++: Fix ICE with constexpr init and [[no_unique_address]] [PR93803]
Marek Polacek
1
-9
/
+7
2020-02-19
c++: Fix wrong-code with non-constexpr constructor [PR93169]
Marek Polacek
1
-1
/
+2
2020-02-11
c++: Fix static initialization from <=>.
Jason Merrill
1
-7
/
+5
2020-02-09
c++: Fix ICE during constexpr virtual call evaluation [PR93633]
Jakub Jelinek
1
-0
/
+11
2020-02-08
c++: Use constexpr to avoid wrong -Wsign-compare (PR90691).
Jason Merrill
1
-11
/
+31
2020-02-08
c++: Preserve location in maybe_constant_value.
Jason Merrill
1
-1
/
+9
2020-02-08
c++: Handle CONSTRUCTORs without indexes in find_array_ctor_elt [PR93549]
Jakub Jelinek
1
-3
/
+28
2020-02-04
c++: Fix constexpr vs. omitted aggregate init.
Jason Merrill
1
-2
/
+10
[next]