[Bug tree-optimization/97053] [10/11 Regression] an O2, O3 codegen bug

2020-09-15 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97053 --- Comment #4 from Jakub Jelinek --- Reduced testcase: struct S { short a; char b[9]; int c; char d; int e; }; __attribute__((noipa)) void foo (char *x, char *y) { if (__builtin_strcmp (x, "ABCD") != 0 || __builtin_strcmp (y,

[Bug c/82100] gcc does not warn about code that is unreachable due to conflicting conditions [subset of reviving -Wunreachable-code]

2020-09-15 Thread dcb314 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82100 --- Comment #5 from David Binderman --- clang 11.0.0-rc2 also can't find problems in the two above code fragments. This code problem doesn't occur in gcc source code, but there are about a dozen cases in the linux kernel.

[Bug fortran/96668] [OpenMP] Re-mapping allocated but previously unallocated allocatable does not work

2020-09-15 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96668 --- Comment #6 from Tobias Burnus --- Fixed for pointer/allocatable arrays. Still to be done: scalar pointers/allocatable; here, one needs to be careful as pointer/always pointer is already used for, e.g., struct mapping – and always pointer

[Bug fortran/96668] [OpenMP] Re-mapping allocated but previously unallocated allocatable does not work

2020-09-15 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96668 --- Comment #5 from CVS Commits --- The master branch has been updated by Tobias Burnus : https://gcc.gnu.org/g:972da557463ec946a31577294764a186b9821012 commit r11-3200-g972da557463ec946a31577294764a186b9821012 Author: Tobias Burnus Date:

[Bug debug/96690] [10 Regression] ICE in write_type since r10-6087

2020-09-15 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96690 Richard Biener changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug debug/96690] [10 Regression] ICE in write_type since r10-6087

2020-09-15 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96690 --- Comment #9 from CVS Commits --- The releases/gcc-10 branch has been updated by Richard Biener : https://gcc.gnu.org/g:bfe7bfbd068ee752f9d264473f974883ec6a21e6 commit r10-8764-gbfe7bfbd068ee752f9d264473f974883ec6a21e6 Author: Richard Biener

[Bug target/96882] Wrong assembly code generated with arm-none-eabi-gcc -flto -mfloat-abi=hard options

2020-09-15 Thread emilie.feral at numworks dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96882 --- Comment #7 from emilie.feral at numworks dot com --- Hello, Any news on the subject? Would you advise in the meantime to discard the LTO (with the -fno-lto option) on the compilation unit containing the failing code? The bug occurred for us

[Bug target/97028] [9/10/11 Regression] Compilation errors for AVX512 intrinsic with -masm=intel

2020-09-15 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97028 --- Comment #8 from CVS Commits --- The releases/gcc-9 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:d0a094ce39fc49681b0d5cfd2ee1d232859c4824 commit r9-8871-gd0a094ce39fc49681b0d5cfd2ee1d232859c4824 Author: Jakub Jelinek

[Bug target/97028] [9/10/11 Regression] Compilation errors for AVX512 intrinsic with -masm=intel

2020-09-15 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97028 --- Comment #7 from CVS Commits --- The releases/gcc-10 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:55cd12c65ffa1e7c0bb36fd398f178d5d15d660f commit r10-8765-g55cd12c65ffa1e7c0bb36fd398f178d5d15d660f Author: Jakub Jelinek

[Bug target/97056] New: [11 regression] aarch64/sve/cost_model_2.c fails on aarch64_be since r11-3148

2020-09-15 Thread clyon at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97056 Bug ID: 97056 Summary: [11 regression] aarch64/sve/cost_model_2.c fails on aarch64_be since r11-3148 Product: gcc Version: 10.0 Status: UNCONFIRMED Severity:

[Bug target/97028] [9/10/11 Regression] Compilation errors for AVX512 intrinsic with -masm=intel

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

[Bug tree-optimization/97053] [10/11 Regression] an O2, O3 codegen bug

2020-09-15 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97053 --- Comment #5 from Jakub Jelinek --- Better testcase that won't cease to test the bug even if FRE or some other pass gets smarter and optimizes the a = ""; __builtin_memcpy (, "ABCD", 4); into a = "ABCD": struct S { short a; char

