[Bug c++/95451] [8/9/10 regression] ICE for lambda capturing this and calling operator() since r8-2720-gf44a8dd56f5bfbd0

2020-06-01 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95451 Martin Liška changed: What|Removed |Added CC||jason at gcc dot gnu.org,

[Bug c++/95455] ICE in capture with initializer in requires block

2020-06-01 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95455 Martin Liška changed: What|Removed |Added Status|WAITING |NEW Keywords|

[Bug target/95435] bad builtin memcpy performance with znver1/znver2 and 32bit

2020-06-01 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95435 Uroš Bizjak changed: What|Removed |Added CC||hjl.tools at gmail dot com --- Comment #7

[Bug c++/95430] GCC doesn't detect out of bounds runtime error in a simple case

2020-06-01 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95430 --- Comment #2 from Jakub Jelinek --- Already doing such address arithmetics is UB (though of course a + 10 is ok above), but we don't have a warning for that and as I said in another PR, ubsan could detect only the cases where the compiler can

[Bug c++/95455] ICE in capture with initializer in requires block

2020-06-01 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95455 Martin Liška changed: What|Removed |Added Ever confirmed|0 |1 CC|

[Bug c++/95455] ICE in capture with initializer in requires block

2020-06-01 Thread a...@cloudius-systems.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95455 --- Comment #3 from Avi Kivity --- Here's a valid version (which gcc accepts): void f() { int foo = 4; auto lambda = [bar = foo] {}; static_assert(requires (decltype(lambda) x) { x; }); }

[Bug ipa/93429] Missed IPA-CP on by-ref argument directly passed through from caller

2020-06-01 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93429 --- Comment #1 from CVS Commits --- The master branch has been updated by Feng Xue : https://gcc.gnu.org/g:32633ec815b4d741a9a4b1b75de235844f6d691c commit r11-763-g32633ec815b4d741a9a4b1b75de235844f6d691c Author: Feng Xue Date: Fri Jan 24

[Bug c++/95455] New: ICE in capture with initializer in requires block

2020-06-01 Thread bhalevy at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95455 Bug ID: 95455 Summary: ICE in capture with initializer in requires block Product: gcc Version: 10.1.1 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug target/95400] -march=native and -march=icelake-client produce different results on icelake client

2020-06-01 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95400 --- Comment #4 from Martin Liška --- Can we backport the change to active branches?

[Bug ada/95452] Overflow Bug in GNAT Heapsort implementations

2020-06-01 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95452 Eric Botcazou changed: What|Removed |Added CC||ebotcazou at gcc dot gnu.org Last

[Bug c++/95455] ICE in capture with initializer in requires block

2020-06-01 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95455 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #4

[Bug target/95435] bad builtin memcpy performance with znver1/znver2 and 32bit

2020-06-01 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95435 Martin Liška changed: What|Removed |Added CC||marxin at gcc dot gnu.org Last

[Bug c++/95455] ICE in capture with initializer in requires block

2020-06-01 Thread a...@cloudius-systems.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95455 --- Comment #2 from Avi Kivity --- Appears to be invalid. Clang rejects it even after some massaging (lambda in unevaluated context).

[Bug c++/95430] GCC doesn't detect out of bounds runtime error in a simple case

2020-06-01 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95430 Martin Liška changed: What|Removed |Added CC||jsm28 at gcc dot gnu.org,

[Bug target/95453] Failure to avoid useless sign extension

2020-06-01 Thread crazylht at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95453 --- Comment #2 from Hongtao.liu --- Duplicated as PR95076?

[Bug target/95237] LOCAL_DECL_ALIGNMENT shrinks alignment, FAIL gcc.target/i386/pr69454-2.c

2020-06-01 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95237 --- Comment #3 from Uroš Bizjak --- ICEs are "fixed" by the first hunk, the testcase in Comment #0 by the second: --cut here-- diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c index 060e2df62ea..cd7abaf7e04 100644 ---

[Bug driver/95456] New: [11 Regression] gcc/gcc.c:6035:16: runtime error: null pointer passed as argument 2, which is declared to never be null

