[Bug tree-optimization/97079] [11 Regression] aarch64, SVE: ICE in SLP recognizer since r11-3148-g8d3767c30240c901a493d82d9d20f306b2f0152d

2020-09-17 Thread acoplan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97079 --- Comment #2 from Alex Coplan --- Ah, yes, the ICE re-appears immediately prior to r11-3095-g47ddf4c7b1d4471cb9534f27844ab5e4279c2168, so the bug was temporarily hidden on trunk. I'll do another bisect, thanks.

[Bug libbacktrace/97082] New: new test 'test' fails for Mach-O/Darwin.

2020-09-17 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97082 Bug ID: 97082 Summary: new test 'test' fails for Mach-O/Darwin. Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libbacktr

[Bug libbacktrace/97082] new test 'mtest' fails for Mach-O/Darwin.

2020-09-17 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97082 Iain Sandoe changed: What|Removed |Added Ever confirmed|0 |1 Target|

[Bug middle-end/97073] [8/9/10/11 Regression] Miscompilation with -m32 -O1 -march=i686

2020-09-17 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97073 Uroš Bizjak changed: What|Removed |Added Component|target |middle-end --- Comment #2 from Uroš Bizjak

[Bug tree-optimization/97075] [11 regression] powerpc64 vector tests fails after r11-3230

2020-09-17 Thread linkw at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97075 --- Comment #3 from Kewen Lin --- (In reply to akrl from comment #2) > Thanks Kewen, unfortunately I've no Power setup. Sorry for the > inconvenience. My pleasure! If you have interests to run on Power machines, you can apply and use some Power

[Bug fortran/95654] nvptx offloading: FAIL: libgomp.fortran/pr66199-5.f90 -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions execution test

2020-09-17 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95654 --- Comment #10 from Tobias Burnus --- (In reply to Tobias Burnus from comment #9) > See also thread at: > https://gcc.gnu.org/pipermail/gcc-patches/2020-September/thread.html#554054 Regarding the patch there, the proper way is to adapt can_du

[Bug c/97083] New: __builtin_lround and _builtin_llround not replaced with fcvtas on aarch64

2020-09-17 Thread linux at carewolf dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97083 Bug ID: 97083 Summary: __builtin_lround and _builtin_llround not replaced with fcvtas on aarch64 Product: gcc Version: 10.2.1 Status: UNCONFIRMED Severity: norm

[Bug tree-optimization/97075] [11 regression] powerpc64 vector tests fails after r11-3230

2020-09-17 Thread linkw at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97075 --- Comment #4 from Kewen Lin --- > gcc.target/powerpc/p9-vec-length-full-6.c This is a test case issue, 64bit/32bit pairs will use full vector instead of partial vector as Andrea's improvement. > gcc.target/powerpc/p9-vec-length-epil-7.c It e

[Bug target/96313] [AArch64] vqmovun* return types should be unsigned

2020-09-17 Thread david.spickett at linaro dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96313 David Spickett changed: What|Removed |Added CC||david.spickett at linaro dot org --- C

[Bug target/96313] [AArch64] vqmovun* return types should be unsigned

2020-09-17 Thread david.spickett at linaro dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96313 --- Comment #4 from David Spickett --- I've been fixing this for clang so here is a test file in case it's any help. gcc version 11.0.0 20200609 (experimental) Ubuntu 16.04.7 LTS running on x86_64 $ ./aarch64-none-elf-g++ -v Using built-in spec

[Bug tree-optimization/97079] [11 Regression] aarch64, SVE: ICE in SLP recognizer since r11-3148-g8d3767c30240c901a493d82d9d20f306b2f0152d

2020-09-17 Thread acoplan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97079 --- Comment #3 from Alex Coplan --- It seems this was introduced with r11-2817-gcdb2e365fc0dba2ee052827e5ca65234ca82d605: commit cdb2e365fc0dba2ee052827e5ca65234ca82d605 Author: Martin Liska Date: Fri Jul 31 09:53:39 2020 SLP: support en

[Bug fortran/95654] nvptx offloading: FAIL: libgomp.fortran/pr66199-5.f90 -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions execution test