[Bug tree-optimization/97053] [10/11 Regression] an O2, O3 codegen bug

2020-09-15 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97053 Richard Biener changed: What|Removed |Added Target Milestone|--- |10.3 Status|UNCONFIRMED

[Bug c++/83591] -Wduplicated-branches fires in system headers in template instantiation

2020-09-15 Thread TonyELewis at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83591 Tony E Lewis changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug target/97028] [9/10/11 Regression] Compilation errors for AVX512 intrinsic with -masm=intel

2020-09-15 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97028 --- Comment #6 from CVS Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:0f079e104a8d1994b6b47169a6b45737615eb2d7 commit r11-3201-g0f079e104a8d1994b6b47169a6b45737615eb2d7 Author: Jakub Jelinek Date:

[Bug tree-optimization/97053] [10/11 Regression] an O2, O3 codegen bug

2020-09-15 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97053 --- Comment #2 from Eric Botcazou --- The statement generated by DSE MEM [(struct Data *) + 8B] = {}; looks nonsensical and I guess store-merging is not prepared for it.

[Bug tree-optimization/97053] [10/11 Regression] an O2, O3 codegen bug

2020-09-15 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97053 --- Comment #3 from Jakub Jelinek --- Started with my r10-179-g3afd514bca6ea572e614b5289c4429ace693311b I'll have a look.

[Bug tree-optimization/97053] [10/11 Regression] an O2, O3 codegen bug

2020-09-15 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97053 --- Comment #6 from Jakub Jelinek --- I think the problem is that check_no_overlap only looks at later m_store_info stores that would overlap and cause problems. But in this case, the problem is that we'd need to check earlier m_store_info store

[Bug middle-end/97054] [10/11 Regression] Runtime segfault with attached test code since r10-3559

2020-09-15 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97054 H.J. Lu changed: What|Removed |Added CC||vmakarov at redhat dot com

[Bug target/96744] [11 Regression] FAIL: gcc.target/i386/avx512bitalgvl-vpopcntb-1.c execution test

2020-09-15 Thread crazylht at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96744 --- Comment #15 from Hongtao.liu --- Fixed in GCC11.

[Bug rtl-optimization/96475] direct threaded interpreter with computed gotos generates suboptimal dispatch loop

2020-09-15 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96475 --- Comment #24 from CVS Commits --- The master branch has been updated by Segher Boessenkool : https://gcc.gnu.org/g:bab581381681813ab3ccd007195777c1f816e656 commit r11-3205-gbab581381681813ab3ccd007195777c1f816e656 Author: Segher Boessenkool

[Bug target/97042] powerpc64 UINT_MAX constant

2020-09-15 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97042 Segher Boessenkool changed: What|Removed |Added Last reconfirmed||2020-09-15

[Bug target/95646] arm-none-eabi function attribute 'cmse_nonsecure_entry' wipes register values with -Os

2020-09-15 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95646 --- Comment #3 from CVS Commits --- The master branch has been updated by Andre Simoes Dias Vieira : https://gcc.gnu.org/g:80297f897758f59071968ddff2a04a8d11481117 commit r11-3203-g80297f897758f59071968ddff2a04a8d11481117 Author: Andre Vieira

[Bug target/97056] [11 regression] aarch64/sve/cost_model_2.c fails on aarch64_be since r11-3148

2020-09-15 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97056 Richard Biener changed: What|Removed |Added CC||rguenth at gcc dot gnu.org Target

[Bug target/96201] x86 movsd/movsq string instructions and alignment inference

2020-09-15 Thread amker at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96201 bin cheng changed: What|Removed |Added CC||amker at gcc dot gnu.org --- Comment #2

[Bug middle-end/97054] [10/11 Regression] Runtime segfault with attached test code since r10-3559

2020-09-15 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97054 --- Comment #1 from H.J. Lu --- Created attachment 49220 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=49220=edit A patch I am testing this.

[Bug target/96744] [11 Regression] FAIL: gcc.target/i386/avx512bitalgvl-vpopcntb-1.c execution test

