fi
make[2]: Entering directory '/export/home/haochenj/src/gcc-regression'
rm -rf bld
mkdir -p bld
cd bld; \
RUNTESTFLAGS="--target_board='unix{-m32,}'" ../src-master/configure \
        --with-arch=corei7 --with-cpu=corei7 --enable-clocale=gnu 
--with-system-zlib --enable-shared --enable-cet --with-demangler-in-ld 
--enable-libmpx --prefix=/usr/gcc-15.0.0 --with-fpmath=sse 
    grep -E "(error:|Error)" makelog.r15-4988.x86_64.corei7 >> 
makelog.r15-4988.x86_64.corei7.mail; \
    tail -n +20 makelog.r15-4988.x86_64.corei7 | grep -C 10 -E "error:|Error:" 
>> makelog.r15-4988.x86_64.corei7.mail; \
make[6]: [Makefile:1832: x86_64-pc-linux-gnu/bits/largefile-config.h] Error 1 
(ignored)
make[6]: [Makefile:1831: x86_64-pc-linux-gnu/bits/largefile-config.h] Error 1 
(ignored)
make[6]: [Makefile:1832: x86_64-pc-linux-gnu/bits/largefile-config.h] Error 1 
(ignored)
../../src-master/gcc/poly-int.h:1317:22: error: comparison of integer 
expressions of different signedness: ‘const long unsigned int’ and ‘const int’ 
[-Werror=sign-compare]
../../src-master/gcc/poly-int.h:1328:12: error: comparison of integer 
expressions of different signedness: ‘const int’ and ‘const long unsigned int’ 
[-Werror=sign-compare]
make[6]: *** [Makefile:1197: omp-general.o] Error 1
make[5]: *** [Makefile:5105: all-stage2-gcc] Error 2
make[4]: *** [Makefile:30028: stage2-bubble] Error 2
make[3]: *** [Makefile:30272: bootstrap] Error 2
make[2]: *** [Makefile:313: bootstrap] Error 2
==================== Detailed Info around error (+- 10 Lines) 
====================
/export/home/haochenj/src/gcc-regression/bld/./prev-gcc/xg++ 
-B/export/home/haochenj/src/gcc-regression/bld/./prev-gcc/ 
-B/usr/gcc-15.0.0/x86_64-pc-linux-gnu/bin/ -nostdinc++ 
-B/export/home/haochenj/src/gcc-regression/bld/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs
 
-B/export/home/haochenj/src/gcc-regression/bld/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs
  
-I/export/home/haochenj/src/gcc-regression/bld/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu
  
-I/export/home/haochenj/src/gcc-regression/bld/prev-x86_64-pc-linux-gnu/libstdc++-v3/include
  -I/export/home/haochenj/src/gcc-regression/src-master/libstdc++-v3/libsupc++ 
-L/export/home/haochenj/src/gcc-regression/bld/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs
 
-L/export/home/haochenj/src/gcc-regression/bld/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs
  -fno-PIE -c   -g -O2 -fno-checking -gtoggle -DIN_GCC    -fno-exceptions 
-fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-error=narrowing 
-Wwrite-strings -Wcast-qual -Wmissing-format-attribute 
-Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long 
-Wno-variadic-macros -Wno-overlength-strings -Werror  -DHAVE_CONFIG_H -fno-PIE 
-I. -I. -I../../src-master/gcc -I../../src-master/gcc/. 
-I../../src-master/gcc/../include  -I../../src-master/gcc/../libcpp/include 
-I../../src-master/gcc/../libcody 
-I/export/home/haochenj/src/gcc-regression/bld/./gmp 
-I/export/home/haochenj/src/gcc-regression/src-master/gmp 
-I/export/home/haochenj/src/gcc-regression/bld/./mpfr/src 
-I/export/home/haochenj/src/gcc-regression/src-master/mpfr/src 
-I/export/home/haochenj/src/gcc-regression/src-master/mpc/src  
-I../../src-master/gcc/../libdecnumber 
-I../../src-master/gcc/../libdecnumber/bid -I../libdecnumber 
-I../../src-master/gcc/../libbacktrace 
-I/export/home/haochenj/src/gcc-regression/bld/./isl/include 
-I/export/home/haochenj/src/gcc-regression/src-master/isl/include  -o real.o 
-MT real.o -MMD -MP -MF ./.deps/real.TPo ../../src-master/gcc/real.cc
In file included from ../../src-master/gcc/coretypes.h:497,
                 from ../../src-master/gcc/omp-general.cc:25:
../../src-master/gcc/poly-int.h: In instantiation of ‘typename if_nonpoly<Cb, 
bool>::type maybe_lt(const poly_int<N, C>&, const Cb&) [with unsigned int N = 
1; Ca = long unsigned int; Cb = int; typename if_nonpoly<Cb, bool>::type = 
bool]’:
../../src-master/gcc/poly-int.h:1440:7:   required from ‘poly_int<N, typename 
poly_result<typename if_nonpoly<Ca>::type, Cb>::type> ordered_max(const Ca&, 
const poly_int<N, Cb>&) [with unsigned int N = 1; Ca = int; Cb = long unsigned 
int; typename poly_result<typename if_nonpoly<Ca>::type, Cb>::type = long 
unsigned int; typename if_nonpoly<Ca>::type = int]’
 1342 | #define maybe_gt(A, B) maybe_lt (B, A)
      |                        ~~~~~~~~~^~~~~~
../../src-master/gcc/omp-general.cc:1008:25:   required from here
 1008 |             return ordered_max (64, omp_max_vf (false));
      |                    ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
../../src-master/gcc/poly-int.h:1317:22: error: comparison of integer 
expressions of different signedness: ‘const long unsigned int’ and ‘const int’ 
[-Werror=sign-compare]
 1317 |   return a.coeffs[0] < b;
      |          ~~~~~~~~~~~~^~~
../../src-master/gcc/poly-int.h: In instantiation of ‘typename if_nonpoly<Ca, 
bool>::type maybe_lt(const Ca&, const poly_int<N, Cb>&) [with unsigned int N = 
1; Ca = int; Cb = long unsigned int; typename if_nonpoly<Ca, bool>::type = 
bool]’:
../../src-master/gcc/poly-int.h:1445:2:   required from ‘poly_int<N, typename 
poly_result<typename if_nonpoly<Ca>::type, Cb>::type> ordered_max(const Ca&, 
const poly_int<N, Cb>&) [with unsigned int N = 1; Ca = int; Cb = long unsigned 
int; typename poly_result<typename if_nonpoly<Ca>::type, Cb>::type = long 
unsigned int; typename if_nonpoly<Ca>::type = int]’
 1342 | #define maybe_gt(A, B) maybe_lt (B, A)
      |                        ~~~~~~~~~^~~~~~
../../src-master/gcc/omp-general.cc:1008:25:   required from here
 1008 |             return ordered_max (64, omp_max_vf (false));
      |                    ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
../../src-master/gcc/poly-int.h:1328:12: error: comparison of integer 
expressions of different signedness: ‘const int’ and ‘const long unsigned int’ 
[-Werror=sign-compare]
 1328 |   return a < b.coeffs[0];
      |          ~~^~~~~~~~~~~
/export/home/haochenj/src/gcc-regression/bld/./prev-gcc/xg++ 
-B/export/home/haochenj/src/gcc-regression/bld/./prev-gcc/ 
-B/usr/gcc-15.0.0/x86_64-pc-linux-gnu/bin/ -nostdinc++ 
-B/export/home/haochenj/src/gcc-regression/bld/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs
 
-B/export/home/haochenj/src/gcc-regression/bld/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs
  
-I/export/home/haochenj/src/gcc-regression/bld/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu
  
-I/export/home/haochenj/src/gcc-regression/bld/prev-x86_64-pc-linux-gnu/libstdc++-v3/include
  -I/export/home/haochenj/src/gcc-regression/src-master/libstdc++-v3/libsupc++ 
-L/export/home/haochenj/src/gcc-regression/bld/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs
 
-L/export/home/haochenj/src/gcc-regression/bld/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs
  -fno-PIE -c   -g -O2 -fno-checking -gtoggle -DIN_GCC    -fno-exceptions 
-fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-error=narrowing 
-Wwrite-strings -Wcast-qual -Wmissing-format-attribute 
-Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long 
-Wno-variadic-macros -Wno-overlength-strings -Werror  -DHAVE_CONFIG_H -fno-PIE 
-I. -I. -I../../src-master/gcc -I../../src-master/gcc/. 
-I../../src-master/gcc/../include  -I../../src-master/gcc/../libcpp/include 
-I../../src-master/gcc/../libcody 
-I/export/home/haochenj/src/gcc-regression/bld/./gmp 
-I/export/home/haochenj/src/gcc-regression/src-master/gmp 
-I/export/home/haochenj/src/gcc-regression/bld/./mpfr/src 
-I/export/home/haochenj/src/gcc-regression/src-master/mpfr/src 
-I/export/home/haochenj/src/gcc-regression/src-master/mpc/src  
-I../../src-master/gcc/../libdecnumber 
-I../../src-master/gcc/../libdecnumber/bid -I../libdecnumber 
-I../../src-master/gcc/../libbacktrace 
-I/export/home/haochenj/src/gcc-regression/bld/./isl/include 
-I/export/home/haochenj/src/gcc-regression/src-master/isl/include  -o 
realmpfr.o -MT realmpfr.o -MMD -MP -MF ./.deps/realmpfr.TPo 
../../src-master/gcc/realmpfr.cc
/export/home/haochenj/src/gcc-regression/bld/./prev-gcc/xg++ 
-B/export/home/haochenj/src/gcc-regression/bld/./prev-gcc/ 
-B/usr/gcc-15.0.0/x86_64-pc-linux-gnu/bin/ -nostdinc++ 
-B/export/home/haochenj/src/gcc-regression/bld/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs
 
-B/export/home/haochenj/src/gcc-regression/bld/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs
  
-I/export/home/haochenj/src/gcc-regression/bld/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu
  
-I/export/home/haochenj/src/gcc-regression/bld/prev-x86_64-pc-linux-gnu/libstdc++-v3/include
  -I/export/home/haochenj/src/gcc-regression/src-master/libstdc++-v3/libsupc++ 
-L/export/home/haochenj/src/gcc-regression/bld/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs
 
-L/export/home/haochenj/src/gcc-regression/bld/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs
  -fno-PIE -c   -g -O2 -fno-checking -gtoggle -DIN_GCC    -fno-exceptions 
-fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-error=narrowing 
-Wwrite-strings -Wcast-qual -Wmissing-format-attribute 
-Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long 
-Wno-variadic-macros -Wno-overlength-strings -Werror  -DHAVE_CONFIG_H -fno-PIE 
-I. -I. -I../../src-master/gcc -I../../src-master/gcc/. 
-I../../src-master/gcc/../include  -I../../src-master/gcc/../libcpp/include 
-I../../src-master/gcc/../libcody 
-I/export/home/haochenj/src/gcc-regression/bld/./gmp 
-I/export/home/haochenj/src/gcc-regression/src-master/gmp 
-I/export/home/haochenj/src/gcc-regression/bld/./mpfr/src 
-I/export/home/haochenj/src/gcc-regression/src-master/mpfr/src 
-I/export/home/haochenj/src/gcc-regression/src-master/mpc/src  
-I../../src-master/gcc/../libdecnumber 
-I../../src-master/gcc/../libdecnumber/bid -I../libdecnumber 
-I../../src-master/gcc/../libbacktrace 
-I/export/home/haochenj/src/gcc-regression/bld/./isl/include 
-I/export/home/haochenj/src/gcc-regression/src-master/isl/include  -o recog.o 
-MT recog.o -MMD -MP -MF ./.deps/recog.TPo ../../src-master/gcc/recog.cc
/export/home/haochenj/src/gcc-regression/bld/./prev-gcc/xg++ 
-B/export/home/haochenj/src/gcc-regression/bld/./prev-gcc/ 
-B/usr/gcc-15.0.0/x86_64-pc-linux-gnu/bin/ -nostdinc++ 
-B/export/home/haochenj/src/gcc-regression/bld/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs
 
-B/export/home/haochenj/src/gcc-regression/bld/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs
  
-I/export/home/haochenj/src/gcc-regression/bld/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu
  
-I/export/home/haochenj/src/gcc-regression/bld/prev-x86_64-pc-linux-gnu/libstdc++-v3/include
  -I/export/home/haochenj/src/gcc-regression/src-master/libstdc++-v3/libsupc++ 
-L/export/home/haochenj/src/gcc-regression/bld/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs
 
-L/export/home/haochenj/src/gcc-regression/bld/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs
  -fno-PIE -c   -g -O2 -fno-checking -gtoggle -DIN_GCC    -fno-exceptions 
-fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-error=narrowing 
-Wwrite-strings -Wcast-qual -Wmissing-format-attribute 
-Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long 
-Wno-variadic-macros -Wno-overlength-strings -Werror  -DHAVE_CONFIG_H -fno-PIE 
-I. -I. -I../../src-master/gcc -I../../src-master/gcc/. 
-I../../src-master/gcc/../include  -I../../src-master/gcc/../libcpp/include 
-I../../src-master/gcc/../libcody 
-I/export/home/haochenj/src/gcc-regression/bld/./gmp 
-I/export/home/haochenj/src/gcc-regression/src-master/gmp 
-I/export/home/haochenj/src/gcc-regression/bld/./mpfr/src 
-I/export/home/haochenj/src/gcc-regression/src-master/mpfr/src 
-I/export/home/haochenj/src/gcc-regression/src-master/mpc/src  
-I../../src-master/gcc/../libdecnumber 
-I../../src-master/gcc/../libdecnumber/bid -I../libdecnumber 
-I../../src-master/gcc/../libbacktrace 
-I/export/home/haochenj/src/gcc-regression/bld/./isl/include 
-I/export/home/haochenj/src/gcc-regression/src-master/isl/include  -o 
reg-stack.o -MT reg-stack.o -MMD -MP -MF ./.deps/reg-stack.TPo 
../../src-master/gcc/reg-stack.cc
/export/home/haochenj/src/gcc-regression/bld/./prev-gcc/xg++ 
-B/export/home/haochenj/src/gcc-regression/bld/./prev-gcc/ 
-B/usr/gcc-15.0.0/x86_64-pc-linux-gnu/bin/ -nostdinc++ 
-B/export/home/haochenj/src/gcc-regression/bld/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs
 
-B/export/home/haochenj/src/gcc-regression/bld/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs
  
-I/export/home/haochenj/src/gcc-regression/bld/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu
  
-I/export/home/haochenj/src/gcc-regression/bld/prev-x86_64-pc-linux-gnu/libstdc++-v3/include
  -I/export/home/haochenj/src/gcc-regression/src-master/libstdc++-v3/libsupc++ 
-L/export/home/haochenj/src/gcc-regression/bld/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs
 
-L/export/home/haochenj/src/gcc-regression/bld/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs
  -fno-PIE -c   -g -O2 -fno-checking -gtoggle -DIN_GCC    -fno-exceptions 
-fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-error=narrowing 
-Wwrite-strings -Wcast-qual -Wmissing-format-attribute 
-Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long 
-Wno-variadic-macros -Wno-overlength-strings -Werror  -DHAVE_CONFIG_H -fno-PIE 
-I. -I. -I../../src-master/gcc -I../../src-master/gcc/. 
-I../../src-master/gcc/../include  -I../../src-master/gcc/../libcpp/include 
-I../../src-master/gcc/../libcody 
-I/export/home/haochenj/src/gcc-regression/bld/./gmp 
-I/export/home/haochenj/src/gcc-regression/src-master/gmp 
-I/export/home/haochenj/src/gcc-regression/bld/./mpfr/src 
-I/export/home/haochenj/src/gcc-regression/src-master/mpfr/src 
-I/export/home/haochenj/src/gcc-regression/src-master/mpc/src  
-I../../src-master/gcc/../libdecnumber 
-I../../src-master/gcc/../libdecnumber/bid -I../libdecnumber 
-I../../src-master/gcc/../libbacktrace 
-I/export/home/haochenj/src/gcc-regression/bld/./isl/include 
-I/export/home/haochenj/src/gcc-regression/src-master/isl/include  -o 
regcprop.o -MT regcprop.o -MMD -MP -MF ./.deps/regcprop.TPo 
../../src-master/gcc/regcprop.cc
/export/home/haochenj/src/gcc-regression/bld/./prev-gcc/xg++ 
-B/export/home/haochenj/src/gcc-regression/bld/./prev-gcc/ 
-B/usr/gcc-15.0.0/x86_64-pc-linux-gnu/bin/ -nostdinc++ 
-B/export/home/haochenj/src/gcc-regression/bld/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs
 
-B/export/home/haochenj/src/gcc-regression/bld/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs
  
-I/export/home/haochenj/src/gcc-regression/bld/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu
  
-I/export/home/haochenj/src/gcc-regression/bld/prev-x86_64-pc-linux-gnu/libstdc++-v3/include
  -I/export/home/haochenj/src/gcc-regression/src-master/libstdc++-v3/libsupc++ 
