aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/mangle.c
AgeCommit message (Expand)AuthorFilesLines
2004-09-17alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham1-2/+2
2004-09-15re PR c++/17324 (Error: symbol `bRKNS0_IT_SD_EE' is already defined)Mark Mitchell1-3/+51
2004-09-10class.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-08-30call.c (check_dtor_name): Replace abort with gcc_assert or gcc_unreachable.Nathan Sidwell1-64/+64
2004-08-27call.c (validate_conversion_obstack): Replace my_friendly_assert with gcc_ass...Nathan Sidwell1-6/+4
2004-08-25* mangle.c (get_identifier_nocopy): Add cast.Mark Mitchell1-1/+1
2004-08-25cp-tree.h (mangle_type): Remove.Mark Mitchell1-39/+59
2004-08-25tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell1-3/+3
2004-08-16call.c (build_vfield_ref, [...]): Replace calls to build with calls to buildN.Roger Sayle1-4/+4
2004-08-15tree.h (build_int_cst): New.Nathan Sidwell1-3/+3
2004-07-18mangle.c (write_expression): Issue a sorry for zero-operand functional casts.Mark Mitchell1-1/+7
2004-07-02re PR c++/16240 (g++ generates incorrect mangled name)Mark Mitchell1-4/+12
2004-03-31builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED.Richard Kenner1-2/+2
2004-03-24hooks.c (hook_constcharptr_tree_null): New hook.Ziemowit Laski1-0/+13
2004-02-26re PR c++/14246 (Problems with templates, ice in write_template_arg_literal)Giovanni Bajo1-2/+2
2004-02-17re PR c++/11326 (C++ IA64 ABI: 3.1.4: sometimes pointer to temporary return v...Mark Mitchell1-0/+1
2004-01-29re PR c++/13883 (Assembler messages: symbol is already defined)Mark Mitchell1-3/+14
2004-01-21Make-lang.in, [...]: Update copyright.Kazu Hirata1-1/+1
2004-01-16re PR target/13608 (Incorrect code with -O3 -ffast-math)Jan Hubicka1-1/+1
2003-12-16re PR c++/9043 ([ABI] incorrect name mangling for array dimension in template...Nathan Sidwell1-1/+14
2003-12-16re PR c++/13242 ([ABI] Incorrect mangling of template reference parameters)Nathan Sidwell1-24/+26
2003-12-15re PR c++/13241 ([ABI] Incorrect mangling of template arguments)Nathan Sidwell1-36/+55
2003-12-13ChangeLog: Fix typos.Kazu Hirata1-1/+1
2003-12-11mangle.c (conv_type_names): Holds IDENTIFIER_NODEs only.Nathan Sidwell1-21/+24
2003-12-08Give the anonymous namespace a null DECL_NAME.Jason Merrill1-0/+2
2003-10-22re PR c++/11962 (ICE in type_dependent_expression on omitted second operand t...Mark Mitchell1-1/+15
2003-10-21ChangeLog: Fix typos.Kazu Hirata1-2/+2
2003-09-28c-decl.c (finish_function): Convert definition to ISO C90.Andreas Jaeger1-2/+2
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