]> gcc.gnu.org Git - gcc.git/history - gcc/cp/call.c
Implement P0012R1, Make exception specifications part of the type system.
[gcc.git] / gcc / cp / call.c
2016-11-07 Jason MerrillImplement P0012R1, Make exception specifications part...
2016-11-07 Jason MerrillC++ cleanups before C++17 noexcept in types.
2016-11-04 Jason MerrillPR c++/78198 - inherited template ctor with default arg
2016-11-02 Jason MerrillImplement P0136R1, Rewording inheriting constructors.
2016-10-15 Jason MerrillPR c++/77945 - constexpr and trivial copy
2016-10-08 Jason MerrillFurther P0135 refinement.
2016-10-06 Jason MerrillC++17 copy elision improvements.
2016-10-05 Jason MerrillPR c++/54293 - binding reference to member of temporary
2016-10-05 Jason Merrill* call.c (extend_ref_init_temps): Fix TARGET_EXPR handling.
2016-10-05 Jason Merrill* parser.c (cp_parser_skip_to_end_of_statement): Add...
2016-10-04 Jakub Jelinekextend.texi (Java Exceptions): Remove.
2016-09-21 Jason MerrillCore 903
2016-09-21 Jakub Jelinekre PR c++/77651 (c++ -Wno-aligned-new ICEs)
2016-09-12 Bernd Edlingerre PR c++/77496 (ICE in instantiate_type, at cp/class...
2016-09-09 Jason MerrillImplement P0035R4, C++17 new of over-aligned types.
2016-08-26 Jason MerrillAvoid calling a trivial default constructor.
2016-08-18 Marek Polacekre PR c/7652 (-Wswitch-break : Warn if a switch case...
2016-08-12 Marek Polacekre PR c/7652 (-Wswitch-break : Warn if a switch case...
2016-08-06 Jonathan WakelyHarmonize diagnostics for invalid reference binding
2016-07-24 Jason MerrillPR c++/66617 - virtual base list-initialization
2016-07-24 Jason MerrillPR c++/71576 - bitfield and rvalue reference
2016-07-22 Jason MerrillPR c++/71913 - missing copy elision with new.
2016-07-22 Jason Merrillcall.c (build_over_call): Check unsafe_copy_elision_p...
2016-07-18 Jakub Jelinekre PR c++/71835 (ICE on invalid C++ code with ambiguous...
2016-07-15 Jason MerrillPR c++/71495 - spurious note during SFINAE.
2016-07-15 Jason MerrillPR c++/71117 - core 2189 and generic lambda
2016-07-08 Jason MerrillUse lvalue_p instead of real_lvalue_p.
2016-07-08 Jason MerrillRename lvalue_p to obvalue_p.
2016-07-08 Jason MerrillRename lvalue_or_rvalue_with_address_p to glvalue_p.
2016-07-08 Jason MerrillP0145: Refining Expression Order for C++ (-fstrong...
2016-06-24 Jakub Jelinekcall.c (magic_varargs_p): Return 3 for __builtin_*_over...
2016-06-17 Jakub Jelinektree.c (builtin_valid_in_constant_expr_p): Test for...
2016-06-15 Paolo Carlinidecl.c (wrapup_globals_for_namespace): Use DECL_SOURCE_...
2016-06-14 Jason MerrillP0145R2: Refining Expression Order for C++.
2016-05-18 Paolo Carlinire PR c++/70466 ([ICE on invalid code in tree check...
2016-05-13 Jason MerrillFix type-dependence and the current instantiation.
2016-05-12 Marek Polacekre PR c/70756 (Wrong column number shown for "error...
2016-05-03 Marek Polacekre PR c/70859 (Bad column number in type-generic functi...
2016-04-26 Marek PolacekBootstrapped/regtested on x86_64-linux, ok for trunk?
2016-04-19 Jason MerrillDR 2137 - copy-constructor rank in list-initialization
2016-04-14 Jason MerrillRevert empty class parameter passing ABI changes.
2016-04-13 Jason MerrillWarn about empty parameter ABI with -Wabi=9.
2016-04-13 Jason MerrillPass empty class parameters like C.
2016-03-22 Ilya Enkovichre PR target/70290 (-mavx512vl breaks parsing of C...
2016-03-18 Jason Merrillclass.c (build_if_in_charge): Split out from build_base...
2016-03-17 Jakub Jelinekre PR tree-optimization/70144 (g++ ICE at -O1 and above...
2016-03-03 Jason Merrill* call.c (build_aggr_conv): Use get_nsdmi.
2016-03-02 Jason Merrill* gcc/cp/call.c: Mark as C++ for emacs.
2016-02-20 Jason Merrillre PR c++/69743 (function overload with variadic argume...
2016-02-17 Jason Merrillre PR c++/10200 (Weird clash with same names in differe...
2016-02-15 Jason Merrillre PR c++/69753 (bogus: expected primary-expression...
2016-02-10 Jason Merrillre PR c++/68926 (decltype and sfinae to check for templ...
2016-01-15 Jason Merrillre PR c++/68847 (ICE in cxx_eval_constant_expression...
2016-01-15 Jason Merrillre PR c++/69257 (g++ ICE in "create_tmp_var" on invalid...
2016-01-13 Bernd SchmidtImprove warning locations (PR66208)
2016-01-08 Jason MerrillPR c++/68983 (FE)
2016-01-04 Jakub JelinekUpdate copyright years.
2015-12-25 Jason Merrillre PR c++/69005 (infinite(?) recursion in template...
2015-12-15 Patrick PalkaFix PR c++/21802 (two-stage name lookup fails for opera...
2015-12-02 Jason MerrillDo constant folding in warn_* functions.
2015-11-14 Jason Merrillre PR bootstrap/68346 (Bootstrap failure on i686-linux)
2015-11-14 Jason MerrillMerge C++ delayed folding branch.
2015-11-11 Andrew MacLeoddecl.c: Remove unused header files.
2015-11-10 Martin SeborPR c++/67913 - new expression with negative size not...
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-24 Jason MerrillDR 1518 DR 1630 PR c++/54835 PR c++/60417
2015-10-23 Jason Merrillcall.c (add_template_conv_candidate): Pass DEDUCE_CALL.
2015-10-23 Jason Merrillcall.c (add_conv_candidate): Remove first_arg parm.
2015-10-21 Ilya Enkovichtm.texi: Regenerated.
2015-10-08 Jason Merrillre PR c++/67557 (Calling copy constructor of base class...
2015-10-06 Marek Polacekre PR c++/67863 (-Wtautological-compare warns when...
2015-10-04 Jason MerrillImplement N4514, C++ Extensions for Transactional Memory.
2015-09-03 Martin Seborre PR c/66516 (missing diagnostic on taking the address...
2015-08-19 Trevor Saundersremove more useless typedefs
2015-08-17 Paolo Carlinire PR c++/67216 (false is still a null pointer constant)
2015-08-08 Jason Merrillre PR libstdc++/67114 ([MinGW64] build failure with...
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 Marek Polacekre PR c++/66555 (Fails to warn for if (j == 0 && i...
2015-07-14 Jason Merrill* call.c (build_new_method_call_1): Call reshape_init.
2015-07-13 Aldy HernandezFix double word typos.
2015-07-10 Paolo Carlinire PR c++/54521 (g++ fails to call explicit constructor...
2015-07-08 Andrew MacLeodtree-core.h: Include symtab.h.
2015-06-30 Jason Merrillre PR debug/66653 (ice in gen_type_die_with_usage,...
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 Andrew MacLeodfunction.h (ipa_opt_pass, [...]): Move forward declarat...
2015-06-22 Jason Merrillre PR c++/66515 (g++ segfaults when creating an std...
2015-06-20 Mikhail Maltsevre PR c++/65882 (Internal compiler error: Error reporti...
2015-06-17 Jason Merrillre PR c++/66515 (g++ segfaults when creating an std...
2015-06-17 Andrew MacLeodcoretypes.h: Include input.h and as-a.h.
2015-06-13 Patrick PalkaRemove stale commentary in cp/call.c
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-03 Manuel López-Ibáñezre PR c++/66130 ("invalid use of non-static member...
2015-05-20 Jason Merrilldecl.c (grok_op_properties): Don't complain about size_...
2015-05-12 Dominik VogtRemove dead code in print_z_candidates.
2015-05-06 Jason MerrillDR 1518 DR 1630 PR c++/54835 PR c++/60417
2015-04-16 Paolo Carlinicall.c (build_op_delete_call, [...]): Check mark_used...
next
This page took 1.42401 seconds and 108 git commands to generate.