c-target.def: New hook
[platform/upstream/gcc.git] / gcc / cp / ChangeLog
2013-09-13 Jacek Cabanc-target.def: New hook
2013-09-13 Adam ButcherRevert r202554, r202540 and r202539.
2013-09-13 Adam ButcherFix uninitialized variables causing breakage with ...
2013-09-12 Brooks Mosesre PR driver/42955 (undecorated cross-compiler gcc...
2013-09-12 Adam ButcherSupport using 'auto' in a function parameter list to...
2013-09-12 Adam ButcherSupport lambda templates.
2013-09-12 Adam ButcherSupport decl instantiation in function-local templates.
2013-09-12 Paolo Carlini2013-09-12 Paolo Carlini <paolo.carlini@oracle.com>
2013-09-12 Paolo Carlini2013-09-12 Paolo Carlini <paolo.carlini@oracle.com>
2013-09-12 Paolo Carlinisemantics.c (finish_pseudo_destructor_expr): Add locati...
2013-09-10 Jan Hubickacgraphunit.c (analyze_functions): Save input_location...
2013-09-09 Jakub Jelinekre PR c++/58325 (Spurious unused-but-set-variable warni...
2013-09-09 Paolo Carlinire PR c++/43452 (Array delete causes error on incomplet...
2013-09-09 Paolo Carlinire PR c++/58362 (Wrong column number for unused parameter)
2013-09-09 Paolo Carlinierror.c (dump_expr, [...]): Fix.
2013-09-08 Caroline TiceFix PR 58300...
2013-09-08 Paolo Carlinire PR c++/54941 (do not print line/column numbers for...
2013-09-08 Joern Renneckec-common.c (same_scalar_type_ignoring_signedness):...
2013-09-04 Paolo Carlinire PR c++/24926 (gcc ignores access level violation...
2013-09-04 Gabriel Dos Reisc-pretty-print.h (c_pretty_printer::simple_type_specifi...
2013-09-04 Paolo Carlinire PR c++/58305 (Deprecation warning for class not...
2013-09-04 Mike Stump* Make-lang.in (cp/lambda.o): Add dependencies.
2013-09-03 Gabriel Dos Reisc-objc-common.c (c_tree_printer): Tidy.
2013-09-02 Paolo CarliniPR c++/21682, implement DR 565
2013-08-30 Marek PolacekMerge ubsan into trunk.
2013-08-30 Paolo Carlinire PR c++/51424 ([C++11] G++ should diagnose self-deleg...
2013-08-30 Gabriel Dos Reisc-pretty-print.h (c_pretty_printer::declaration): Now...
2013-08-30 Jan HubickaCorrect previous patch to not mark terminate as LEAF.
2013-08-30 Jan Hubickaclass.c (build_vtbl_initializer): Make __cxa_deleted_vi...
2013-08-29 Adam ButcherSupport dumping type bindings and 'mutable' qualifier...
2013-08-28 Paolo Carlinire PR c++/58255 ([C++11] explicit delegating constructo...
2013-08-28 Caroline TiceReplace fixed size array that was holding vtable pointe...
2013-08-27 Jakub JelinekMakefile.in (omp-low.o): Depend on $(TARGET_H).
2013-08-27 Paolo Carlinidecl.c (grokfndecl): Remove old bison hack.
2013-08-26 Jan Hubickatree.h (tree_decl_with_vis): Add cxx_constructor, cxx_d...
2013-08-26 Gabriel Dos Reisc-pretty-print.h (c_pretty_printer::unary_expression...
2013-08-26 Gabriel Dos Reisc-pretty-print.h (c_pretty_printer::postfix_expression...
2013-08-25 Gabriel Dos Reisc-pretty-print.h (c_pretty_printer::primary_expression...
2013-08-25 Jan Hubickatree.h (TYPE_FINAL_P, [...]): New macros.
2013-08-25 Gabriel Dos Reisc-pretty-print.h (c_pretty_printer::translate_string...
2013-08-25 Gabriel Dos Reisc-pretty-print.h (c_pretty_printer::id_expression)...
2013-08-24 Gabriel Dos Reisc-pretty-print.h (c_pretty_printer::constant): Now...
2013-08-23 Gabriel Dos Reisdiagnostic.c (diagnostic_set_caret_max_width): Use...
2013-08-22 Paolo Carlinire PR c++/56380 (Const/reference mutable members are...
2013-08-22 Gabriel Dos Reispretty-print.h (output_buffer::output_buffer): Declare.
2013-08-21 Paolo Carlinire PR c++/56130 (__attribute__((deprecated)) does not...
2013-08-20 Jason Merrillre PR c++/58119 (Invalid ambiguous default type convers...
2013-08-20 Gabriel Dos Reiserror.c (pp_ggc_formatted_text): New.
2013-08-20 Balaji V. Iyerre PR c/57490 (ICE on c-c++-common/cilk-plus/AN/an...
2013-08-19 Paolo Carliniparser.c (cp_parser_lambda_introducer, [...]): Use...
2013-08-18 Jason Merrillre PR c++/58083 (ICE with lambda as default parameter...
2013-08-17 Gabriel Dos Reiserror.c (dump_scope): Add a cxx_pretty_printer parameter.
2013-08-14 Paolo Carlinire PR c++/51912 ([C++11] G++ accepts floating point...
2013-08-12 Adam Butcher* pt.c: Grammar fix in comments ("it's" to "its").
2013-08-12 Paolo Carlinii386.c (ix86_function_versions): Use error + inform.
2013-08-09 Paolo Carlinirevert: re PR c++/46206 (using typedef-name error with...
2013-08-07 Paolo Carlinire PR c++/46206 (using typedef-name error with typedef...
2013-08-07 Caroline TiceCommit the vtable verification feature.
2013-08-07 Jason Merrillre PR c++/57825 (Template specialization for ref qualif...
2013-08-05 Paolo Carlinire PR c++/58080 (internal compiler error, decltype...
2013-08-05 Gabriel Dos Reispretty-print.h (pp_base): Remove.
2013-08-04 Gabriel Dos Reispretty-print.h (pp_bar_bar): New.
2013-08-03 Jason MerrillDR 1286
2013-08-03 Jason MerrillDR 1430 PR c++/51239
2013-08-03 Gabriel Dos Reispretty-print.h (pp_underscore): New.
2013-08-02 Paolo Carlinicp-tree.h (finish_stmt): Do not declare.
2013-08-01 Fabien Chênere PR c++/54537 (undiagnosed using-declaration conflict...
2013-07-31 Paolo Carliniparser.c (cp_parser_sizeof_pack): Check cp_parser_ident...
2013-07-30 Paolo Carlinire PR c++/57673 (pack sizeof ... groups ellipsis with...
2013-07-30 Paolo Carlinire PR c++/57947 (internal compiler error: Segmentation...
2013-07-30 Jason Merrillre PR c++/57901 (Cannot call-by-value such that class...
2013-07-29 Paolo Carlinire PR c++/57948 (internal compiler error: in initialize...
2013-07-29 Jason Merrillmangle.c (write_name): Check for null context.
2013-07-25 Paolo Carlinire PR c++/57981 (ICE in this code)
2013-07-24 Paolo Carlini2013-07-24 Paolo Carlini <paolo.carlini@oracle.com>
2013-07-24 Paolo Carlinire PR c++/57942 (g++-4.8.1 tries to instantiate wrong...
2013-07-22 Paolo Carlinicp-tree.h (DERIVED_FROM_P): Pass tf_none to lookup_base...
2013-07-21 Ondřej Bílkaclass.c: Fix typos.
2013-07-14 Adam ButcherExtract lambda functions from semantics.c.
2013-07-14 Marc Glissecall.c (build_conditional_expr_1): Handle the case...
2013-07-13 Lubos Lunakre PR c++/55203 (No unused warning for variables of...
2013-07-13 Jason Merrillre PR c++/57402 (ICE: in make_decl_rtl, at varasm.c...
2013-07-13 Jason Merrillre PR c++/57793 (ICE with bitfields in get_bit_range)
2013-07-13 Jason Merrillcall.c (can_convert): Allow user-defined conversions.
2013-07-10 Paolo Carlinire PR c++/57869 ([C++11] Casting a object pointer to...
2013-07-10 Jason Merrillre PR c++/57402 (ICE: in make_decl_rtl, at varasm.c...
2013-07-09 Jason Merrillre PR c++/57471 (Bizarre error for template parameter...
2013-07-09 Jason Merrillre PR c++/57658 (ICE in tsubst_copy, at cp/pt.c:12213)
2013-07-09 Jason Merrillre PR c++/57526 (use of X before deduction of auto...
2013-07-09 Jason Merrillre PR c++/57437 (C++11: mutable lambdas)
2013-07-09 Jason Merrillre PR c++/57532 (operator& broken when used on rvalues)
2013-07-09 Jason Merrillre PR c++/57545 (Generation of debug symbols leads...
2013-07-09 Jason Merrillre PR regression/57551 (g++.dg/ext/visibility/anon6...
2013-07-09 Jason Merrillre PR c++/57831 (pointer to member function inaccessibl...
2013-07-09 Marc Glissere PR c++/53094 (constexpr vector subscripting)
2013-07-09 Marc Glissere PR c++/53000 (Conditional operator does not behave...
2013-07-09 Paolo Carlinire PR c++/51786 ([c++0x] Invalid declaration with declt...
2013-07-09 Jason Merrillre PR c++/57550 (bogus "error ... is private")
2013-07-06 Paolo Carlinire PR c++/28262 (Inconsistent "default arguments are...
2013-07-05 Paolo Carlinire PR c++/14263 (Cryptic diagnostic for cast from virtu...
next