aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2002-07-22PR c++/7347, c++/7348Kriang Lerdsuwanakij6-26/+66
2002-07-21decl2.c (cxx_decode_option): Simplify -fhandle-exceptions test by using posit...Roger Sayle2-4/+8
2002-07-20spew.c (struct uinparsed_test): Replace 'filename' and 'lineno' members with ...Gabriel Dos Reis2-33/+35
2002-07-19[ ChangeLog ]Chris Demetriou2-2/+7
2002-07-17PR c++/2862, c++/2863Kriang Lerdsuwanakij2-22/+44
2002-07-17re PR c++/3797 (gcc 3.0 fails to emit explicit specialization of a template m...Kriang Lerdsuwanakij2-10/+24
2002-07-17PR c++/4802, c++/5387Kriang Lerdsuwanakij2-0/+11
2002-07-17re PR c++/7320 (g++ 3.2 relocation problem)Scott Snyder2-0/+6
2002-07-14Make gengtype.c language independent.Tim Josling2-1/+7
2002-07-12* class.c (add_method): Correct handling of conversion operators.Mark Mitchell2-1/+8
2002-07-11re PR c++/7224 (g++ 3.x does not tecognize unused ambiguous inline member fun...Mark Mitchell2-56/+49
2002-07-11re PR c++/7279 (NRV related miscompilation)Jason Merrill2-0/+10
2002-07-10pt.c (template_parm_this_level_p, [...]): Pass depth as int pointer.Graham Stott2-5/+11
2002-07-10cp-tree.h (unqualified_name_lookup_error): Declare it.Mark Mitchell5-42/+74
2002-07-09re PR c++/6255 (ICE with templatess)Jason Merrill2-1/+13
2002-07-09cp-tree.h (constructor_name_p): Declare it.Mark Mitchell9-27/+54
2002-07-08pt.c (can_complete_type_without_circularity): Add static to function definition.Kriang Lerdsuwanakij2-1/+6
2002-07-08cp-tree.h (have_extern_spec): Declare itMark Mitchell4-17/+25
2002-07-08Make-lang.in (cp/parse.o): Depend on decl.h.Mark Mitchell5-13/+33
2002-07-07error.c (dump_function_name): Use DECL_TEMPLATE_RESULT for constructor and de...Roger Sayle2-0/+8
2002-07-05cvt.c (cp_convert_to_pointer): Call force_fit_type for null pointers.Jason Merrill2-0/+5
2002-07-05re PR rtl-optimization/7145 (g++ -O with structure initializer & return value...Jason Merrill2-0/+7
2002-07-05Repair damage on weak-impared targets caused by my previous patch.Nathan Sidwell4-9/+29
2002-07-03re PR c++/6944 (missing feature on default copy-constructor for class with mu...Kriang Lerdsuwanakij2-8/+26
2002-07-03* pt.c (instantiate_class_template): Fix typo.Graham Stott2-1/+5
2002-07-02Correct changed function name.Kriang Lerdsuwanakij1-4/+4
2002-07-02typeck2.c (incomplete_type_error): Fix typo caused by CVS conflict in my last...Kriang Lerdsuwanakij2-1/+6
2002-07-02re PR c++/6716 (loop and fill ram during compiling)Kriang Lerdsuwanakij3-3/+50
2002-07-02re PR c++/7112 (Regression: ICE on C++ code involving templates and sizeof)Mark Mitchell3-5/+15
2002-07-01tree.h: Modify builtin_function interface to take an extra argument ATTRS...Roger Sayle2-9/+21
2002-06-30cp-tree.h (CPTI_TINFO_DECL_TYPE): Replace with ...Nathan Sidwell4-352/+368
2002-06-27re PR c++/6695 (Regression: template friend declaration doesn't work)Mark Mitchell2-1/+7
2002-06-26cp-tree.h (xref_tag): Change prototype.Mark Mitchell7-65/+130
2002-06-25call.c (build_op_delete_call): Use BASELINK_FUNCTIONS.Mark Mitchell11-38/+72
2002-06-24cp-tree.h (SCALAR_TYPE_P): New macro.Mark Mitchell8-60/+122
2002-06-23parse.y (parse_scoped_id): New function.Mark Mitchell6-25/+40
2002-06-23decl.c (finish_function): Change "#ifdef VMS_TARGET" to "#if VMS_TARGET".Matt Thomas2-1/+6
2002-06-21mangle.c (integer_type_codes): Const-ify.Kaveh R. Ghazi2-1/+5
2002-06-20typeck.c (mark_addressable): Don't test TREE_ADDRESSABLE early.Richard Henderson2-3/+10
2002-06-20utils.c (init_gigi_decls): Use ARRAY_SIZE in lieu of explicit array size calc...Kaveh R. Ghazi2-1/+6
2002-06-20re PR c++/6892 (ICE from #include inside switch(){} inside template function)Kriang Lerdsuwanakij2-0/+10
2002-06-20re PR c++/6723 (ICE on source code successfully compiled by previous versions)Kriang Lerdsuwanakij2-3/+16
2002-06-20c-parse.in (initelt: identifier ':' initval): Add an empty action to fix a ty...Akim Demaille4-212/+226
2002-06-18semantics.c (begin_for_stmt): Push the 'for' scope before adding the FOR_STMT.Jason Merrill2-1/+4
2002-06-18C++ ABI changes.Jason Merrill3-1/+26
2002-06-16tree.c (cp_cannot_inline_tree_fn): Don't short-circuit test after template in...Richard Henderson2-1/+8
2002-06-16c-common.c (flag_ms_extensions): Move from c++ front end.Richard Henderson3-7/+4
2002-06-15cp-tree.h (compiler_error): Remove declaration.Gabriel Dos Reis3-16/+5
2002-06-14configure.in (USE_UNWIND_EXCEPTIONS): Add support to set USE_UNWIND_EXCEPTION...Steve Ellcey2-0/+13
2002-06-13defaults.h (TARGET_VTABLE_ENTRY_ALIGN): New.Richard Henderson3-10/+37