Revision 243196 breaks native bootstrap on x86_64-w64-mingw32 using
--with-sysroot to point gcc to the mingw-w64 runtime. This used to work
since years until then.
The bootstrap fails in stage 1 building libgcc due to not finding the
runtime libraries.
I opened PR 78880.
signature.asc
Descript
Hi,
For this C code (slightly modified from PR 30908)
void wait(int i)
{
while (i-- > 0)
asm volatile("nop" ::: "memory");
}
gcc 4.8 at -Os produces
jmp .L2
.L3:
nop
decl%edi
.L2:
testl %edi, %edi
jg .L3
Status
==
GCC 6.3 has been released, the GCC 6 branch is now open
for regression and documentation fixes again.
Quality Data
Priority # Change from last report
--- ---
P10
P2 160
P3 16
The GNU Compiler Collection version 6.3 has been released.
GCC 6.3 is a bug-fix release from the GCC 6 branch
containing important fixes for regressions and serious bugs in
GCC 6.2 with more than 79 bugs fixed since the previous release.
This release is available from the FTP servers listed at: