[Bug target/100255] Crosscompiler to ia64-hp-vms: vmsdbgout.c:368:20: error: ISO C++17 does not allow 'register' storage class specifier [-Werror=register]

2021-04-26 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100255 --- Comment #1 from CVS Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:297bfacdb448c0d29b8dfac2818350b90902bc75 commit r12-112-g297bfacdb448c0d29b8dfac2818350b90902bc75 Author: Jakub Jelinek Date:

[Bug c++/100252] Internal compiler error during template instantiation

2021-04-26 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100252 Richard Biener changed: What|Removed |Added Keywords||ice-on-valid-code Ever

[Bug c++/100240] Compiler crashes with segmentation fault on a chrono library using nvcc

2021-04-26 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100240 --- Comment #6 from Richard Biener --- (In reply to Peter Taraba from comment #3) > unfortunately this is using nvcc, which calls probably gcc internally, so > adding option "-save-temps to the complete compilation command" is not going > to

[Bug bootstrap/100246] [11/12 Regression] GCC will not bootstrap with clang 3.4/3.5 [xcode 5/6, Darwin 12/13]

2021-04-26 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100246 Richard Biener changed: What|Removed |Added Target Milestone|--- |11.2 Version|10.2.1

[Bug debug/100254] [11/12 Regression] -fcompare-debug failure (length) with -O2 -fno-guess-branch-probability -fipa-pta -fnon-call-exceptions

2021-04-26 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100254 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/99929] [8 Backport] SVE: Wrong code at -O2 -ftree-vectorize

2021-04-26 Thread rsandifo at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99929 rsandifo at gcc dot gnu.org changed: What|Removed |Added Resolution|--- |FIXED

[Bug target/98136] [8 Regression] [aarch64] Internal compiler error with large classes and virtual methods since r8-5967-gf5470a77425a54efebfe1732488c40f05ef176d0

2021-04-26 Thread rsandifo at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98136 rsandifo at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug rtl-optimization/94605] [8 Regression] ICE in early-remat.c:process_block with multi-output asms

2021-04-26 Thread rsandifo at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94605 rsandifo at gcc dot gnu.org changed: What|Removed |Added Resolution|--- |FIXED

[Bug c/100262] warning on sparc64: 'strcmp' reading 1 or more bytes from a region of size 0 [-Werror=stringop-overread]

2021-04-26 Thread romain.naour at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100262 --- Comment #1 from Romain Naour --- Seems related to https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99578

[Bug tree-optimization/100253] [10/11/12 Regression] wrong code with -O2 -fno-tree-bit-ccp -ftree-slp-vectorize (unaligned movdqa)

2021-04-26 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100253 --- Comment #4 from Andrew Pinski --- (In reply to Hongtao.liu from comment #3) > > I think SLP did not mark the load as unaligned even though it knows it is > > one: > But gimple tree is marked as aligned. Right and we are saying the same

[Bug target/100255] Crosscompiler to ia64-hp-vms: vmsdbgout.c:368:20: error: ISO C++17 does not allow 'register' storage class specifier [-Werror=register]

2021-04-26 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100255 Jakub Jelinek changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug tree-optimization/100253] [10/11/12 Regression] wrong code with -O2 -fno-tree-bit-ccp -ftree-slp-vectorize (unaligned movdqa)

2021-04-26 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100253 Richard Biener changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug debug/100254] [11/12 Regression] -fcompare-debug failure (length) with -O2 -fno-guess-branch-probability -fipa-pta -fnon-call-exceptions

2021-04-26 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100254 Richard Biener changed: What|Removed |Added Target Milestone|--- |11.2

[Bug analyzer/100244] [11 Regression] ICE: Segmentation fault (in describe_state_change)

2021-04-26 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100244 Richard Biener changed: What|Removed |Added Target Milestone|--- |11.2 Known to work|

[Bug libstdc++/100243] [10 Regression] invalid use of incomplete type 'std::__detail::__iter_traits >' {aka 'struct std::indirectly_readable_traits'}

2021-04-26 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100243 Richard Biener changed: What|Removed |Added Known to fail||10.3.0 Keywords|

[Bug target/100257] poor codegen with vcvtph2ps / stride of 6

2021-04-26 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100257 --- Comment #3 from Richard Biener --- Confirmed. We fail to elide the 'pixel' temporary, that is, express memcpy (, src_33, 6); _1 = pixel.b; _2 = pixel.g; _3 = pixel.r; in terms of loads from src. Then the backend intrinsic

