C++ FE: Show both locations in string literal concatenation error
[gcc.git] / gcc / cp / call.c
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...
2015-04-15 Paolo Carlinicall.c (enforce_access): Emit error + inform.
2015-03-18 Paolo Carlinire PR c++/65340 ([C++14]ICE in mark_used, at decl2...
2015-03-09 Jason Merrillre PR c++/65339 (C++ ICE with lambda and no capture...
2015-02-13 Jason Merrillre PR c++/65051 (r210436 regression?)
2015-01-15 Jakub Jelinekflag-types.h (enum sanitize_code): Add SANITIZE_VPTR...
2015-01-09 Michael Collisongenattrtab.c (write_header): Include hash-set.h...
2015-01-05 Jakub JelinekUpdate copyright years.
2014-12-15 Jason MerrillN3778: Sized Deallocation
2014-12-12 Jason Merrillre PR c++/57510 (subobjects not destroyed when exceptio...
2014-11-26 Paolo Carlinire PR c++/63757 (nullptr conversion sequence fails...
2014-11-22 Jason Merrillre PR c++/63657 (-Wunused-variable: warning supressed...
2014-11-19 Jason Merrillre PR c++/57979 (G++ accepts constant expression define...
2014-11-17 Jason Merrillre PR c++/33911 (attribute deprecated vs. templates)
2014-11-17 Jason Merrillre PR c++/50473 ([C++0x] ICE in type_has_nontrivial_cop...
2014-11-14 Paolo Carlinisemantics.c (end_maybe_infinite_loop): Use fold_non_dep...
2014-11-10 Jason MerrillDR 2007
2014-10-28 Andrew MacLeodcgraph.h: Flatten.
2014-10-12 Jason Merrillre PR c++/62115 (ICE with invalid default argument)
2014-10-08 Jason Merrillcall.c (call_copy_ctor): New.
2014-10-02 Paolo Carlinire PR c++/53025 ([C++11] noexcept operator depends...
2014-10-01 Jason Merrillre PR c++/63362 (The c++11 triviality-traits need front...
2014-09-20 Jason Merrillre PR c++/61465 (Bogus parameter set but not used warni...
2014-08-19 Marek Polacekre PR c++/62153 (warn for bool expression compared...
2014-08-15 Manuel López-Ibáñezcall.c (build_conditional_expr_1): Use OPT_Wextra in...
2014-08-13 Jason Merrillcall.c (build_x_va_arg): Support passing non-POD throug...
2014-08-09 Paolo Carliniinvoke.texi ([Wnarrowing]): Update for non-constants...
2014-07-24 Martin LiskaIPA C++ refactoring 1/N
2014-07-17 Paolo Carlinire PR c++/50961 (Fails to decay template function prope...
2014-07-15 Jason Merrillre PR c++/60848 (Crash while experimenting with c+...
2014-07-15 Paolo Carlinicall.c (convert_like_real): Call print_z_candidate...
2014-07-14 Jason Merrillre PR c++/58636 (ICE with initializer_list and rvalue...
next