gcc/testsuite/
[gcc.git] / gcc / cp /
2014-07-01 Teresa JohnsonCorrect ChangeLog entries from r212041.
2014-07-01 Edward Smith-Rowlandre PR c++/58781 (Unicode strings broken in a strange...
2014-06-30 Jason Merrillre PR ipa/61659 (Extra undefined symbol because of...
2014-06-30 Jason Merrillre PR c++/61647 (internal compiler error: in push_acces...
2014-06-30 Jason Merrillre PR c++/61566 (ICE in write_unscoped_name)
2014-06-30 Jason Merrilldecl.c (build_ptrmemfunc_type): Don't give a PMF RECORD...
2014-06-30 Paolo Carlinire PR c++/54891 ([C++11] lambda-expression and explicit...
2014-06-30 Jason Merrillre PR c++/61539 (ICE: in unify_one_argument, at cp...
2014-06-30 Jason Merrillsemantics.c (simplify_aggr_init_expr): Remove remnants...
2014-06-30 Marek Polacekconvert.c (convert_to_integer): Don't instrument conver...
2014-06-30 Igor Zamyatinre PR middle-end/57541 ([Cilkplus]: internal compiler...
2014-06-28 Jonathan WakelyDR 1579 PR c++/58051
2014-06-27 Jason Merrillre PR c++/61433 (ICE: SIGSEGV in friend_accessible_p...
2014-06-27 Paolo Carlinire PR c++/61614 (Bogus error: taking address of tempora...
2014-06-27 Paolo Carliniparser.c (cp_parser_compound_literal_p): New.
2014-06-26 Jason Merrillparser.c (cp_parser_for_init_statement): Change range...
2014-06-26 Jason MerrillN3994 Ranged-based for-loops: The Next Generation
2014-06-26 Teresa Johnsonc-common.h (get_dump_info): Declare.
2014-06-26 Adam Butcherre PR c++/61537 (template parameter lists wrongly detec...
2014-06-25 Paolo CarliniDR 178 PR c++/49132
2014-06-25 Jakub Jelineklanghooks-def.h (LANG_HOOKS_OMP_CLAUSE_LINEAR_CTOR...
2014-06-24 Jan Hubickaclass.c (check_methods, [...]): Guard VINDEX checks...
2014-06-24 Paolo Carlinire PR c++/33972 (Cannot declare operator() using functi...
2014-06-24 Trevor SaundersRemove a layer of indirection from hash_table
2014-06-24 Jakub Jelinekgimplify.c (gimplify_omp_for): For #pragma omp for...
2014-06-23 Paolo CarliniDR 577 PR c++/33101
2014-06-20 Jason Merrillre PR c++/59296 ([c++11] ref-qualified member function...
2014-06-20 Jason Merrillre PR c++/61556 ([c++11][4.9/4.10 Regression] ‘*(const...
2014-06-19 Jason Merrillre PR c++/59296 ([c++11] ref-qualified member function...
2014-06-18 Jason Merrillre PR c++/59296 ([c++11] ref-qualified member function...
2014-06-18 Jason Merrillre PR c++/61507 (GCC does not compile function with...
2014-06-18 Jakub Jelinekgimplify.c (omp_notice_variable): If n is non-NULL...
2014-06-17 Jason Merrillre PR c++/60605 (incorrect diagosis of default template...
2014-06-16 Jason Merrilltweak changelog date
2014-06-16 Jason Merrillre PR c++/61488 (Regression in template argument substi...
2014-06-16 Jason Merrillre PR c++/61500 ([C++11] Can't take pointer to member...
2014-06-16 Jan Hubicka* decl.c (grokvardecl): Fix pasto in previous patch.
2014-06-15 Jan Hubickac-common.c (handle_tls_model_attribute): Use set_decl_t...
2014-06-14 Paolo Carlinire PR c++/33101 ([DR 577] allow typedefs for void in...
2014-06-12 Jason MerrillSupport -Wabi warning about backward compatibility.
2014-06-12 Jason Merrilltoplev.c (process_options): Reject -fabi-version=1.
2014-06-12 Jan Hubickasymtab.c (section_hash): New hash.
2014-06-12 Paolo Carlinire PR c++/19200 (Friend declaration misinterpreted...
2014-06-11 Paolo Carlinire PR c++/60265 ([C++11] using-declaration of enumerato...
2014-06-11 Paolo Carlinire PR c++/19200 (Friend declaration misinterpreted...
2014-06-11 Jan Hubickavarasm.c (set_implicit_section): New function.
2014-06-09 Paolo Carlinire PR c++/22556 (extern array: compatible declaration...
2014-06-09 Jan Hubickasymtab.c (dump_symtab_base): Update dumping.
2014-06-06 Paolo Carlinire PR c++/60184 (g++ does not allow static members...
2014-06-05 Jason Merrillre PR c++/43453 (Initialization of char array with...
2014-06-05 Richard Bienerre PR c++/56961 (stack overflow in gimplifier with...
2014-06-05 Jason Merrillparser.c (cp_parser_diagnose_invalid_type_name): Give...
2014-06-05 Jason Merrillre PR c++/61343 ([C++11] Missing default initialization...
2014-06-05 Richard Bienerre PR c++/61004 (Spurious warning: dereferencing type...
2014-06-05 Marek Polacekre PR c/49706 (No warning for (!x > 1) which is always...
2014-06-04 Paolo Carlinire PR c++/43453 (Initialization of char array with...
2014-06-04 Jason Merrillre PR c++/51253 ([C++11][DR 1030] Evaluation order...
2014-06-04 Igor Zamyatinre PR c/58942 (cilkplus internal compiler error: tree...
2014-06-03 Paolo CarliniDR 1423 PR c++/52174
2014-06-03 Marek Polacekre PR c/60439 (No warning for case overflow in switch...
2014-06-03 Jason Merrillre PR c++/60992 (ICE in tsubst_copy, at cp/pt.c:12637)
2014-06-03 Jason Merrillre PR c++/60848 (Crash while experimenting with c+...
2014-06-03 Jason Merrillre PR c++/61046 (ICE in lookup_field_1, at cp/search...
2014-06-03 Jason Merrillre PR c++/61134 ([C++11] bogus "no matching function...
2014-06-03 Paolo Carlinipt.c (tsubst_function_type): Initialize arg_types.
2014-06-02 Siva Chandra Reddyre PR debug/57519 (DW_TAG_imported_declaration put...
2014-06-02 Ville Voutilainenre PR c++/59483 (A nested lambda fails to find a protec...
2014-06-02 Andrew MacLeodexpr.h: Remove prototypes of functions defined in built...
2014-05-31 Paolo CarliniDR 1227 PR c++/57543
2014-05-30 Jason Merrillre PR c++/56947 (Bogus 'XX' was not declared in this...
2014-05-30 Jason Merrillre PR c++/60992 (ICE in tsubst_copy, at cp/pt.c:12637)
2014-05-28 Jason Merrillre PR c++/47202 (Endless recursion during mangling)
2014-05-28 Jason Merrillpt.c (tsubst): Check for array of array of unknown...
2014-05-28 Jason Merrillre PR c++/61242 (Bogus "no matching function for call...
2014-05-27 Paolo Carlini2014-05-27 Paolo Carlini <paolo.carlini@oracle.com>
2014-05-24 Jan Hubickatree-core.h (tree_decl_with_vis): Replace comdat_group...
2014-05-24 Jan Hubickartti.c: Include tm_p.h
2014-05-24 Jan Hubickaclass.c (build_vtable): Align vtables to TARGET_VTABLE_...
2014-05-23 Thomas SchwingeRemove duplicated variable initialization.
2014-05-23 Thomas SchwingeFix some bool vs. tree confusion.
2014-05-22 Paolo Carlinire PR c++/61088 (segfault with array of lambdas initial...
2014-05-22 Jonathan Wakelyre PR c/61271 (10 * possible coding error with logical...
2014-05-21 Ville Voutilainenre PR c++/61133 (g++ doesn't implement DR1760)
2014-05-21 Mark WielaardPR debug/16063. Add DW_AT_type to DW_TAG_enumeration.
2014-05-21 Richard Sandifordtree.def (VOID_CST): New.
2014-05-21 Igor Zamyatinre PR c++/60189 (ICE with invalid use of _Cilk_sync)
2014-05-20 Paolo Carlinire PR c++/58753 (Brace-initializing a vector with a...
2014-05-20 Jason Merrilltypeck.c (get_member_function_from_ptrfunc): Don't...
2014-05-20 Paolo Carlinire PR c++/60373 (half warning: visibility attribute...
2014-05-20 Richard Sandifordre PR bootstrap/61210 (bootstrap failure with clang)
2014-05-20 Paolo Carlinire PR c++/58664 ([c++11] ICE initializing array of...
2014-05-19 Jason Merrillre PR c++/58761 (ICE with a lambda capturing this in...
2014-05-19 Paolo Carlinitypeck2.c (cxx_incomplete_type_diagnostic): Use inform.
2014-05-17 Trevor Saundersuse templates instead of gengtype for typed allocation...
2014-05-16 Paolo Carlinire PR c++/51640 (Misleading error if the type in the...
2014-05-15 Jason Merrill* call.c (print_conversion_rejection): Use loc consiste...
2014-05-15 Andreas Schwabexceptions-3.mm: Remove check for message no longer...
2014-05-14 Paolo Carlinicp-tree.h (DIRECT_LIST_INIT_P): Add.
2014-05-14 Jason Merrillre PR c++/20332 (poor diagnostic when bind non lvalue...
2014-05-14 Jason Merrillcall.c (struct conversion_info): Rename 'from_type...
next