[Bug rtl-optimization/94605] [8 Regression] ICE in early-remat.c:process_block with multi-output asms

2021-04-26 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94605 --- Comment #4 from CVS Commits --- The releases/gcc-8 branch has been updated by Richard Sandiford : https://gcc.gnu.org/g:18dd25a17d30bc9038b5693fdd664b3b1f340cf3 commit r8-10917-g18dd25a17d30bc9038b5693fdd664b3b1f340cf3 Author: Richard

[Bug target/98136] [8 Regression] [aarch64] Internal compiler error with large classes and virtual methods since r8-5967-gf5470a77425a54efebfe1732488c40f05ef176d0

2021-04-26 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98136 --- Comment #8 from CVS Commits --- The releases/gcc-8 branch has been updated by Richard Sandiford : https://gcc.gnu.org/g:5ced791a38484705f9d2a009c76674d8e7f0ca57 commit r8-10918-g5ced791a38484705f9d2a009c76674d8e7f0ca57 Author: Richard

[Bug target/99929] [8 Backport] SVE: Wrong code at -O2 -ftree-vectorize

2021-04-26 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99929 --- Comment #7 from CVS Commits --- The releases/gcc-8 branch has been updated by Richard Sandiford : https://gcc.gnu.org/g:42a8453ae895c232082d0bcff9ae0edbe599ffc6 commit r8-10919-g42a8453ae895c232082d0bcff9ae0edbe599ffc6 Author: Richard

[Bug c/100262] New: warning on sparc64: 'strcmp' reading 1 or more bytes from a region of size 0 [-Werror=stringop-overread]

2021-04-26 Thread romain.naour at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100262 Bug ID: 100262 Summary: warning on sparc64: 'strcmp' reading 1 or more bytes from a region of size 0 [-Werror=stringop-overread] Product: gcc Version: 11.0 Status:

[Bug target/100257] poor codegen with vcvtph2ps / stride of 6

2021-04-26 Thread crazylht at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100257 Hongtao.liu changed: What|Removed |Added CC||crazylht at gmail dot com --- Comment #2

[Bug tree-optimization/100250] [11/12 Regression] ICE related to -Wmaybe-uninitialized

2021-04-26 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100250 Richard Biener changed: What|Removed |Added Keywords||ice-on-valid-code Blocks|

[Bug target/100258] constant store pulled out of the loop causes an extra memory load

2021-04-26 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100258 --- Comment #1 from Richard Biener --- Is it really so much more efficient? The store from reg is 4 bytes while a movl is 6 - for a larger loop keeping its size small would be important.

[Bug libstdc++/100238] [11/12 Regression] Link failure in debug libstdc++ on MinGW due to atomicitiy.cc

2021-04-26 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100238 Jonathan Wakely changed: What|Removed |Added Last reconfirmed||2021-04-26 Target Milestone|---

[Bug rtl-optimization/100254] [11/12 Regression] -fcompare-debug failure (length) with -O2 -fno-guess-branch-probability -fipa-pta -fnon-call-exceptions

2021-04-26 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100254 Jakub Jelinek changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug tree-optimization/99473] redundant conditional zero-initialization not eliminated

2021-04-26 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99473 --- Comment #3 from CVS Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:577d05fc914338cd7ddc254f3bee4532331f5c13 commit r12-114-g577d05fc914338cd7ddc254f3bee4532331f5c13 Author: Richard Biener Date:

[Bug tree-optimization/98117] [8 Regression] wrong code with "-O3 -fno-tree-scev-cprop" since r8-1163-g7078979b291419f3

2021-04-26 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98117 --- Comment #9 from CVS Commits --- The releases/gcc-8 branch has been updated by Richard Biener : https://gcc.gnu.org/g:c6da7015827a0557108a65f384419cddd6f8ba57 commit r8-10920-gc6da7015827a0557108a65f384419cddd6f8ba57 Author: Richard Biener

[Bug lto/96385] [8 Regression] GCC generates separate debug info with undefined symbols without relocations

2021-04-26 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96385 --- Comment #21 from CVS Commits --- The releases/gcc-8 branch has been updated by Richard Biener : https://gcc.gnu.org/g:e6a720bf5b1328ff018880063ae3d1e777e5b61d commit r8-10922-ge6a720bf5b1328ff018880063ae3d1e777e5b61d Author: Richard Biener

