aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2013-09-17re PR c++/58435 (Applying a type transformation to a list: const ignored)Paolo Carlini2-2/+9
2013-09-16Change log update for 202610-202612.Adam Butcher1-0/+54
2013-09-16Support using 'auto' in a function parameter list to introduce an implicit te...Adam Butcher7-70/+351
2013-09-16Support lambda templates.Adam Butcher4-36/+201
2013-09-16* pt.c (make_auto_1): Use input_location rather than BUILTINS_LOCATION.Adam Butcher1-1/+1
2013-09-15Core DR 904 PR c++/41933Jason Merrill5-95/+281
2013-09-15re PR c++/41933 ([c++0x] lambdas and variadic templates don't work together)Jason Merrill5-23/+21
2013-09-15* lambda.c (add_capture): Don't add DECL_LANG_SPECIFIC.Jason Merrill3-2/+6
2013-09-13re PR c++/58273 (Segmentation fault with C++11)Jason Merrill2-1/+7
2013-09-13c-target.def: New hookJacek Caban2-1/+8
2013-09-13Revert r202554, r202540 and r202539.Adam Butcher10-545/+64
2013-09-13Fix uninitialized variables causing breakage with -Werror.Adam Butcher2-2/+7
2013-09-12re PR driver/42955 (undecorated cross-compiler gcc fails to find cc1)Brooks Moses2-11/+8
2013-09-12Support using 'auto' in a function parameter list to introduce an implicit te...Adam Butcher8-26/+323
2013-09-12Support lambda templates.Adam Butcher5-38/+217
2013-09-12Support decl instantiation in function-local templates.Adam Butcher2-2/+17
2013-09-122013-09-12 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini1-1/+1
2013-09-122013-09-12 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini2-1/+2
2013-09-12semantics.c (finish_pseudo_destructor_expr): Add location_t parameter.Paolo Carlini4-15/+32
2013-09-10cgraphunit.c (analyze_functions): Save input_location, set it to UNKNOWN_LOCA...Jan Hubicka2-2/+10
2013-09-09re PR c++/58325 (Spurious unused-but-set-variable warning on delete[] of vola...Jakub Jelinek2-0/+6
2013-09-09re PR c++/43452 (Array delete causes error on incomplete type)Paolo Carlini2-3/+29
2013-09-09re PR c++/58362 (Wrong column number for unused parameter)Paolo Carlini2-3/+6
2013-09-09error.c (dump_expr, [...]): Fix.Paolo Carlini3-7/+19
2013-09-08Fix PR 58300...Caroline Tice2-4/+12
2013-09-08re PR c++/54941 (do not print line/column numbers for <built-in>:0:0)Paolo Carlini1-0/+6
2013-09-08c-common.c (same_scalar_type_ignoring_signedness): Delete.Joern Rennecke2-3/+7
2013-09-07Handle noexcept on transactions with -fno-exceptionsTom de Vries1-0/+3
2013-09-04re PR c++/24926 (gcc ignores access level violation for anonymous structs)Paolo Carlini2-50/+88
2013-09-04c-pretty-print.h (c_pretty_printer::simple_type_specifier): Now a virtual mem...Gabriel Dos Reis3-10/+19
2013-09-04re PR c++/58305 (Deprecation warning for class not raised when not assigning ...Paolo Carlini2-1/+13
2013-09-04* Make-lang.in (cp/lambda.o): Add dependencies.Mike Stump2-0/+5
2013-09-03c-objc-common.c (c_tree_printer): Tidy.Gabriel Dos Reis4-60/+74
2013-09-02PR c++/21682, implement DR 565Paolo Carlini2-4/+29
2013-08-30Merge ubsan into trunk.Marek Polacek3-3/+71
2013-08-30re PR c++/51424 ([C++11] G++ should diagnose self-delegating constructors)Paolo Carlini4-2/+21
2013-08-30c-pretty-print.h (c_pretty_printer::declaration): Now a virtual member function.Gabriel Dos Reis4-86/+113
2013-08-30Correct previous patch to not mark terminate as LEAF.Jan Hubicka4-15/+21
2013-08-30class.c (build_vtbl_initializer): Make __cxa_deleted_virtual ECF_NORETURN | E...Jan Hubicka6-74/+107
2013-08-29Support dumping type bindings and 'mutable' qualifier in lambda diagnostics.Adam Butcher2-27/+54
2013-08-28re PR c++/58255 ([C++11] explicit delegating constructor with no arguments wr...Paolo Carlini2-1/+8
2013-08-28Replace fixed size array that was holding vtable pointers with a vector, allo...Caroline Tice2-57/+65
2013-08-27Makefile.in (omp-low.o): Depend on $(TARGET_H).Jakub Jelinek2-1/+6
2013-08-27decl.c (grokfndecl): Remove old bison hack.Paolo Carlini2-11/+4
2013-08-26tree.h (tree_decl_with_vis): Add cxx_constructor, cxx_destructor.Jan Hubicka2-4/+11
2013-08-26Really commit all changesGabriel Dos Reis2-119/+118
2013-08-26c-pretty-print.h (c_pretty_printer::unary_expression): Now a virtual member f...Gabriel Dos Reis3-123/+142
2013-08-26c-pretty-print.h (c_pretty_printer::postfix_expression): Now a virtual member...Gabriel Dos Reis3-45/+55
2013-08-25c-pretty-print.h (c_pretty_printer::primary_expression): Now a virtua member ...Gabriel Dos Reis3-18/+29
2013-08-25tree.h (TYPE_FINAL_P, [...]): New macros.Jan Hubicka3-8/+12