2020-09-17 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95654 Tom de Vries changed: What|Removed |Added CC||rguenth at gcc dot gnu.org --- Comment #1

[Bug d/96989] SSA_NAMEs in Wuninitialized warning messages after r11-959

2020-09-17 Thread ibuclaw at gdcproject dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96989 --- Comment #4 from Iain Buclaw --- Created attachment 49233 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=49233&action=edit d tree printer Very minimal tree printing support just to cover SSA_NAME and MEM_REF nodes. I'm not entirely con

[Bug fortran/97084] New: Openmp + Allocatable String Crashes

2020-09-17 Thread wddawson at ucdavis dot edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97084 Bug ID: 97084 Summary: Openmp + Allocatable String Crashes Product: gcc Version: 10.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran

[Bug tree-optimization/94621] [9 Regression] GCC 9.2.1 segfaults when compiling file with -O3 since r9-5354

2020-09-17 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94621 Jakub Jelinek changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug middle-end/97078] [11 Regression] ICE in set_rtl building glibc tests with -ffloat-store

2020-09-17 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97078 --- Comment #3 from CVS Commits --- The master branch has been updated by Eric Botcazou : https://gcc.gnu.org/g:225a08220e444371ae4867b3e2ace275d30af3d3 commit r11-3257-g225a08220e444371ae4867b3e2ace275d30af3d3 Author: Eric Botcazou Date: Th

[Bug middle-end/97078] [11 Regression] ICE in set_rtl building glibc tests with -ffloat-store

2020-09-17 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97078 Eric Botcazou changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug debug/97060] Missing DW_AT_declaration=1 in dwarf data

2020-09-17 Thread jolsa at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97060 --- Comment #9 from Jiri Olsa --- (In reply to Jakub Jelinek from comment #6) > Also, to avoid confusion, upstream 10 branch is not affected, but in 10-RH > we've backported the PR96383 changes from the trunk. Is this gcc going to RHEL8? that co

[Bug fortran/93423] [8/9/10/11 Regression] ICE on invalid with argument list for module procedure

2020-09-17 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93423 --- Comment #7 from CVS Commits --- The master branch has been updated by Tobias Burnus : https://gcc.gnu.org/g:c12facd22881517127ebbe213d7ecc7fc1fcea4e commit r11-3259-gc12facd22881517127ebbe213d7ecc7fc1fcea4e Author: Tobias Burnus Date: Th

[Bug fortran/96041] [11 regression] ICE in gfortran.dg/pr93423.f90 after r11-1792

2020-09-17 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96041 --- Comment #10 from CVS Commits --- The master branch has been updated by Tobias Burnus : https://gcc.gnu.org/g:c12facd22881517127ebbe213d7ecc7fc1fcea4e commit r11-3259-gc12facd22881517127ebbe213d7ecc7fc1fcea4e Author: Tobias Burnus Date: T

[Bug fortran/89891] [meta-bug] Accessing memory in rejected statements or expressions

2020-09-17 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89891 Bug 89891 depends on bug 96041, which changed state. Bug 96041 Summary: [11 regression] ICE in gfortran.dg/pr93423.f90 after r11-1792 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96041 What|Removed |Added --

[Bug fortran/96041] [11 regression] ICE in gfortran.dg/pr93423.f90 after r11-1792

2020-09-17 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96041 Tobias Burnus changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug other/86656] [meta-bug] Issues found with -fsanitize=address

2020-09-17 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86656 Bug 86656 depends on bug 96041, which changed state. Bug 96041 Summary: [11 regression] ICE in gfortran.dg/pr93423.f90 after r11-1792 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96041 What|Removed |Added --

[Bug fortran/93423] [8/9/10/11 Regression] ICE on invalid with argument list for module procedure

2020-09-17 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93423 Bug 93423 depends on bug 96041, which changed state. Bug 96041 Summary: [11 regression] ICE in gfortran.dg/pr93423.f90 after r11-1792 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96041 What|Removed |Added --

[Bug debug/97060] Missing DW_AT_declaration=1 in dwarf data

2020-09-17 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97060 --- Comment #10 from Jakub Jelinek --- RHEL8 uses gcc 8 which is not affected (unless one uses DTS/GTS). Also, it is unclear for what in particular pahole or what wants to use DW_AT_declaration. DW_TAG_subprogram of a real definition (that hasn't

