aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/method.c
AgeCommit message (Expand)AuthorFilesLines
2015-05-11class.c (fixup_type_variants): Do not copy TYPE_METHODSJan Hubicka1-0/+2
2015-04-15decl.c (grokmethod): Only set DECL_COMDAT if TREE_PUBLIC is set.Jason Merrill1-1/+2
2015-02-10re PR ipa/64982 (Many g++ failures on x86_64-apple-darwin14 with -m32.)Jan Hubicka1-14/+0
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+9
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-0/+11
2014-10-10re PR c++/63194 (ICE in maybe_explain_implicit_delete, at cp/method.c:1552)Jason Merrill1-0/+1
2014-10-10method.c (implicitly_declare_fn): Handle deleted lambda default ctor and copy...Jason Merrill1-0/+6
2014-10-01re PR c++/63362 (The c++11 triviality-traits need front-end help)Jason Merrill1-1/+3
2014-09-30c-common.h (enum rid): Add RID_IS_TRIVIALLY_ASSIGNABLE and RID_IS_TRIVIALLY_C...Jason Merrill1-2/+109
2014-09-30method.c (build_stub_object): Use CONVERT_EXPR.Jason Merrill1-1/+1
2014-08-07remove pointer-set.[ch]Trevor Saunders1-1/+0
2014-08-02add a hash_set based on hash_tableTrevor Saunders1-3/+3
2014-07-30re PR lto/53808 (Undefined symbol when building a library with lto)Jason Merrill1-2/+3
2014-07-24IPA C++ refactoring 1/NMartin Liska1-13/+12
2014-07-14re PR c++/58511 ([c++11] ICE using static const member variable in constexpr)Jason Merrill1-1/+2
2014-06-12toplev.c (process_options): Reject -fabi-version=1.Jason Merrill1-10/+1
2014-06-11varasm.c (set_implicit_section): New function.Jan Hubicka1-3/+16
2014-06-09symtab.c (dump_symtab_base): Update dumping.Jan Hubicka1-1/+1
2014-04-29DR 1351 Represent the unevaluated exception specification of an implicitly de...Jason Merrill1-22/+79
2014-03-26re PR c++/52369 (Const-qualified non-class base member and defaulted default ...Fabien Chêne1-4/+12
2014-03-11re PR c++/60389 ([c++11] ICE with inheriting constructors and wrong usage of ...Paolo Carlini1-0/+19
2014-03-01method.c (implicitly_declare_fn): Remove redundant DECL_TEMPLATE_RESULT and S...Paolo Carlini1-5/+3
2014-02-12re PR c++/60047 (ICE with defaulted copy constructor and virtual base class)Paolo Carlini1-2/+4
2014-02-03re PR c++/58871 ([c++11] ICE with defaulted copy constructor in broken templa...Paolo Carlini1-1/+1
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-23re PR c++/41090 (Using static label reference in c++ class constructor produc...Jason Merrill1-1/+2
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+2
2013-11-18c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford1-2/+2
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod1-1/+1
2013-10-29Autogenerated fixes of "->symbol." to "->"David Malcolm1-2/+2
2013-10-23LWG 2165Jason Merrill1-7/+29
2013-10-23In C++11 a trivial [cd]tor might not be callable.Jason Merrill1-4/+5
2013-06-23c-common.c (c_common_nodes_and_builtins): Use cxx11 in lieu of cxx0x.Gabriel Dos Reis1-4/+4
2013-05-22re PR c++/57211 (wrong line indicated in warning for synthesized method)Paolo Carlini1-2/+8
2013-05-20re PR c++/57319 (bogus "defaulted move assignment for ... calls a non-trivial...Jason Merrill1-1/+2
2013-05-14re PR c++/53903 ([C++11] Incompatible exception-specification allowed if memb...Paolo Carlini1-17/+27
2013-03-21re PR middle-end/48087 (-Wall -Werror adds warnings over and above those gene...Jakub Jelinek1-2/+2
2013-03-16re PR c++/55017 ([DR 1051] [C++11] Rvalue-reference member should cause copy ...Jason Merrill1-0/+13
2013-02-12re PR c++/56285 ([C++11] Arguments to an inheriting constructor are not forwa...Jason Merrill1-1/+2
2013-02-07re PR c++/56235 (Bogus "error: invalid conversion from ‘unsigned char’ to...Jason Merrill1-2/+6
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2012-11-23re PR c++/55418 (Valgrind: Conditional jump or move depends on uninitialised ...Markus Trippelsdorf1-2/+2
2012-11-19re PR c++/55262 ([C++0x] g++.dg/cpp0x/inh-ctor10.C ICEs with -g)Jason Merrill1-0/+4
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-8/+8
2012-10-25Core 1402Jason Merrill1-65/+43
2012-10-15Implement C++11 inheriting constructors.Jason Merrill1-40/+172
2012-10-11cp-tree.h (DECL_THUNKS): NULL_TREE for non-virtual functions.Jason Merrill1-2/+3
2012-09-10re PR c++/54506 (Defaulted move constructors and move assignment operators ar...Jason Merrill1-2/+3
2012-07-18DR 1170 PR c++/51213Paolo Carlini1-0/+2