aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/class.c
AgeCommit message (Expand)AuthorFilesLines
2004-03-09re PR c++/14401 (Uninitialized reference error not reported.)Mark Mitchell1-19/+31
2004-02-29re PR debug/12103 (-g only crash (segfault) with a forward declared class use...Mark Mitchell1-1/+2
2004-02-16re PR c++/13971 (ICE when compiling koffice-cvs (in build_conditional_expr, a...Mark Mitchell1-109/+0
2004-02-02re PR c++/13113 (Nice warning about &(X::m) lost)Mark Mitchell1-2/+2
2004-01-31class.c: Fix comment typos.Kazu Hirata1-1/+1
2004-01-26class.c (add_method): Just check processing_template_decl to determine whethe...Mark Mitchell1-1/+1
2004-01-21Make-lang.in, [...]: Update copyright.Kazu Hirata1-1/+1
2004-01-19re PR c++/13592 (C++ parser regression)Mark Mitchell1-3/+0
2004-01-12re PR c++/12815 (Code compiled with optimization behaves unexpectedly)Jason Merrill1-2/+0
2004-01-12class.c (layout_class_type): For non-POD class types...Mark Mitchell1-0/+2
2004-01-06re PR c++/13057 (regparm attribute not applied to destructor)Mark Mitchell1-0/+3
2004-01-06re PR c++/12815 (Code compiled with optimization behaves unexpectedly)Mark Mitchell1-1/+1
2003-12-25PR c++/13268, c++/13339Andrew Pinski1-3/+9
2003-12-21call.c: Fix comment formatting.Kazu Hirata1-2/+2
2003-12-16re PR c++/13387 (assignment to base class corrupts subclass)Nathan Sidwell1-0/+4
2003-12-15class.c (add_method): Disallow destructor for java classes.Nathan Sidwell1-0/+6
2003-12-13ChangeLog: Fix typos.Kazu Hirata1-1/+1
2003-12-12re PR c++/13118 ([ABI] Missed covariant return thunk)Nathan Sidwell1-7/+14
2003-12-12PR c++/13114, c++/13115Nathan Sidwell1-7/+11
2003-12-06re PR c++/13323 (Template code does not compile in presence of typedef)Mark Mitchell1-2/+7
2003-11-18re PR c++/12932 (ICE with use of ptr-to-function as template arg)Kriang Lerdsuwanakij1-0/+3
2003-11-01re PR c++/12796 (Wrong line number in error message)Kriang Lerdsuwanakij1-0/+4
2003-10-24re PR c++/11076 (ICE with invalid base class)Kriang Lerdsuwanakij1-1/+1
2003-10-24PR c++/12698, c++/12699, c++/12700, c++/12566Nathan Sidwell1-23/+91
2003-10-22call.c: Fix comment formatting.Kazu Hirata1-1/+1
2003-10-21ChangeLog: Fix typos.Kazu Hirata1-2/+2
2003-10-20class.c (layout_class_type): Set DECL_ARTIFICIAL on padding field.Jason Merrill1-0/+1
2003-09-21Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change.Richard Henderson1-1/+1
2003-09-21tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const.Richard Henderson1-1/+1
2003-09-18tree.def (FFS_EXPR, [...]): Delete unused tree codes.Roger Sayle1-1/+0
2003-09-17re PR c++/12266 (incorrect instantiation of unneeded template during overload...Mark Mitchell1-1/+7
2003-09-15re PR c++/3907 (nested template parm collides with member name)Mark Mitchell1-1/+1
2003-09-15class.c (layout_class_type): Make DECL_MODE match TYPE_MODE for an bit-field ...Mark Mitchell1-1/+9
2003-09-14class.c (layout_class_type): Make DECL_MODE match TYPE_MODE for an bit-field ...Mark Mitchell1-0/+1
2003-09-11re PR c++/11788 (missing implicit instantiation of static member function)Nathan Sidwell1-40/+38
2003-09-06re PR c++/11794 (using declaration inside nested class seems ignored)Nathan Sidwell1-2/+2
2003-09-06re PR c++/11409 (using declarations and fabs built-in)Roger Sayle1-1/+5
2003-09-03re PR c++/12053 (ABI difference between default g++ 3.3 and g++ 3.2)Mark Mitchell1-1/+13
2003-08-25re PR target/8795 ([PPC] Altivec related bugs concerning gcc 3.3 and mainline)Mark Mitchell1-6/+6
2003-08-20re PR c++/11946 (fun and merriment with enums as function arguments)Mark Mitchell1-11/+10
2003-08-12re PR c++/11703 (Problem with using enum in placement delete)Mark Mitchell1-4/+0
2003-08-02re PR c++/9447 (using Base<T>::member does not work)Nathan Sidwell1-1/+15
2003-08-02cp-tree.h (pushclass): Remove unneeded parameter.Nathan Sidwell1-40/+24
2003-08-01PR c++/8442, c++/8806Kriang Lerdsuwanakij1-15/+0
2003-07-30re PR c/10320 (gcc 3.4 gets rid of static inline function that does not get i...Jan Hubicka1-33/+0
2003-07-29re PR c++/11667 (wider-than-int enums never compare equal to 0)Mark Mitchell1-2/+4
2003-07-24cp-tree.h (convert_to_base_statically): Declare.Mark Mitchell1-0/+27
2003-07-22fold-const.c (force_fit_type): Handle OFFSET_TYPE.Mark Mitchell1-1/+1
2003-07-22cp-tree.h (enum cp_lvalue_kind): Add clk_packed.Nathan Sidwell1-1/+9
2003-07-19fixfixes.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-7/+5