2020-09-15 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96744 --- Comment #14 from CVS Commits --- The master branch has been updated by hongtao Liu : https://gcc.gnu.org/g:ecc3135a4a264b66c163ef32e815a99746b81800 commit r11-3202-gecc3135a4a264b66c163ef32e815a99746b81800 Author: liuhongt Date: Mon Aug

[Bug target/97056] [11 regression] aarch64/sve/cost_model_2.c fails on aarch64_be since r11-3148

2020-09-15 Thread clyon at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97056 --- Comment #2 from Christophe Lyon --- No, it was failing at that time. It started passing between r11-3093 and r11-3103, and fails again since r11-3148.

[Bug target/97056] [11 regression] aarch64/sve/cost_model_2.c fails on aarch64_be since r11-3148

2020-09-15 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97056 --- Comment #3 from Richard Biener --- OK, in between the revs the cost modeling was disabled so that would explain it, we just got back to the previous state then.

[Bug tree-optimization/97053] [10/11 Regression] an O2, O3 codegen bug

2020-09-15 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97053 --- Comment #7 from Jakub Jelinek --- Another testcase for -O2 -fno-tree-dse that shows more issues, that it affects not just the overlapping case handling, but also can affect also the adjacent cases: struct __attribute__((packed, may_alias)) S

[Bug target/96882] Wrong assembly code generated with arm-none-eabi-gcc -flto -mfloat-abi=hard options

2020-09-15 Thread rearnsha at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96882 --- Comment #8 from Richard Earnshaw --- (In reply to emilie.feral from comment #7) > Hello, > Any news on the subject? > Would you advise in the meantime to discard the LTO (with the -fno-lto > option) on the compilation unit containing the

[Bug libstdc++/97057] [11 regression] Error in build gcc after r11-3149

2020-09-15 Thread clyon at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97057 Christophe Lyon changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug tree-optimization/94234] missed ccp folding for (addr + 8 * n) - (addr + 8 * (n - 1))

2020-09-15 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94234 --- Comment #5 from CVS Commits --- The master branch has been updated by Feng Xue : https://gcc.gnu.org/g:8f0d743c2dee6afae5c6f861b0642b7b112a4a70 commit r11-3207-g8f0d743c2dee6afae5c6f861b0642b7b112a4a70 Author: Feng Xue Date: Mon Aug 17

[Bug libstdc++/97057] New: [11 regression] Error in build gcc after r11-3149

2020-09-15 Thread seurer at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97057 Bug ID: 97057 Summary: [11 regression] Error in build gcc after r11-3149 Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug libstdc++/97057] [11 regression] Error in build gcc after r11-3149

2020-09-15 Thread seurer at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97057 --- Comment #2 from seurer at gcc dot gnu.org --- Sorry. I am still seeing a compilation error and bisect erroneously traced it here.

[Bug tree-optimization/97053] [10/11 Regression] an O2, O3 codegen bug

2020-09-15 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97053 Jakub Jelinek changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |jakub at gcc dot gnu.org

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

2020-09-15 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24639 Bug 24639 depends on bug 96987, which changed state. Bug 96987 Summary: [11 regression] warning 'ptr' may be used uninitialized const pointer parameter https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96987 What|Removed

[Bug middle-end/96987] [11 regression] warning 'ptr' may be used uninitialized const pointer parameter

2020-09-15 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96987 Martin Sebor changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug target/96139] Vector element extract mistypes long long int down to long int

2020-09-15 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96139 --- Comment #7 from CVS Commits --- The releases/gcc-10 branch has been updated by Will Schmidt : https://gcc.gnu.org/g:ba0bc8fa005921832c4665e5b5a18932d3f4ccf4 commit r10-8766-gba0bc8fa005921832c4665e5b5a18932d3f4ccf4 Author: Will Schmidt

[Bug c++/97059] New: C++20: compound requirement uses inconsistent return type (adds ref)

2020-09-15 Thread dimitri.gorokhovik at free dot fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97059 Bug ID: 97059 Summary: C++20: compound requirement uses inconsistent return type (adds ref) Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal

[Bug libstdc++/97057] [11 regression] Error in build gcc after r11-3149