2020-06-01 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95456 Bug ID: 95456 Summary: [11 Regression] gcc/gcc.c:6035:16: runtime error: null pointer passed as argument 2, which is declared to never be null Product: gcc

[Bug driver/95456] [11 Regression] gcc/gcc.c:6035:16: runtime error: null pointer passed as argument 2, which is declared to never be null

2020-06-01 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95456 Martin Liška changed: What|Removed |Added Ever confirmed|0 |1 Known to work|

[Bug target/95435] bad builtin memcpy performance with znver1/znver2 and 32bit

2020-06-01 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95435 --- Comment #6 from Martin Liška --- All right, there are results for a micro-benchmark that we have in contrib folder: ZNVER1 (AMD Ryzen 7 2700X): 64-bit: contrib/bench-stringop 64 32000 gcc -march=znver1 memcpy block size libcall

[Bug target/95471] New: vrndvq_f32 not supported on armv8

2020-06-01 Thread e...@coeus-group.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95471 Bug ID: 95471 Summary: vrndvq_f32 not supported on armv8 Product: gcc Version: 9.2.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target

[Bug target/95237] LOCAL_DECL_ALIGNMENT shrinks alignment, FAIL gcc.target/i386/pr69454-2.c

2020-06-01 Thread kito at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95237 --- Comment #6 from Kito Cheng --- Created attachment 48658 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48658=edit i386-Implement-ROUND_TYPE_ALIGN-to-make-sure-alignme.patch Some optimization might made decision depend on the

[Bug c++/92633] [concepts] constrained lambda with placehoder syntax getting wrong substitution

2020-06-01 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92633 --- Comment #2 from CVS Commits --- The master branch has been updated by Patrick Palka : https://gcc.gnu.org/g:c2449995ca36ea955e3c6d4ee7f0d401b512c897 commit r11-779-gc2449995ca36ea955e3c6d4ee7f0d401b512c897 Author: Patrick Palka Date:

[Bug c++/92838] ICE (internal compiler error) calling lambda object with requires clause (in in dependent_type_p)

2020-06-01 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92838 --- Comment #3 from CVS Commits --- The master branch has been updated by Patrick Palka : https://gcc.gnu.org/g:c2449995ca36ea955e3c6d4ee7f0d401b512c897 commit r11-779-gc2449995ca36ea955e3c6d4ee7f0d401b512c897 Author: Patrick Palka Date:

[Bug tree-optimization/88398] vectorization failure for a small loop to do byte comparison

2020-06-01 Thread guojiufu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88398 --- Comment #36 from Jiu Fu Guo --- (In reply to Jakub Jelinek from comment #10) > If the compiler knew say from PGO that pos is usually a multiple of certain > power of two and that the loop usually iterates many times (I guess the > latter can

[Bug middle-end/95472] New: various diagnostics for C/C++ hyperlinks to gfortran doc

2020-06-01 Thread xry111 at mengyan1223 dot wang
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95472 Bug ID: 95472 Summary: various diagnostics for C/C++ hyperlinks to gfortran doc Product: gcc Version: 10.1.0 Status: UNCONFIRMED Severity: normal

[Bug target/37759] powerpc option -mabi=no-spe still generates SPE instructions

2020-06-01 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=37759 Eric Gallager changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug middle-end/95472] various diagnostics for C/C++ hyperlinks to gfortran doc

2020-06-01 Thread xry111 at mengyan1223 dot wang
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95472 --- Comment #1 from Xi Ruoyao --- (In reply to Xi Ruoyao from comment #0) > This also happens to -Wreturn-type and -Wuninitialized. Strangely these two > entries don't even exist in gfortran doc. But it does not happens to > -Wformat or

[Bug fortran/93691] Type bound assignment causes too many finalization of derived type when part of other type

2020-06-01 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93691 Thomas Koenig changed: What|Removed |Added CC||tkoenig at gcc dot gnu.org Ever

[Bug libfortran/95418] [11 Regression] Static assert going off on MinGW

