summaryrefslogtreecommitdiff
path: root/gcc/cp/mangle.c
Commit message (Expand)AuthorAgeFilesLines
* call.c (build_scoped_method_call): Use convert_to_void.Mark Mitchell2003-07-031-14/+5
* mangle.c (write_expression): Exit gracefully when trying to mangle a CALL_EXPR.Giovanni Bajo2003-06-301-0/+4
* * c-format.c (check_format_string, get_constant)Zack Weinberg2003-06-281-1/+1
* call.c (enforce_access): Assert we get a binfo.Nathan Sidwell2003-06-241-0/+1
* mangle.c (hash_type): val is the TREE_LIST itself, not a pointer to it.Jakub Jelinek2003-06-231-1/+1
* mangle.c (mangle_conv_op_name_for_type): Correct sprintf format string again.Mark Mitchell2003-06-181-1/+1
* mangle.c (mangle_conv_op_name_for_type): Correct sprintf format string.Mark Mitchell2003-06-171-1/+2
* re PR c++/11105 ([3.3/3.4 regression of sorts] ICE in mangle_conv_op_name_for...Mark Mitchell2003-06-171-40/+37
* mangle.c: Convert to ISO C.Nathanael Nerode2003-06-171-201/+131
* cp-tree.h: Follow spelling conventions.Kazu Hirata2003-06-161-1/+1
* mangle.c (tm_p.h): Include it.Mark Mitchell2003-06-111-0/+1
* re PR c++/8861 ([ABI] mangling floating point literal in template arg express...Zack Weinberg2003-06-091-23/+69
* Index: testsuite/ChangeLogGeoffrey Keating2003-04-031-1/+2
* re PR c++/9729 (ICE in mangle_conv_op_name_for_type, at cp/mangle.c:2612)Mark Mitchell2003-02-201-4/+11
* call.c, [...]: Replace "GNU CC" with "GCC" in the copyright header.Steven Bosscher2003-01-011-4/+4
* cp-tree.h (THUNK_TARGET): New macro.Nathan Sidwell2002-12-301-11/+11
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-25/+62
* re PR c++/8389 (Access to members of base class & templates)Kriang Lerdsuwanakij2002-11-091-3/+2
* mangle.c (write_expression): Correct handling of enumeration constants.Mark Mitchell2002-10-171-3/+13
* decl.c (reshape_init): Fix typo.Mark Mitchell2002-10-151-17/+115
* re PR c++/8006 (ice in mangle_conv_op_name_for_type boost regression)Mark Mitchell2002-10-041-35/+72
* ChangeLog: Follow spelling conventions.Kazu Hirata2002-09-211-10/+10
* error.c: Fix comment formatting.Kazu Hirata2002-09-141-9/+9
* error.c (print_whitespace): Remove.Neil Booth2002-07-251-9/+0
* re PR c++/7112 (Regression: ICE on C++ code involving templates and sizeof)Mark Mitchell2002-07-021-0/+7
* mangle.c (integer_type_codes): Const-ify.Kaveh R. Ghazi2002-06-211-1/+1
* C++ ABI changes.Jason Merrill2002-06-181-1/+10
* Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating2002-06-041-2/+2
* tree.h: Forward-declare struct realvaluetype.Zack Weinberg2002-05-281-0/+1
* mangle.c (write_type): Don't use TYPE_MAIN_VARIANT when writing out an array ...Mark Mitchell2002-04-251-8/+13
* c-common.c (unsigned_conversion_warning, [...]): Use new hooks.Neil Booth2002-04-011-1/+1
* Makefile.in (convert.o, [...]): Update.Neil Booth2002-03-291-1/+2
* re PR c++/4361 (bogus ambiguity taking the address of a member template)Nathan Sidwell2002-03-201-4/+41
* re PR c++/4377 (more errors with multiple non-type template parameters)Jason Merrill2002-03-181-9/+10
* Fix last commit.Richard Sandiford2002-03-131-2/+5
* mangle.c (write_builtin_type): Handle 128-bit integers even if they are not a...Richard Sandiford2002-03-131-5/+10
* ABI change: Mangle `void (A::*)() const' as M1AKFvvE, not MK1AFvvE.Jason Merrill2002-02-191-18/+12
* fix typoJason Merrill2002-02-011-1/+1
* call.c, [...]: Change my_fancy_abort() to abort().Craig Rodrigues2002-01-231-13/+13
* mangle.c (MANGLE_TRACE): Add parenthesis.Graham Stott2002-01-081-5/+5
* tree-dump.c: Rename from c-dump.c.Bryce McKinlay2001-11-221-2/+2
* mangle.c (write_expression): Handle CAST_EXPR, STATIC_CAST_EXPR, CONST_CAST_E...Kriang Lerdsuwanakij2001-11-181-5/+19
* cp-tree.def (UNBOUND_CLASS_TEMPLATE): New tree node.Kriang Lerdsuwanakij2001-10-231-1/+3
* collect2.c (main): Const-ification.Kaveh R. Ghazi2001-09-151-5/+1
* call.c (joust): Only prefer a non-builtin candidate to a builtin one if...Jason Merrill2001-07-251-1/+19
* Remove old-abi remnants.Nathan Sidwell2001-07-211-10/+9
* mangle.c (write_chars): New macro.Nathan Sidwell2001-04-261-29/+107
* cp-tree.h (DECL_LANGUAGE): Don't assume DECL_LANG_SPECIFIC is set.Mark Mitchell2001-04-191-8/+6
* cp-tree.h (TYPE_PTRMEM_CLASS_TYPE): Improve documentation.Mark Mitchell2001-04-161-1/+18
* mangle.c (write_discriminator): Use `_0' for discriminator 1, not `_'.Jakub Jelinek2001-03-231-4/+1