aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/class.c
AgeCommit message (Expand)AuthorFilesLines
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
2003-07-16re PR c/10962 (lookup_field is a linear search on a linked list (can be slow ...Andrew Pinski1-71/+10
2003-07-14re PR c++/11503 (segfault when instantiating template with ADDR_EXPR)Mark Mitchell1-0/+1
2003-07-10PR c++ 9483Nathan Sidwell1-1/+1
2003-07-08cp-tree.h (build_scoped_method_call): Remove.Mark Mitchell1-6/+2
2003-07-06call.c: Fix comment formatting.Kazu Hirata1-6/+6
2003-07-05call.c: Fix comment typos.Kazu Hirata1-2/+2
2003-07-03call.c (build_scoped_method_call): Use convert_to_void.Mark Mitchell1-6/+0
2003-07-03class.c (add_method, [...]): Fix format specifier.Kaveh R. Ghazi1-2/+2
2003-06-24call.c (enforce_access): Assert we get a binfo.Nathan Sidwell1-3/+2
2003-06-24langhooks-def.h (LANG_HOOKS_PREPARE_ASSEMBLE_VARIABLE): New macro.Jan Hubicka1-0/+1
2003-06-17re PR c++/10712 (ICE in constructor_name_full, at cp/decl2.c:1255)Mark Mitchell1-0/+3
2003-05-31class.c (dump_array): Call CONSTRUCTOR_ELTS to access the operand of a CONSTR...Diego Novillo1-1/+1
2003-05-20fix whitespaceJason Merrill1-1/+1
2003-05-18hashtable.h (struct ht_identifier): Add data member "hash_value".Gabriel Dos Reis1-2/+1
2003-05-15call.c (build_op_delete_call): Avoid creating unnecessary types.Mark Mitchell1-3/+1
2003-05-10re PR c++/9252 ([New parser] Errors due to legally used "typename")Kriang Lerdsuwanakij1-1/+1
2003-05-03class.c (finish_struct): Use location_t and input_location directly.Nathan Sidwell1-6/+3
2003-05-01input.h (lineno): Rename to ...Nathan Sidwell1-3/+3
2003-04-29re PR c++/10549 (ICE in store_bit_field on bitfields that exceed the precisio...Mark Mitchell1-8/+12
2003-04-28re PR c++/10506 (ICE in build_new at cp/init.c with -fkeep-inline-functions a...Mark Mitchell1-5/+15