]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cp/cp-gimplify.c
Update copyright years.
[thirdparty/gcc.git] / gcc / cp / cp-gimplify.c
2019-01-01  Jakub JelinekUpdate copyright years.
2018-12-21  Jakub Jelinekre PR c++/86524 (std::less with pointer arguments not...
2018-12-20  Jakub Jelinekcp-tree.h (cp_fully_fold_init): Declare.
2018-12-17  Jakub Jelinekre PR c++/88410 (internal compiler error: output_operan...
2018-11-16  Jason MerrillImplement P0479R5, [[likely]] and [[unlikely]].
2018-11-08  Jakub Jelinekbuiltin-types.def (BT_FN_VOID_BOOL, [...]): New.
2018-08-27  Martin LiskaCome up with fndecl_built_in_p.
2018-08-20  David MalcolmAdd support for grouping of related diagnostics (PR...
2018-08-08  Jakub JelinekP0595R1 - is_constant_evaluated
2018-07-23  Jakub Jelinekre PR c++/86569 (-Wnonnull-compare affects code generat...
2018-07-16  Jakub Jelinekre PR c++/3698 (improper handling of an extern declared...
2018-07-10  Jakub Jelinekre PR sanitizer/86406 ([UBSAN] -fcompare-debug failure...
2018-06-19  Jason Merrilltree.c (cp_expr_location): New.
2018-06-16  Kugan Vivekanandarajahre PR tree-optimization/64946 ([AArch64] gcc.target...
2018-05-24  Paolo Carlinicp-tree.h (INDIRECT_TYPE_P): New.
2018-05-18  Cesar Philippidisre PR c++/85782 (acc loops with continue statements...
2018-05-14  Paolo Carlinicp-tree.h (TYPE_REF_P): New.
2018-05-11  Jakub Jelinekre PR c/85696 (OpenMP with variably modified and defaul...
2018-05-10  Jakub Jelinekre PR c++/85662 ("error: non-constant condition for...
2018-04-18  Jakub Jelinekre PR c++/84463 (Supposedly-incompliant "error: '*...
2018-04-06  Jason MerrillPR c++/85240 - LTO ICE with using of undeduced auto fn.
2018-03-27  Jakub Jelinekre PR c++/85077 (V[248][SD]F abs not optimized to)
2018-03-20  Jason MerrillPR c++/84978, ICE with NRVO.
2018-03-16  Jakub Jelinekre PR c++/79937 (ICE in replace_placeholders_r)
2018-03-16  Jason MerrillPR c++/83911 - ICE with multiversioned constructor.
2018-03-02  Marek Polacekre PR c++/84590 (-fsanitize=undefined internal compiler...
2018-01-31  Marek Polacekre PR c++/84138 (ICE folding broken constant)
2018-01-17  Jakub Jelinekre PR c++/83897 (Useless __builtin_unreachable () emitt...
2018-01-10  David MalcolmPreserving locations for variable-uses and constants...
2018-01-03  Jakub Jelinekre PR c++/83555 (Unnecessary null check when static_cas...
2018-01-03  Jakub Jelinekre PR c++/83634 (ICE in useless_type_conversion_p,...
2018-01-03  Jakub JelinekUpdate copyright years.
2017-12-05  Jakub Jelinekcp-gimplify.c (cp_maybe_instrument_return): Don't add...
2017-12-01  Jakub Jelinekre PR c/79153 (-Wimplicit-fallthrough missed warning)
2017-11-28  Jakub Jelinekre PR sanitizer/81275 (-fsanitize=thread produce incorr...
2017-11-28  Julia KovalRemove Cilk Plus support.
2017-11-28  Jakub Jelinektree.def (SWITCH_EXPR): Change from 3 operand to 2...
2017-11-27  Jakub Jelinekre PR c++/81675 (attribute(noreturn) of destructor...
2017-11-21  Marc GlisseNew POINTER_DIFF_EXPR
2017-11-20  Nathan Sidwell[PR c++/82878] pass-by-invisiref in lambda
2017-11-19  Jakub Jelinekre PR c/66618 (Failure to diagnose non-constant initial...
2017-11-07  Jakub Jelinekre PR c++/82835 (ICE on valid code with -fopenmp)
2017-11-06  Martin LiskaInstrument function exit with __builtin_unreachable...
2017-09-14  Jakub Jelinekre PR c++/81314 (Undefined reference to a function...
2017-08-08  Marek Polacekre PR c++/81607 (Conditional operator: "type mismatch...
2017-08-08  Martin Liskatrans.c: Include header files.
2017-07-31  Martin LiskaDo UBSAN sanitization just when current_function_decl...
2017-06-14  Jakub Jelinekcp-gimplify.c (cp_genericize_r): Turn most of the funct...
2017-06-13  Jakub Jelinekre PR sanitizer/80973 (ICE with lambda and -fsanitize...
2017-06-13  Jakub Jelinekre PR c++/80984 (ICE with label/variable ambiguity)
2017-06-13  Martin LiskaImplement no_sanitize function attribute
2017-06-09  Jason MerrillDon't fold conversion from a constant variable.
2017-06-08  Jakub Jelinekre PR c++/81011 (ICE with #pragma omp task and inaccess...
2017-05-22  Nathan Sidwellcp-tree.h (CPTI_TERMINATE, [...]): Rename to ...
2017-05-16  Marek Polacekre PR sanitizer/80536 (UBSAN: compile time segfault)
2017-05-01  Xi Ruoyaore PR c++/80038 (Random segfault using local vectors...
2017-04-07  Marek Polacekre PR c++/80095 (ICE with this pointer in NSDMI)
2017-03-31  Jakub Jelinekre PR sanitizer/79572 (reference binding to null pointe...
2017-03-24  Marek Polacekre PR c++/80119 (-Wmaybe-uninitialized wrongly flags...
2017-03-03  Richard Bienerre PR c++/79825 (Uninitialized uses in aggregate copies...
2017-02-02  Richard Bienerre PR c++/14179 (out of memory while parsing array...
2017-01-24  Jakub Jelinekre PR c++/79205 (ICE in create_tmp_var, at gimple-expr...
2017-01-20  Nathan SidwellPR c++/78495 - wrong code inherited ctor and invisi...
2017-01-01  Jakub JelinekUpdate copyright years.
2016-11-23  Jakub Jelinekre PR c++/77907 (Add "const" to argument of constexpr...
2016-11-23  Jakub Jelinekre PR c++/77739 (internal compiler error: in create_tmp...
2016-11-15  Jason MerrillAllow references in constant-expressions.
2016-10-24  Jakub Jelinekcxx-pretty-print.c (pp_cxx_check_constraint): Use VAR_P...
2016-10-09  Jason Merrill* cp-gimplify.c (cp_fold): Add variable name.
2016-10-08  Jason MerrillDelay folding of bool conversion into COND_EXPR.
2016-09-27  Jakub Jelinekre PR c++/77722 (-fsanitize=undefined doesn't give...
2016-08-12  Marek Polacekre PR c/7652 (-Wswitch-break : Warn if a switch case...
2016-08-01  Jason MerrillPR c++/72766 - ICE with VLA
2016-07-25  Jason MerrillPR c++/65970 - revert loop location change
2016-07-25  Jason MerrillPR c++/65970 - constexpr infinite loop
2016-07-21  Jakub Jelinekre PR libgomp/71941 (ICE with OpenMP tasks and queue)
2016-07-21  Jason MerrillPR c++/71121 - -Waddress, constexpr, and PMFs.
2016-07-18  Jakub Jelinekre PR c++/70869 (internal compiler error: Segmentation...
2016-07-18  Jakub Jelinekre PR c++/71822 (ICE: in gimplify_expr, at gimplify...
2016-07-08  Jason MerrillP0145R2: Refining Expression Order for C++ (assignment 2).
2016-07-08  Jason MerrillP0145: Refining Expression Order for C++ (-fstrong...
2016-07-07  Jakub Jelinekre PR c++/70869 (internal compiler error: Segmentation...
2016-06-14  Jason MerrillP0145R2: Refining Expression Order for C++.
2016-06-06  Jakub Jelinekre PR c++/70847 (exponential time in cp_fold for chaine...
2016-06-03  Jan Hubickapred-1.C: New testcase
2016-06-02  Jakub Jelinekre PR c++/71372 (C++ FE drops TREE_THIS_VOLATILE in...
2016-05-24  Jason MerrillPR c++/70584 - don't force indirection to an rvalue
2016-05-23  Jason MerrillPR c++/70584 - error with parenthesized builtin arg
2016-04-27  Ryan Burnre PR c++/69024 ([cilkpus] cilk_spawn is broken for...
2016-04-13  Jason Merrillre PR c++/70615 (ICE on valid code at -O1 and above...
2016-04-05  Patrick PalkaRemove class cache_map and use ggc hash_maps instead...
2016-03-23  Jakub Jelinekre PR c++/70376 (OpenMP taskloop construct fails to...
2016-03-21  Jason Merrillre PR c++/70285 (ICE on valid code on x86_64-linux...
2016-03-10  Marek Polacekre PR c++/70153 (ICE on valid C++ code)
2016-02-26  Jason Merrillre PR c++/69889 (ICE: in assign_temp, at function.c...
2016-02-24  Jakub Jelinekre PR c++/69922 (Bogus -Wnonnull-compare for: ... ...
2016-02-24  Jason Merrill* cp-gimplify.c (cp_fold): Don't fold constexpr calls...
2016-02-19  Jakub Jelinekre PR c++/69850 (unnecessary -Wnonnull-compare warning)
2016-02-08  Jason Merrillre PR c++/69631 (Bogus overflow in constant expression...
2016-01-27  Ryan Burnre PR c++/69267 ([cilkplus] ICE when calling a function...
next