[Bug lto/96591] [8 Regression] ICE with -flto=auto and -O1: tree code ‘typename_type’ is not supported in LTO streams

2021-04-26 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96591 --- Comment #12 from CVS Commits --- The releases/gcc-8 branch has been updated by Richard Biener : https://gcc.gnu.org/g:d0669d6ac82726cd751b73c7fb04194b446dfd49 commit r8-10921-gd0669d6ac82726cd751b73c7fb04194b446dfd49 Author: Richard Biener

[Bug target/100257] poor codegen with vcvtph2ps / stride of 6

2021-04-26 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100257 --- Comment #4 from Andrew Pinski --- (In reply to Hongtao.liu from comment #2) > for vec_init, if higher part is zero, we can use vmovd/vmovq instead of > vector concat. That is related to PR 94680 if not the same.

[Bug tree-optimization/99473] redundant conditional zero-initialization not eliminated

2021-04-26 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99473 Richard Biener changed: What|Removed |Added Assignee|rguenth at gcc dot gnu.org |unassigned at gcc dot gnu.org

[Bug c/100262] warning on sparc64: 'strcmp' reading 1 or more bytes from a region of size 0 [-Werror=stringop-overread]

2021-04-26 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100262 Richard Biener changed: What|Removed |Added CC||msebor at gcc dot gnu.org

[Bug debug/100254] [11/12 Regression] -fcompare-debug failure (length) with -O2 -fno-guess-branch-probability -fipa-pta -fnon-call-exceptions

2021-04-26 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100254 --- Comment #2 from Jakub Jelinek --- I think the problem is during Cross-jumping in jump2 pass, so the r11-5391 change just likely triggered a latent problem. Will have a look in detail soon.

[Bug tree-optimization/99880] [10 Regression] ICE in maybe_set_vectorized_backedge_value, at tree-vect-loop.c:9161 since r10-3711-g69f8c1aef5cdcc54

2021-04-26 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99880 Richard Biener changed: What|Removed |Added Known to work||10.3.1 Resolution|---

[Bug tree-optimization/99954] [8/9/10 Regression] Copy loop over array of unions at -O3 generates memcpy instead of memmove, resulting in incorrect code

2021-04-26 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99954 --- Comment #7 from CVS Commits --- The releases/gcc-10 branch has been updated by Richard Biener : https://gcc.gnu.org/g:ee16f803357725df96e8c232b8066d9db3ec16a8 commit r10-9768-gee16f803357725df96e8c232b8066d9db3ec16a8 Author: Richard Biener

[Bug tree-optimization/100053] [9/10 Regression] tree-fre incorrectly delete a condition

2021-04-26 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100053 --- Comment #12 from CVS Commits --- The releases/gcc-10 branch has been updated by Richard Biener : https://gcc.gnu.org/g:be0093e7273f00fe850578415c0b06bc7dec6dc0 commit r10-9769-gbe0093e7273f00fe850578415c0b06bc7dec6dc0 Author: Richard

[Bug tree-optimization/99956] loop interchange fails when altering bwaves inner loop

2021-04-26 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99956 Richard Biener changed: What|Removed |Added Resolution|--- |FIXED Known to work|

[Bug tree-optimization/99956] loop interchange fails when altering bwaves inner loop

2021-04-26 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99956 --- Comment #4 from CVS Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:6ff66d1ea48960fe96bb51a750c01135e65fe452 commit r12-125-g6ff66d1ea48960fe96bb51a750c01135e65fe452 Author: Richard Biener Date:

[Bug target/100257] poor codegen with vcvtph2ps / stride of 6

2021-04-26 Thread crazylht at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100257 --- Comment #5 from Hongtao.liu --- (In reply to Andrew Pinski from comment #4) > (In reply to Hongtao.liu from comment #2) > > for vec_init, if higher part is zero, we can use vmovd/vmovq instead of > > vector concat. > > That is related to

[Bug libstdc++/100233] [10/11/12] std::views::elements only accepts types that are defined on std::get

2021-04-26 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100233 --- Comment #1 from Jonathan Wakely --- (In reply to gcc-bugs from comment #0) > https://eel.is/c++draft/range.elements#iterator-3 > > With some good-will you could say that `get` should be called unqualified :) Nope, that call is required to

