re PR c++/69095 (internal compiler error: in dependent_type_p, at cp/pt.c:19399)
[gcc.git] / gcc / cp / constexpr.c
2016-05-20 Nathan Sidwellconstexpr.c (cxx_bind_parameters_in_call): Avoid gratui...
2016-04-28 Jason Merrillcvt.c (cp_get_callee): New.
2016-04-27 Nathan Sidwellconstexpr.c (get_fundef_copy): Use the original functio...
2016-04-19 Jason MerrillImprove constexpr handling of other loop forms.
2016-04-19 Jason MerrillPR c++/68206 - Fix constexpr diagnostics with loops.
2016-04-15 Jason Merrillre PR c++/70685 (ICE: Segmentation fault)
2016-04-15 Jason Merrillre PR c++/70594 (-fcompare-debug failure)
2016-04-14 Jason Merrillre PR c++/70648 (adplug-xmms fails to compile)
2016-04-13 Jason Merrillconstexpr.c (potential_nondependent_constant_expression...
2016-04-12 Nathan Sidwellre PR c++/70501 (internal compiler error: in verify_cto...
2016-04-08 Patrick PalkaFix PR c++/70590 (error: location references block...
2016-04-07 Patrick PalkaAvoid needless unsharing during constexpr evaluation...
2016-04-05 Patrick PalkaFix PR c++/70452 (regression in C++ parsing performance)
2016-04-05 Patrick PalkaRemove class cache_map and use ggc hash_maps instead...
2016-04-02 Martin SeborPR c++/67376 - [5/6 regression] Comparison with pointer...
2016-04-02 Jason Merrillre PR c++/70449 (ICE with -Wall on valid code on x86_64...
2016-03-31 Nathan Sidwellre PR c++/70393 (Miscompilation: missing constructor...
2016-03-28 Jason Merrillre PR bootstrap/70422 (Bootstrap comparison failure)
2016-03-25 Jason Merrillre PR c++/64266 (Can GCC produce local mergeable symbol...
2016-03-24 Jason Merrillre PR c++/70386 (ICE with -Wall on valid code on x86_64...
2016-03-24 Jason Merrillre PR c++/70323 (missing error on integer overflow...
2016-03-23 Jakub Jelinekre PR c++/70001 (Infinity compilation time)
2016-03-23 Jakub Jelinekre PR c++/70323 (missing error on integer overflow...
2016-03-23 Jason Merrillre PR c++/70344 (ICE on invalid code at -O1 and above...
2016-03-22 Patrick PalkaFix PR c++/70204 (ICE in non_const_var_error)
2016-03-18 Jason Merrillre PR c++/70139 (-fno-elide-constructor makes static...
2016-03-10 Patrick Palkare PR c++/70001 (Infinity compilation time)
2016-03-08 Jakub Jelinekre PR sanitizer/70135 (-fsanitize=undefined causes...
2016-03-06 Jason Merrillre PR c++/67364 ("accessing uninitialized member" error...
2016-03-04 Jason Merrillre PR c++/69203 (ICE in potential_constant_expression_1...
2016-03-04 Jason Merrillre PR c++/67364 ("accessing uninitialized member" error...
2016-03-04 Jason MerrillFix constexpr handling of SAVE_EXPR in loops.
2016-03-03 Jason Merrillre PR c++/67364 ("accessing uninitialized member" error...
2016-03-02 Jason Merrillre PR c++/51489 (constexpr not working consistently)
2016-03-02 Jason Merrillre PR c++/69995 ([C++14] Invalid result when evaluating...
2016-02-29 Jason Merrillre PR c++/69995 ([C++14] Invalid result when evaluating...
2016-02-25 Jason Merrillre PR c++/67364 ("accessing uninitialized member" error...
2016-02-18 Jason Merrillre PR c++/65985 (compiler segfault with assert() in...
2016-02-18 Jason Merrillre PR c++/68585 (c++14 code accepted by 4.9 not accepte...
2016-02-15 Jason Merrillre PR c++/68890 (ICE in verify_ctor_sanity, at cp/const...
2016-02-08 Marek Polacekre PR c++/69688 (-Wsign-compare causes bogus error...
2016-02-04 Patrick PalkaFix constexpr evaluation of comparisons involving point...
2016-01-29 Marek Polacekre PR c++/69509 (infinite loop compiling a VLA in a...
2016-01-27 Marek Polacekre PR c++/69379 (ICE in fold_convert_loc, at fold-const...
2016-01-27 Marek Polacekre PR c++/69496 ([C++ 14] ICE on VLA in constexpr function)
2016-01-26 Jason Merrillre PR c++/68949 (Implicit initialization of array membe...
2016-01-26 Jason Merrillre PR c++/68782 (bad reference member formed with const...
2016-01-19 Marek Polacekre PR c++/68586 (Enum template parameter wrongly rejected)
2016-01-14 Jason Merrillre PR c++/69261 (Copying char arrays during constexpr...
2016-01-12 Marek Polacekre PR c++/68979 (error: left operand of shift expressio...
2016-01-09 Jason Merrillre PR c++/69158 (ICE in in cxx_eval_indirect_ref, at...
2016-01-08 Marek Polacekre PR c++/68449 (ICE in cxx_eval_constant_expression...
2016-01-08 Jason Merrillconstexpr.c (cxx_eval_call_expression): Remove convert_...
2016-01-04 Jakub JelinekUpdate copyright years.
2015-12-07 Jason MerrillFix template/ref1.C, nontype15.C, addr-builtin1.C with...
2015-11-25 Markus Trippelsdorfre PR c++/68087 (ICE with constexpr in array with negat...
2015-11-17 Jason Merrillconstexpr.c (cxx_eval_builtin_function_call): Use cp_fu...
2015-11-14 Jason MerrillMerge C++ delayed folding branch.
2015-11-11 Andrew MacLeoddecl.c: Remove unused header files.
2015-11-04 Mikhail MaltsevENABLE_CHECKING refactoring: C family front ends
2015-10-29 Andrew MacLeoddecl.c: Reorder #include's and remove duplicates.
2015-10-23 Jason Merrillre PR c++/67813 ([C++14] copy-initialization of object...
2015-10-20 Jason MerrillExpand PTRMEM_CST only when necessary.
2015-10-16 Paolo Carlinire PR c++/67926 (Using folding expressions in a constex...
2015-10-08 Jason Merrillformat
2015-08-29 Markus TrippelsdorfFix c++/67371 (issues with throw in constexpr)
2015-08-17 Jason Merrillre PR c++/67104 (Constant expression factory function...
2015-08-17 Jason Merrillconstexpr.c (cxx_eval_store_expression): Don't set...
2015-08-12 Jason Merrillre PR c++/67104 (Constant expression factory function...
2015-08-12 Jason Merrillre PR c++/67104 (Constant expression factory function...
2015-08-07 Andrew SuttonAdd C++ Concepts TS support.
2015-07-28 Paolo Carlinicall.c (build_op_delete_call, [...]): Use Use DECL_SOUR...
2015-07-27 Jason Merrillconstexpr.c (cxx_eval_call_expression): Don't add this...
2015-07-08 Andrew MacLeodtree-core.h: Include symtab.h.
2015-06-27 Marek Polacekcall.c: Use VECTOR_TYPE_P.
2015-06-27 Marek Polacekcall.c (set_up_extended_ref_temp): Use VAR_P.
2015-06-25 Richard Sandifordhash-traits.h (ggc_hasher): Rename to...
2015-06-19 Jason Merrillre PR c++/65973 (segmentation fault when compiling...
2015-06-18 Jason Merrillre PR c++/66001 (ICE when NSDMI in a literal class...
2015-06-17 Andrew MacLeodcoretypes.h: Include input.h and as-a.h.
2015-06-11 Jason Merrillre PR c++/66445 (ICE with lambda in stmt expression...
2015-06-11 Jason Merrillre PR c++/66450 ([C++11][constexpr] Issues when delegat...
2015-06-08 Andrew MacLeodcoretypes.h: Include hash-table.h and hash-set.h for...
2015-06-04 Andrew MacLeodcoretypes.h: Include machmode.h...
2015-06-02 Jason Merrillre PR c++/65942 ([C++14] cannot use std::function as...
2015-05-31 Jason Merrill* constexpr.c (cxx_eval_indirect_ref): Try folding...
2015-05-31 Jason Merrillre PR c++/66320 (ICE: in cxx_eval_constant_expression...
2015-05-06 Jason MerrillFix obj-c++.dg/encode-10.mm with cxx_dialect == cxx11.
2015-04-28 Jason Merrillre PR c++/65896 (Erroneous uninitialized variable acces...
2015-04-28 Jason Merrillre PR c++/65656 (__builtin_constant_p should always...
2015-04-24 Jason Merrillconstexpr.c (potential_constant_expression_1): Remove...
2015-04-15 Jason Merrillconstexpr.c (cxx_eval_store_expression): Ignore clobbers.
2015-04-15 Marek Polacekconstexpr.c (use_new_call): Remove #define.
2015-04-12 Jakub Jelinekre PR c++/65736 (ICE (in process_init_constructor_array...
2015-04-02 Marek Polacekre PR c++/65642 ([C++11] GCC rejects valid constant...
2015-03-30 Marek Polacekre PR c++/65398 ([C++11] GCC rejects constexpr variable...
2015-03-26 Jason Merrillre PR c++/65525 (ICE: sorry, unimplemented: unexpected...
2015-03-20 Marek Polacekre PR c++/65398 ([C++11] GCC rejects constexpr variable...
2015-03-03 Aldy Hernandezre PR c++/65295 ([C++1y] constexpr function causes...
2015-02-26 Marek Polacekre PR c++/65202 (ICE segfault with constexpr/noexcept)
next