[Bug debug/97060] Missing DW_AT_declaration=1 in dwarf data

2020-09-17 Thread jolsa at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97060 --- Comment #11 from Jiri Olsa --- (In reply to Jakub Jelinek from comment #10) > RHEL8 uses gcc 8 which is not affected (unless one uses DTS/GTS). > Also, it is unclear for what in particular pahole or what wants to use > DW_AT_declaration. pah

[Bug tree-optimization/97085] New: [11 Regression] aarch64, SVE: ICE in gimple_expand_vec_cond_expr since r11-2610-ga1ee6d507b

2020-09-17 Thread acoplan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97085 Bug ID: 97085 Summary: [11 Regression] aarch64, SVE: ICE in gimple_expand_vec_cond_expr since r11-2610-ga1ee6d507b Product: gcc Version: 11.0 Status: UNCONFIRMED

[Bug c++/97086] New: aix: ceilf and truncf do not preserve the sign bit when output is rounded to 0

2020-09-17 Thread mfarazma.ext at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97086 Bug ID: 97086 Summary: aix: ceilf and truncf do not preserve the sign bit when output is rounded to 0 Product: gcc Version: 8.3.0 Status: UNCONFIRMED Severity:

[Bug c++/96410] A lambda with a template parameter list inside the template function using C++20 requires clauses is not usable in a constant expression

2020-09-17 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96410 --- Comment #4 from CVS Commits --- The master branch has been updated by Patrick Palka : https://gcc.gnu.org/g:b28b621ac67beee81a47adb50b954bcf751570fd commit r11-3261-gb28b621ac67beee81a47adb50b954bcf751570fd Author: Patrick Palka Date: Th

[Bug c++/96409] A lambda with a template parameter list inside the template function using C++20 nested requirements clauses occurs internal compiler error

2020-09-17 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96409 --- Comment #4 from CVS Commits --- The master branch has been updated by Patrick Palka : https://gcc.gnu.org/g:b28b621ac67beee81a47adb50b954bcf751570fd commit r11-3261-gb28b621ac67beee81a47adb50b954bcf751570fd Author: Patrick Palka Date: Th

[Bug debug/97060] Missing DW_AT_declaration=1 in dwarf data

2020-09-17 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97060 Jakub Jelinek changed: What|Removed |Added CC||jason at gcc dot gnu.org --- Comment #12

[Bug fortran/95654] nvptx offloading: FAIL: libgomp.fortran/pr66199-5.f90 -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions execution test

2020-09-17 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95654 --- Comment #12 from Tom de Vries --- (In reply to Tom de Vries from comment #7) > Minimal example after commit 91347c3bbf7 "Fortran: OpenMP - fix simd with > (last)private (PR97061)": > ... > ! { dg-do run }

[Bug c++/55776] -Wshadow generates an incorrect warning with enum classes

2020-09-17 Thread ian.s.mcinerney at ieee dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55776 Ian McInerney changed: What|Removed |Added CC||ian.s.mcinerney at ieee dot org --- Comm

[Bug c++/97051] Evaluating is_constant_evaluated in requires clause fails

2020-09-17 Thread ppalka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97051 Patrick Palka changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug preprocessor/96935] [9/10 Regression] ICE in subspan, at input.h:69

2020-09-17 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96935 --- Comment #9 from CVS Commits --- The releases/gcc-10 branch has been updated by Marek Polacek : https://gcc.gnu.org/g:d01c3def63caf59d1d156aec8d52a1540e5ffe27 commit r10-8772-gd01c3def63caf59d1d156aec8d52a1540e5ffe27 Author: Marek Polacek D

[Bug preprocessor/96935] [9 Regression] ICE in subspan, at input.h:69

2020-09-17 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96935 Marek Polacek changed: What|Removed |Added Summary|[9/10 Regression] ICE in|[9 Regression] ICE in

[Bug debug/93888] Incorrect DW_AT_location generated for copy-constructed function argument

