aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2011-06-20re PR c++/43321 ([c++0x] ICE on valid auto)Jason Merrill8-77/+28
2011-06-20re PR c++/43831 ([C++0x] gcc-4.5.0 does not fail invalid lambda captures (aga...Jason Merrill3-26/+65
2011-06-18re PR c++/49458 ([C++0x][DR 1328] Obvious candidate for conversion to functio...Jason Merrill2-0/+6
2011-06-17re PR c++/43912 ([C++0x] lambda debug info does not describe captured variables)Jason Merrill8-79/+245
2011-06-17name-lookup.c (pushdecl_maybe_friend_1): Do check for shadowing of artificial...Jason Merrill2-5/+3
2011-06-17parser.c (cp_parser_lambda_expression): Clear LAMBDA_EXPR_THIS_CAPTURE after ...Jason Merrill4-3/+10
2011-06-17cp-tree.h (struct tree_lambda_expr): Change common to typed.Jason Merrill2-3/+6
2011-06-17pushdecl_with_scope commentJason Merrill1-1/+6
2011-06-17pt.c (tsubst_decl): Handle DECL_VALUE_EXPR on reference.Jason Merrill3-0/+16
2011-06-17semantics.c (finish_non_static_data_member): Preserve dereference in template.Jason Merrill2-2/+8
2011-06-16re PR c++/44160 ([C++0x] a mysterious error on __func__ in a lambda expression)Jason Merrill2-10/+19
2011-06-16re PR c++/45378 ([C++0x] Narrowing error not detected)Jason Merrill2-1/+8
2011-06-16re PR c++/49229 ([C++0x][SFINAE] ICE with variadics and depending non-type de...Jason Merrill2-0/+5
2011-06-16re PR c++/49251 ([C++0x][parameter pack expanding] unused parameter warning w...Jason Merrill2-1/+8
2011-06-16re PR c++/49420 ([C++0x] compiler segfault using result_of)Jason Merrill2-1/+9
2011-06-15Mark __dso_handle hidden if assembler supports it.H.J. Lu2-0/+11
2011-06-14re PR c++/49107 ([C++0x][4.7 Regression] incomplete type regression with std:...Jason Merrill6-59/+122
2011-06-14pt.c (deduction_tsubst_fntype): Don't save input_location.Jason Merrill2-4/+5
2011-06-15target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to common/common-target-def.h.Joseph Myers3-2/+10
2011-06-14decl.c (cxx_init_decl_processing): Use ptr_mode instead of Pmode.Steve Ellcey2-1/+5
2011-06-14* error.c (type_to_string): Print typedef-stripped version too.Jason Merrill2-0/+11
2011-06-14re PR c++/49117 (4.5 -> 4.6: user-unfriendly change in "invalid conversion" e...Jason Merrill2-1/+6
2011-06-14re PR c++/49389 ([C++0x] Wrong value category for pointer-to-member expressio...Jason Merrill2-1/+9
2011-06-14re PR c++/49369 (typeof() strips const from member when used in const method)Jason Merrill2-16/+11
2011-06-14re PR c++/49290 ([C++0x] ICE in in cxx_eval_indirect_ref, at cp/semantics.c:6...Jason Merrill2-40/+151
2011-06-11lto-symtab.c (lto_cgraph_replace_node): Kill same body alias code.Jan Hubicka3-3/+11
2011-06-10re PR c++/41769 (Parameter names not restricted to identifiers)Paolo Carlini2-4/+16
2011-06-10decl2.c (clear_decl_external): New functoin.Jan Hubicka2-20/+21
2011-06-10cp-tree.h (error_operand_p): Remove.Paolo Carlini2-6/+4
2011-06-10re PR c++/49118 (Endless operator-> chain causes infinite loop)David Krauss8-28/+48
2011-06-09* semantics.c (maybe_constant_value): Handle overflowed input.Jason Merrill2-2/+13
2011-06-09* pt.c (build_non_dependent_expr): Use fold_non_dependent_expr_sfinae.Jason Merrill2-1/+3
2011-06-09parser.c (cp_parser_constant_expression): Just return the non-constant expres...Jason Merrill2-2/+3
2011-06-09* semantics.c (finish_compound_literal): Set TREE_HAS_CONSTRUCTOR.Jason Merrill2-0/+6
2011-06-09re PR c++/29003 (operator name accepted in typedef)Paolo Carlini2-0/+12
2011-06-08re PR c++/49107 ([C++0x][4.7 Regression] incomplete type regression with std:...Jason Merrill15-16/+179
2011-06-08semantics.c (potential_constant_expression_1): Handle destructor call.Jason Merrill2-1/+11
2011-06-08cp-tree.h (struct tinst_level): Add chain_next GTY markup.Jakub Jelinek2-1/+6
2011-06-08pt.c (deduction_tsubst_fntype): Don't free the tinst entry if a pending_templ...Jason Merrill2-1/+10
2011-06-07re PR c++/48969 (ICE with -std=c++0x)Jason Merrill3-147/+83
2011-06-07pt.c (deduction_tsubst_fntype): Use push_deduction_access_scope.Jason Merrill2-7/+16
2011-06-07re PR c++/48780 ([C++0x] scoped enumerations and va_arg (default argument pro...Jason Merrill4-2/+20
2011-06-06In gcc/cp/: 2011-06-06 Nicola Pero <nicola.pero@meta-innovation.com>,Nicola Pero2-7/+17
2011-06-06re PR c++/49298 ([C++0x] sorry, unimplemented: unexpected ast of kind field_...Jason Merrill2-0/+5
2011-06-06re PR objc++/49221 (Several ICEs in the obj-c++ test suite after revision 174...Jason Merrill2-1/+5
2011-06-06re PR c++/49134 (ICE in g++.dg/cpp0x/constexpr tests for arm)Jason Merrill2-0/+8
2011-06-04invoke.texi: Document -Wdelete-non-virtual-dtor.Jonathan Wakely2-0/+24
2011-06-03re PR c++/49276 ([C++0x] Segmentation fault with default lambda parameter in ...Jakub Jelinek2-3/+9
2011-06-01pt.c (build_non_dependent_expr): Remove special handling of REFERENCE_REF_P.Jason Merrill2-6/+3
2011-06-01re PR c++/44175 ([C++0x] decltype sometimes cannot recurse)Jason Merrill2-1/+31