-L/export/home/haochenj/src/gcc-regression/bld/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs
 
-L/export/home/haochenj/src/gcc-regression/bld/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs
  -fno-PIE -c   -g -O2 -fno-checking -gtoggle -DIN_GCC    -fno-exceptions 
-fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-error=narrowing 
-Wwrite-strings -Wcast-qual -Wmissing-format-attribute 
-Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long 
-Wno-variadic-macros -Wno-overlength-strings -Werror  -DHAVE_CONFIG_H -fno-PIE 
-I. -I. -I../../src-master/gcc -I../../src-master/gcc/. 
-I../../src-master/gcc/../include  -I../../src-master/gcc/../libcpp/include 
-I../../src-master/gcc/../libcody 
-I/export/home/haochenj/src/gcc-regression/bld/./gmp 
-I/export/home/haochenj/src/gcc-regression/src-master/gmp 
-I/export/home/haochenj/src/gcc-regression/bld/./mpfr/src 
-I/export/home/haochenj/src/gcc-regression/src-master/mpfr/src 
-I/export/home/haochenj/src/gcc-regression/src-master/mpc/src  
-I../../src-master/gcc/../libdecnumber 
-I../../src-master/gcc/../libdecnumber/bid -I../libdecnumber 
-I../../src-master/gcc/../libbacktrace 
-I/export/home/haochenj/src/gcc-regression/bld/./isl/include 
-I/export/home/haochenj/src/gcc-regression/src-master/isl/include  -o reginfo.o 
-MT reginfo.o -MMD -MP -MF ./.deps/reginfo.TPo ../../src-master/gcc/reginfo.cc
/export/home/haochenj/src/gcc-regression/bld/./prev-gcc/xg++ 
-B/export/home/haochenj/src/gcc-regression/bld/./prev-gcc/ 
-B/usr/gcc-15.0.0/x86_64-pc-linux-gnu/bin/ -nostdinc++ 
-B/export/home/haochenj/src/gcc-regression/bld/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs
 
-B/export/home/haochenj/src/gcc-regression/bld/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs
  
-I/export/home/haochenj/src/gcc-regression/bld/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu
  
-I/export/home/haochenj/src/gcc-regression/bld/prev-x86_64-pc-linux-gnu/libstdc++-v3/include
  -I/export/home/haochenj/src/gcc-regression/src-master/libstdc++-v3/libsupc++ 
-L/export/home/haochenj/src/gcc-regression/bld/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs
 
-L/export/home/haochenj/src/gcc-regression/bld/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs
  -fno-PIE -c   -g -O2 -fno-checking -gtoggle -DIN_GCC    -fno-exceptions 
-fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-error=narrowing 
-Wwrite-strings -Wcast-qual -Wmissing-format-attribute 
-Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long 
-Wno-variadic-macros -Wno-overlength-strings -Werror  -DHAVE_CONFIG_H -fno-PIE 
-I. -I. -I../../src-master/gcc -I../../src-master/gcc/. 
-I../../src-master/gcc/../include  -I../../src-master/gcc/../libcpp/include 
-I../../src-master/gcc/../libcody 
-I/export/home/haochenj/src/gcc-regression/bld/./gmp 
-I/export/home/haochenj/src/gcc-regression/src-master/gmp 
-I/export/home/haochenj/src/gcc-regression/bld/./mpfr/src 
-I/export/home/haochenj/src/gcc-regression/src-master/mpfr/src 
-I/export/home/haochenj/src/gcc-regression/src-master/mpc/src  
-I../../src-master/gcc/../libdecnumber 
-I../../src-master/gcc/../libdecnumber/bid -I../libdecnumber 
-I../../src-master/gcc/../libbacktrace 
-I/export/home/haochenj/src/gcc-regression/bld/./isl/include 
-I/export/home/haochenj/src/gcc-regression/src-master/isl/include  -o 
regrename.o -MT regrename.o -MMD -MP -MF ./.deps/regrename.TPo 
../../src-master/gcc/regrename.cc
/export/home/haochenj/src/gcc-regression/bld/./prev-gcc/xg++ 
-B/export/home/haochenj/src/gcc-regression/bld/./prev-gcc/ 
-B/usr/gcc-15.0.0/x86_64-pc-linux-gnu/bin/ -nostdinc++ 
-B/export/home/haochenj/src/gcc-regression/bld/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs
 
