aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/mangle.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-12re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek1-1/+1
2016-08-09PR c++/71712 - ABI tags on conversion ops.Jason Merrill1-0/+9
2016-08-09Adjust mangling of ABI tags on class template member functions.Jason Merrill1-15/+107
2016-08-04Rename TYPE_ANONYMOUS_P to TYPE_UNNAMED_P.Jason Merrill1-5/+5
2016-08-01Warn about mangled name change even if DECL_REALLY_EXTERN.Jason Merrill1-29/+31
2016-08-01mangle.c (get_abi_tags): New.Jason Merrill1-17/+30
2016-08-01* mangle.c (mangle_decl): Fix mangled name change warning.Jason Merrill1-3/+4
2016-07-15PR c++/71711 - mangle C++1z fold-expressions.Jason Merrill1-0/+23
2016-07-15PR c++/71814 - mangling sizeof... (sP and sZ)Jason Merrill1-10/+61
2016-04-11mangle.c (decl_is_template_id): The template itself counts as a template-id.Jason Merrill1-4/+5
2016-02-19mangle.c (maybe_check_abi_tags): Add for_decl parm.Jason Merrill1-16/+27
2016-02-03PR c++/69251 - [6 Regression] ICE in unify_array_domain on a flexible arrayMartin Sebor1-21/+25
2016-01-31Fix abi-tag16.C.Jason Merrill1-1/+34
2016-01-27PR c++/69317 - [6 regression] wrong ABI version in -Wabi warningsMartin Sebor1-3/+3
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-02Fix c++/67337 (segfault in mangle.c)Markus Trippelsdorf1-1/+1
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-4/+0
2015-11-04ENABLE_CHECKING refactoring: C family front endsMikhail Maltsev1-11/+10
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-11/+7
2015-10-04Implement N4514, C++ Extensions for Transactional Memory.Jason Merrill1-1/+11
2015-09-22Disconnect -Wabi=<n> from -fabi-compat-version=<n>.Jason Merrill1-21/+35
2015-09-14re PR c++/44282 (fastcall is not mangled at all)Jason Merrill1-21/+24
2015-08-19remove more useless typedefsTrevor Saunders1-2/+2
2015-08-06re PR c++/67130 (ICE: tree check: expected identifier_node, have template_dec...Jason Merrill1-1/+3
2015-08-01re PR bootstrap/66521 (xgcc: cc1plus segfaults when compiling libstdc++-v3/sr...Caroline Tice1-0/+8
2015-07-28call.c (build_op_delete_call, [...]): Use Use DECL_SOURCE_LOCATION and "%qD" ...Paolo Carlini1-8/+10
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-1/+0
2015-07-01c-opts.c (c_common_post_options): Highest ABI level is now 10.Jason Merrill1-3/+3
2015-06-27call.c (set_up_extended_ref_temp): Use VAR_P.Marek Polacek1-2/+1
2015-06-26re PR c++/66067 (tree check ICE: accessed elt 1 of tree_vec with 0 elts in wr...Jason Merrill1-2/+3
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-25hash-traits.h (ggc_hasher): Rename to...Richard Sandiford1-1/+1
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-3/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-4/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-4/+0
2015-06-03re PR c++/44282 (fastcall is not mangled at all)Jason Merrill1-17/+43
2015-06-01re PR c++/44282 (fastcall is not mangled at all)Jason Merrill1-3/+68
2015-05-24re PR lto/66180 (many -Wodr false positives when building LLVM with -flto)Jan Hubicka1-1/+14
2015-05-09decl2.c (mangling_aliases): New variable.Jason Merrill1-24/+1
2015-03-19re PR c++/65046 (-Wabi-tag doesn't warn about variables or function return ty...Jason Merrill1-23/+59
2015-02-12re PR c++/64898 (qtgui-4.8.6 build error)Jason Merrill1-1/+2
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+9
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-24re PR c++/63942 (constexpr conflicts with previous declaration)Jason Merrill1-5/+7
2014-11-21re PR c++/63942 (constexpr conflicts with previous declaration)Jason Merrill1-2/+25
2014-11-21re PR c++/63849 ([c++11] ICE on variadic alias template with wrappers)Jason Merrill1-2/+1
2014-11-20re PR c++/63658 (Using class reference as template parameter causes compilati...Jason Merrill1-0/+2
2014-11-14mangle.c (find_substitution): Look for abi_tag on class templates.Jonathan Wakely1-1/+1
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-0/+11
2014-10-14machmode.h (int_n_data_t): New.DJ Delorie1-2/+3