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/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-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
2020-02-04
c++: Fix ({ ... }) array mem-initializer.
Jason Merrill
1
-1
/
+10
2020-02-03
c++: Fix constexpr vs. reference parameter.
Jason Merrill
1
-2
/
+0
2020-02-03
c++: Allow parm of empty class type in constexpr.
Jason Merrill
1
-4
/
+15
2020-01-25
c++: Poor diagnostic for dynamic_cast in constexpr context [PR93414]
Marek Polacek
1
-1
/
+14
2020-01-24
c++: Unshare expressions from constexpr cache.
Jason Merrill
1
-1
/
+1
2020-01-23
c++: Avoid ICE when constant evaluation of __builtin_strchr fails.
Jason Merrill
1
-0
/
+3
2020-01-18
[C++ coroutines] Initial implementation.
Iain Sandoe
1
-0
/
+6
2020-01-15
PR c++/93257 - consteval void function.
Jason Merrill
1
-1
/
+2
2020-01-14
PR c++/92009 - ICE with punning of typeid.
Jason Merrill
1
-1
/
+10
2020-01-13
PR c++/80265 - constexpr __builtin_mem*.
Jason Merrill
1
-5
/
+65
2020-01-10
PR c++/93143 - incorrect tree sharing with constexpr.
Jason Merrill
1
-3
/
+3
2020-01-08
Add TARGET_EXPR_DIRECT_INIT_P sanity check.
Jason Merrill
1
-0
/
+1
2020-01-08
PR c++/91369 - constexpr destructor and member initializer.
Jason Merrill
1
-0
/
+6
2020-01-08
Remove constexpr support for DECL_BY_REFERENCE.
Jason Merrill
1
-14
/
+3
2020-01-07
re PR c++/91369 (Implement P0784R7: constexpr new)
Jakub Jelinek
1
-2
/
+36
2020-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2019-12-29
PR c++/88337 - Implement P1327R1: Allow dynamic_cast in constexpr.
Marek Polacek
1
-1
/
+237
2019-12-18
PR c++/91165 follow-on tweak
Jason Merrill
1
-1
/
+1
[next]