aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/method.c
AgeCommit message (Expand)AuthorFilesLines
2015-08-19remove more useless typedefsTrevor Saunders1-2/+0
2015-08-07Add C++ Concepts TS support.Andrew Sutton1-0/+8
2015-07-28call.c (build_op_delete_call, [...]): Use Use DECL_SOURCE_LOCATION and "%qD" ...Paolo Carlini1-9/+13
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-1/+0
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-23re PR c++/66501 (Default move assignment does not move array members)Jason Merrill1-0/+2
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-3/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-4/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
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