aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/mangle.c
AgeCommit message (Expand)AuthorFilesLines
2003-07-16cp-tree.def (LOOKUP_EXPR): Remove.Mark Mitchell1-2/+0
2003-07-09fold-const.c (make_range): Do not access operand 1 for a zero-operand operator.Mark Mitchell1-0/+13
2003-07-08cp-tree.h (build_scoped_method_call): Remove.Mark Mitchell1-8/+1
2003-07-07genextract.c: Convert remaining prototypes to ISO C90.Andreas Jaeger1-3/+2
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-14/+5
2003-06-30mangle.c (write_expression): Exit gracefully when trying to mangle a CALL_EXPR.Giovanni Bajo1-0/+4
2003-06-28* c-format.c (check_format_string, get_constant)Zack Weinberg1-1/+1
2003-06-24call.c (enforce_access): Assert we get a binfo.Nathan Sidwell1-0/+1
2003-06-23mangle.c (hash_type): val is the TREE_LIST itself, not a pointer to it.Jakub Jelinek1-1/+1
2003-06-18mangle.c (mangle_conv_op_name_for_type): Correct sprintf format string again.Mark Mitchell1-1/+1
2003-06-17mangle.c (mangle_conv_op_name_for_type): Correct sprintf format string.Mark Mitchell1-1/+2
2003-06-17re PR c++/11105 ([3.3/3.4 regression of sorts] ICE in mangle_conv_op_name_for...Mark Mitchell1-40/+37
2003-06-17mangle.c: Convert to ISO C.Nathanael Nerode1-201/+131
2003-06-16cp-tree.h: Follow spelling conventions.Kazu Hirata1-1/+1
2003-06-11mangle.c (tm_p.h): Include it.Mark Mitchell1-0/+1
2003-06-09re PR c++/8861 ([ABI] mangling floating point literal in template arg express...Zack Weinberg1-23/+69
2003-04-03Index: testsuite/ChangeLogGeoffrey Keating1-1/+2
2003-02-20re PR c++/9729 (ICE in mangle_conv_op_name_for_type, at cp/mangle.c:2612)Mark Mitchell1-4/+11
2003-01-01call.c, [...]: Replace "GNU CC" with "GCC" in the copyright header.Steven Bosscher1-4/+4
2002-12-30cp-tree.h (THUNK_TARGET): New macro.Nathan Sidwell1-11/+11
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-25/+62
2002-11-09re PR c++/8389 (Access to members of base class & templates)Kriang Lerdsuwanakij1-3/+2
2002-10-17mangle.c (write_expression): Correct handling of enumeration constants.Mark Mitchell1-3/+13
2002-10-15decl.c (reshape_init): Fix typo.Mark Mitchell1-17/+115
2002-10-04re PR c++/8006 (ice in mangle_conv_op_name_for_type boost regression)Mark Mitchell1-35/+72
2002-09-21ChangeLog: Follow spelling conventions.Kazu Hirata1-10/+10
2002-09-14error.c: Fix comment formatting.Kazu Hirata1-9/+9
2002-07-25error.c (print_whitespace): Remove.Neil Booth1-9/+0
2002-07-02re PR c++/7112 (Regression: ICE on C++ code involving templates and sizeof)Mark Mitchell1-0/+7
2002-06-21mangle.c (integer_type_codes): Const-ify.Kaveh R. Ghazi1-1/+1
2002-06-18C++ ABI changes.Jason Merrill1-1/+10
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating1-2/+2
2002-05-28tree.h: Forward-declare struct realvaluetype.Zack Weinberg1-0/+1
2002-04-25mangle.c (write_type): Don't use TYPE_MAIN_VARIANT when writing out an array ...Mark Mitchell1-8/+13
2002-04-01c-common.c (unsigned_conversion_warning, [...]): Use new hooks.Neil Booth1-1/+1
2002-03-29Makefile.in (convert.o, [...]): Update.Neil Booth1-1/+2
2002-03-20re PR c++/4361 (bogus ambiguity taking the address of a member template)Nathan Sidwell1-4/+41
2002-03-18re PR c++/4377 (more errors with multiple non-type template parameters)Jason Merrill1-9/+10
2002-03-13Fix last commit.Richard Sandiford1-2/+5
2002-03-13mangle.c (write_builtin_type): Handle 128-bit integers even if they are not a...Richard Sandiford1-5/+10
2002-02-19ABI change: Mangle `void (A::*)() const' as M1AKFvvE, not MK1AFvvE.Jason Merrill1-18/+12
2002-02-01fix typoJason Merrill1-1/+1
2002-01-23call.c, [...]: Change my_fancy_abort() to abort().Craig Rodrigues1-13/+13
2002-01-08mangle.c (MANGLE_TRACE): Add parenthesis.Graham Stott1-5/+5
2001-11-22tree-dump.c: Rename from c-dump.c.Bryce McKinlay1-2/+2
2001-11-18mangle.c (write_expression): Handle CAST_EXPR, STATIC_CAST_EXPR, CONST_CAST_E...Kriang Lerdsuwanakij1-5/+19
2001-10-23cp-tree.def (UNBOUND_CLASS_TEMPLATE): New tree node.Kriang Lerdsuwanakij1-1/+3
2001-09-15collect2.c (main): Const-ification.Kaveh R. Ghazi1-5/+1
2001-07-25call.c (joust): Only prefer a non-builtin candidate to a builtin one if...Jason Merrill1-1/+19