]> gcc.gnu.org Git - gcc.git/history - gcc/cp/class.c
re PR c++/45984 (ICE: canonical types differ for identical types)
[gcc.git] / gcc / cp / class.c
2010-10-14 Jason Merrillre PR c++/45984 (ICE: canonical types differ for identi...
2010-09-27 Jason MerrillRequire lvalues as specified by the standard.
2010-09-15 Jakub Jelinekre PR c++/45635 (Failed to bootstrap on Linux/ia64)
2010-09-10 Jan Hubickare PR tree-optimization/45605 (Missed devirtualization)
2010-08-20 Nathan Froydvec.h (FOR_EACH_VEC_ELT): Define.
2010-08-17 Kai Tietzclass.c (note_name_declared_in_class): Make in 'extern...
2010-07-15 Jason Merrillre PR c++/44909 ([C++0x] Copy constructors implicitly...
2010-07-15 Nathan Froydtree.h (DECL_CHAIN): Define.
2010-07-14 Jason MerrillImplement C++0x unrestricted unions (N2544)
2010-07-13 Jason Merrillre PR c++/44909 ([C++0x] Copy constructors implicitly...
2010-07-09 Jason Merrillre PR c++/43120 (Virtual inheritance with covariant...
2010-07-08 Jason Merrillre PR c++/43120 (Virtual inheritance with covariant...
2010-07-02 Jakub Jelinekre PR c++/44780 (Bogus set-but-not-used variable warning)
2010-06-30 Jason MerrillEnable implicitly declared move constructor/operator...
2010-06-30 Jason MerrillEnable implicitly deleted functions (N2346)
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-28 Jakub Jelinekre PR c++/44682 (warning: variable ‘x’ set but not...
2010-06-16 Nathan Froydclass.c (build_vtbl_initializer): Adjust computation...
2010-06-15 Jason Merrillclass.c (add_implicitly_declared_members): Implicit...
2010-06-15 Jason Merrillclass.c (type_has_user_provided_default_constructor...
2010-06-08 Laurynas Biveinisutils.c (init_gnat_to_gnu): Use typed GC allocation.
2010-06-06 Fabien ChêneFix PR c++/44086
2010-06-03 Nathan Froydclass.c (struct vtbl_init_data_s): Remove last_init...
2010-06-03 H.J. LuCheck MAX_FIXED_MODE_SIZE on bit-field in C++.
2010-05-27 Kai Tietzre PR bootstrap/44287 (Failed to bootstrap)
2010-05-25 Steven BosscherMakefile.in (EXCEPT_H): Fix typo.
2010-05-19 Jason Merrillcall.c (reference_binding): Use cp_build_qualified_type...
2010-05-13 Jason Merrilltypeck.c (cp_build_array_ref): Factor out from...
2010-05-13 Jason Merrilltypeck.c (build_array_ref): Take complain parm.
2010-05-13 Jason Merrillcp-tree.h (UNKNOWN_TYPE): Remove.
2010-05-03 Jason Merrillre PR c++/43680 ([DR 1022] G++ is too aggressive in...
2010-04-27 Jason Merrillre PR c++/43856 ([C++0x] gcc-4.5.0 fails to transform...
2010-04-27 Jason Merrillre PR c++/41468 (SFINAE for expressions doesn't conside...
2010-04-27 Fabien Chênere PR c++/42844 (const variable requires initializer...
2010-02-24 Jason Merrillclass.c (layout_class_type): Don't give -Wabi warning...
2010-02-19 Jason Merrillre PR c++/42837 (FAIL: g++.dg/abi/packed1.C execution...
2010-01-20 Jason Merrillre PR c++/41788 (-Wpacked option changes the layout...
2009-12-17 Shujing Zhaore PR c/40885 (build_indirect_ref i18n problems)
2009-12-11 Dodji Seketelire PR c++/42225 (GCC 4.5 ICE (segfault) on C++ template...
2009-12-03 Dodji Seketelire PR c++/42217 (ICE with zero-length bit-field)
2009-12-02 Jakub Jelinekg++spec.c (lang_specific_driver): Remove unused saw_ver...
2009-11-20 Jason MerrillDR 176 permissiveness
2009-11-19 Jason Merrillre PR c++/561 (std:unclear about Overloaded Function...
2009-11-06 Jason Merrillre PR c++/9381 (attribute on member function pointer...
2009-11-06 Jason Merrillre PR c++/7046 (#pragma pack(1) context evaluated at...
2009-10-27 Jason MerrillAllow no-capture lambdas to convert to function pointer.
2009-10-26 Jason MerrillPR c++/38796, Core issue 906
2009-09-30 Jason Merrillmerge in cxx0x-lambdas-branch@152308
2009-09-08 Jason Merrillclass.c (currently_open_class): Make sure we're dealing...
2009-08-27 Richard Guenthergengtype.c (main): Handle uint64_t.
2009-08-24 Jason Merrillcp-tree.h (DECL_DEFERRED_FN): Remove.
2009-07-16 Aldy Hernandezre PR c/40435 (Revision 148442 caused many regressions...
2009-07-16 Jason Merrillre PR libstdc++/37907 ([c++0x] support for std::is_stan...
2009-07-04 Jason Merrillcp-tree.h (struct lang_decl): Overhaul.
2009-06-24 Jason Merrillre PR c++/40342 (ambiguous overload not diagnosed)
2009-06-18 Aldy Hernandezclass.c (get_vtable_decl): Replace finish_decl with...
2009-06-16 Ian Lance Taylorc-common.c (skip_evaluation): Don't define.
2009-06-12 Aldy Hernandezjava-gimplify.c (java_gimplify_block): New argument...
2009-05-25 Jason Merrillre PR c++/38064 ([c++0x] operator== doesn't work for...
2009-05-21 Ian Lance Taylortree.c (build_tree_list_vec_stat): New function.
2009-05-14 Ian Lance Taylorpasses.c (finish_optimization_passes): Change i to...
2009-05-05 Nathan Sidwelltypeck.c (cp_build_compound_expr): Require RHS to have...
2009-04-20 Ian Lance TaylorFix enum conversions which are invalid in C++:
2009-04-15 Rafael Avila de... class.c (build_vtbl_ref_1): Remove call to assemble_ext...
2009-04-08 Jason Merrillre PR c++/34691 (Default argument checking not performe...
2009-04-02 Dodji Seketelire PR c++/26693 (Access checks not performed for types...
2009-03-05 Jason Merrillre PR c++/38908 (Unexplained "'<anonymous>' is used...
2009-03-04 Jason Merrillre PR c++/9634 ([DR224] Injected class name as qualifie...
2009-02-20 Jakub JelinekUpdate Copyright years for files modified in 2008 and... r144370/tags/stack-last-merge
2009-02-11 Jason Merrillre PR c++/30111 (Value-initialization of POD base class...
2009-02-11 Jason Merrillre PR c++/38649 (Trouble with defaulted constructors)
2009-01-23 Adam Nemetc-decl.c (finish_struct): Move code to set DECL_PACKED...
2009-01-05 Jason Merrillre PR c++/38701 (ICE with defaulted function)
2008-12-10 Mark Mitchellre PR c++/37971 (Rejects default argument that is...
2008-12-08 Richard Hendersonre PR middle-end/38240 (Vector type definitions not...
2008-12-04 Jason Merrillre PR c++/37906 (has_trivial_default_constructor vs...
2008-10-29 Manuel López-Ibáñezre PR middle-end/11492 (Bogus warning with -Wsign-compare)
2008-10-06 Aldy Hernandezc-decl.c (finish_decl): Pass input_location to build_un...
2008-09-03 Jason Merrillre PR c++/37208 (C++0x deleted functions and SFINAE)
2008-09-03 Aldy Hernandezdiagnostic.c (error_at): New.
2008-09-01 Aldy Hernandeztree.c (protected_set_expr_location): New.
2008-08-20 Manuel López-Ibáñezdiagnostic.c (inform): Add an explicit location_t param...
2008-08-18 Manuel López-Ibáñezdiagnostics.c (permerror_at): Rename as permerror.
2008-08-08 Manuel López-Ibáñezre PR middle-end/7651 (Define -Wextra strictly in terms...
2008-07-27 H.J. Lure PR c++/36944 (Revision 138123 breaks constructors...
2008-07-25 Jason Merrillclass.c (type_has_user_provided_default_constructor...
2008-07-24 Jason MerrillImplement defaulted/deleted functions as per N2346
2008-07-21 Ralf Wildenhuesobjc-act.c: Fix comment typos.
2008-06-14 Simon Martinre PR c++/35317 (ICE with operator delete[] and ellipsis)
2008-05-12 Tomas Bilytypeck2.c (digest_init): Use CONVERT_EXPR_P.
2008-04-23 Paolo Bonzinitree-cfg.c (verify_expr): Check with is_gimple_address.
2008-04-07 Jason Merrillre PR c++/35734 (ICE with copy constructor in derived...
2008-03-25 Douglas Gregortypeck.c (composite_pointer_type_r): Add SFINAE support.
2008-03-21 Paolo Carlinicp-tree.h (IS_AGGR_TYPE): Rename to MAYBE_CLASS_TYPE_P.
2008-03-02 Manuel López-Ibáñezre PR c++/24924 (front end and preprocessor pedantic_er...
2008-02-14 Manuel López-Ibáñezre PR c++/5645 (gcc warns that pure virtual class not...
2008-02-04 Jason Merrillre PR c++/33916 (Default constructor fails to initializ...
2008-01-29 Douglas Gregorre PR c++/34055 (ICE with invalid specialization of...
next
This page took 2.371454 seconds and 107 git commands to generate.