https://gcc.gnu.org/g:ca43678c3d8aff1b8774e0b05c9a4a42fd271b13

commit r15-1062-gca43678c3d8aff1b8774e0b05c9a4a42fd271b13
Author: Michal Jires <mji...@suse.cz>
Date:   Fri Nov 17 21:16:37 2023 +0100

    lto: Skip flag OPT_fltrans_output_list_.
    
    Bootstrapped/regtested on x86_64-pc-linux-gnu
    
    gcc/ChangeLog:
    
            * lto-opts.cc (lto_write_options): Skip OPT_fltrans_output_list_.

Diff:
---
 gcc/lto-opts.cc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gcc/lto-opts.cc b/gcc/lto-opts.cc
index b3d19f8b361..a3a1d110329 100644
--- a/gcc/lto-opts.cc
+++ b/gcc/lto-opts.cc
@@ -152,6 +152,7 @@ lto_write_options (void)
        case OPT_fprofile_prefix_map_:
        case OPT_fcanon_prefix_map:
        case OPT_fwhole_program:
+       case OPT_fltrans_output_list_:
          continue;
 
        default:

Reply via email to