-B/export/home/haochenj/src/gcc-regression/bld/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs
  
-I/export/home/haochenj/src/gcc-regression/bld/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu
  
-I/export/home/haochenj/src/gcc-regression/bld/prev-x86_64-pc-linux-gnu/libstdc++-v3/include
  -I/export/home/haochenj/src/gcc-regression/src-master/libstdc++-v3/libsupc++ 
-L/export/home/haochenj/src/gcc-regression/bld/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs
 
-L/export/home/haochenj/src/gcc-regression/bld/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs
  -fno-PIE -c   -g -O2 -fno-checking -gtoggle -DIN_GCC    -fno-exceptions 
-fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-error=narrowing 
-Wwrite-strings -Wcast-qual -Wmissing-format-attribute 
-Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long 
-Wno-variadic-macros -Wno-overlength-strings -Werror  -DHAVE_CONFIG_H -fno-PIE 
-I. -I. -I../../src-master/gcc -I../../src-master/gcc/. 
-I../../src-master/gcc/../include  -I../../src-master/gcc/../libcpp/include 
-I../../src-master/gcc/../libcody 
-I/export/home/haochenj/src/gcc-regression/bld/./gmp 
-I/export/home/haochenj/src/gcc-regression/src-master/gmp 
-I/export/home/haochenj/src/gcc-regression/bld/./mpfr/src 
-I/export/home/haochenj/src/gcc-regression/src-master/mpfr/src 
-I/export/home/haochenj/src/gcc-regression/src-master/mpc/src  
-I../../src-master/gcc/../libdecnumber 
-I../../src-master/gcc/../libdecnumber/bid -I../libdecnumber 
-I../../src-master/gcc/../libbacktrace 
-I/export/home/haochenj/src/gcc-regression/bld/./isl/include 
-I/export/home/haochenj/src/gcc-regression/src-master/isl/include  -o regstat.o 
-MT regstat.o -MMD -MP -MF ./.deps/regstat.TPo ../../src-master/gcc/regstat.cc
/export/home/haochenj/src/gcc-regression/bld/./prev-gcc/xg++ 
-B/export/home/haochenj/src/gcc-regression/bld/./prev-gcc/ 
-B/usr/gcc-15.0.0/x86_64-pc-linux-gnu/bin/ -nostdinc++ 
-B/export/home/haochenj/src/gcc-regression/bld/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs
 
-B/export/home/haochenj/src/gcc-regression/bld/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs
  
-I/export/home/haochenj/src/gcc-regression/bld/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu
  
-I/export/home/haochenj/src/gcc-regression/bld/prev-x86_64-pc-linux-gnu/libstdc++-v3/include
  -I/export/home/haochenj/src/gcc-regression/src-master/libstdc++-v3/libsupc++ 
-L/export/home/haochenj/src/gcc-regression/bld/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs
 
-L/export/home/haochenj/src/gcc-regression/bld/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs
  -fno-PIE -c   -g -O2 -fno-checking -gtoggle -DIN_GCC    -fno-exceptions 
-fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-error=narrowing 
-Wwrite-strings -Wcast-qual -Wmissing-format-attribute 
-Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long 
-Wno-variadic-macros -Wno-overlength-strings -Werror  -DHAVE_CONFIG_H -fno-PIE 
-I. -I. -I../../src-master/gcc -I../../src-master/gcc/. 
-I../../src-master/gcc/../include  -I../../src-master/gcc/../libcpp/include 
-I../../src-master/gcc/../libcody 
-I/export/home/haochenj/src/gcc-regression/bld/./gmp 
-I/export/home/haochenj/src/gcc-regression/src-master/gmp 
-I/export/home/haochenj/src/gcc-regression/bld/./mpfr/src 
-I/export/home/haochenj/src/gcc-regression/src-master/mpfr/src 
-I/export/home/haochenj/src/gcc-regression/src-master/mpc/src  
-I../../src-master/gcc/../libdecnumber 
-I../../src-master/gcc/../libdecnumber/bid -I../libdecnumber 
-I../../src-master/gcc/../libbacktrace 
-I/export/home/haochenj/src/gcc-regression/bld/./isl/include 
-I/export/home/haochenj/src/gcc-regression/src-master/isl/include  -o reload.o 
-MT reload.o -MMD -MP -MF ./.deps/reload.TPo ../../src-master/gcc/reload.cc

Reply via email to