[Bug c/97261] gcc-10 produces invalid -Warray-bounds warning

2020-09-30 Thread gccbugs at dima dot secretsauce.net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97261 --- Comment #1 from Dima Kogan --- Created attachment 49294 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=49294=edit Code to demo the issue

[Bug c/97261] New: gcc-10 produces invalid -Warray-bounds warning

2020-09-30 Thread gccbugs at dima dot secretsauce.net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97261 Bug ID: 97261 Summary: gcc-10 produces invalid -Warray-bounds warning Product: gcc Version: 10.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug c++/90210] [C++17] CTAD forbidding explicit deduction guide for copy-list-initialization

2020-09-30 Thread mpolacek at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90210 Marek Polacek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/90210] [C++17] CTAD forbidding explicit deduction guide for copy-list-initialization

2020-09-30 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90210 --- Comment #1 from CVS Commits --- The master branch has been updated by Marek Polacek : https://gcc.gnu.org/g:cf7dae01734eea0dfb4c387e4cd40e1f9a682f56 commit r11-3574-gcf7dae01734eea0dfb4c387e4cd40e1f9a682f56 Author: Marek Polacek Date:

[Bug tree-optimization/97260] [9/10/11 regression] memcmp of constant string and local constant array not folded

2020-09-30 Thread msebor at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97260 --- Comment #2 from Martin Sebor --- Bisection points to r200211 as the first commit after which the call wasn't folded: commit 6a6dac5293ee21d9aed0d394a0cb23948bb1efad Author: Jan Hubicka Date: Wed Jun 19 20:06:12 2013 +0200 cgraph.h

[Bug tree-optimization/97260] [9/10/11 regression] memcmp of constant string and local constant array not folded

2020-09-30 Thread msebor at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97260 Martin Sebor changed: What|Removed |Added Known to work||4.8.5 Known to fail|

[Bug tree-optimization/97260] New: memcmp of constant string and local constant array not folded

2020-09-30 Thread msebor at gcc dot gnu.org via Gcc-bugs
callmemcmp addq$24, %rsp .cfi_def_cfa_offset 8 ret .cfi_endproc .LFE0: .size f, .-f .ident "GCC: (GNU) 11.0.0 20200930 (experimental)" .section.note.GNU-stack,"",@progbits

[Bug target/97259] New: Incorrect ENQCMD and ENQCMDS patterns

2020-09-30 Thread hjl.tools at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97259 Bug ID: 97259 Summary: Incorrect ENQCMD and ENQCMDS patterns Product: gcc Version: 10.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target

[Bug analyzer/97258] New: -fanalyze fails to analyze static callbacks

2020-09-30 Thread dmalcolm at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97258 Bug ID: 97258 Summary: -fanalyze fails to analyze static callbacks Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug analyzer/95188] analyzer-unsafe-call-within-signal-handler shows wrong statement for signal registration event

2020-09-30 Thread mark at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95188 --- Comment #10 from Mark Wielaard --- Created attachment 49293 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=49293=edit supergraph > Mark: please can you add -fdump-analyzer-supergraph to the arguments and > attach > the

[Bug target/97257] FAIL: gcc.target/i386/movdir64b.c (test for excess errors)

2020-09-30 Thread hjl.tools at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97257 H.J. Lu changed: What|Removed |Added See Also||https://sourceware.org/bugz

[Bug fortran/86117] bogus warning maybe-uninitialized with class(*) and source argument in allocate

2020-09-30 Thread damian at sourceryinstitute dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86117 Damian Rouson changed: What|Removed |Added CC||damian at sourceryinstitute dot or

[Bug libgomp/81688] libgomp.c/target-3{3,4}.c fails: GOMP_OFFLOAD_async_run unimplemented for nvptx

2020-09-30 Thread vries at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81688 Tom de Vries changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/90931] [nvptx] FAIL: gcc.c-torture/execute/pr78675.c -O1 execution test

