aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/mangle.c
AgeCommit message (Expand)AuthorFilesLines
2006-11-04call.c (build_op_delete_call): Test user-visible type against size_type_node...Roger Sayle1-4/+0
2006-08-26re PR c++/28588 (static private function)Mark Mitchell1-0/+6
2006-06-25re PR c++/28051 (ICE on invalid conversion operator)Lee Millward1-0/+3
2006-06-06Fix up whitespacingMike Stump1-5/+2
2006-02-03typeck.c (string_conv_p): Pass appropiate OPT_Wxxxx values when calling warni...Lee Millward1-1/+1
2006-01-31* mangle.c: Comment fix.Ben Elliston1-1/+1
2005-12-11Fixes java/PR9861Terry Laurenzo1-2/+24
2005-12-02decl2.c (get_priority_info): Use XNEW, not xmalloc.Gabriel Dos Reis1-1/+1
2005-10-16re PR c++/22137 (Internal error: Segmentation fault (program cc1plus))Mark Mitchell1-4/+5
2005-09-13re PR c++/16171 ([ABI] Problems with standard names in different namespaces)Bastian Blank1-4/+3
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-15Canonicalize whitespace.Mike Stump1-112/+112
2005-06-14Remove extra white spacing at end of lines.Mike Stump1-112/+112
2005-06-02decl.c (start_decl): Simplify specialization handling.Nathan Sidwell1-6/+11
2005-05-07invoke.texi: Remove documentation for MIPS' -mint64 option.Richard Sandiford1-5/+4
2005-05-07mangle.c (globals): Change the type of substitutions to VEC(tree,gc)*.Kazu Hirata1-11/+11
2005-05-03* friend.c, lex.c, mangle.c, repo.c: Update copyright.Kazu Hirata1-1/+2
2005-05-02class.c (local_classes, [...]): Use VEC instead of VARRAY.Kazu Hirata1-1/+1
2005-04-24mangle.c (write_builtin_type): Handle integer types which are not one of the ...Markus F.X.J. Oberhumer1-5/+25
2005-04-23diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie1-1/+1
2005-03-24typeck.c (comptypes): First determine if the types are compatible from a targ...Steven Bosscher1-4/+4
2005-02-24call.c, [...]: Fix comment typo(s).Volker Reichelt1-1/+1
2004-11-09builtins.c, [...]: Avoid "`" as left quote, using "'" or %q, %< and %> as app...Joseph Myers1-2/+2
2004-11-04DR 49, 100Giovanni Bajo1-10/+10
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