public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/rust/master] Merge #1649
@ 2022-11-16 11:50 Thomas Schwinge
  0 siblings, 0 replies; only message in thread
From: Thomas Schwinge @ 2022-11-16 11:50 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:716ae8d024dcddd5000f65fa5c7c0dbd9f03c869

commit 716ae8d024dcddd5000f65fa5c7c0dbd9f03c869
Merge: 4c565999541 cdcfe27cfba
Author: bors[bot] <26634292+bors[bot]@users.noreply.github.com>
Date:   Tue Nov 15 20:46:40 2022 +0000

    Merge #1649
    
    1649: dwarf2out.c: Don't emit DW_LANG_Rust_old r=dkm a=dkm
    
    DW_LANG_Rust_old is a non-standard DWARF language code used by old rustc compilers before DWARF5 (released in 2017). Just always emit DW_LANG_Rust unless producing strict DWARF for versions before 5. And in that old strict DWARF case just emit DW_LANG_C instead of a non-standard language code.
    
    Co-authored-by: Mark Wielaard <mark@klomp.org>

Diff:

 gcc/dwarf2out.cc                    | 14 +++++---------
 gcc/testsuite/rust/debug/oldlang.rs |  4 ++--
 2 files changed, 7 insertions(+), 11 deletions(-)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-11-16 11:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-16 11:50 [gcc/devel/rust/master] Merge #1649 Thomas Schwinge

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).