2020-06-01 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95418 Uroš Bizjak changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug c++/95311] [11 Regression] ICE in cp_ubsan_maybe_instrument_member_call at gcc/cp/cp-ubsan.c:136 since r11-578-g72af65b91cc2a2eb

2020-06-01 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95311 --- Comment #5 from CVS Commits --- The master branch has been updated by Jason Merrill : https://gcc.gnu.org/g:172f2c42a10fd470c93f1e84575de9766c157591 commit r11-775-g172f2c42a10fd470c93f1e84575de9766c157591 Author: Jason Merrill Date:

[Bug c++/95221] g++.dg/ubsan/vptr-12.C fails with -fstrong-eval-order=all

2020-06-01 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95221 --- Comment #9 from CVS Commits --- The master branch has been updated by Jason Merrill : https://gcc.gnu.org/g:172f2c42a10fd470c93f1e84575de9766c157591 commit r11-775-g172f2c42a10fd470c93f1e84575de9766c157591 Author: Jason Merrill Date:

[Bug c++/95466] [11 Regression] ICE in tree_operand_check, at tree.h:3794 since r11-578-g72af65b91cc2a2eb

2020-06-01 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95466 --- Comment #1 from CVS Commits --- The master branch has been updated by Jason Merrill : https://gcc.gnu.org/g:172f2c42a10fd470c93f1e84575de9766c157591 commit r11-775-g172f2c42a10fd470c93f1e84575de9766c157591 Author: Jason Merrill Date:

[Bug c++/95466] [11 Regression] ICE in tree_operand_check, at tree.h:3794 since r11-578-g72af65b91cc2a2eb

2020-06-01 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95466 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug fortran/94361] [8/9/10/11 Regression] Memory leak in nested types with final

2020-06-01 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94361 --- Comment #8 from CVS Commits --- The releases/gcc-9 branch has been updated by Thomas Kथà¤nig : https://gcc.gnu.org/g:2a0de88ccf2ecc6659b0f1e4580c1ce5cff976b3 commit r9-8643-g2a0de88ccf2ecc6659b0f1e4580c1ce5cff976b3 Author: Thomas Koenig

[Bug fortran/94361] [8/9/10/11 Regression] Memory leak in nested types with final

2020-06-01 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94361 --- Comment #9 from CVS Commits --- The releases/gcc-8 branch has been updated by Thomas Kथà¤nig : https://gcc.gnu.org/g:75f5824b77632ef583a7a65302b326e8bf1b851c commit r8-10289-g75f5824b77632ef583a7a65302b326e8bf1b851c Author: Thomas Koenig

[Bug tree-optimization/50439] gfortran infinite loop with -floop-interchange

2020-06-01 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50439 Thomas Koenig changed: What|Removed |Added Ever confirmed|0 |1 CC|

[Bug c++/95468] New: ICE in expression sfinae

2020-06-01 Thread kab at acm dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95468 Bug ID: 95468 Summary: ICE in expression sfinae Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug libfortran/95418] [11 Regression] Static assert going off on MinGW

2020-06-01 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95418 --- Comment #10 from CVS Commits --- The master branch has been updated by Uros Bizjak : https://gcc.gnu.org/g:832c1192eba6dd100e2f757e30ea6373f782ff55 commit r11-774-g832c1192eba6dd100e2f757e30ea6373f782ff55 Author: Uros Bizjak Date: Mon

[Bug fortran/94361] [8/9/10/11 Regression] Memory leak in nested types with final

2020-06-01 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94361 --- Comment #7 from CVS Commits --- The releases/gcc-10 branch has been updated by Thomas Kथà¤nig : https://gcc.gnu.org/g:b703627d668257c0955a43838288e91973bf2721 commit r10-8218-gb703627d668257c0955a43838288e91973bf2721 Author: Thomas

[Bug c++/95465] New: [8/9/10/11 Regression] ICE on jump into a statement expression

2020-06-01 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95465 Bug ID: 95465 Summary: [8/9/10/11 Regression] ICE on jump into a statement expression Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: normal