2020-09-17 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93888 --- Comment #9 from CVS Commits --- The releases/gcc-8 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:777fa0a232a6bfc7ed3827f35322ec740fe714e9 commit r8-10457-g777fa0a232a6bfc7ed3827f35322ec740fe714e9 Author: Jakub Jelinek Da

[Bug rtl-optimization/94002] [9/10 Regression] ICE: in decompose, at rtl.h:2279 with -O -fPIC -fno-tree-dce -fno-tree-reassoc

2020-09-17 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94002 --- Comment #7 from CVS Commits --- The releases/gcc-8 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:3549a5cabdfd4ebb197da99f247d0abad0ba55b5 commit r8-10455-g3549a5cabdfd4ebb197da99f247d0abad0ba55b5 Author: Jakub Jelinek Da

[Bug target/94046] cast to __m256d in mask argument of avx2 float gather intrinsics

2020-09-17 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94046 --- Comment #8 from CVS Commits --- The releases/gcc-8 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:5dd7682887c959a10d5d1d4d7ad7b4a0950805d2 commit r8-10456-g5dd7682887c959a10d5d1d4d7ad7b4a0950805d2 Author: Jakub Jelinek Da

[Bug tree-optimization/94130] [8 Regression] Unintended result with optimization option when assigning two structures, memset and 0

2020-09-17 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94130 --- Comment #12 from CVS Commits --- The releases/gcc-8 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:9001bc36447e015283a5f1a0a924bd355f9d9df3 commit r8-10463-g9001bc36447e015283a5f1a0a924bd355f9d9df3 Author: Jakub Jelinek D

[Bug debug/94167] [8 Regression] pr71109.c -fcompare-debug failures on x86_64 and powerpc64le

2020-09-17 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94167 --- Comment #8 from CVS Commits --- The releases/gcc-8 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:7fdfea793bdf47510a8ac6ff11dbf46288ae47a6 commit r8-10468-g7fdfea793bdf47510a8ac6ff11dbf46288ae47a6 Author: Jakub Jelinek Da

[Bug target/94121] ICE on aarch64-linux-gnu: in abs_hwi, at hwint.h:324

2020-09-17 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94121 --- Comment #11 from CVS Commits --- The releases/gcc-8 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:ce8325e77d923a11dce089a7ef3a24b4737bf95f commit r8-10466-gce8325e77d923a11dce089a7ef3a24b4737bf95f Author: Jakub Jelinek D

[Bug target/94134] pdp11-aout puts initial variable into .text section rather than .data

2020-09-17 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94134 --- Comment #15 from CVS Commits --- The releases/gcc-8 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:4910b2e4cfe25c95fef18cf54125b788c190cfb2 commit r8-10462-g4910b2e4cfe25c95fef18cf54125b788c190cfb2 Author: Jakub Jelinek D

[Bug middle-end/93566] [8 Regression] tree-nested.c ICE on C OpenMP array section reduction

2020-09-17 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93566 --- Comment #8 from CVS Commits --- The releases/gcc-8 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:434ddc50ba49442e655c34d85cedd358110e4266 commit r8-10467-g434ddc50ba49442e655c34d85cedd358110e4266 Author: Jakub Jelinek Da

[Bug tree-optimization/94114] [8 Regression] ICE in gimplify_modify_expr, at gimplify.c:5936

2020-09-17 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94114 --- Comment #6 from CVS Commits --- The releases/gcc-8 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:8d5332862e86edb92f27bd136ccd9fdba3524039 commit r8-10459-g8d5332862e86edb92f27bd136ccd9fdba3524039 Author: Jakub Jelinek Da

[Bug c/94172] [arm-none-eabi] ICE in expand_debug_locations, at cfgexpand.c:5403

2020-09-17 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94172 --- Comment #13 from CVS Commits --- The releases/gcc-8 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:cac1949a51e25360a7fd7dc8f473997b7ca048a9 commit r8-10470-gcac1949a51e25360a7fd7dc8f473997b7ca048a9 Author: Jakub Jelinek D

[Bug middle-end/93399] [8 Regression] Annotate assembler option failure

2020-09-17 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93399 --- Comment #13 from CVS Commits --- The releases/gcc-8 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:c035257d1f775f44359fe55ceb3d018a68d87114 commit r8-10458-gc035257d1f775f44359fe55ceb3d018a68d87114 Author: Jakub Jelinek D

