aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cp-gimplify.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-08re PR c++/81607 (Conditional operator: "type mismatch in shift expression" er...Marek Polacek1-3/+3
2017-08-08trans.c: Include header files.Martin Liska1-0/+2
2017-07-31Do UBSAN sanitization just when current_function_decl != NULL_TREE (PR saniti...Martin Liska1-1/+2
2017-06-14cp-gimplify.c (cp_genericize_r): Turn most of the function into a switch (TRE...Jakub Jelinek1-275/+310
2017-06-13re PR sanitizer/80973 (ICE with lambda and -fsanitize=undefined)Jakub Jelinek1-0/+10
2017-06-13re PR c++/80984 (ICE with label/variable ambiguity)Jakub Jelinek1-2/+4
2017-06-13Implement no_sanitize function attributeMartin Liska1-10/+9
2017-06-09Don't fold conversion from a constant variable.Jason Merrill1-14/+14
2017-06-08re PR c++/81011 (ICE with #pragma omp task and inaccessible copy-constructor)Jakub Jelinek1-1/+5
2017-05-22cp-tree.h (CPTI_TERMINATE, [...]): Rename to ...Nathan Sidwell1-2/+2
2017-05-16re PR sanitizer/80536 (UBSAN: compile time segfault)Marek Polacek1-0/+9
2017-05-01re PR c++/80038 (Random segfault using local vectors in Cilk function)Xi Ruoyao1-36/+4
2017-04-07re PR c++/80095 (ICE with this pointer in NSDMI)Marek Polacek1-3/+2
2017-03-31re PR sanitizer/79572 (reference binding to null pointer not reported with -f...Jakub Jelinek1-1/+14
2017-03-24re PR c++/80119 (-Wmaybe-uninitialized wrongly flags the body of a short-circ...Marek Polacek1-0/+8
2017-03-03re PR c++/79825 (Uninitialized uses in aggregate copies of empty structs (mis...Richard Biener1-0/+1
2017-02-02re PR c++/14179 (out of memory while parsing array with many initializers)Richard Biener1-9/+5
2017-01-24re PR c++/79205 (ICE in create_tmp_var, at gimple-expr.c:473)Jakub Jelinek1-0/+1
2017-01-20PR c++/78495 - wrong code inherited ctor and invisi-ref parmNathan Sidwell1-9/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-23re PR c++/77907 (Add "const" to argument of constexpr constructor causes the ...Jakub Jelinek1-1/+8
2016-11-23re PR c++/77739 (internal compiler error: in create_tmp_var, at gimple-expr.c...Jakub Jelinek1-7/+9
2016-11-15Allow references in constant-expressions.Jason Merrill1-1/+2
2016-10-24cxx-pretty-print.c (pp_cxx_check_constraint): Use VAR_P (x) instead of TREE_C...Jakub Jelinek1-1/+1
2016-10-08* cp-gimplify.c (cp_fold): Add variable name.Jason Merrill1-1/+1
2016-10-08Delay folding of bool conversion into COND_EXPR.Jason Merrill1-0/+9
2016-09-27re PR c++/77722 (-fsanitize=undefined doesn't give runtime error in function ...Jakub Jelinek1-8/+5
2016-08-12re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek1-1/+4
2016-08-01PR c++/72766 - ICE with VLAJason Merrill1-1/+2
2016-07-25PR c++/65970 - revert loop location changeJason Merrill1-1/+8
2016-07-25PR c++/65970 - constexpr infinite loopJason Merrill1-8/+1
2016-07-21re PR libgomp/71941 (ICE with OpenMP tasks and queue)Jakub Jelinek1-0/+9
2016-07-21PR c++/71121 - -Waddress, constexpr, and PMFs.Jason Merrill1-0/+5
2016-07-18re PR c++/70869 (internal compiler error: Segmentation fault on array of poin...Jakub Jelinek1-9/+1
2016-07-18re PR c++/71822 (ICE: in gimplify_expr, at gimplify.c:11025)Jakub Jelinek1-0/+2
2016-07-08P0145R2: Refining Expression Order for C++ (assignment 2).Jason Merrill1-2/+48
2016-07-08P0145: Refining Expression Order for C++ (-fstrong-eval-order).Jason Merrill1-3/+2
2016-07-07re PR c++/70869 (internal compiler error: Segmentation fault on array of poin...Jakub Jelinek1-1/+9
2016-06-14P0145R2: Refining Expression Order for C++.Jason Merrill1-10/+35
2016-06-06re PR c++/70847 (exponential time in cp_fold for chained virtual function calls)Jakub Jelinek1-1/+13
2016-06-03pred-1.C: New testcaseJan Hubicka1-1/+1
2016-06-02re PR c++/71372 (C++ FE drops TREE_THIS_VOLATILE in cp_fold on all tcc_refere...Jakub Jelinek1-2/+16
2016-05-24PR c++/70584 - don't force indirection to an rvalueJason Merrill1-6/+14
2016-05-23PR c++/70584 - error with parenthesized builtin argJason Merrill1-1/+10
2016-04-27re PR c++/69024 ([cilkpus] cilk_spawn is broken for initializations with impl...Ryan Burn1-4/+5
2016-04-13re PR c++/70615 (ICE on valid code at -O1 and above on x86_64-linux-gnu in ad...Jason Merrill1-5/+7
2016-04-05Remove class cache_map and use ggc hash_maps instead (PR c++/70452)Patrick Palka1-6/+10
2016-03-23re PR c++/70376 (OpenMP taskloop construct fails to instantiate copy construc...Jakub Jelinek1-5/+10
2016-03-21re PR c++/70285 (ICE on valid code on x86_64-linux-gnu: verify_gimple failed)Jason Merrill1-0/+6
2016-03-10re PR c++/70153 (ICE on valid C++ code)Marek Polacek1-1/+8