2020-09-30 Thread vries at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90931 Tom de Vries changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug bootstrap/97183] zstd build failure for gcc 10 on Ubuntu 16.04

2020-09-30 Thread wilson at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97183 Jim Wilson changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug bootstrap/97183] zstd build failure for gcc 10 on Ubuntu 16.04

2020-09-30 Thread wilson at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97183 --- Comment #7 from Jim Wilson --- Fixed on mainline and the gcc-10 branch.

[Bug bootstrap/97183] zstd build failure for gcc 10 on Ubuntu 16.04

2020-09-30 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97183 --- Comment #6 from CVS Commits --- The releases/gcc-10 branch has been updated by Jim Wilson : https://gcc.gnu.org/g:9d85b9880e1772ead961c7b5a2bd8caab57815bf commit r10-8831-g9d85b9880e1772ead961c7b5a2bd8caab57815bf Author: Jim Wilson Date:

[Bug middle-end/97189] [11 Regression] ICE in attr_access::array_as_string at gcc/attribs.c:2276 since r11-3303-g6450f07388f9fe57

2020-09-30 Thread msebor at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97189 Martin Sebor changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c/97206] [11 Regression] internal compiler error: in composite_type, at c/c-typeck.c:447 since r11-3303-g6450f07388f9fe57

2020-09-30 Thread msebor at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97206 Martin Sebor changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug middle-end/97189] [11 Regression] ICE in attr_access::array_as_string at gcc/attribs.c:2276 since r11-3303-g6450f07388f9fe57

2020-09-30 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97189 --- Comment #1 from CVS Commits --- The master branch has been updated by Martin Sebor : https://gcc.gnu.org/g:7dbc7ad524a540e34ce25d120d0968f36c571bbb commit r11-3571-g7dbc7ad524a540e34ce25d120d0968f36c571bbb Author: Martin Sebor Date: Wed

[Bug c/97206] [11 Regression] internal compiler error: in composite_type, at c/c-typeck.c:447 since r11-3303-g6450f07388f9fe57

2020-09-30 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97206 --- Comment #8 from CVS Commits --- The master branch has been updated by Martin Sebor : https://gcc.gnu.org/g:e808f3fdfa8f31066da19011b55acb8c0446c72d commit r11-3570-ge808f3fdfa8f31066da19011b55acb8c0446c72d Author: Martin Sebor Date: Wed

[Bug middle-end/95673] missing -Wstring-compare for an impossible strncmp test

2020-09-30 Thread msebor at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95673 Martin Sebor changed: What|Removed |Added Blocks||83819 --- Comment #6 from Martin Sebor

[Bug c++/92271] for consistency, __is_same_as should be named __is_same

2020-09-30 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92271 --- Comment #4 from CVS Commits --- The master branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:73ae6eb572515ad627b575a7fbdfdd47a4368e1c commit r11-3569-g73ae6eb572515ad627b575a7fbdfdd47a4368e1c Author: Jonathan Wakely Date:

[Bug tree-optimization/97225] Failure to optimize out conditional addition of zero

2020-09-30 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97225 Andrew Pinski changed: What|Removed |Added Severity|normal |enhancement

[Bug libstdc++/95788] std::ranges::construct_at's placement new not intercepted

2020-09-30 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95788 Patrick Palka changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |ppalka at gcc dot gnu.org

[Bug target/97257] New: FAIL: gcc.target/i386/movdir64b.c (test for excess errors)

2020-09-30 Thread hjl.tools at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97257 Bug ID: 97257 Summary: FAIL: gcc.target/i386/movdir64b.c (test for excess errors) Product: gcc Version: 8.4.0 Status: UNCONFIRMED Severity: normal

[Bug ipa/97235] [11 Regression] ICE in duplicate, at ipa-prop.c:4251 since r11-3478-gada353b87909fd6c

2020-09-30 Thread hubicka at ucw dot cz via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97235 --- Comment #2 from Jan Hubicka --- I am testing this fix. Problem is that when modref is disabled we never relase ipa-prop datastructures. 2020-09-30 Jan Hubicka * ipa-fnsummary.c: (pass_free_fnsummary:execute): Call

[Bug target/96827] [10/11 Regression] __m128i from _mm_set_epi32 is backwards with -O3

2020-09-30 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96827 --- Comment #12 from CVS Commits --- The master branch has been updated by H.J. Lu : https://gcc.gnu.org/g:373b99dc40949efa697326f378e5022a02e0328b commit r11-3565-g373b99dc40949efa697326f378e5022a02e0328b Author: H.J. Lu Date: Wed Sep 30

[Bug middle-end/97189] [11 Regression] ICE in attr_access::array_as_string at gcc/attribs.c:2276 since r11-3303-g6450f07388f9fe57

2020-09-30 Thread msebor at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97189 Martin Sebor changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |msebor at gcc dot gnu.org

[Bug target/96827] [10/11 Regression] __m128i from _mm_set_epi32 is backwards with -O3

2020-09-30 Thread hjl.tools at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96827 H.J. Lu changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Bug tree-optimization/97255] [8/9/10/11 Regression] Vectorizer gives a boolean a value of 255

2020-09-30 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97255 Richard Biener changed: What|Removed |Added Component|c++ |tree-optimization

[Bug c++/97256] auto function return different result

2020-09-30 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97256 --- Comment #1 from Richard Biener --- possibly this returns a reference to a local variable which is undefined?

[Bug libgomp/96837] A false if clause in "omp parallel" seriously affects the performance

2020-09-30 Thread joel.hutton at arm dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96837 Joel Hutton changed: What|Removed |Added CC||joel.hutton at arm dot com --- Comment #5

[Bug target/96827] [10/11 Regression] __m128i from _mm_set_epi32 is backwards with -O3

2020-09-30 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96827 --- Comment #10 from Jakub Jelinek --- r11-3559-g97b798d80baf945ea28236eef3fa69f36626b579 (so that there is link to that commit).

[Bug target/94595] gcc.target/arm/thumb2-cond-cmp-*.c fail for cortex-m

2020-09-30 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94595 --- Comment #2 from CVS Commits --- The master branch has been updated by Christophe Lyon : https://gcc.gnu.org/g:ef11f5b37b0a62dbad9ed37613a3799dc98f6f8b commit r11-3564-gef11f5b37b0a62dbad9ed37613a3799dc98f6f8b Author: Christophe Lyon Date:

[Bug target/94595] gcc.target/arm/thumb2-cond-cmp-*.c fail for cortex-m

2020-09-30 Thread clyon at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94595 Christophe Lyon changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug target/96827] [10/11 Regression] __m128i from _mm_set_epi32 is backwards with -O3

2020-09-30 Thread joel.hutton at arm dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96827 Joel Hutton changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug target/97251] [10/11 Regression] arm: ICEs compiling pure-code/no-literal-pool.c with integer MVE

2020-09-30 Thread acoplan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97251 Alex Coplan changed: What|Removed |Added Target Milestone|--- |10.3

[Bug target/97252] [10/11 Regression] arm: ICE compiling pure-code/pr94538-2.c with MVE since r10-7293-g3eff57aa

2020-09-30 Thread acoplan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97252 Alex Coplan changed: What|Removed |Added Target Milestone|--- |10.3

[Bug target/96795] MVE: issue with polymorphism and integer promotion

2020-09-30 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96795 --- Comment #1 from CVS Commits --- The master branch has been updated by SRINATH PARVATHANENI : https://gcc.gnu.org/g:6bd4ce64eb48a72eca300cb52773e6101d646004 commit r11-3560-g6bd4ce64eb48a72eca300cb52773e6101d646004 Author: Srinath

[Bug libgomp/96837] A false if clause in "omp parallel" seriously affects the performance

2020-09-30 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96837 --- Comment #4 from CVS Commits --- The master branch has been updated by Joel Hutton : https://gcc.gnu.org/g:97b798d80baf945ea28236eef3fa69f36626b579 commit r11-3559-g97b798d80baf945ea28236eef3fa69f36626b579 Author: Joel Hutton Date: Wed

[Bug c++/97255] [8/9/10/11 Regression] Vectorizer gives a boolean a value of 255

2020-09-30 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97255 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/97256] New: auto function return different result

2020-09-30 Thread tangyixuan at mail dot dlut.edu.cn via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97256 Bug ID: 97256 Summary: auto function return different result Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug target/97251] [10/11 Regression] arm: ICEs compiling pure-code/no-literal-pool.c with integer MVE

2020-09-30 Thread acoplan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97251 Alex Coplan changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug sanitizer/97229] pointer-compare sanitizer is very slow due to __asan::IsAddressNearGlobal

2020-09-30 Thread mail at milianw dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97229 --- Comment #2 from Milian Wolff --- As I said, >99% of the samples point to this backtrace: ``` __sanitizer_ptr_cmp __asanCheckForInvalidPointerPair __asanCheckForInvalidPointerPair __asan::IsInvalidPointerPair

[Bug fortran/97242] Pointer assignment: Noncontiguous target to contiguous pointer wrongly accepted.

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

[Bug target/97184] Incorrect MOVDIRI and MOVDIR64B patterns

2020-09-30 Thread hjl.tools at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97184 H.J. Lu changed: What|Removed |Added Resolution|--- |FIXED Target Milestone|11.0

[Bug target/97184] Incorrect MOVDIRI and MOVDIR64B patterns

2020-09-30 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97184 --- Comment #5 from CVS Commits --- The releases/gcc-8 branch has been updated by H.J. Lu : https://gcc.gnu.org/g:b0e6f198547d423b24520c13e3c29f3712026fce commit r8-10556-gb0e6f198547d423b24520c13e3c29f3712026fce Author: H.J. Lu Date: Wed

[Bug target/97184] Incorrect MOVDIRI and MOVDIR64B patterns

2020-09-30 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97184 --- Comment #4 from CVS Commits --- The releases/gcc-9 branch has been updated by H.J. Lu : https://gcc.gnu.org/g:cbe1264d10f34d514cae5f002e0d717bbc8d32a3 commit r9-8959-gcbe1264d10f34d514cae5f002e0d717bbc8d32a3 Author: H.J. Lu Date: Wed

[Bug target/97184] Incorrect MOVDIRI and MOVDIR64B patterns

2020-09-30 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97184 --- Comment #3 from CVS Commits --- The releases/gcc-10 branch has been updated by H.J. Lu : https://gcc.gnu.org/g:021c792a36143f3aaaf27efc7190c6e59b56f084 commit r10-8829-g021c792a36143f3aaaf27efc7190c6e59b56f084 Author: H.J. Lu Date: Wed

[Bug c++/97255] New: Vectorizer gives a boolean a value of 255

2020-09-30 Thread iwans at xilinx dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97255 Bug ID: 97255 Summary: Vectorizer gives a boolean a value of 255 Product: gcc Version: 10.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug fortran/97045] A wrong column is selected when addressing individual elements of unlimited polymorphic dummy argument

2020-09-30 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97045 --- Comment #3 from CVS Commits --- The master branch has been updated by Paul Thomas : https://gcc.gnu.org/g:fcc4891d7f3bff1a3f7428f12830bc942989306c commit r11-3554-gfcc4891d7f3bff1a3f7428f12830bc942989306c Author: Paul Thomas Date: Wed

[Bug target/97184] Incorrect MOVDIRI and MOVDIR64B patterns

