Re: gcc/DATESTAMP not updated any longer

2020-12-15 Thread Martin Liška
On 12/15/20 12:58 AM, Joseph Myers wrote: Maybe change the script to use /sourceware/snapshot-tmp/gcc (which has rather more space) instead of /tmp? Jakub can you please do it? Thanks, Martin

Results for 10.2.0 (GCC) testsuite on powerpc-ibm-aix6.1.9.0

2020-12-15 Thread jparke--- via Gcc
g++-10 -v Using built-in specs. COLLECT_GCC=/opt/freeware/gcc-10.2.0/bin/g++-10 COLLECT_LTO_WRAPPER=/opt/freeware/gcc-10.2.0/libexec/gcc/powerpc-ibm-aix6.1. 9.0/10/lto-wrapper Target: powerpc-ibm-aix6.1.9.0 Configured with: ../configure --prefix=/opt/freeware/gcc-10.2.0 --with-as=/usr/bin/as -

why aarch64 doesn't support V4QI.

2020-12-15 Thread 172060045
Hi, I have some problems in gcc development about aarch64. I saw it doesn't support V4QI machine mode in aarch64-modes.def, but it has V4QI in arm-modes.def. I want to know why it doesn't? I am looking forward your replies. Thanks for your help. Best regards, yancheng

Question about 'gcc/fold-const.c:fold_convert_loc' for 'real_cst' -> 'reference_type' of 'real_type'

2020-12-15 Thread Thomas Schwinge
Hi! In a development branch based on devel/omp/gcc-10 branch (og10), which is based on releases/gcc-10 branch, I'm running into the following issue. But: the master branch code seems to look the same. Given a specific scenario, we run into an ICE: during GIMPLE pass: oaccdevlow dump file

Re: Question about 'gcc/fold-const.c:fold_convert_loc' for 'real_cst' -> 'reference_type' of 'real_type'

2020-12-15 Thread Jakub Jelinek via Gcc
On Tue, Dec 15, 2020 at 05:02:24PM +0100, Thomas Schwinge wrote: > Per the 'fold_convert_loc' code (cited below), we see that for 'type' of > 'case INTEGER_TYPE' etc. -- which 'type' of 'case REFERENCE_TYPE' does > "fall through" into -- we do not handle 'arg' of 'REAL_CST' like we do > for 'type'

CC0 removal branch

2020-12-15 Thread Segher Boessenkool
Hi! I have updated my CC0 removal branch I started in 2019: refs/users/segher/heads/cc0 (yes I know this needs some patch series work; this branch rebases). I have tested it all on powerpc*, and sill test it with cross-compilers to all Linux targets later today. I already know one problem that

Re: CC0 removal branch

2020-12-15 Thread Jeff Law via Gcc
On 12/15/20 10:27 AM, Segher Boessenkool wrote: > Hi! > > I have updated my CC0 removal branch I started in 2019: > refs/users/segher/heads/cc0 > (yes I know this needs some patch series work; this branch rebases). > > I have tested it all on powerpc*, and sill test it with cross-compilers > t