]> gcc.gnu.org Git - gcc.git/history - gcc/cp/method.c
method.c (build_stub_object): Use CONVERT_EXPR.
[gcc.git] / gcc / cp / method.c
2014-09-30 Jason Merrillmethod.c (build_stub_object): Use CONVERT_EXPR.
2014-08-07 Trevor Saundersremove pointer-set.[ch]
2014-08-02 Trevor Saundersadd a hash_set based on hash_table
2014-07-30 Jason Merrillre PR lto/53808 (Undefined symbol when building a libra...
2014-07-24 Martin LiskaIPA C++ refactoring 1/N
2014-07-14 Jason Merrillre PR c++/58511 ([c++11] ICE using static const member...
2014-06-12 Jason Merrilltoplev.c (process_options): Reject -fabi-version=1.
2014-06-11 Jan Hubickavarasm.c (set_implicit_section): New function.
2014-06-09 Jan Hubickasymtab.c (dump_symtab_base): Update dumping.
2014-04-29 Jason MerrillDR 1351 Represent the unevaluated exception specificati...
2014-03-26 Fabien Chênere PR c++/52369 (Const-qualified non-class base member...
2014-03-11 Paolo Carlinire PR c++/60389 ([c++11] ICE with inheriting constructo...
2014-03-01 Paolo Carlinimethod.c (implicitly_declare_fn): Remove redundant...
2014-02-12 Paolo Carlinire PR c++/60047 (ICE with defaulted copy constructor...
2014-02-03 Paolo Carlinire PR c++/58871 ([c++11] ICE with defaulted copy constr...
2014-01-02 Richard SandifordUpdate copyright years in gcc/
2013-12-23 Jason Merrillre PR c++/41090 (Using static label reference in c...
2013-11-19 Diego NovilloFactor unrelated declarations out of tree.h.
2013-11-18 Richard Sandifordc-common.c, [...]: Replace tree_low_cst (..., 0) with...
2013-11-12 Andrew MacLeodgimple-expr.h (create_tmp_var_name, [...]): Relocate...
2013-10-29 David MalcolmAutogenerated fixes of "->symbol." to "->"
2013-10-23 Jason MerrillLWG 2165
2013-10-23 Jason MerrillIn C++11 a trivial [cd]tor might not be callable.
2013-06-23 Gabriel Dos Reisc-common.c (c_common_nodes_and_builtins): Use cxx11...
2013-05-22 Paolo Carlinire PR c++/57211 (wrong line indicated in warning for...
2013-05-20 Jason Merrillre PR c++/57319 (bogus "defaulted move assignment for...
2013-05-14 Paolo Carlinire PR c++/53903 ([C++11] Incompatible exception-specifi...
2013-03-21 Jakub Jelinekre PR middle-end/48087 (-Wall -Werror adds warnings...
2013-03-17 Jason Merrillre PR c++/55017 ([DR 1051] [C++11] Rvalue-reference...
2013-02-12 Jason Merrillre PR c++/56285 ([C++11] Arguments to an inheriting...
2013-02-07 Jason Merrillre PR c++/56235 (Bogus "error: invalid conversion from...
2013-01-10 Richard SandifordUpdate copyright years in gcc/
2012-11-23 Markus Trippelsdorfre PR c++/55418 (Valgrind: Conditional jump or move...
2012-11-19 Jason Merrillre PR c++/55262 ([C++0x] g++.dg/cpp0x/inh-ctor10.C...
2012-11-18 Diego NovilloThis patch rewrites the old VEC macro-based interface...
2012-10-25 Jason MerrillCore 1402
2012-10-15 Jason MerrillImplement C++11 inheriting constructors.
2012-10-11 Jason Merrillcp-tree.h (DECL_THUNKS): NULL_TREE for non-virtual...
2012-09-10 Jason Merrillre PR c++/54506 (Defaulted move constructors and move...
2012-07-19 Paolo CarliniDR 1170 PR c++/51213
2012-07-19 Jason Merrillmethod.c (process_subob_fn): Make sure no_implicit_p...
2012-07-13 Jason Merrillre PR regression/53953 (g++.dg/cpp0x/lambda/lambda...
2012-07-11 Jason MerrillDR 1402
2012-07-11 Steven Bosscherexpr.h (can_move_by_pieces): Move prototype from here ...
2012-07-10 Jason MerrillDR 1402 PR c++/53733
2012-07-10 Jason Merrillmethod.c (synthesized_method_walk): Avoid changing...
2012-06-06 Paolo Carlinire PR c++/53567 ("ICE: Error reporting routines re...
2012-05-31 Steven Bosscheroutput.h (__gcc_host_wide_int__): Move to hwint.h.
2012-04-30 Jan Hubickacgraph.c (ld_plugin_symbol_resolution_names): Move...
2012-04-21 Jan Hubickamethod.c (make_alias_for): Do not set TREE_SYMBOL_REFER...
2012-04-02 Paolo Carlinire PR c++/50043 ([C++0x] Implement core/1123)
2012-03-15 Jason Merrillre PR c++/52582 (g++ ICE when compiling qt-4.8.0 with...
2012-03-05 Jason Merrillmethod.c (synthesized_method_walk): Cleanups don't...
2012-01-02 Jason MerrillDR 1359 PR c++/51675
2011-11-10 Jason Merrillre PR c++/50973 ([C++0x] internal compiler error defaul...
2011-10-18 Jason Merrillre PR c++/50500 ([C++0x] [DR 1082] move constructor...
2011-10-14 Jason Merrillre PR c++/50707 ([C++0x] Non-static const data member...
2011-10-02 Jason Merrillclass.c (fixed_type_or_null): Handle NSDMI.
2011-09-25 Jason Merrillexcept.c (expr_noexcept_p): Split out from finish_noexc...
2011-09-25 Jason MerrillImplement C++11 non-static data member initializers.
2011-09-24 Paolo Carlinire PR c++/44267 (SFINAE does not handle down static_cas...
2011-09-23 Jason MerrillCore 234 - allow const objects with no initializer...
2011-09-05 Jason Merrillclass.c (trivial_default_constructor_is_constexpr)...
2011-09-05 Jason Merrillre PR c++/50248 ([C++0x] unnecessary instantiation...
2011-07-09 Jason Merrillcgraph.c (cgraph_add_to_same_comdat_group): New.
2011-07-06 Jason Merrillre PR c++/49568 (g++.dg/torture/pr41257-2.C FAILs to...
2011-07-01 Jason Merrillre PR c++/49569 (-std=gnu++0x causes segmentation fault)
2011-06-29 Jason Merrillre PR c++/45923 (constexpr diagnostics, more more)
2011-06-29 Jason Merrillmethod.c (maybe_explain_implicit_delete): Use pointer_s...
2011-06-29 Jason Merrillclass.c (finalize_literal_type_property): Update condit...
2011-06-15 Jason Merrillre PR c++/49107 ([C++0x][4.7 Regression] incomplete...
2011-06-14 Joseph Myerstarget-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to...
2011-06-08 Jason Merrillre PR c++/49107 ([C++0x][4.7 Regression] incomplete...
2011-05-19 Jakub Jelinekre PR c++/48869 (OpenMP task construct fails to instant...
2011-05-02 Jason Merrillrevert: re PR c++/40975 (ICE in copy_tree_r on array...
2011-04-28 Jason Merrillre PR c++/40975 (ICE in copy_tree_r on array new)
2011-04-12 Martin Jamborclass.c (cp_fold_obj_type_ref): Call cgraph_get_node...
2011-04-12 Martin Jamborcgraph.h (cgraph_node): Remove function declaration.
2011-03-31 Jason Merrillre PR c++/48280 ([C++0x] ICE: tree check: expected...
2011-03-25 Jason MerrillCore 1135
2011-03-15 Jason MerrillCore 1191
2011-03-09 Martin Jamborre PR tree-optimization/47714 (verify_ssa fails with...
2011-03-04 Jan Hubickare PR lto/47497 (SPEC CPU 2006 failed to link with...
2011-02-20 Jason Merrillre PR c++/46472 ([C++0X] constexpr is not constexpr)
2011-02-16 Jason Merrillre PR c++/46807 (internal compiler error: in synthesize...
2011-01-03 Jakub JelinekUpdate Copyright years for files modified in 2010.
2010-12-08 Jason Merrillre PR c++/45822 (Qt 4.7.0 build fails)
2010-12-08 Jason Merrillre PR c++/46736 ([c++0x] move constructor is not implic...
2010-11-12 Ville VoutilainenCore 1135, 1136, 1145, 1149
2010-11-10 Joseph Myerscfgloop.c (verify_loop_structure): Use %' in diagnostics.
2010-11-06 Joern Renneckere PR middle-end/46314 (frontends use ASM_GENERATE_INTE...
2010-11-04 Jason Merrillsemantics.c (speculative_access_check): New.
2010-11-01 Jason Merrillclass.c (is_really_empty_class): Work when type is...
2010-10-27 Gabriel Dos Reismethod.c (synthesized_method_walk): Track constexprness...
2010-09-24 Jan Hubickalto-symtab.c (lto_symtab_entry_def): Add guessed field.
2010-09-06 Jason Merrillmethod.c (synthesized_method_walk): In constructors...
2010-08-20 Nathan Froydvec.h (FOR_EACH_VEC_ELT): Define.
2010-07-15 Nathan Froydtree.h (DECL_CHAIN): Define.
2010-07-14 Jason MerrillImplement C++0x unrestricted unions (N2544)
2010-07-13 Jason Merrillre PR c++/44909 ([C++0x] Copy constructors implicitly...
next
This page took 1.855136 seconds and 108 git commands to generate.