aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/mangle.c
AgeCommit message (Expand)AuthorFilesLines
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
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