[Bug c++/95466] New: [11 Regression] ICE in tree_operand_check, at tree.h:3794 since r11-578-g72af65b91cc2a2eb

2020-06-01 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95466 Bug ID: 95466 Summary: [11 Regression] ICE in tree_operand_check, at tree.h:3794 since r11-578-g72af65b91cc2a2eb Product: gcc Version: 11.0 Status: UNCONFIRMED

[Bug c++/95466] [11 Regression] ICE in tree_operand_check, at tree.h:3794 since r11-578-g72af65b91cc2a2eb

2020-06-01 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95466 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever confirmed|0

[Bug c++/95465] [8/9/10/11 Regression] ICE on jump into a statement expression

2020-06-01 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95465 Jakub Jelinek changed: What|Removed |Added CC||gabravier at gmail dot com Target

[Bug fortran/94361] [8/9/10/11 Regression] Memory leak in nested types with final

2020-06-01 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94361 Thomas Koenig changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug fortran/37336] [F03] Finish derived-type finalization

2020-06-01 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=37336 Bug 37336 depends on bug 94361, which changed state. Bug 94361 Summary: [8/9/10/11 Regression] Memory leak in nested types with final https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94361 What|Removed |Added

[Bug c++/95466] [11 Regression] ICE in tree_operand_check, at tree.h:3794 since r11-578-g72af65b91cc2a2eb

2020-06-01 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95466 Jason Merrill changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |jason at gcc dot gnu.org

[Bug c++/95181] [10/11 Regression] ICE in push_access_scope, at cp/pt.c:241 since r10-3735-gcb57504a55015891

2020-06-01 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95181 Jason Merrill changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug c++/95371] [10/11 Regression] ICE concepts with template template parameter since r10-3735-gcb57504a55015891

2020-06-01 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95371 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug fortran/95467] New: ICE in parse_omp_structured_block: OpenMP Offload (target_parallel__simd)

2020-06-01 Thread tapplencourt at anl dot gov
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95467 Bug ID: 95467 Summary: ICE in parse_omp_structured_block: OpenMP Offload (target_parallel__simd) Product: gcc Version: lto Status: UNCONFIRMED Severity: normal

[Bug target/95237] LOCAL_DECL_ALIGNMENT shrinks alignment, FAIL gcc.target/i386/pr69454-2.c

2020-06-01 Thread skpgkp2 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95237 --- Comment #4 from Sunil Pandey --- This test case and many other regression on x86 caused by following change set r11-508 Good $ /local/skpandey/gccwork/pr95237/tools-build/gcc-debug-r11-507/release/usr/gcc-11.0.0-x86-64/bin/gcc -m32

[Bug c++/95350] [coroutines] coroutines with move-only by-value parameters attempt to copy parameter instead of move it

2020-06-01 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95350 --- Comment #2 from CVS Commits --- The master branch has been updated by Iain D Sandoe : https://gcc.gnu.org/g:88f48e2967ead9be262483618238efa9c7c842ec commit r11-773-g88f48e2967ead9be262483618238efa9c7c842ec Author: Iain Sandoe Date: Mon

[Bug fortran/94109] Memory leak introduced in 8.3.0->8.3.1

2020-06-01 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94109 --- Comment #5 from Thomas Koenig --- So, fixed with the patch for PR 94109?

[Bug jit/95426] libgccjit.so: error: RTL check: expected elt 2 type 'B', have '0' (rtx barrier) in BLOCK_FOR_INSN

2020-06-01 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95426 --- Comment #5 from David Malcolm --- Created attachment 48657 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48657=edit Reduced test case I've reduced the reproducer you posted to this test case. Seems to require a call to

[Bug middle-end/95464] [10/11 Regression] Miscompilation of mesa on x86_64-linux since r10-6426

2020-06-01 Thread vmakarov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95464 --- Comment #1 from Vladimir Makarov --- Jakub, thank you for working on the PR and providing the test case. It seems to me that the problem occurs in inheritance sub-pass of LRA. It is a very complicated sub-pass. Making a fix and testing it

