aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2003-03-12re PR c++/7050 (g++ segfaults on: (i ? get_string() : throw))Andrew Lewycky2-1/+7
2003-03-12Fix PR number in log message.Mark Mitchell1-1/+1
2003-03-12re PR c++/9336 (ICE in cp_line_of, at cp/error.c:2191)Mark Mitchell2-10/+14
2003-03-12g++.1: Remove.Alexandre Oliva3-5/+21
2003-03-11re PR c++/9924 (Multiple using statements for builtin functions not allowed)Mark Mitchell2-12/+23
2003-03-11re PR c++/9820 (ice in build_baselink (templates))Jason Merrill2-1/+11
2003-03-11re PR c++/8700 (unhelpful error message for binding temp to reference)Mark Mitchell5-83/+132
2003-03-11re PR c++/8660 (template overloading ICE in tsubst_expr, at cp/pt.c:7644)Jason Merrill2-0/+16
2003-03-11Makefile.in: Update.Neil Booth3-9/+12
2003-03-1116077.C: Adjust warnings.Mark Mitchell5-144/+192
2003-03-10gcc.c (DEFAULT_SWITCH_TAKES_ARG): Remove.Devang Patel2-0/+6
2003-03-10re PR c++/9798 (Infinite recursion (segfault) in cp/decl.c:push_using_directi...Jason Merrill2-5/+9
2003-03-10re PR c++/9868 (ICE in c_expand_expr when qualifying member variable)Jason Merrill3-3/+17
2003-03-10re PR c++/9373 (ICE with -fstrict-aliasing in set_mem_alias_set, at emit-rtl....Mark Mitchell2-2/+12
2003-03-10re PR c++/8534 (When compiling qt contradicting aliasing class created for bi...Mark Mitchell2-0/+44
2003-03-10expr.c (cplus_expand_constant): Use C90 prototype style.Gabriel Dos Reis2-7/+7
2003-03-09re PR c++/9970 (previously declared inline friend can't access members)Kriang Lerdsuwanakij2-1/+10
2003-03-09* lang-specs.h (c++-header): Change .pch to .gch.Geoffrey Keating2-1/+5
2003-03-08c-common.h (c_common_init, [...]): Update.Neil Booth3-9/+12
2003-03-08re PR c++/9823 (ICE in sort_mem_initializers)Mark Mitchell4-13/+13
2003-03-08Initialize argsMark Mitchell1-1/+1
2003-03-08re PR c++/9809 (when are builtins brought into view)Mark Mitchell6-104/+193
2003-03-08Fix typoMark Mitchell1-1/+1
2003-03-07call.c (reference_binding): Remove REF_IS_VAR parameter.Mark Mitchell5-46/+99
2003-03-07except.c (init_exception_processing): Use C90 prototype style.Gabriel Dos Reis2-73/+75
2003-03-07* rtti.c (get_tinfo_decl): Use build_address/build_nop.Mark Mitchell1-1/+2
2003-03-07call.c (merge_conversion_sequences): New function.Mark Mitchell4-34/+98
2003-03-07error.c (init_error): Use C90 prototype style.Gabriel Dos Reis2-222/+174
2003-03-06Fix typo in previous patchMark Mitchell1-2/+1
2003-03-06re PR c++/9965 (ICE in cp_expr_size)Mark Mitchell2-22/+28
2003-03-06re PR c++/9400 (Warning -Wshadow warns of shadowed declaration of THIS in loc...Mark Mitchell2-1/+7
2003-03-06re PR c++/9791 (-Woverloaded-virtual reports hiding of destructor)Mark Mitchell2-5/+18
2003-03-06re PR c++/9188 ([New parser] Strange wording of error message)Kriang Lerdsuwanakij2-2/+9
2003-03-05re PR c++/9440 (error message about "non-lvalue in unary '&'" when using ?: o...Jason Merrill2-7/+9
2003-03-05decl.c (cp_binding_level): Add static_decls varray member.Matt Austern2-14/+33
2003-03-05* class.c (end_of_class): Correct thinko.Mark Mitchell2-1/+5
2003-03-05* config-lang.in: Replace ${libstdcxx_version} by its value.Nathanael Nerode2-1/+5
2003-03-04cp-tree.h (cxx_saved_binding): Declare.Gabriel Dos Reis3-23/+56
2003-03-04* Make-lang.in (c++.tags): New target.Tom Tromey2-0/+7
2003-03-04* Make-lang.in: Update.Neil Booth2-1/+5
2003-03-03decl.c (finish_enum): Do set the type in a template.Jason Merrill3-57/+41
2003-03-03tabifyJason Merrill1-4/+8
2003-03-03re PR c++/9878 (error: non-lvalue in unary `&' wrongly issued)Mark Mitchell8-336/+452
2003-03-03tree-inline.c (find_builtin_longjmp_call): Save and restore lineno and input_...Jason Merrill3-3/+12
2003-03-03decl.c (check_initializer): Check for vector_opaque_p.Aldy Hernandez2-0/+10
2003-03-02params.def: Introduce parameter max-inline-insns-rtl for a separate limit for...Kurt Garloff2-1/+9
2003-03-02gcc.c (default_compilers): Add -no-integrated-cpp flag to invoke an external ...Ashif Harji2-4/+9
2003-03-01decl.c (duplicate_decls): Convert use of warning_with_decl() to that of warni...Gabriel Dos Reis2-12/+19
2003-03-01Makefile.in (C_AND_OBJC_OBJS, [...]): Update.Neil Booth2-1/+6
2003-03-01Fix typoMark Mitchell1-1/+1