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/81926] go/parse.o differs between stage2 and stage3


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81926

Eric Botcazou <ebotcazou at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|sparc64-sun-solaris2.10     |
               Host|sparc64-sun-solaris2.10     |
              Build|sparc64-sun-solaris2.10     |

--- Comment #24 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
This can be reproduced on x86-64/Linux with --with-build-config=no:

Target: x86_64-suse-linux
Configured with: /home/eric/svn/gcc-7.2.0/configure --build=x86_64-suse-linux
--prefix=/home/eric/install/gcc-7.2.0 --enable-languages=c,c++,go
--enable-__cxa_atexit --disable-nls --with-build-config=no
Thread model: posix
gcc version 7.2.0 (GCC) 

make[3]: Leaving directory '/home/eric/build/gcc-7.2.0'
Comparing stages 2 and 3
Bootstrap comparison failure!
gcc/go/parse.o differs
Makefile:24421: recipe for target 'compare' failed
make[2]: *** [compare] Error 1

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