[Bug c++/90995] [8 Regression] ICE in grokdeclarator, at cp/decl.c:12024

2020-09-17 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90995 --- Comment #11 from CVS Commits --- The releases/gcc-8 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:feb0b5e3339e3b3f710c4f82d5997c1cd6af67ae commit r8-10469-gfeb0b5e3339e3b3f710c4f82d5997c1cd6af67ae Author: Jakub Jelinek D

[Bug tree-optimization/94211] [8 Regression] -fcompare-debug failure on phi-opt-13.c

2020-09-17 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94211 --- Comment #8 from CVS Commits --- The releases/gcc-8 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:2b0aaa4970a8d174b00fb98b4d24550d1c9a4e3a commit r8-10471-g2b0aaa4970a8d174b00fb98b4d24550d1c9a4e3a Author: Jakub Jelinek Da

[Bug c++/93931] ICE using lambda capture in openMP parallel for reduction

2020-09-17 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93931 --- Comment #6 from CVS Commits --- The releases/gcc-8 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:4ef4c88af7007ff0563e65269e1807b1ba30085d commit r8-10472-g4ef4c88af7007ff0563e65269e1807b1ba30085d Author: Jakub Jelinek Da

[Bug target/94121] ICE on aarch64-linux-gnu: in abs_hwi, at hwint.h:324

2020-09-17 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94121 --- Comment #10 from CVS Commits --- The releases/gcc-8 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:5f6826f724348c4e1317c15ea4cea01d5604fc39 commit r8-10461-g5f6826f724348c4e1317c15ea4cea01d5604fc39 Author: Jakub Jelinek D

[Bug middle-end/94111] Wrong constant folding: decimal floating-point infinity casted to double -> zero

2020-09-17 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94111 --- Comment #7 from CVS Commits --- The releases/gcc-8 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:8b53a85254e91903018498d70b59928b0d1dd9f9 commit r8-10460-g8b53a85254e91903018498d70b59928b0d1dd9f9 Author: Jakub Jelinek Da

[Bug debug/94283] [8 Regression] gcc: error: gcc/testsuite/gcc.dg/fold-bopcond-1.c: ‘-fcompare-debug’ failure since r7-4804-gb54819879e0518b3

2020-09-17 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94283 --- Comment #10 from CVS Commits --- The releases/gcc-8 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:c9790fa67882765eb293774e629cd071de857952 commit r8-10473-gc9790fa67882765eb293774e629cd071de857952 Author: Jakub Jelinek D

[Bug c/97087] New: [11 regression] 70x slow -O3

2020-09-17 Thread dimhen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97087 Bug ID: 97087 Summary: [11 regression] 70x slow -O3 Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c Assignee:

[Bug c/97087] [11 regression] 70x slow -O3

2020-09-17 Thread dimhen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97087 --- Comment #1 from Dmitry G. Dyachenko --- Created attachment 49235 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=49235&action=edit unreduced file preprocessed openssl-1.1.0 crypto/blake2/blake2s.c compilition aborted after ~1h

[Bug libstdc++/97088] New: 17_intro/names.cc and experimental/names.cc fail with --disable-libstdcxx-pch

2020-09-17 Thread clyon at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97088 Bug ID: 97088 Summary: 17_intro/names.cc and experimental/names.cc fail with --disable-libstdcxx-pch Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: no

[Bug fortran/95654] nvptx offloading: FAIL: libgomp.fortran/pr66199-5.f90 -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions execution test

2020-09-17 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95654 --- Comment #13 from Tom de Vries --- (In reply to Tom de Vries from comment #11) > My guess at this point, is that duplicating the block with VOTE_ANY has the > effect that the JIT compiler doesn't recognize control flow divergence > before XCHG

[Bug tree-optimization/97089] New: [11 regression] execution FAILs for gfortran.dg/array_constructor_11.f90 after r11-3258

2020-09-17 Thread seurer at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97089 Bug ID: 97089 Summary: [11 regression] execution FAILs for gfortran.dg/array_constructor_11.f90 after r11-3258 Product: gcc Version: 11.0 Status: UNCONFIRMED Se

[Bug analyzer/97090] New: gcc.dg/analyzer/malloc-vs-local-1b.c fails on arm

2020-09-17 Thread clyon at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97090 Bug ID: 97090 Summary: gcc.dg/analyzer/malloc-vs-local-1b.c fails on arm Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug preprocessor/96935] [9 Regression] ICE in subspan, at input.h:69

2020-09-17 Thread jan.smets at nokia dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96935 --- Comment #11 from Jan Smets --- Thanks. Fix verified.

[Bug libstdc++/97091] New: Demangling the name of the type of a lambda accepting variadic auto parameters fails

2020-09-17 Thread dominik.muth at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97091 Bug ID: 97091 Summary: Demangling the name of the type of a lambda accepting variadic auto parameters fails Product: gcc Version: 11.0 Status: UNCONFIRMED Sever

[Bug libstdc++/97088] 17_intro/names.cc and experimental/names.cc fail with --disable-libstdcxx-pch

2020-09-17 Thread joseph at codesourcery dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97088 --- Comment #1 from joseph at codesourcery dot com --- On Thu, 17 Sep 2020, clyon at gcc dot gnu.org wrote: > This happens because the testcase does > #define x ( > and "x" is used as parameter names in several function prototypes in newlib's >

[Bug tree-optimization/96295] [11 Regression] -Wmaybe-uninitialized warning for range operator with reference to an empty struct

2020-09-17 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96295 Martin Sebor changed: What|Removed |Added CC||vincent.lebourlot@starqube.

[Bug sanitizer/97067] UBSAN: False positive maybe-uninitialized

2020-09-17 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97067 Martin Sebor changed: What|Removed |Added Resolution|--- |DUPLICATE CC|

[Bug middle-end/24639] [meta-bug] bug to track all Wuninitialized issues

2020-09-17 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24639 Bug 24639 depends on bug 97067, which changed state. Bug 97067 Summary: UBSAN: False positive maybe-uninitialized https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97067 What|Removed |Added --

[Bug target/97086] aix: ceilf and truncf do not preserve the sign bit when output is rounded to 0

2020-09-17 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97086 Andrew Pinski changed: What|Removed |Added Component|c++ |target --- Comment #1 from Andrew Pinski

[Bug target/97083] __builtin_lround and _builtin_llround not replaced with fcvtas on aarch64

2020-09-17 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97083 Andrew Pinski changed: What|Removed |Added Keywords||missed-optimization Severity|n

[Bug rtl-optimization/97092] New: [10/11 Regression] aarch64, SVE: ICE in ira-color.c since r10-4752-g2d56600c

2020-09-17 Thread acoplan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97092 Bug ID: 97092 Summary: [10/11 Regression] aarch64, SVE: ICE in ira-color.c since r10-4752-g2d56600c Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: nor

[Bug c++/97093] New: ICE on C++20 code: memory corruption when chaining requirements (in hashtab_chk_error, at hash-table.c:137)

2020-09-17 Thread dimitri.gorokhovik at free dot fr
few times to see. Defining BUG to > 0 and setting -fconcepts-diagnostics-depth to > 2 are required to reproduce. Version: g++ (GCC) 11.0.0 20200917 (experimental) Output from the compiler: dgorokho@desktop:~/Sources/Rete$ /home/dgorokho/gcc-trunk/trunk/dist/bin/g++ -std=c++20 -fconce

[Bug c++/90995] [8 Regression] ICE in grokdeclarator, at cp/decl.c:12024

2020-09-17 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90995 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug middle-end/93399] [8 Regression] Annotate assembler option failure

2020-09-17 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93399 Jakub Jelinek changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug middle-end/93566] [8 Regression] tree-nested.c ICE on C OpenMP array section reduction

2020-09-17 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93566 Jakub Jelinek changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug fortran/93553] ICE in scan_omp_1_op, at omp-low.c:3485

2020-09-17 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93553 Jakub Jelinek changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug target/94046] cast to __m256d in mask argument of avx2 float gather intrinsics

2020-09-17 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94046 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/93931] ICE using lambda capture in openMP parallel for reduction

2020-09-17 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93931 Jakub Jelinek changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug tree-optimization/94114] [8 Regression] ICE in gimplify_modify_expr, at gimplify.c:5936

2020-09-17 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94114 Jakub Jelinek changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug middle-end/94111] Wrong constant folding: decimal floating-point infinity casted to double -> zero

2020-09-17 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94111 Jakub Jelinek changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug target/94121] ICE on aarch64-linux-gnu: in abs_hwi, at hwint.h:324

2020-09-17 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94121 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug tree-optimization/94130] [8 Regression] Unintended result with optimization option when assigning two structures, memset and 0

2020-09-17 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94130 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug target/94134] pdp11-aout puts initial variable into .text section rather than .data

2020-09-17 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94134 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c/94172] [arm-none-eabi] ICE in expand_debug_locations, at cfgexpand.c:5403

2020-09-17 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94172 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug debug/94167] [8 Regression] pr71109.c -fcompare-debug failures on x86_64 and powerpc64le

2020-09-17 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94167 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug tree-optimization/94211] [8 Regression] -fcompare-debug failure on phi-opt-13.c

2020-09-17 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94211 Jakub Jelinek changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug debug/94283] [8 Regression] gcc: error: gcc/testsuite/gcc.dg/fold-bopcond-1.c: ‘-fcompare-debug’ failure since r7-4804-gb54819879e0518b3

2020-09-17 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94283 Jakub Jelinek changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug middle-end/94303] [8 Regression] Program result error When using global object array (partially initialized with a special constructor, and the rest with the default constructor)

2020-09-17 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94303 Jakub Jelinek changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug sanitizer/94325] [8/9 Regression] UBSAN: "invalid vptr" false positive for virtual inheritance with -fno-sanitize-recover=all

2020-09-17 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94325 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug tree-optimization/94329] [8 Regression] error: use_only.f90: ‘-fcompare-debug’ failure (length)

2020-09-17 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94329 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug target/94438] [8/9 Regression] ICE: verify_gimple failed: position plus size exceeds size of referenced object in 'bit_field_ref' with -mavx512vbmi -mavx512vl

2020-09-17 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94438 Jakub Jelinek changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug middle-end/94412] [8 Regression] wrong code with vectors

2020-09-17 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94412 Jakub Jelinek changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug debug/94459] Missing c++ debug information for 'auto&' return type

2020-09-17 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94459 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug target/94460] wrong code with __builtin_ia32_phsubw256() or __builtin_ia32_phsubd256()

2020-09-17 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94460 Jakub Jelinek changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug target/94488] [AArch64] ICE on right shift of V2DImode by DImode shift

2020-09-17 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94488 Jakub Jelinek changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug target/94509] wrong code with -mavx512bw and __builtin_shuffle()

2020-09-17 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94509 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug tree-optimization/94524] [8/9 Regression] wrong code with vector modulo operation since r0-117580

2020-09-17 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94524 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/94571] Error: Expected comma or semicolon, comma found

2020-09-17 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94571 Jakub Jelinek changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug rtl-optimization/94618] [8/9 Regression] '-fcompare-debug' failure (length) with -O2 -fnon-call-exceptions since r8-565-g7581ce9a1ad6df9c

2020-09-17 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94618 Jakub Jelinek changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug c/94641] -Wpadded -fsanitize=undefined together cause warning on main()

2020-09-17 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94641 Jakub Jelinek changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug c/94705] [8/9 Regression] internal compiler error: tree check: expected class ‘type’, have ‘exceptional’ (error_mark) in diag_attr_exclusions, at attribs.c:396 since r8-5161

2020-09-17 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94705 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug target/94710] [8/9 Regression] Assembler messages: Error: operand out of range (4 is not between 0 and 3) (xxsldwi 0,32,33,4)

2020-09-17 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94710 --- Comment #12 from Jakub Jelinek --- Worked around for 8.5 in r8-10491-gb3a45adc90bbbdf7a62e9ff301b32f43ba93cdad and for 9.4+ by the above commit.

[Bug c++/94742] [8/9 Regression] Incorrect "no return statement" warning with [[noreturn]] and __FUNCTION__

2020-09-17 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94742 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

  1   2   >