aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/decl2.c
AgeCommit message (Expand)AuthorFilesLines
2003-02-14decl2.c: Include "timevar.h".Gabriel Dos Reis1-9/+18
2003-01-30c-common.c (builtin_define_float_constants): Define __<TYPE>_HAS_INFINITY__ a...Mark Mitchell1-28/+8
2003-01-16cp-tree.h (lang_type_class): Remove is_partial_instantiation.Mark Mitchell1-39/+12
2003-01-15decl2.c (check_classfn): Fix uninitialized warning.Kaveh R. Ghazi1-1/+3
2003-01-10re PR c++/9128 (Typeid does not work on polymorphic classes)Mark Mitchell1-129/+0
2003-01-10Merge from pch-branch.Geoffrey Keating1-1/+3
2003-01-07re PR c++/9165 (false "defined but not used" warnings)Mark Mitchell1-0/+12
2003-01-07* decl2.c (mark_used): Do not synthesize thunks.Mark Mitchell1-0/+1
2003-01-03cvt.c, [...]: This is the C++ front end, not the C front end.Nathanael Nerode1-1/+1
2003-01-03fold-const.c (fold): Avoid NOP_EXPRs better.Jason Merrill1-0/+1
2003-01-03cp-tree.h (struct lang_type_class): add field for key methodMatt Austern1-32/+33
2002-12-31class.c (modify_vtable_entry): Remove unused variable.Nathan Sidwell1-1/+8
2002-12-30parse.y: Remove.Mark Mitchell1-3/+3
2002-12-30decl.c, [...]: GCC, not GNU CC.Nathanael Nerode1-5/+5
2002-12-29Remove traditional C constructs 4/n.Gabriel Dos Reis1-343/+217
2002-12-28Remove traditional C constructs 3/n.Gabriel Dos Reis1-5/+5
2002-12-28Make-lang.in (po-generated): Remove parse.c.Mark Mitchell1-97/+141
2002-12-26re PR c++/4803 (Inline function never defined)Nathan Sidwell1-21/+29
2002-12-24re PR c++/7964 (ICE in build_base_path)Nathan Sidwell1-5/+7
2002-12-24re PR c++/9053 (g++ confused about ambiguity of overloaded function templates)Nathan Sidwell1-69/+74
2002-12-22re PR c++/8572 (ICE with external definition of conversion operator to intern...Nathan Sidwell1-1/+19
2002-12-19Handle anonymous unions at the tree level.Jason Merrill1-77/+38
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-37/+2
2002-12-10re PR c++/8153 (ICE with static const member in class)Mark Mitchell1-22/+24
2002-12-01re PR c++/8332 (strlen/template interaction causes ICE)Mark Mitchell1-3/+3
2002-11-15ChangeLog: Follow spelling conventions.Kazu Hirata1-1/+1
2002-11-06* decl2.c (finish_file): Correct spelling.Geoffrey Keating1-1/+1
2002-11-04call.c (build_special_member_call): Do not try to lookup VTTs by name.Mark Mitchell1-44/+56
2002-11-02PR c/7353 reduxZack Weinberg1-1/+7
2002-10-31cp-tree.h (lang_decl_flags): Remove init_priority.Mark Mitchell1-1/+0
2002-10-11NEWS: Document removal of "new X = ..." extension.Mark Mitchell1-17/+7
2002-10-09* decl2.c (prune_vtable_vardecl): Delete unused function.Kaveh R. Ghazi1-10/+0
2002-10-08re PR c++/7754 (ICE SIGSEGV on union with template parameter)Mark Mitchell1-17/+22
2002-10-07* decl2.c, pt.c: Revert c++/7754 fix.Richard Henderson1-22/+17
2002-10-04re PR c++/7931 (The compiler ices on some legal code)Mark Mitchell1-17/+22
2002-09-21ChangeLog: Follow spelling conventions.Kazu Hirata1-8/+8
2002-09-19cp-tree.h: New prototype for walk_vtabls().Devang Patel1-8/+1
2002-09-13decl.c: Fix comment formatting.Kazu Hirata1-63/+63
2002-08-15parse.y (sizeof, [...]): New non-terminals to increment skip_evaluation.Alexandre Oliva1-1/+2
2002-08-11decl2.c (build_call_from_tree): Fix uninitialized variable.Kaveh R. Ghazi1-1/+4
2002-08-09call.c (add_builtin_candidate): legal -> valid, illegal -> invalid.Mike Stump1-1/+1
2002-08-08Rework build_component_ref.Mark Mitchell1-11/+11
2002-08-07Makefile.in (c-opts.o, [...]): Update.Neil Booth1-318/+0
2002-08-05Index: ChangeLogGeoffrey Keating1-2/+1
2002-08-01c-common.c: Define all C/ObjC/C++ warning and flag variables.Neil Booth1-256/+0
2002-08-01call.c (build_field_call): Do not look up the field by name.Mark Mitchell1-14/+136
2002-07-27decl2.c (cxx_decode_option): Support -fno-builtin-foo.Roger Sayle1-0/+2
2002-07-26function.c (assign_parms): Handle frontend-directed pass by invisible reference.Jason Merrill1-11/+18
2002-07-26c-common.h (RID_AND, [...]): Remove.Neil Booth1-5/+0
2002-07-25c-common.c (c_sizeof_or_alignof_type): Take a third argument for complaining.Gabriel Dos Reis1-1/+1