[Bug rtl-optimization/100264] REE does not work on PARALLEL expressions with a single register SET child

2021-04-26 Thread christophm30 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100264 --- Comment #1 from Christoph M. --- A patch can be found here: https://gcc.gnu.org/pipermail/gcc-patches/2021-April/568680.html It does not show any regressions (target riscv*). The patch does not include a new test case to demonstrate it

[Bug tree-optimization/99880] [10 Regression] ICE in maybe_set_vectorized_backedge_value, at tree-vect-loop.c:9161 since r10-3711-g69f8c1aef5cdcc54

2021-04-26 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99880 --- Comment #7 from CVS Commits --- The releases/gcc-10 branch has been updated by Richard Biener : https://gcc.gnu.org/g:05b35bc2ba6c96ef3d468b246ab141f95694d95a commit r10-9767-g05b35bc2ba6c96ef3d468b246ab141f95694d95a Author: Richard Biener

[Bug target/100265] New: [RISCV] Use proper fences for atomic load/store

2021-04-26 Thread christophm30 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100265 Bug ID: 100265 Summary: [RISCV] Use proper fences for atomic load/store Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3

[Bug libstdc++/100249] missing forwarding std::__invoke result in ranges::is_permutation and ranges::clamp

2021-04-26 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100249 Patrick Palka changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

[Bug middle-end/100267] New: gcc -O2 for avx512 instrincts generates extra warnings and less optimizations

2021-04-26 Thread konstantin.ananyev at intel dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100267 Bug ID: 100267 Summary: gcc -O2 for avx512 instrincts generates extra warnings and less optimizations Product: gcc Version: 10.2.0 Status: UNCONFIRMED

[Bug target/100266] [RISCV] Provide programmatic implementation of CAS

2021-04-26 Thread christophm30 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100266 --- Comment #1 from Christoph M. --- A patchset to resolve this can be found here: https://gcc.gnu.org/pipermail/gcc-patches/2021-April/568684.html

[Bug c++/100261] [11/12 Regression] ICE: tree check: expected var_decl or type_decl, have error_mark in emit_tinfo_decl, at cp/rtti.c:1643

2021-04-26 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100261 Richard Biener changed: What|Removed |Added Keywords||rejects-valid Priority|P3

[Bug tree-optimization/100260] DSE: join stores

2021-04-26 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100260 Richard Biener changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

[Bug c++/55578] Disabling warnings inside macro definition doesn't work

2021-04-26 Thread vz-gcc at zeitlins dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55578 Vadim Zeitlin changed: What|Removed |Added CC||vz-gcc at zeitlins dot org --- Comment

[Bug libstdc++/100238] [11/12 Regression] Link failure in debug libstdc++ on MinGW due to atomicitiy.cc

2021-04-26 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100238 Jonathan Wakely changed: What|Removed |Added Status|ASSIGNED|WAITING --- Comment #2 from Jonathan

[Bug target/100266] New: [RISCV] Provide programmatic implementation of CAS

2021-04-26 Thread christophm30 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100266 Bug ID: 100266 Summary: [RISCV] Provide programmatic implementation of CAS Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3

[Bug libstdc++/100243] [10 Regression] invalid use of incomplete type 'std::__detail::__iter_traits >' {aka 'struct std::indirectly_readable_traits'}

2021-04-26 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100243 --- Comment #1 from Jonathan Wakely --- It should be already fixed on the branch by 32a859531e854382c18abf0b14a306d83f793eb5

[Bug target/100257] poor codegen with vcvtph2ps / stride of 6

2021-04-26 Thread crazylht at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100257 --- Comment #6 from Hongtao.liu --- > const __m128i in = _mm_setr_epi16(val_0, val_1, val_2, 0, 0, 0, 0, 0); in ix86_expand_vector_init, we can generate asm like vmovd val_0, %xmm0 pinsrw $1, val_1, %xmm0 pinsrw $2, val_2, %xmm0 and

[Bug libfortran/98301] random_init() is broken

2021-04-26 Thread vehre at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98301 --- Comment #10 from Andre Vehreschild --- Created attachment 50674 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=50674=edit Delta from Steve's patch to one submitted for acceptance to implement random_init for coarray=shared.

[Bug libfortran/98301] random_init() is broken

2021-04-26 Thread vehre at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98301 Andre Vehreschild changed: What|Removed |Added Status|ASSIGNED|WAITING --- Comment #11 from Andre

[Bug lto/96591] [8 Regression] ICE with -flto=auto and -O1: tree code ‘typename_type’ is not supported in LTO streams

2021-04-26 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96591 Richard Biener changed: What|Removed |Added Known to fail||8.4.0 Status|ASSIGNED

[Bug lto/96385] [8 Regression] GCC generates separate debug info with undefined symbols without relocations

2021-04-26 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96385 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Known to work|

[Bug tree-optimization/98117] [8 Regression] wrong code with "-O3 -fno-tree-scev-cprop" since r8-1163-g7078979b291419f3

2021-04-26 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98117 Richard Biener changed: What|Removed |Added Known to work||8.4.1 Known to fail|

[Bug tree-optimization/53947] [meta-bug] vectorizer missed-optimizations

2021-04-26 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53947 Bug 53947 depends on bug 98117, which changed state. Bug 98117 Summary: [8 Regression] wrong code with "-O3 -fno-tree-scev-cprop" since r8-1163-g7078979b291419f3 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98117 What|Removed

[Bug libstdc++/100259] ODR violations in

2021-04-26 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100259 Jonathan Wakely changed: What|Removed |Added Last reconfirmed||2021-04-26 Ever confirmed|0

[Bug ada/100251] byte order mark in gnat.adc raises compilation error

2021-04-26 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100251 Eric Botcazou changed: What|Removed |Added Ever confirmed|0 |1 CC|

[Bug libstdc++/100259] ODR violations in

2021-04-26 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100259 --- Comment #2 from CVS Commits --- The master branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:3f4aa4579a6c03e0a0b0a6aec68aa5a301264d45 commit r12-120-g3f4aa4579a6c03e0a0b0a6aec68aa5a301264d45 Author: Jonathan Wakely Date:

[Bug tree-optimization/100263] New: Wrong removal of statement in copyprop3

2021-04-26 Thread stefansf at linux dot ibm.com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100263 Bug ID: 100263 Summary: Wrong removal of statement in copyprop3 Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug fortran/92621] Problems with memory handling with allocatable intent(out) arrays with bind(c)

2021-04-26 Thread jrfsousa at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92621 --- Comment #8 from José Rui Faustino de Sousa --- Patch (version 2) posted: https://gcc.gnu.org/pipermail/fortran/2021-April/055991.html

[Bug rtl-optimization/100264] New: REE does not work on PARALLEL expressions with a single register SET child

2021-04-26 Thread christophm30 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100264 Bug ID: 100264 Summary: REE does not work on PARALLEL expressions with a single register SET child Product: gcc Version: unknown Status: UNCONFIRMED Severity:

[Bug c/100262] warning on sparc64: 'strcmp' reading 1 or more bytes from a region of size 0 [-Werror=stringop-overread]

2021-04-26 Thread romain.naour at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100262 --- Comment #3 from Romain Naour --- Created attachment 50677 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=50677=edit arch/sparc/kernel/mdesc.o generated with gcc -E

[Bug target/100265] [RISCV] Use proper fences for atomic load/store

2021-04-26 Thread christophm30 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100265 --- Comment #1 from Christoph M. --- A patchset to resolve this can be found here: https://gcc.gnu.org/pipermail/gcc-patches/2021-April/568684.html

[Bug libstdc++/100243] [10 Regression] invalid use of incomplete type 'std::__detail::__iter_traits >' {aka 'struct std::indirectly_readable_traits'}

2021-04-26 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100243 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug tree-optimization/100239] [10/11/12 Regression] ICE: in expand_expr_real_2, at expr.c:9865 with __builtin_shuffle()

2021-04-26 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100239 --- Comment #2 from Jakub Jelinek --- Created attachment 50678 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=50678=edit gcc11-pr100239.patch Untested fix.

[Bug c++/100252] [8/9/10/11/12 Regression] Internal compiler error during template instantiation

2021-04-26 Thread mpolacek at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100252 Marek Polacek changed: What|Removed |Added Summary|Internal compiler error |[8/9/10/11/12 Regression]

[Bug c++/88580] Parameter pack expansion fails (variadic constructor template inside a variadic class template)

2021-04-26 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88580 Patrick Palka changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug middle-end/100262] warning on sparc64: 'strcmp' reading 1 or more bytes from a region of size 0 [-Werror=stringop-overread]

