aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/mangle.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-03re PR c++/49276 ([C++0x] Segmentation fault with default lambda parameter in ...Jakub Jelinek1-3/+3
2011-05-27mangle.c (mangle_decl_string): Make sure we don't try to mangle templates.Jason Merrill1-0/+3
2011-05-27re PR c++/47132 ([C++0x] decltype can't deduce some operator return types whe...Jason Merrill1-0/+9
2011-05-10mark EXPR_PACK_EXPANSION as typed onlyNathan Froyd1-17/+1
2011-05-06introduce {class,type}_of_this_parm functionsNathan Froyd1-1/+1
2011-04-25c-common.c (struct c_common_resword): Add __underlying_type.Paolo Carlini1-0/+4
2011-04-12cgraph.h (cgraph_node): Remove function declaration.Martin Jambor1-1/+1
2011-03-08re PR c++/47488 (sorry, unimplemented: string literal in function template si...Jason Merrill1-0/+4
2011-03-07re PR c++/48008 (libstdc++-v3/testsuite/20_util/function/43397.cc fails to as...Jason Merrill1-13/+16
2011-03-05mangle.c (write_expression): Change ABI v6 to v5.Jason Merrill1-3/+3
2011-03-04re PR lto/47497 (SPEC CPU 2006 failed to link with LTO -fuse-linker-plugin -f...Jan Hubicka1-1/+1
2011-02-23cp-tree.h (DECL_PARM_LEVEL): New.Jason Merrill1-1/+55
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-2/+1
2010-10-14re PR c++/44561 (using nullptr_t with -flto/-fwhopr causes ICE: tree code 'la...Richard Guenther1-6/+5
2010-09-21mangle.c (write_expression): Only do -fabi-version=1 special handling if we k...Jason Merrill1-1/+1
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-2/+2
2010-07-15tree.h (DECL_CHAIN): Define.Nathan Froyd1-4/+4
2010-07-13re PR c++/44540 (ICE: in add_substitution, at cp/mangle.c:386 with -fkeep-inl...Jason Merrill1-2/+17
2010-05-27re PR bootstrap/44287 (Failed to bootstrap)Kai Tietz1-1/+2
2010-05-26demangle-expected: Add tests for __int128 and unsigned __int128 types.Kai Tietz1-1/+3
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-1/+0
2010-05-19call.c (reference_binding): Use cp_build_qualified_type_real and cp_type_qual...Jason Merrill1-3/+4
2010-05-13re PR bootstrap/44048 (building without C++ enabled fails)Jason Merrill1-4/+8
2010-05-06Add support for C++0x nullptr.Jason Merrill1-0/+5
2010-04-30toplev.c: Include varray.h for statistics dumping.Steven Bosscher1-1/+0
2010-03-23Make lambda conversion op and op() non-static.Jason Merrill1-1/+1
2010-03-05mangle.c (mangle_decl): Give name collision error even without ASM_OUTPUT_DEF.Jason Merrill1-2/+4
2010-03-03re PR c++/12909 (ambiguity in mangling vector types)Jason Merrill1-4/+4
2010-03-03re PR c++/12909 (ambiguity in mangling vector types)Jason Merrill1-1/+1
2010-03-03re PR c++/12909 (ambiguity in mangling vector types)Jason Merrill1-0/+33
2010-02-28re PR c++/42748 (warnings about 'mangling of 'va_list' has changed in GCC 4.4...Mark Mitchell1-0/+24
2010-02-24re PR c++/12909 (ambiguity in mangling vector types)Jason Merrill1-1/+4
2010-02-03re PR c++/4926 (C++ ABI needs clarification on mangling of complex expressions)Jason Merrill1-54/+67
2010-02-03re PR c++/12909 (ambiguity in mangling vector types)Jason Merrill1-1/+10
2010-01-21tree.h (TYPE_TRANSPARENT_UNION): Replace with ...Janis Johnson1-0/+6
2010-01-20re PR c++/42338 ([c++0x] ICE on decltype usage with templates)Jason Merrill1-2/+22
2009-12-22mangle.c (write_member_name): Move abi-version=1 code back to...Jason Merrill1-14/+13
2009-12-19Fix PR c++/42225, take 2Dodji Seketeli1-0/+4
2009-12-04re PR c++/42010 ([C++0x] ICE: lang_* check: failed in discriminator_for_local...Jason Merrill1-2/+2
2009-12-02g++spec.c (lang_specific_driver): Remove unused saw_verbose_flag variable.Jakub Jelinek1-5/+0
2009-10-30mangle.c (mangle_type_string_for_rtti): Reapply 153734.Jerry Quinn1-38/+7
2009-10-30tinfo.cc (operator=(const type_info&)): Revert 153734.Jerry Quinn1-7/+38
2009-10-30mangle.c (mangle_type_string_for_rtti): Revert r149964.Jerry Quinn1-38/+7
2009-10-27Allow no-capture lambdas to convert to function pointer.Jason Merrill1-1/+1
2009-10-23re PR c++/40808 (member template specialization causes ICE)Dodji Seketeli1-4/+5
2009-10-21mangle.c (finish_mangling_get_identifier): Use obstack_base (mangle_obstack) ...Jakub Jelinek1-1/+1
2009-10-02mangle.c (write_unnamed_type_name): Implement.Jason Merrill1-22/+73
2009-09-29merge in cxx0x-lambdas-branch@152308Jason Merrill1-24/+133
2009-09-28mangle.c (write_builtin_type): Support decimal float types.Janis Johnson1-0/+6
2009-07-22mangle.c (mangle_type_string_for_rtti): Rename to be clearer.Jason Merrill1-9/+40