gcc-8-20200417 is now available

2020-04-17 Thread GCC Administrator via Gcc
Snapshot gcc-8-20200417 is now available on https://gcc.gnu.org/pub/gcc/snapshots/8-20200417/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 8 git branch with the following options: git://gcc.gnu.org/git/gcc.git branch

gcc 10 fpcr

2020-04-17 Thread Joel Sherrill
Hi Over at RTEMS, we have had a report that this very old code has quit compiling: #ifdef __SSE__ #define _CPU_Context_restore_fp(fp_context_pp) \ do { \ __asm__ __volatile__( \ "fldcw %0" \

Grillautomat mit kostenloser Beklebung

2020-04-17 Thread Risto Vending GmbH
Grillautomat mit kostenloser Beklebung Besuchen Sie hier die [Webversion](https://amxe.net/5ci6gq4n-dtlrq76a-3tasn6h2-1cgh). Jetzt Grillfleischautomaten kaufen == Unsere Food-Box 24/7 Immer mehr Verbraucher sind auf der Suche nach regionalen,

Re: [RFC, doloop] How to deal with invariants introduced by doloop

2020-04-17 Thread Richard Biener via Gcc
On Fri, Apr 17, 2020 at 1:10 PM Kewen.Lin via Gcc wrote: > > Hi all, > > This is one question origining from PR61837, which shows that doloop > pass could introduce some loop invariants against its outer loop when > doloop performs and prepares the iteration count for hardware > count register ass

[RFC, doloop] How to deal with invariants introduced by doloop

2020-04-17 Thread Kewen.Lin via Gcc
Hi all, This is one question origining from PR61837, which shows that doloop pass could introduce some loop invariants against its outer loop when doloop performs and prepares the iteration count for hardware count register assignment. Even with Xionghu's simplification patch https://gcc.gnu.org