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
/
cp-gimplify.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-11-23
re PR c++/77907 (Add "const" to argument of constexpr constructor causes the ...
Jakub Jelinek
1
-1
/
+8
2016-11-23
re PR c++/77739 (internal compiler error: in create_tmp_var, at gimple-expr.c...
Jakub Jelinek
1
-7
/
+9
2016-11-15
Allow references in constant-expressions.
Jason Merrill
1
-1
/
+2
2016-10-24
cxx-pretty-print.c (pp_cxx_check_constraint): Use VAR_P (x) instead of TREE_C...
Jakub Jelinek
1
-1
/
+1
2016-10-08
* cp-gimplify.c (cp_fold): Add variable name.
Jason Merrill
1
-1
/
+1
2016-10-08
Delay folding of bool conversion into COND_EXPR.
Jason Merrill
1
-0
/
+9
2016-09-27
re PR c++/77722 (-fsanitize=undefined doesn't give runtime error in function ...
Jakub Jelinek
1
-8
/
+5
2016-08-12
re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)
Marek Polacek
1
-1
/
+4
2016-08-01
PR c++/72766 - ICE with VLA
Jason Merrill
1
-1
/
+2
2016-07-25
PR c++/65970 - revert loop location change
Jason Merrill
1
-1
/
+8
2016-07-25
PR c++/65970 - constexpr infinite loop
Jason Merrill
1
-8
/
+1
2016-07-21
re PR libgomp/71941 (ICE with OpenMP tasks and queue)
Jakub Jelinek
1
-0
/
+9
2016-07-21
PR c++/71121 - -Waddress, constexpr, and PMFs.
Jason Merrill
1
-0
/
+5
2016-07-18
re PR c++/70869 (internal compiler error: Segmentation fault on array of poin...
Jakub Jelinek
1
-9
/
+1
2016-07-18
re PR c++/71822 (ICE: in gimplify_expr, at gimplify.c:11025)
Jakub Jelinek
1
-0
/
+2
2016-07-08
P0145R2: Refining Expression Order for C++ (assignment 2).
Jason Merrill
1
-2
/
+48
2016-07-08
P0145: Refining Expression Order for C++ (-fstrong-eval-order).
Jason Merrill
1
-3
/
+2
2016-07-07
re PR c++/70869 (internal compiler error: Segmentation fault on array of poin...
Jakub Jelinek
1
-1
/
+9
2016-06-14
P0145R2: Refining Expression Order for C++.
Jason Merrill
1
-10
/
+35
2016-06-06
re PR c++/70847 (exponential time in cp_fold for chained virtual function calls)
Jakub Jelinek
1
-1
/
+13
2016-06-03
pred-1.C: New testcase
Jan Hubicka
1
-1
/
+1
2016-06-02
re PR c++/71372 (C++ FE drops TREE_THIS_VOLATILE in cp_fold on all tcc_refere...
Jakub Jelinek
1
-2
/
+16
2016-05-24
PR c++/70584 - don't force indirection to an rvalue
Jason Merrill
1
-6
/
+14
2016-05-23
PR c++/70584 - error with parenthesized builtin arg
Jason Merrill
1
-1
/
+10
2016-04-27
re PR c++/69024 ([cilkpus] cilk_spawn is broken for initializations with impl...
Ryan Burn
1
-4
/
+5
2016-04-13
re PR c++/70615 (ICE on valid code at -O1 and above on x86_64-linux-gnu in ad...
Jason Merrill
1
-5
/
+7
2016-04-05
Remove class cache_map and use ggc hash_maps instead (PR c++/70452)
Patrick Palka
1
-6
/
+10
2016-03-23
re PR c++/70376 (OpenMP taskloop construct fails to instantiate copy construc...
Jakub Jelinek
1
-5
/
+10
2016-03-21
re PR c++/70285 (ICE on valid code on x86_64-linux-gnu: verify_gimple failed)
Jason Merrill
1
-0
/
+6
2016-03-10
re PR c++/70153 (ICE on valid C++ code)
Marek Polacek
1
-1
/
+8
2016-02-25
re PR c++/69889 (ICE: in assign_temp, at function.c:961)
Jason Merrill
1
-4
/
+10
2016-02-24
re PR c++/69922 (Bogus -Wnonnull-compare for: ... ? static_cast<T*>(this) : n...
Jakub Jelinek
1
-2
/
+18
2016-02-24
* cp-gimplify.c (cp_fold): Don't fold constexpr calls if -fno-inline.
Jason Merrill
1
-1
/
+2
2016-02-19
re PR c++/69850 (unnecessary -Wnonnull-compare warning)
Jakub Jelinek
1
-0
/
+3
2016-02-08
re PR c++/69631 (Bogus overflow in constant expression error)
Jason Merrill
1
-1
/
+7
2016-01-27
re PR c++/69267 ([cilkplus] ICE when calling a function with an empty class a...
Ryan Burn
1
-1
/
+1
2016-01-26
re PR c++/68357 (FAIL: g++.dg/other/darwin-cfstring1.C -std=* (internal comp...
Jakub Jelinek
1
-9
/
+58
2016-01-19
re PR c++/68586 (Enum template parameter wrongly rejected)
Marek Polacek
1
-0
/
+8
2016-01-18
* cp-gimplify.c (cp_fold) [CONSTRUCTOR]: Don't clobber the input.
Jason Merrill
1
-1
/
+14
2016-01-18
* cp-gimplify.c (cp_fold): Remove unnecessary special cases.
Jason Merrill
1
-35
/
+1
2016-01-18
re PR c++/68767 (spurious warning: null argument where non-null required)
Jason Merrill
1
-75
/
+11
2016-01-12
re PR objc++/68511 (FAIL: obj-c++.dg/property/dotsyntax-11.mm -fgnu-runtime ...
Jakub Jelinek
1
-6
/
+9
2016-01-11
re PR c++/69211 (g++ ICE on x86_64-linux-gnu (verify_gimple failed))
Jakub Jelinek
1
-1
/
+5
2016-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2015-12-07
re PR c++/68464 (ICE in valid constexpr function: ../../src/gcc/tree.c:11497)
Jason Merrill
1
-6
/
+11
2015-12-02
Introduce cp_fold_rvalue.
Jason Merrill
1
-9
/
+36
2015-12-02
Define c_fully_fold separately for C and C++.
Jason Merrill
1
-0
/
+11
2015-12-02
* cp-gimplify.c (cp_fold): Use fold_build*.
Jason Merrill
1
-9
/
+9
2015-12-02
[PR68603] Associate conditional C++ loop's back-jump with start, not body
Andreas Arnez
1
-1
/
+3
2015-11-26
cp-gimplify.c (genericize_cp_loop): Change LOOP_EXPR's location to start of l...
Andreas Arnez
1
-1
/
+6
[next]