[Bug gcov-profile/95348] GCC records zero functions and modules in the profiling data file, ICC does NOT

2020-06-01 Thread qinzhao at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95348 --- Comment #18 from qinzhao at gcc dot gnu.org --- (In reply to Martin Liška from comment #16) > > For our application, all processes generating profiling feedback data to a > > single directory seems is not a choice. > > Why is it problem?

[Bug c++/95461] New: GCC misses -Warray-bounds warning message

2020-06-01 Thread haoxintu at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95461 Bug ID: 95461 Summary: GCC misses -Warray-bounds warning message Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug middle-end/95461] GCC misses -Warray-bounds warning message

2020-06-01 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95461 Martin Sebor changed: What|Removed |Added CC||msebor at gcc dot gnu.org

[Bug middle-end/95461] GCC misses -Warray-bounds warning message

2020-06-01 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95461 Martin Sebor changed: What|Removed |Added Keywords||diagnostic

[Bug middle-end/35587] -Warray-bounds does not work at all or does not find all trivial cases, and :works only with -O2 or -O3

2020-06-01 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=35587 Martin Sebor changed: What|Removed |Added CC||haoxintu at gmail dot com --- Comment

[Bug tree-optimization/56456] [meta-bug] bogus/missing -Warray-bounds

2020-06-01 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56456 Bug 56456 depends on bug 95461, which changed state. Bug 95461 Summary: GCC misses -Warray-bounds warning message https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95461 What|Removed |Added

[Bug middle-end/78678] possibly missing -Warray-bounds warning without -fsanitize=object-size

2020-06-01 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78678 Martin Sebor changed: What|Removed |Added Known to fail||10.1.0, 11.0, 7.3.0, 8.2.0,

[Bug middle-end/95464] New: [10/11 Regression] Miscompilation of mesa on x86_64-linux since r10-6426

2020-06-01 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95464 Bug ID: 95464 Summary: [10/11 Regression] Miscompilation of mesa on x86_64-linux since r10-6426 Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: normal

[Bug middle-end/95464] [10/11 Regression] Miscompilation of mesa on x86_64-linux since r10-6426

2020-06-01 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95464 Jakub Jelinek changed: What|Removed |Added Last reconfirmed||2020-06-01

[Bug gcov-profile/95348] GCC records zero functions and modules in the profiling data file, ICC does NOT

2020-06-01 Thread qing.zhao at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95348 --- Comment #19 from Qing Zhao --- Hi, Martin, I attached 3 profiling data files with this email (among over 5000 files under one typical directory), Hope this is helpful. Thanks. Qing

[Bug gcov-profile/95348] GCC records zero functions and modules in the profiling data file, ICC does NOT

2020-06-01 Thread qing.zhao at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95348 --- Comment #20 from Qing Zhao --- Created attachment 48653 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48653=edit A.data --- Comment #21 from Qing Zhao --- Created attachment 48654 -->

[Bug jit/95462] New: Different int types for the same call to gcc_jit_context_get_int_type()

2020-06-01 Thread bouanto at zoho dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95462 Bug ID: 95462 Summary: Different int types for the same call to gcc_jit_context_get_int_type() Product: gcc Version: 10.1.0 Status: UNCONFIRMED Severity:

[Bug tree-optimization/65461] -Warray-bounds due to loop unrolling in the linux kernel (free_area_init_nodes)

2020-06-01 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65461 Martin Sebor changed: What|Removed |Added Summary|-Warray-bounds warnings in |-Warray-bounds due to loop

[Bug target/95435] bad builtin memcpy performance with znver1/znver2 and 32bit

2020-06-01 Thread amonakov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95435 --- Comment #8 from Alexander Monakov --- There's no tuning tables for memcmp at all, existing structs cover only memset and memcpy. So as far as I see retuning memset/memcpy doesn't need to wait for [1], because there's no infrastructure in

[Bug target/95435] bad builtin memcpy performance with znver1/znver2 and 32bit