2020-09-30 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97184 --- Comment #2 from CVS Commits --- The master branch has been updated by H.J. Lu : https://gcc.gnu.org/g:46183c96d2aea8181efb6bc3cfdb221987fe002d commit r11-3552-g46183c96d2aea8181efb6bc3cfdb221987fe002d Author: H.J. Lu Date: Wed Sep 23

[Bug target/97250] Implement -march=x86-64-v2, -march=x86-64-v3, -march=x86-64-v4 for x86-64

2020-09-30 Thread fw at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97250 --- Comment #1 from Florian Weimer --- First patch committed (preparatory only): https://gcc.gnu.org/git/gitweb.cgi?p=gcc.git;h=92e652d8c21bd7e66c Second patch posted: https://gcc.gnu.org/pipermail/gcc-patches/2020-September/555174.html

[Bug target/97127] FMA3 code transformation leads to slowdown on Skylake

2020-09-30 Thread rsandifo at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97127 rsandifo at gcc dot gnu.org changed: What|Removed |Added CC||rsandifo at gcc dot

[Bug target/97254] New: [nvptx] Define PCC_BITFIELD_TYPE_MATTERS

2020-09-30 Thread vries at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97254 Bug ID: 97254 Summary: [nvptx] Define PCC_BITFIELD_TYPE_MATTERS Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target

[Bug c++/97253] [c++20] last character not shown when printing out std::array via -Wunused-local-typedefs

2020-09-30 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97253 Jonathan Wakely changed: What|Removed |Added Ever confirmed|0 |1 Keywords|

[Bug target/97150] [AArch64] 2nd parameter of unsigned Neon scalar shift intrinsics should be signed

2020-09-30 Thread ktkachov at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97150 ktkachov at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Ever

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

2020-09-30 Thread ktkachov at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96313 ktkachov at gcc dot gnu.org changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |ktkachov at gcc dot

[Bug target/97150] [AArch64] 2nd parameter of unsigned Neon scalar shift intrinsics should be signed

2020-09-30 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97150 --- Comment #3 from CVS Commits --- The master branch has been updated by Kyrylo Tkachov : https://gcc.gnu.org/g:2d8fbebdb1eaca8de557ab3052535a8e4b8f8972 commit r11-3548-g2d8fbebdb1eaca8de557ab3052535a8e4b8f8972 Author: Kyrylo Tkachov Date:

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

2020-09-30 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96313 --- Comment #5 from CVS Commits --- The master branch has been updated by Kyrylo Tkachov : https://gcc.gnu.org/g:135b043196b5575c690ef1e07bcbb49bf037c3a2 commit r11-3547-g135b043196b5575c690ef1e07bcbb49bf037c3a2 Author: Kyrylo Tkachov Date:

[Bug c++/97253] New: [c++20] last character not shown when printing out std::array via -Wunused-local-typedefs

2020-09-30 Thread dimitri.gorokhovik at free dot fr via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97253 Bug ID: 97253 Summary: [c++20] last character not shown when printing out std::array via -Wunused-local-typedefs Product: gcc Version: 11.0 Status: UNCONFIRMED

[Bug fortran/97242] Pointer assignment: Noncontiguous target to contiguous pointer wrongly accepted.

2020-09-30 Thread dominiq at lps dot ens.fr via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97242 Dominique d'Humieres changed: What|Removed |Added Priority|P3 |P4 Last reconfirmed|

[Bug tree-optimization/97236] [10/11 Regression] g:e93428a8b056aed83a7678 triggers vlc miscompile

2020-09-30 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97236 --- Comment #5 from Richard Biener --- (In reply to Richard Biener from comment #4) > So what goes wrong is the single-element interleaving code-gen for the > pointer copy. We have > > t.c:18:21: note: Detected single element interleaving >

[Bug target/97252] New: [10/11 Regression] arm: ICE compiling pure-code/pr94538-2.c with MVE since r10-7293-g3eff57aa

2020-09-30 Thread acoplan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97252 Bug ID: 97252 Summary: [10/11 Regression] arm: ICE compiling pure-code/pr94538-2.c with MVE since r10-7293-g3eff57aa Product: gcc Version: 11.0

[Bug target/97251] [10/11 Regression] arm: ICEs compiling pure-code/no-literal-pool.c with integer MVE

2020-09-30 Thread acoplan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97251 --- Comment #2 from Alex Coplan --- Fixed on trunk. Needs backporting to GCC 10.

[Bug target/97251] [10/11 Regression] arm: ICEs compiling pure-code/no-literal-pool.c with integer MVE

2020-09-30 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97251 --- Comment #1 from CVS Commits --- The master branch has been updated by Alex Coplan : https://gcc.gnu.org/g:f63023fafbbc13545fef67e6b32a55b48a945fcf commit r11-3545-gf63023fafbbc13545fef67e6b32a55b48a945fcf Author: Alex Coplan Date: Wed

[Bug target/97251] New: [10/11 Regression] arm: ICEs compiling pure-code/no-literal-pool.c with integer MVE

2020-09-30 Thread acoplan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97251 Bug ID: 97251 Summary: [10/11 Regression] arm: ICEs compiling pure-code/no-literal-pool.c with integer MVE Product: gcc Version: 11.0 Status: UNCONFIRMED

[Bug target/97250] Implement -march=x86-64-v2, -march=x86-64-v3, -march=x86-64-v4 for x86-64

2020-09-30 Thread fw at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97250 Florian Weimer changed: What|Removed |Added Last reconfirmed||2020-09-30

[Bug target/97250] New: Implement -march=x86-64-v2, -march=x86-64-v3, -march=x86-64-v4 for x86-64

2020-09-30 Thread fw at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97250 Bug ID: 97250 Summary: Implement -march=x86-64-v2, -march=x86-64-v3, -march=x86-64-v4 for x86-64 Product: gcc Version: 11.0 Status: UNCONFIRMED Severity:

[Bug target/96968] aarch64 : ICE in vregs or expand pass, lowering __builtin_aarch64_get_{fpcr,fpsr,fpcr64,fpsr64}

2020-09-30 Thread akrl at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96968 akrl at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug rtl-optimization/97249] Missing vec_select and subreg optimization

2020-09-30 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97249 Richard Biener changed: What|Removed |Added Last reconfirmed||2020-09-30 CC|

[Bug rtl-optimization/97249] Missing vec_select and subreg optimization

2020-09-30 Thread crazylht at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97249 --- Comment #2 from Hongtao.liu --- (In reply to Hongtao.liu from comment #1) > for i386 backend, maybe we can adjust pattern of > > diff --git a/gcc/config/i386/sse.md b/gcc/config/i386/sse.md > index 934b60a288f..2bfa9635fab 100644 > ---

[Bug rtl-optimization/97249] Missing vec_select and subreg optimization

2020-09-30 Thread crazylht at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97249 --- Comment #1 from Hongtao.liu --- for i386 backend, maybe we can adjust pattern of diff --git a/gcc/config/i386/sse.md b/gcc/config/i386/sse.md index 934b60a288f..2bfa9635fab 100644 --- a/gcc/config/i386/sse.md +++ b/gcc/config/i386/sse.md @@

[Bug c++/97246] [10/11 regression] mismatched argument pack lengths since r10-7865-gaedd04caa945260e

2020-09-30 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97246 Martin Liška changed: What|Removed |Added Last reconfirmed||2020-09-30 Ever confirmed|0

[Bug rtl-optimization/97249] New: Missing vec_select and subreg optimization

2020-09-30 Thread crazylht at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97249 Bug ID: 97249 Summary: Missing vec_select and subreg optimization Product: gcc Version: 11.0 Status: UNCONFIRMED Keywords: missed-optimization Severity: normal

[Bug c++/97246] [10/11 regression] mismatched argument pack lengths

2020-09-30 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97246 Richard Biener changed: What|Removed |Added Summary|[10.1 regression] |[10/11 regression]