aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2003-06-23decl.c (register_dtor_fn): Mark cleanup as used.Jan Hubicka4-4/+25
2003-06-23mangle.c (hash_type): val is the TREE_LIST itself, not a pointer to it.Jakub Jelinek2-1/+6
2003-06-21re PR c++/10784 (Warning about choosing custom operator over copy constructor...Gabriel Dos Reis2-2/+8
2003-06-21PC c++/10864Gabriel Dos Reis2-8/+19
2003-06-21re PR c++/10915 (a not-useful non-avoidable warning: conversion to a referen...Gabriel Dos Reis2-1/+7
2003-06-20re PR c++/10749 (triple nested template classes in namespace need to qualify ns)Mark Mitchell2-1/+5
2003-06-20re PR c++/10845 (template member function (getting a nested template as param...Mark Mitchell2-1/+8
2003-06-20tree.h (expand_function_end): Remove all parameters.Nathan Sidwell2-1/+6
2003-06-20re PR c++/10939 (ICE with templated code)Mark Mitchell2-2/+18
2003-06-20re PR c++/9649 (ICE in finish_member_declaration at cp/semantics.c:1850 when ...Mark Mitchell4-23/+48
2003-06-20re PR middle-end/11041 (ICE: const myclass &x = *x; (when operator*() defined))Mark Mitchell7-40/+87
2003-06-20Fix for PR c++/11228, infinite loop for new int[n]().Matt Austern2-1/+15
2003-06-19c-tree.h: Remove declaration of poplevel.Andreas Jaeger2-6/+7
2003-06-19pt.c: Convert to ISO C.Nathanael Nerode3-664/+399
2003-06-18cp-tree.h (comp_except_specs, [...]): Return bool.Nathan Sidwell3-257/+164
2003-06-18cp-tree.h (COMPARE_RELAXED): Rename to ...Nathan Sidwell7-247/+215
2003-06-18mangle.c (mangle_conv_op_name_for_type): Correct sprintf format string again.Mark Mitchell2-1/+6
2003-06-18re PR debug/4252 (cc1: Invalid option `-fdump-translation-unit')Robert Abeles2-1/+6
2003-06-17mangle.c (mangle_conv_op_name_for_type): Correct sprintf format string.Mark Mitchell2-1/+7
2003-06-17re PR c++/10929 (-Winline warns about functions for which no definition is vi...Jason Merrill2-1/+7
2003-06-17Correct PR number.Mark Mitchell1-1/+1
2003-06-17re PR c++/10712 (ICE in constructor_name_full, at cp/decl2.c:1255)Mark Mitchell2-0/+6
2003-06-17re PR c++/11105 ([3.3/3.4 regression of sorts] ICE in mangle_conv_op_name_for...Mark Mitchell4-114/+176
2003-06-17except.c: Remove duplicate declaration of push_eh_cleanup.Andreas Jaeger3-3/+6
2003-06-17mangle.c: Convert to ISO C.Nathanael Nerode2-201/+136
2003-06-16decl.c, [...]: Don't use the PTR macro.Kaveh R. Ghazi5-7/+12
2003-06-16* tree.c: Convert to ISO C.Nathanael Nerode2-251/+147
2003-06-16cp-tree.h: Follow spelling conventions.Kazu Hirata5-10/+17
2003-06-14tree.h (init_function_start): Remove filename and line paramters.Nathan Sidwell4-3/+9
2003-06-14Makefile.in: Update to use common.opt and lang_opt_files.Neil Booth2-2/+5
2003-06-13* lex.c: Convert to ISO C.Nathanael Nerode2-74/+47
2003-06-13init.c: removes use of PARAMS macro.Nathanael Nerode2-122/+59
2003-06-13* rtti.c: Remove PARAMS.Nathanael Nerode2-21/+23
2003-06-13* typeck2.c: Convert to ISO C.Nathanael Nerode2-46/+24
2003-06-12re PR c++/10635 (ICE (segfault) when dereferencing an incomplete type casted ...Mark Mitchell2-0/+10
2003-06-12re PR c++/10432 (ICE in poplevel, at cp/decl.c:1230)Mark Mitchell4-17/+9
2003-06-11decl2.c (generate_ctor_or_dtor_function): Avoid expanding a global static con...Roger Sayle2-14/+39
2003-06-11mangle.c (tm_p.h): Include it.Mark Mitchell3-1/+5
2003-06-11re PR c++/11131 (Unrelated declaration removes inline flag from function)Mark Mitchell2-3/+11
2003-06-10oopsJason Merrill1-1/+1
2003-06-10re PR c++/10968 (If member function implicitly instantiated, explicit instant...Jason Merrill1-0/+3
2003-06-10re PR c++/10968 (If member function implicitly instantiated, explicit instant...Jason Merrill1-0/+5
2003-06-10[multiple changes]Geoffrey Keating2-2/+8
2003-06-10re PR c++/11131 (Unrelated declaration removes inline flag from function)Mark Mitchell5-7/+22
2003-06-09re PR c++/8861 ([ABI] mangling floating point literal in template arg express...Zack Weinberg2-26/+81
2003-06-08* Makfile.in, cp/Make-lang.in: Forgotten commit.Neil Booth1-1/+2
2003-06-07* cp/decl.c (xref_tag): Remove undefined macro NONNESTED_CLASSES.Andreas Jaeger2-14/+13
2003-06-07Makefile.in (OJBS, c-opts.o): Update.Neil Booth4-6/+13
2003-06-05install.tex: Document profiledbootstrap.Jan Hubicka2-0/+8
2003-06-04decl.c (grokdeclarator): Error_mark_node in, error_mark_node out.J"orn Rennecke2-1/+7