2020-06-01 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95435 --- Comment #9 from Uroš Bizjak --- (In reply to Alexander Monakov from comment #8) > There's no tuning tables for memcmp at all, existing structs cover only > memset and memcpy. So as far as I see retuning memset/memcpy doesn't need to > wait

[Bug c++/94485] [10.0.1, c++2a] g++ optimizes away necessary code, accepts arbitrary inline asm

2020-06-01 Thread dimitri.gorokhovik at free dot fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94485 --- Comment #6 from Dimitri Gorokhovik --- I bisected this issue to the commit: commit 35a952ba70028b50fbd2fd19f7dc91f2da45371e Author: Martin Jambor Date: Tue Jun 13 13:34:51 2017 +0200 [PR80803 1/2] Streamline SRA access enqueuing

[Bug fortran/42693] Missing gcc-internal-format on messages from gfc_arith_error

2020-06-01 Thread markeggleston at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42693 markeggleston at gcc dot gnu.org changed: What|Removed |Added CC||markeggleston at gcc

[Bug c++/94867] [9 Regression] New (since gcc 8) false positive with -Wnull-dereference in very simple code

2020-06-01 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94867 Martin Liška changed: What|Removed |Added CC||law at gcc dot gnu.org --- Comment #5

[Bug gcov-profile/95348] GCC records zero functions and modules in the profiling data file, ICC does NOT

2020-06-01 Thread qinzhao at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95348 --- Comment #17 from qinzhao at gcc dot gnu.org --- (In reply to Martin Liška from comment #6) more details: > > Which means one run takes 100MB is size, right? As you mentioned, having > 1000 .gcda files, it means that one takes 0.1MB? >

[Bug target/95252] testcase gcc.dg/torture/pr67916.c failure when testing with -msave-restore

2020-06-01 Thread kito.cheng at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95252 Kito Cheng changed: What|Removed |Added CC||kito.cheng at gmail dot com --- Comment #8

[Bug c++/92633] [concepts] constrained lambda with placehoder syntax getting wrong substitution

2020-06-01 Thread ppalka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92633 Patrick Palka changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |ppalka at gcc dot gnu.org

[Bug sanitizer/95385] GCC stop detect UBs after a divide by zero in for statement

2020-06-01 Thread haoxintu at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95385 --- Comment #4 from Haoxin Tu --- (In reply to Haoxin Tu from comment #3) Hi, so sorry to bother you. Is still there any problem here? Please take a look at test3.cc and test4.cc. Thank you so much.

[Bug middle-end/95463] missing -Warray-bounds caused by assuming unsigned integer wrapping

2020-06-01 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95463 Martin Sebor changed: What|Removed |Added Blocks||56456 Severity|normal

[Bug middle-end/95463] New: missing -Warray-bounds caused by assuming unsigned integer wrapping

2020-06-01 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95463 Bug ID: 95463 Summary: missing -Warray-bounds caused by assuming unsigned integer wrapping Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: normal

[Bug target/95435] bad builtin memcpy performance with znver1/znver2 and 32bit

2020-06-01 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95435 --- Comment #10 from Martin Liška --- And this is for znver2: AMD EPYC 7502P 32-Core Processor 64-bit: memcpy block size libcall rep1noalg rep4noalg rep8noalg loop noalg unrlnoalg sse noalg bytePGO

[Bug target/79451] [8/9/10/11 Regression] ICE in expand_expr_real_2, at expr.c:9021 w/ -O3 -floop-nest-optimize

2020-06-01 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79451 Arseny Solokha changed: What|Removed |Added Resolution|--- |WONTFIX Status|UNCONFIRMED

[Bug target/85121] Assembler messages: Error: operand out of range (264 is not between 0 and 248)

2020-06-01 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85121 Arseny Solokha changed: What|Removed |Added Resolution|--- |WONTFIX Status|UNCONFIRMED

[Bug target/80700] [8 Regression] ICE: Bus error (on SPE target)

2020-06-01 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80700 Arseny Solokha changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug target/95458] New: Inline strncmp is *much* slower than glibc

2020-06-01 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95458 Bug ID: 95458 Summary: Inline strncmp is *much* slower than glibc Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target

[Bug target/84302] ICE: Segmentation fault (in extract_insn) on SPE target

2020-06-01 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84302 Arseny Solokha changed: What|Removed |Added Resolution|--- |WONTFIX Status|UNCONFIRMED

[Bug target/82138] [8/9/10/11 Regression] Assembler messages: Error: can't resolve `.got2' {.got2 section} - `.LCF0' {.text.unlikely section}

2020-06-01 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82138 Arseny Solokha changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/87083] ICE in extract_insn, at recog.c:2305 (error: unrecognizable insn)

2020-06-01 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87083 Arseny Solokha changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/81288] [8 Regression] ICE on 32-bit BE powerpcspe w/ -misel -O2 (-O3, -Ofast, -Os)

2020-06-01 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81288 Arseny Solokha changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug rtl-optimization/79438] [8/9/10/11 Regression] ICE during RA w/ -O3 (or -Ofast) -funroll-loops for 32-bit BE SPE target

2020-06-01 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79438 Arseny Solokha changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/85170] ICE: in final_scan_insn_1, at final.c:3139 (error: could not split insn)

2020-06-01 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85170 Arseny Solokha changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/81628] Backport r250637 and r250638 to the powerpcspe* target

2020-06-01 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81628 Arseny Solokha changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/94867] [9 Regression] New (since gcc 8) false positive with -Wnull-dereference in very simple code

2020-06-01 Thread vz-gcc at zeitlins dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94867 --- Comment #4 from Vadim Zeitlin --- (In reply to Martin Liška from comment #3) > It's gone since r10-3311-gff6686d2e5f797d6. This commit is included in releases/gcc-10.1.0 tag, but I still see the warning with the provided example when using

[Bug target/95459] aarch64: ICE in in aarch64_short_vector_p, at config/aarch64/aarch64.c:16803

2020-06-01 Thread rsandifo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95459 rsandifo at gcc dot gnu.org changed: What|Removed |Added CC||rsandifo at gcc dot

[Bug c/95460] New: ice in execute, at adjust-alignment.c:74

2020-06-01 Thread dcb314 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95460 Bug ID: 95460 Summary: ice in execute, at adjust-alignment.c:74 Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug c++/95428] ABI breakage for "base object constructor" for final classes

2020-06-01 Thread nathan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95428 --- Comment #5 from Nathan Sidwell --- i have filed ABI issue 104 https://github.com/itanium-cxx-abi/cxx-abi/issues/104

[Bug c++/95202] Assignment to a member is wrongly optimized away by g++ with -fstrict-aliasing

2020-06-01 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95202 Martin Liška changed: What|Removed |Added CC||marxin at gcc dot gnu.org Last

[Bug c++/95457] New: Inadequate diagnostics on constrained coroutines

2020-06-01 Thread a...@cloudius-systems.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95457 Bug ID: 95457 Summary: Inadequate diagnostics on constrained coroutines Product: gcc Version: 10.1.1 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug target/95459] New: aarch64: ICE in in aarch64_short_vector_p, at config/aarch64/aarch64.c:16803

2020-06-01 Thread felix.yang at huawei dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95459 Bug ID: 95459 Summary: aarch64: ICE in in aarch64_short_vector_p, at config/aarch64/aarch64.c:16803 Product: gcc Version: 11.0 Status: UNCONFIRMED Severity:

[Bug c++/94867] [9 Regression] New (since gcc 8) false positive with -Wnull-dereference in very simple code

2020-06-01 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94867 Martin Liška changed: What|Removed |Added Keywords|needs-bisection | CC|

[Bug c/95460] ice in execute, at adjust-alignment.c:74

2020-06-01 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95460 Martin Liška changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

[Bug target/84553] -rdynamic generates TEXTREL relocations on ia64

2020-06-01 Thread slyfox at inbox dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84553 --- Comment #6 from Sergei Trofimovich --- Gentoo runs the patch for a while system-wide and it seems to work fine. Worth submitting the patch for review?

  1   2   >