re PR c++/46626 (simple use of virtual methods causes pure virtual method call in...
[platform/upstream/gcc.git] / gcc / cp / semantics.c
2010-12-27 Jakub Jelinekre PR c++/46626 (simple use of virtual methods causes...
2010-12-14 Nathan Froydre PR c++/45330 (Suggest likely nested-name-specifiers...
2010-12-13 Jason Merrillre PR c++/46873 ([C++0x] ICE: in build_data_member_init...
2010-12-13 Jason Merrillfoo
2010-12-10 Nathan Froydc-typeck.c (readonly_error): Delete.
2010-12-09 Jason Merrillre PR c++/46348 ([C++0x] ICE with constexpr default...
2010-12-06 Nicola PeroIn gcc/: 2010-12-06 Nicola Pero <nicola.pero@meta-innov...
2010-12-03 Jason Merrill* semantics.c (build_data_member_initialization): Remov...
2010-11-19 Jakub Jelinekre PR c++/46526 (VTable Problem?)
2010-11-11 Jason Merrillre PR c++/46369 (ICE: unexpected expression '((unsigned...
2010-11-09 Jason Merrillre PR c++/46382 (constexpr vs. static_assert in constex...
2010-11-08 Jason MerrillCorrect conversion/overflow behavior.
2010-11-07 Jason Merrillinit.c (perform_member_init): Use build_vec_init_expr...
2010-11-04 Jason Merrillre PR c++/46298 (constexpr ICE on ARM)
2010-11-04 Jason Merrillsemantics.c (speculative_access_check): New.
2010-11-04 Jason Merrillre PR c++/46293 (constexpr vs. tuple, ice)
2010-11-03 Jason Merrillre PR c++/46289 (ICE in build_constexpr_constructor_mem...
2010-11-02 Jason Merrillsemantics.c (call_stack, [...]): New.
2010-11-02 Jason Merrillsemantics.c (cxx_eval_constant_expression): Explain...
2010-11-02 Jason Merrillcall.c (null_ptr_cst_p): Use maybe_constant_value.
2010-11-02 Gabriel Dos Reissemantics.c (constexpr_call): New datatype.
2010-11-02 Jason Merrillcp-tree.h (register_constexpr_fundef): Declare.
2010-11-02 Jason Merrilldecl2.c (decl_constant_var_p): New fn.
2010-10-27 Jason Merrillc-common.c (c_common_reswords): Add __is_literal_type.
2010-10-27 Gabriel Dos Reisparser.c (cp_parser_ctor_initializer_opt_and_function_b...
2010-10-27 Gabriel Dos Reisclass.c (check_bases): Propagate non-literality.
2010-10-27 Jason Merrillsemantics.c (finish_compound_stmt): Avoid creating...
2010-10-18 Jakub Jelinekre PR c/46015 (-Wunused-but-set-variable warns for...
2010-10-14 Jason Merrillre PR c++/45984 (ICE: canonical types differ for identi...
2010-09-15 Jason Merrillsemantics.c (finish_id_expression): Diagnose use of...
2010-09-13 Rodrigo Rivas Costasemantics.c (finish_for_stmt): Always test flag_new_for...
2010-09-11 Rodrigo Rivas CostaImplement range-based for-statements.
2010-09-06 Jason Merrillsemantics.c (finish_compound_literal): Always build...
2010-08-20 Nathan Froydvec.h (FOR_EACH_VEC_ELT): Define.
2010-07-20 Jason Merrillre PR c++/44996 ([C++0x] decltype produces rvalue refer...
2010-07-15 Nathan Froydtree.h (DECL_CHAIN): Define.
2010-07-06 Shujing Zhaocp-tree.h (impl_conv_void): New type.
2010-06-30 Jason MerrillMachinery to support implicit delete/move.
2010-06-30 Jason Merrillclass.c (type_has_virtual_destructor): New.
2010-06-30 Jason Merrillcp-tree.h (TYPE_HAS_ASSIGN_REF): Rename to TYPE_HAS_COP...
2010-06-29 Jason Merrillre PR c++/44587 (ICE in instantiate_decl)
2010-06-28 Steven Bosschersystem.h: Poison GCC_EXCEPT_H for front-end files.
2010-06-22 Jason Merrillsemantics.c (check_trait_type): Check COMPLETE_TYPE_P...
2010-06-09 Nathan Froydcall.c (build_call_n): Call XALLOCAVEC instead of alloca.
2010-06-05 Steven Bosscherc-common.c: Move to c-family/.
2010-06-04 Jason Merrillcall.c (build_conditional_expr): Never fold in unevalua...
2010-06-02 Jakub Jelinekre PR debug/44367 (-O0 -g wrong DW_AT_location on c...
2010-05-26 Steven Bosscherrtl.h (decl_default_tls_model): Move prototype from...
2010-05-25 Steven BosscherMakefile.in (EXCEPT_H): Fix typo.
2010-05-22 Steven Bosschercoretypes.h (struct simple_bitmap_def, [...]): New...
2010-05-19 Jason Merrillcall.c (reference_binding): Use cp_build_qualified_type...
2010-05-13 Jason Merrillcp-tree.h (UNKNOWN_TYPE): Remove.
2010-05-11 Jakub Jelinekre PR c++/44062 ((void)var; doesn't prevent 'set but...
2010-05-10 Jason Merrillre PR c++/44017 (ICE with template hierarchy)
2010-05-06 Jason Merrillgimplify.c (gimplify_expr): Set GS_ALL_DONE when approp...
2010-05-06 Jakub JelinekC++ support for -Wunused-but-set-variable
2010-04-27 Jason Merrilltree.c (get_fns): Split out from get_first_fn.
2010-04-27 Jason Merrillsemantics.c (finish_non_static_data_member): Call maybe...
2010-04-27 Jason Merrillsemantics.c (finish_qualified_id_expr): Use maybe_dummy...
2010-04-27 Jason Merrillre PR c++/43856 ([C++0x] gcc-4.5.0 fails to transform...
2010-04-27 Jason Merrill* semantics.c (baselink_for_fns): Correct BASELINK_BINFO.
2010-04-27 Jason Merrillre PR c++/43875 ([C++0x] ICE on invalid lambda return)
2010-04-12 Jason Merrillre PR c++/43641 ([C++0x] internal compiler error: tree...
2010-04-12 Richard Guentherre PR c++/43611 (ICE: SIGSEGV with -fipa-cp-clone ...
2010-04-07 Jason MerrillPR c++/11094, DR 408
2010-04-06 Jason Merrillparser.c (cp_parser_class_specifier): Set class locatio...
2010-04-01 Jason Merrillsemantics.c (maybe_add_lambda_conv_op): Use null_pointe...
2010-03-23 Jason MerrillMake lambda conversion op and op() non-static.
2010-02-18 Jason Merrillre PR target/43070 (g++.dg/ext/label2.C fails to compil...
2010-02-18 Jason Merrillre PR c++/43109 (ICE: SIGSEGV with unnamed namespace...
2010-02-14 Jason Merrillre PR c++/41997 ([C++0x] constant initializer_list...
2010-02-11 Jason Merrillre PR c++/41896 ([c++0x] Segfault because of a nested...
2010-02-10 Jason Merrillre PR c++/41896 ([c++0x] Segfault because of a nested...
2010-02-10 Jason Merrillre PR c++/43016 ([C++0x] Inappropriate multiple definit...
2010-02-09 Jason Merrillre PR c++/42370 ([C++0x][lambda] in a void function...
2010-01-28 Jason Merrillre PR c++/42880 (trunk does not compile boost MPL)
2010-01-21 Janis Johnsontree.h (TYPE_TRANSPARENT_UNION): Replace with ...
2010-01-20 Jason Merrillre PR c++/41920 ([C++0x] Invalid 'unused parameter...
2010-01-16 Jason Merrillre PR c++/42761 (std::bind doesn't work for simple...
2010-01-04 Jason Merrillre PR c++/42567 ([C++0x] ICE with auto in type_unificat...
2009-12-17 Shujing Zhaore PR c/40885 (build_indirect_ref i18n problems)
2009-12-04 Jason Merrillre PR c++/42277 (decltype error in template)
2009-12-02 Taras Glekparser.c (cp_parser_class_specifier): Back out my previ...
2009-12-02 Paolo Bonzinire PR c++/29917 (%s substituted with actual words can...
2009-12-02 Taras Glek* parser.c (cp_parser_class_specifier): Set class locat...
2009-11-29 Dodji SeketeliReally fix PR c++/36408
2009-11-29 Jan Hubickacgraph.c (same_body_alias_1): Break out of
2009-11-28 Dodji Seketelire PR c++/36408 (ICE with statement expression in template)
2009-11-23 Dodji Seketelire PR c++/14777 (typedef doesn't fully expose base...
2009-11-18 Jakub Jelinekre PR c++/3187 (gcc lays down two copies of constructors)
2009-11-13 Jason MerrillPR c++/21008, DR 515
2009-10-27 Jason MerrillAllow no-capture lambdas to convert to function pointer.
2009-10-23 Jason Merrill* semantics.c (lambda_expr_this_capture): Use thisify_l...
2009-10-23 Jason Merrillsemantics.c (outer_lambda_capture_p): New fn.
2009-10-08 Jason Merrillre PR c++/37177 ([c++0x] ICE on decltype(rel_ops::opera...
2009-10-06 Jason MerrillFix lookup of initialized captures in unevaluated context.
2009-10-01 Gabriel Dos Reistree.h (tree_decl_common::lang_flag_8): New.
2009-09-30 Jason Merrillsemantics.c (lambda_expr_this_capture): Fix default...
2009-09-30 Jason Merrillmerge in cxx0x-lambdas-branch@152308
2009-09-14 Richard Hendersonbuiltins.c (expand_builtin_synchronize): Use gimple_bui...
next