Re: [PATCH] gcc: Make int n_infiles local to gcc.cc.

2025-06-10 Thread Richard Biener
d only locally in gcc/gcc/cc. > > This change makes that variable "static int n_infiles;" in gcc/gcc.cc. > > Okay for trunk? OK. Richard. > > From 1d9afbdb9c313fd58fefc5d1d284f1831942ed98 Mon Sep 17 00:00:00 2001 > From: Robert Dubner mailto:rdub...@symas.com > Date: M

[PATCH] gcc: Make int n_infiles local to gcc.cc.

2025-06-09 Thread Robert Dubner
es;" in gcc/gcc.cc. Okay for trunk? >From 1d9afbdb9c313fd58fefc5d1d284f1831942ed98 Mon Sep 17 00:00:00 2001 From: Robert Dubner mailto:rdub...@symas.com Date: Mon, 9 Jun 2025 18:38:10 -0400 Subject: [PATCH] gcc: Make int n_infiles local to gcc.cc. The variable "int n_infiles&