aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/method.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-07-18method.c (process_subob_fn): Make sure no_implicit_p is non-null before tryin...Jason Merrill1-1/+1
2012-07-13re PR regression/53953 (g++.dg/cpp0x/lambda/lambda-ice2.C (warnings and error...Jason Merrill1-3/+3
2012-07-11DR 1402Jason Merrill1-46/+45
2012-07-11expr.h (can_move_by_pieces): Move prototype from here ...Steven Bosscher1-1/+0
2012-07-09DR 1402 PR c++/53733Jason Merrill1-20/+29
2012-07-09method.c (synthesized_method_walk): Avoid changing EH spec based on cleanups ...Jason Merrill1-2/+2
2012-06-06re PR c++/53567 ("ICE: Error reporting routines re-entered" on missing enum e...Paolo Carlini1-10/+3
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-1/+0
2012-04-30cgraph.c (ld_plugin_symbol_resolution_names): Move to symtab.cJan Hubicka1-1/+2
2012-04-21method.c (make_alias_for): Do not set TREE_SYMBOL_REFERENCED.Jan Hubicka1-1/+0
2012-04-02re PR c++/50043 ([C++0x] Implement core/1123)Paolo Carlini1-1/+1
2012-03-15re PR c++/52582 (g++ ICE when compiling qt-4.8.0 with -O2 on PPC (32bit))Jason Merrill1-0/+1
2012-03-05method.c (synthesized_method_walk): Cleanups don't affect the EH spec either.Jason Merrill1-2/+5
2012-01-02DR 1359 PR c++/51675Jason Merrill1-4/+12
2011-11-10re PR c++/50973 ([C++0x] internal compiler error defaulted destructor virtual...Jason Merrill1-0/+1
2011-10-18re PR c++/50500 ([C++0x] [DR 1082] move constructor should cause copy constru...Jason Merrill1-3/+25
2011-10-14re PR c++/50707 ([C++0x] Non-static const data member initializer breaks defa...Jason Merrill1-19/+21
2011-10-02class.c (fixed_type_or_null): Handle NSDMI.Jason Merrill1-2/+6
2011-09-24except.c (expr_noexcept_p): Split out from finish_noexcept_expr.Jason Merrill1-0/+6
2011-09-24Implement C++11 non-static data member initializers.Jason Merrill1-3/+13
2011-09-24re PR c++/44267 (SFINAE does not handle down static_cast over virtual inherit...Paolo Carlini1-3/+6
2011-09-23Core 234 - allow const objects with no initializer or user-provided default...Jason Merrill1-2/+1
2011-09-05class.c (trivial_default_constructor_is_constexpr): Rename from synthesized_d...Jason Merrill1-1/+1
2011-09-05re PR c++/50248 ([C++0x] unnecessary instantiation of constexpr constructor)Jason Merrill1-15/+6
2011-07-08cgraph.c (cgraph_add_to_same_comdat_group): New.Jason Merrill1-6/+7
2011-07-06re PR c++/49568 (g++.dg/torture/pr41257-2.C FAILs to link on Tru64 UNIX)Jason Merrill1-2/+4
2011-06-30re PR c++/49569 (-std=gnu++0x causes segmentation fault)Jason Merrill1-2/+5
2011-06-29re PR c++/45923 (constexpr diagnostics, more more)Jason Merrill1-5/+39
2011-06-29method.c (maybe_explain_implicit_delete): Use pointer_set instead of htab.Jason Merrill1-8/+4
2011-06-29class.c (finalize_literal_type_property): Update conditions.Jason Merrill1-4/+8
2011-06-14re PR c++/49107 ([C++0x][4.7 Regression] incomplete type regression with std:...Jason Merrill1-13/+12
2011-06-15target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to common/common-target-def.h.Joseph Myers1-1/+2
2011-06-08re PR c++/49107 ([C++0x][4.7 Regression] incomplete type regression with std:...Jason Merrill1-2/+6