2021-04-26 Thread msebor at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100262 --- Comment #5 from Martin Sebor --- I should add: because mdesc is a member of another struct it can't have a flexible array member, but as long as the enclosing struct mdesc_handle is not embedded as a member in another struct it can have a

[Bug target/100236] arm: UB in arm_compute_save_core_reg_mask (shift exponent 4294967295 is too large for 32-bit type 'int')

2021-04-26 Thread rearnsha at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100236 Richard Earnshaw changed: What|Removed |Added Ever confirmed|0 |1 Last reconfirmed|

[Bug target/100270] New: _Generic can't distinguish VLS SVE vectors and GNU vectors

2021-04-26 Thread rsandifo at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100270 Bug ID: 100270 Summary: _Generic can't distinguish VLS SVE vectors and GNU vectors Product: gcc Version: 10.3.1 Status: UNCONFIRMED Keywords: rejects-valid

[Bug target/100270] _Generic can't distinguish VLS SVE vectors and GNU vectors

2021-04-26 Thread rsandifo at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100270 rsandifo at gcc dot gnu.org changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |rsandifo at gcc

[Bug tree-optimization/100250] [11/12 Regression] ICE related to -Wmaybe-uninitialized

2021-04-26 Thread msebor at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100250 --- Comment #2 from Martin Sebor --- This is a consequence of fixing pr97172 by clearing the VLA bounds encoded by the front end in function attributes before the IL enters the middle end: they VLA bounds aren't used to decide whether to

[Bug c++/100271] New: ICE in in tsubst_copy, at cp/pt.c:16480

2021-04-26 Thread zchendd at connect dot ust.hk via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100271 Bug ID: 100271 Summary: ICE in in tsubst_copy, at cp/pt.c:16480 Product: gcc Version: 10.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug fortran/92621] Problems with memory handling with allocatable intent(out) arrays with bind(c)

2021-04-26 Thread dominiq at lps dot ens.fr via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92621 Dominique d'Humieres changed: What|Removed |Added Last reconfirmed||2021-04-26

[Bug target/100217] [11/12 Regression] ICE when building valgrind testsuite with -march=z14 since r11-7552

2021-04-26 Thread iii at linux dot ibm.com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100217 --- Comment #9 from Ilya Leoshkevich --- Created attachment 50679 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=50679=edit regtesting this patch now

[Bug middle-end/100262] warning on sparc64: 'strcmp' reading 1 or more bytes from a region of size 0 [-Werror=stringop-overread]

2021-04-26 Thread msebor at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100262 Martin Sebor changed: What|Removed |Added Component|c |middle-end Resolution|---

[Bug tree-optimization/100263] [11/12 Regression] Wrong removal of statement in copyprop3

2021-04-26 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100263 --- Comment #2 from Jakub Jelinek --- Though, looking at the r11-39 optimized dump, I actually don't see anything wrong. The path taken in the testcase should be: [local count: 1073741824]: b.0_1 = b; if (b.0_1 != 2) goto ;

[Bug tree-optimization/100263] [11/12 Regression] Wrong removal of statement in copyprop3

2021-04-26 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100263 Jakub Jelinek changed: What|Removed |Added Last reconfirmed||2021-04-26 Ever confirmed|0

[Bug c++/100261] [11/12 Regression] ICE: tree check: expected var_decl or type_decl, have error_mark in emit_tinfo_decl, at cp/rtti.c:1643

2021-04-26 Thread mpolacek at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100261 Marek Polacek changed: What|Removed |Added CC||mpolacek at gcc dot gnu.org,

[Bug target/100200] [10/11/12 Regression] UB evaluating aarch64_plus_immediate predicate

2021-04-26 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100200 Jakub Jelinek changed: What|Removed |Added Last reconfirmed||2021-04-26

[Bug c++/100055] [10/11/12 Regression] ICE on invalid requires expression

2021-04-26 Thread mpolacek at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100055 --- Comment #4 from Marek Polacek --- This fixes https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99465#c1 but not https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99465#c0.

[Bug bootstrap/100269] New: [12 Regression] i686 biarch compiler fails for Darwin after r12-36.

2021-04-26 Thread iains at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100269 Bug ID: 100269 Summary: [12 Regression] i686 biarch compiler fails for Darwin after r12-36. Product: gcc Version: 10.2.1 Status: UNCONFIRMED Severity: normal

[Bug c/100268] New: lm32-uclinux: ../.././gcc/config/lm32/uclinux-elf.h:70: error: "LINK_GCC_C_SEQUENCE_SPEC" redefined [-Werror]

2021-04-26 Thread jbglaw--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100268 Bug ID: 100268 Summary: lm32-uclinux: ../.././gcc/config/lm32/uclinux-elf.h:70: error: "LINK_GCC_C_SEQUENCE_SPEC" redefined [-Werror] Product: gcc Version:

[Bug bootstrap/100269] [12 Regression] i686 biarch compiler fails for Darwin after r12-36.

2021-04-26 Thread iains at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100269 Iain Sandoe changed: What|Removed |Added Last reconfirmed||2021-04-26

[Bug tree-optimization/100263] [11/12 Regression] Wrong removal of statement in copyprop3

2021-04-26 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100263 --- Comment #3 from Jakub Jelinek --- And, just to verify it, I've compiled the testcase with r11-39 with a breakpoint on pass_expand::execute and set global_options.x_optimize = 0 there, and resulting testcase passes. So most likely things go

[Bug tree-optimization/100250] [11/12 Regression] ICE related to -Wmaybe-uninitialized

2021-04-26 Thread msebor at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100250 Martin Sebor changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug c++/100271] ICE in in tsubst_copy, at cp/pt.c:16480

2021-04-26 Thread mpolacek at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100271 Marek Polacek changed: What|Removed |Added CC||mpolacek at gcc dot gnu.org

[Bug c++/95317] [8/9/10 Regression] ICE on valid C++14 code, in tsubst_copy, at cp/pt.c:15649

2021-04-26 Thread mpolacek at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95317 Marek Polacek changed: What|Removed |Added CC||zchendd at connect dot ust.hk ---

[Bug tree-optimization/100256] spurious stringop-overflow warning with memset(..., sizeof(dest)) on variable-length array at -O3

2021-04-26 Thread msebor at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100256 Martin Sebor changed: What|Removed |Added Resolution|--- |WONTFIX Status|UNCONFIRMED

[Bug target/96168] GCC support for Apple Silicon (Arm64) on macOS requested

2021-04-26 Thread noloader at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96168 Jeffrey Walton changed: What|Removed |Added CC||noloader at gmail dot com --- Comment

[Bug fortran/100273] [9/10/11/12 Regression] ICE in gfc_create_module_variable, at fortran/trans-decl.c:5352

2021-04-26 Thread gscfq--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100273 G. Steinmetz changed: What|Removed |Added Keywords||ice-on-valid-code --- Comment #1 from

[Bug fortran/100274] New: [9/10/11/12 Regression] ICE in gfc_conv_procedure_call, at fortran/trans-expr.c:6131

2021-04-26 Thread gscfq--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100274 Bug ID: 100274 Summary: [9/10/11/12 Regression] ICE in gfc_conv_procedure_call, at fortran/trans-expr.c:6131 Product: gcc Version: 12.0 Status: UNCONFIRMED

[Bug fortran/100273] New: [9/10/11/12 Regression] ICE in gfc_create_module_variable, at fortran/trans-decl.c:5352

2021-04-26 Thread gscfq--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100273 Bug ID: 100273 Summary: [9/10/11/12 Regression] ICE in gfc_create_module_variable, at fortran/trans-decl.c:5352 Product: gcc Version: 12.0 Status:

[Bug fortran/100275] New: ICE in gfc_build_null_descriptor, at fortran/trans-array.c:417

2021-04-26 Thread gscfq--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100275 Bug ID: 100275 Summary: ICE in gfc_build_null_descriptor, at fortran/trans-array.c:417 Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal

[Bug fortran/100275] ICE in gfc_build_null_descriptor, at fortran/trans-array.c:417

2021-04-26 Thread gscfq--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100275 G. Steinmetz changed: What|Removed |Added Keywords||ice-on-invalid-code --- Comment #1 from

[Bug c++/100209] multiple inheritance with crtp pattern fails on sequentioal member access

2021-04-26 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100209 --- Comment #4 from CVS Commits --- The master branch has been updated by Patrick Palka : https://gcc.gnu.org/g:0120cd9382728fdc99d4cfdcb72cd0f55aca2ce3 commit r12-136-g0120cd9382728fdc99d4cfdcb72cd0f55aca2ce3 Author: Patrick Palka Date:

  1   2   >