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
2021-02-25
c++: const_cast of null pointer in constant expr [PR99176]
Marek Polacek
1
-23
/
+53
2021-02-10
c++: Consider addresses of heap artificial vars always non-NULL [PR98988, PR9...
Jakub Jelinek
1
-9
/
+20
2021-02-08
c++: constexpr, union, and no_unique_address [PR98994]
Jason Merrill
1
-1
/
+1
2021-02-01
c++: Fix ICE from verify_ctor_sanity [PR98295]
Patrick Palka
1
-0
/
+1
2021-01-26
c++: constexpr and empty fields [PR97566]
Jason Merrill
1
-12
/
+8
2021-01-25
c++: [[no_unique_address]] in empty base [PR98463]
Jason Merrill
1
-2
/
+16
2021-01-21
c++: Fix up potential_constant_expression_1 FOR/WHILE_STMT handling [PR98672]
Jakub Jelinek
1
-9
/
+89
2021-01-08
c++: ICE with constexpr call that returns a PMF [PR98551]
Patrick Palka
1
-1
/
+1
2021-01-07
c++: Add TARGET_EXPR comments
Jason Merrill
1
-0
/
+6
2021-01-05
c++: Fix ICE with __builtin_bit_cast [PR98469]
Jakub Jelinek
1
-0
/
+9
2021-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2020-12-23
c++: Fix constexpr array ICE [PR98332]
Jason Merrill
1
-2
/
+2
2020-12-08
c++: ICE with -fsanitize=vptr and constexpr dynamic_cast [PR98103]
Marek Polacek
1
-1
/
+10
2020-12-08
c++: Fix defaulted <=> fallback to < and == [PR96299]
Jason Merrill
1
-1
/
+1
2020-12-05
c++: Fix constexpr access to union member through pointer-to-member [PR98122]
Jakub Jelinek
1
-13
/
+51
2020-12-03
c++: Add __builtin_bit_cast to implement std::bit_cast [PR93121]
Jakub Jelinek
1
-0
/
+206
2020-12-03
c++: Implement LWG3396 Clarify point of reference for source_location::curren...
Jakub Jelinek
1
-1
/
+6
2020-12-02
c++: Fix ICE with inline variable in template [PR97975]
Marek Polacek
1
-3
/
+4
2020-11-24
middle-end, c++: Treat shifts by negative as undefined [PR96929]
Jakub Jelinek
1
-0
/
+15
2020-11-21
c++: Reject identifier label in constexpr [PR97846]
Marek Polacek
1
-1
/
+8
2020-11-21
c++: Fix wrong error with constexpr destructor [PR97427]
Marek Polacek
1
-16
/
+33
2020-11-19
c++: Expose constexpr hash table
Nathan Sidwell
1
-44
/
+45
2020-11-12
c++: Fix up constexpr CLEANUP_POINT_EXPR and TRY_FINALLY_EXPR handling [PR97790]
Jakub Jelinek
1
-22
/
+12
2020-11-04
Objective-C++ : Fix ICE in potential_constant_expression_1.
Iain Sandoe
1
-1
/
+1
2020-11-03
c++: Tweaks for value_dependent_expression_p.
Marek Polacek
1
-0
/
+5
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
[next]