2020-09-15 Thread bergner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97057 --- Comment #3 from Peter Bergner --- (In reply to seurer from comment #2) > Sorry. I am still seeing a compilation error and bisect erroneously traced > it here. FYI, the actual bootstrap issue was due to one of Mike's recent patches. Alex

[Bug target/85198] long long int vector mistaken as long int vector

2020-09-15 Thread willschm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85198 Will Schmidt changed: What|Removed |Added Resolution|--- |DUPLICATE Status|NEW

[Bug target/96139] Vector element extract mistypes long long int down to long int

2020-09-15 Thread willschm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96139 Will Schmidt changed: What|Removed |Added CC||kelvin at gcc dot gnu.org --- Comment #8

[Bug middle-end/96987] [11 regression] warning 'ptr' may be used uninitialized const pointer parameter

2020-09-15 Thread ibuclaw at gdcproject dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96987 --- Comment #3 from Iain Buclaw --- And what about other front-ends that do not have the luxury of C attributes? Looking at the original library code of where the warning was noticed, the function being called (GC.addRange) definitely doesn't

[Bug middle-end/97023] missing warning on buffer overflow in chained mempcpy

2020-09-15 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97023 Martin Sebor changed: What|Removed |Added Keywords||patch Target Milestone|---

[Bug driver/97058] New: invalid "cc1: warning: '-Werror=' argument '-funroll-completely-grow-size' is not valid for C"

2020-09-15 Thread zsojka at seznam dot cz
-linux-gnu-ld --with-as=/usr/bin/x86_64-pc-linux-gnu-as --disable-libstdcxx-pch --prefix=/repo/gcc-trunk//binary-trunk-r11-3201-20200915093938-g0f079e104a8-checking-yes-rtl-df-extra-amd64 Thread model: posix Supported LTO compression algorithms: zlib zstd gcc version 11.0.0 20200915 (experimental) (GCC)

[Bug fortran/96668] [OpenMP] Re-mapping allocated but previously unallocated allocatable does not work

2020-09-15 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96668 --- Comment #7 from CVS Commits --- The master branch has been updated by Tobias Burnus : https://gcc.gnu.org/g:1b9bdd52037061d7a5bd77d177b060c93c528a5d commit r11-3211-g1b9bdd52037061d7a5bd77d177b060c93c528a5d Author: Tobias Burnus Date:

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

2020-09-15 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96295 Martin Sebor changed: What|Removed |Added Known to fail||11.0 Keywords|

[Bug libstdc++/88101] Implement P0528R3, C++20 cmpxchg and padding bits

2020-09-15 Thread rodgertq at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88101 --- Comment #4 from Thomas Rodgers --- (In reply to andysem from comment #2) > Another use case is C++20 atomic_ref, which may be bound to an object whose > padding bits are in indeterminate state. An intrinsic to clear padding bits > without

[Bug fortran/97036] [F2018] ELEMENTAL RECURSIVE subprogram prefix combination rejected

2020-09-15 Thread anlauf at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97036 anlauf at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever confirmed|0

[Bug analyzer/96650] [11 Regression] ICE in on_fact, at analyzer/constraint-manager.cc:1785

2020-09-15 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96650 --- Comment #2 from CVS Commits --- The master branch has been updated by David Malcolm : https://gcc.gnu.org/g:50ddbd0282e06614b29f0d3f3be5fbe70085a8bd commit r11-3212-g50ddbd0282e06614b29f0d3f3be5fbe70085a8bd Author: David Malcolm Date:

[Bug target/96139] Vector element extract mistypes long long int down to long int

2020-09-15 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96139 --- Comment #9 from CVS Commits --- The releases/gcc-9 branch has been updated by Will Schmidt : https://gcc.gnu.org/g:04a9b796436c68a07c052805631e962a1126dcca commit r9-8872-g04a9b796436c68a07c052805631e962a1126dcca Author: Will Schmidt

[Bug gcov-profile/97062] New: [gcov] Don't repeat display of inline functions in headers

2020-09-15 Thread i at maskray dot me
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97062 Bug ID: 97062 Summary: [gcov] Don't repeat display of inline functions in headers Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal

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

