A Scientific Јοurnal Calls for ՏuЬmissions of Original Works

2021-09-30 Thread Cecilia Li
We won't send you еmaіls again if you ᴄliᴄк here to unѕubѕcrіbe. SuЬmіt Your Artіclҽs Reasons for PuƄlіshing Рapҽrs in Our Јοurnal 01: Speedy Schedule Guidance: 1. ՏuЬmission of the рαрer 2. Pre-rеviеԝed result within one to two workdays 3. Peer-rеv

gcc-9-20210930 is now available

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

S390 should change the meaning of -m31

2021-09-30 Thread Paul Edwards via Gcc
Hi Michael. Thanks for picking up this issue. I have been working with Jesus on this. m31 is semantically the same as the m32 option. The m31 option allows for 32 bit addressing and that is confusing since the m31 option in S390 would mean 2 GiB space addressing Indeed that's exactly what

Re: s390 port

2021-09-30 Thread Paul Edwards via Gcc
Simply switching off optimization made the negative indexes go away, allowing more than 2 GiB to be addressed in standard z/Arch, with "-m31". Prove it on real hardware, not hercules. Hercules doesnt count. Real mainframe hardware is not easily accessible. Hercules is the most convenient way

Re: S390 should change the meaning of -m31

2021-09-30 Thread Michael Matz via Gcc
Hello, On Wed, 29 Sep 2021, Jesus Antonio via Gcc wrote: > m31 is semantically the same as the m32 option. > > > The m31 option allows for 32 bit addressing and that is confusing since > the m31 option in S390 would mean 2 GiB space addressing Indeed that's exactly what it means, and what it'