This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/14597] New: 3.4.0 make profiledbootstrap fails on MinGW/MSYS *after* applying PR14291 patch


If the patch given in PR14291 is applied (as well as the patch given in 
PR12974), 3.4.0 profiledbootstrap continues for some time, until it fails with:

make[2]: Entering directory `/c/temp/gcc/build/gcc'
stage1/xgcc.exe -Bstage1/ -B/c/temp/gcc/dest/i686-pc-mingw32/bin/ -c   -g -O2 -
fprofile-use -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-
prototypes -pedantic -Wno-long-long -Wold-style-definition     -
DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../src/gcc -I../../src/gcc/. -
I../../src/gcc/../include  ../../src/gcc/genmodes.c -o genmodes.o
/bin/sh: stage1/xgcc.exe: Invalid argument
make[2]: *** [genmodes.o] Error 126
make[2]: Leaving directory `/c/temp/gcc/build/gcc'
make[1]: *** [stagefeedback_build] Error 2
make[1]: Leaving directory `/c/temp/gcc/build/gcc'
make: *** [profiledbootstrap] Error 2

I don't understand what this error means.

-- 
           Summary: 3.4.0 make profiledbootstrap fails on MinGW/MSYS *after*
                    applying PR14291 patch
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: stl at caltech dot edu
                CC: gcc-bugs at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14597


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]