2020-09-15 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96935 --- Comment #6 from Marek Polacek --- Candidate fix: --- a/gcc/input.c +++ b/gcc/input.c @@ -1461,6 +1461,8 @@ get_substring_ranges_for_loc (cpp_reader *pfile, size_t literal_length = finish.column - start.column + 1; /* Ensure

[Bug tree-optimization/94234] missed ccp folding for (addr + 8 * n) - (addr + 8 * (n - 1))

2020-09-15 Thread fxue at os dot amperecomputing.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94234 Feng Xue changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

Segmentation fault since 7fc49a5777943aab11e227136d00a836f28f12b2

2020-09-15 Thread Nuno Gonçalves via Gcc-bugs
Hi Jason et al, After a bisect I found that the commit 7fc49a5777943aab11e227136d00a836f28f12b2 causes a segmentation fault during my compilation: sqlpp11/include/sqlpp11/where.h: In substitution of ‘template template template using _new_statement_t = sqlpp::new_statement_t, T> [with Check =

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

2020-09-15 Thread jolsa at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97060 Bug ID: 97060 Summary: Missing DW_AT_declaration=1 in dwarf data Product: gcc Version: 10.2.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: debug

[Bug middle-end/192] String literals don't obey -fdata-sections

2020-09-15 Thread i at maskray dot me
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=192 Fangrui Song changed: What|Removed |Added CC||i at maskray dot me --- Comment #19 from

[Bug fortran/97063] New: [ MATMUL intrinsic] The value of result is wrong when vector (step size is negative) * matrix

2020-09-15 Thread xin....@compiler-dev.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97063 Bug ID: 97063 Summary: [ MATMUL intrinsic] The value of result is wrong when vector (step size is negative) * matrix Product: gcc Version: 10.1.0 Status: UNCONFIRMED

[Bug gcov-profile/91601] gcov: ICE in handle_cycle, at gcov.c:699 happen which get code coverage with lcov.

2020-09-15 Thread i at maskray dot me
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91601 Fangrui Song changed: What|Removed |Added CC||i at maskray dot me --- Comment #17 from

[Bug analyzer/96650] [11 Regression] ICE in on_fact, at analyzer/constraint-manager.cc:1785

2020-09-15 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96650 David Malcolm changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

Re: Segmentation fault since 7fc49a5777943aab11e227136d00a836f28f12b2

2020-09-15 Thread Marek Polacek via Gcc-bugs
On Tue, Sep 15, 2020 at 10:41:31PM +0100, Nuno Gonçalves via Gcc-bugs wrote: > Hi Jason et al, > > After a bisect I found that the commit > 7fc49a5777943aab11e227136d00a836f28f12b2 causes a segmentation fault > during my compilation: This is https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96805 >

[Bug target/96139] Vector element extract mistypes long long int down to long int

2020-09-15 Thread willschm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96139 Will Schmidt changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[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-15 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95654 --- Comment #3 from Tobias Burnus --- Created attachment 49222 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=49222=edit Slightly reduced example, compile with gfortran -fopenmp -O1 -ftracer Some testing; with gfortran -fopenmp -O1

[Bug fortran/97061] New: [OpenMP] ICE in in omp_add_variable, at gimplify.c:6955

2020-09-15 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97061 Bug ID: 97061 Summary: [OpenMP] ICE in in omp_add_variable, at gimplify.c:6955 Product: gcc Version: 11.0 Status: UNCONFIRMED Keywords: openmp

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

2020-09-15 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96935 Marek Polacek changed: What|Removed |Added Keywords||ice-on-valid-code

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

2020-09-15 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96935 --- Comment #5 from Marek Polacek --- Started with r269125. Use -O to reproduce. Bizarrely, it goes away when -Wall is in effect!

[Bug target/97019] rs6000:redundant rldicr fed to lvx/stvx

2020-09-15 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97019 --- Comment #2 from CVS Commits --- The master branch has been updated by Kewen Lin : https://gcc.gnu.org/g:e0d98ffd14487b7105de3d151122144086faa1fa commit r11-3217-ge0d98ffd14487b7105de3d151122144086faa1fa Author: Kewen Lin Date: Tue Sep

[Bug target/97019] rs6000:redundant rldicr fed to lvx/stvx

2020-09-15 Thread linkw at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97019 Kewen Lin changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED