aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/class.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-25re PR c++/38064 ([c++0x] operator== doesn't work for enum classes)Jason Merrill1-1/+1
2009-05-21tree.c (build_tree_list_vec_stat): New function.Ian Lance Taylor1-3/+14
2009-05-14passes.c (finish_optimization_passes): Change i to int.Ian Lance Taylor1-1/+1
2009-05-05typeck.c (cp_build_compound_expr): Require RHS to have a known type.Nathan Sidwell1-21/+3
2009-04-20Fix enum conversions which are invalid in C++:Ian Lance Taylor1-1/+1
2009-04-15class.c (build_vtbl_ref_1): Remove call to assemble_external.Rafael Avila de Espindola1-1/+0
2009-04-07re PR c++/34691 (Default argument checking not performed after overload resol...Jason Merrill1-13/+21
2009-04-02re PR c++/26693 (Access checks not performed for types in templates)Dodji Seketeli1-6/+18
2009-03-05re PR c++/38908 (Unexplained "'<anonymous>' is used uninitialized in this fun...Jason Merrill1-1/+32
2009-03-04re PR c++/9634 ([DR224] Injected class name as qualifier should not make the ...Jason Merrill1-0/+3
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2009-02-11re PR c++/30111 (Value-initialization of POD base class doesn't initialize me...Jason Merrill1-0/+3
2009-02-11re PR c++/38649 (Trouble with defaulted constructors)Jason Merrill1-3/+4
2009-01-23c-decl.c (finish_struct): Move code to set DECL_PACKED after DECL_BIT_FIELD i...Adam Nemet1-1/+2
2009-01-05re PR c++/38701 (ICE with defaulted function)Jason Merrill1-1/+2
2008-12-10re PR c++/37971 (Rejects default argument that is a template via access fail...Mark Mitchell1-11/+17
2008-12-08re PR middle-end/38240 (Vector type definitions not compatible with attribute...Richard Henderson1-1/+1
2008-12-04re PR c++/37906 (has_trivial_default_constructor vs. deleted copy ctor)Jason Merrill1-2/+1
2008-10-29re PR middle-end/11492 (Bogus warning with -Wsign-compare)Manuel López-Ibáñez1-3/+4
2008-10-06c-decl.c (finish_decl): Pass input_location to build_unary_op.Aldy Hernandez1-1/+1
2008-09-03re PR c++/37208 (C++0x deleted functions and SFINAE)Jason Merrill1-0/+4
2008-09-03diagnostic.c (error_at): New.Aldy Hernandez1-1/+1
2008-09-01tree.c (protected_set_expr_location): New.Aldy Hernandez1-1/+1
2008-08-20diagnostic.c (inform): Add an explicit location_t parameter.Manuel López-Ibáñez1-1/+1
2008-08-18diagnostics.c (permerror_at): Rename as permerror.Manuel López-Ibáñez1-10/+10
2008-08-08re PR middle-end/7651 (Define -Wextra strictly in terms of other warning flags)Manuel López-Ibáñez1-5/+5
2008-07-27re PR c++/36944 (Revision 138123 breaks constructors with default arguments)H.J. Lu1-5/+9
2008-07-25class.c (type_has_user_provided_default_constructor): Handle templates.Jason Merrill1-1/+2
2008-07-24Implement defaulted/deleted functions as per N2346Jason Merrill1-13/+98
2008-07-21objc-act.c: Fix comment typos.Ralf Wildenhues1-2/+2
2008-06-14re PR c++/35317 (ICE with operator delete[] and ellipsis)Simon Martin1-0/+4
2008-05-12typeck2.c (digest_init): Use CONVERT_EXPR_P.Tomas Bily1-2/+1
2008-04-23tree-cfg.c (verify_expr): Check with is_gimple_address.Paolo Bonzini1-3/+0
2008-04-07re PR c++/35734 (ICE with copy constructor in derived class)Jason Merrill1-1/+3
2008-03-25typeck.c (composite_pointer_type_r): Add SFINAE support.Douglas Gregor1-12/+18
2008-03-21cp-tree.h (IS_AGGR_TYPE): Rename to MAYBE_CLASS_TYPE_P.Paolo Carlini1-6/+6
2008-03-02re PR c++/24924 (front end and preprocessor pedantic_errors settings should a...Manuel López-Ibáñez1-13/+13
2008-02-14re PR c++/5645 (gcc warns that pure virtual class not explicitly initialized)Manuel López-Ibáñez1-0/+22
2008-02-03re PR c++/33916 (Default constructor fails to initialize array members)Jason Merrill1-21/+63
2008-01-29re PR c++/34055 (ICE with invalid specialization of variadic template)Douglas Gregor1-0/+2
2008-01-29re PR c++/35007 (Firefox fails to build with affentry.cpp:94: error: ISO C++ ...Jason Merrill1-1/+6
2008-01-27re PR c++/27177 (ICE in build_simple_base_path, at cp/class.c:474)Jason Merrill1-2/+6
2008-01-25re PR c++/27177 (ICE in build_simple_base_path, at cp/class.c:474)Jason Merrill1-1/+2
2008-01-23re PR c++/33984 (bit-fields, references and overloads)Jakub Jelinek1-5/+9
2007-11-08class.c (build_ctor_vtbl_group): Lay out the new type and decl.Daniel Jacobowitz1-0/+3
2007-11-06re PR c++/31439 (ICE with variadic template and broken specialization)Douglas Gregor1-16/+21
2007-10-29re PR c++/33841 (ICE with non-integral bit-field)Jakub Jelinek1-7/+6
2007-10-22re PR c++/33620 (internal compiler error: canonical types differ for identica...Jason Merrill1-0/+3
2007-09-28re PR c++/10179 (alignment attributes are not inherited correctly with empty ...Jason Merrill1-3/+13
2007-09-20re PR c++/7586 (Incorrect handling of attributes in template codes)Jason Merrill1-10/+2