[Bug target/97005] [nvptx] FAIL: c-c++-common/torture/builtin-arith-overflow-15.c -O0 execution test

2022-02-24 Thread vries at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97005 --- Comment #11 from Tom de Vries --- (In reply to Tom de Vries from comment #2) > (In reply to Tom de Vries from comment #1) > > Created attachment 52359 [details] > > Cuda reproducer > > Filed at https://developer.nvidia.com/nvidia_bug/3527713

[Bug fortran/84519] [F2018] STOP and ERROR STOP statements with QUIET specifier

2022-02-24 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84519 anlauf at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|-

[Bug fortran/85836] [meta-bug] Fortran 2018 support

2022-02-24 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85836 Bug 85836 depends on bug 84519, which changed state. Bug 84519 Summary: [F2018] STOP and ERROR STOP statements with QUIET specifier https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84519 What|Removed |Added

[Bug translation/104552] Mistakes in strings to be translated in GCC 12

2022-02-24 Thread roland.illig at gmx dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104552 --- Comment #7 from Roland Illig --- >From params.opt: > When propagating IPA-CP effect estimates, multiply frequencies of recursive > edges that that bring back an unchanged value by this factor. "that that" >From params.opt: > Maximum combin

[Bug target/104681] New: [9/10/11/12 Regression] ppc64le -mabi=ieeelongdouble ICE since r9-6460

2022-02-24 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104681 Bug ID: 104681 Summary: [9/10/11/12 Regression] ppc64le -mabi=ieeelongdouble ICE since r9-6460 Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal

[Bug target/104681] [9/10/11/12 Regression] ppc64le -mabi=ieeelongdouble ICE since r9-6460

2022-02-24 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104681 Jakub Jelinek changed: What|Removed |Added Priority|P3 |P2 Target Milestone|---

[Bug target/100085] Bad code for union transfer from __float128 to vector types

2022-02-24 Thread munroesj at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100085 --- Comment #16 from Steven Munroe --- Created attachment 52510 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52510&action=edit Reduced tests for xfers from _float128 to vector or __int128 Cover more types including __int128 and vector _

[Bug target/100085] Bad code for union transfer from __float128 to vector types

2022-02-24 Thread munroesj at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100085 Steven Munroe changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Bug target/100085] Bad code for union transfer from __float128 to vector types

2022-02-24 Thread segher at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100085 Segher Boessenkool changed: What|Removed |Added Status|REOPENED|WAITING --- Comment #18 from Seghe

[Bug target/100085] Bad code for union transfer from __float128 to vector types

2022-02-24 Thread segher at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100085 --- Comment #19 from Segher Boessenkool --- And the same with all of GCC 8, GCC 9, GCC 10, GCC 11, and current trunk.

[Bug target/100085] Bad code for union transfer from __float128 to vector types

2022-02-24 Thread segher at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100085 Segher Boessenkool changed: What|Removed |Added Status|WAITING |REOPENED --- Comment #20 from Segh

[Bug testsuite/100407] New test cases attr-retain-*.c fail after their introduction in r11-7284

2022-02-24 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100407 --- Comment #14 from CVS Commits --- The master branch has been updated by Pat Haugen : https://gcc.gnu.org/g:ae3c4e521dd0b66db712639298cd08331d62f315 commit r12-7378-gae3c4e521dd0b66db712639298cd08331d62f315 Author: Pat Haugen Date: Thu Fe

[Bug c++/104682] New: Missing deprecated warning on enumerator in class template

2022-02-24 Thread mpolacek at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104682 Bug ID: 104682 Summary: Missing deprecated warning on enumerator in class template Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Pr

[Bug c++/104682] Missing deprecated warning on enumerator in class template

2022-02-24 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104682 Andrew Pinski changed: What|Removed |Added Last reconfirmed||2022-02-24 Status|UNCONFIRM

[Bug testsuite/100407] New test cases attr-retain-*.c fail after their introduction in r11-7284

2022-02-24 Thread pthaugen at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100407 pthaugen at gcc dot gnu.org changed: What|Removed |Added CC||pthaugen at gcc dot gnu.org

[Bug c++/104682] Missing deprecated warning on enumerator in class template

2022-02-24 Thread mpolacek at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104682 Marek Polacek changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug libstdc++/104602] std::source_location::current uses cast from void*

2022-02-24 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104602 --- Comment #7 from CVS Commits --- The master branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:41cbcf53dc60b7434b9ee059b3a734a47f5bf212 commit r12-7379-g41cbcf53dc60b7434b9ee059b3a734a47f5bf212 Author: Jonathan Wakely Date:

[Bug libstdc++/104602] std::source_location::current uses cast from void*

2022-02-24 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104602 Jonathan Wakely changed: What|Removed |Added Status|NEW |RESOLVED Target Milestone|---

[Bug libstdc++/104602] std::source_location::current uses cast from void*

2022-02-24 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104602 --- Comment #9 from Jonathan Wakely --- Hmm, we probably want to backport this, otherwise this check will start to pass for future clang versions: #if __cplusplus > 201703L && __has_builtin(__builtin_source_location) but the code will be invalid

[Bug rtl-optimization/104438] Combine optimization opportunity exposed after pro_and_epilogue

2022-02-24 Thread crazylht at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104438 --- Comment #8 from Hongtao.liu --- (In reply to Martin Liška from comment #7) > (In reply to Hongtao.liu from comment #6) > > The opportunity disappear after r12-7125. > > Can you please install the latest contrib/gcc-git-customization.sh? Doi

[Bug target/104671] -Wa,-m no longer has any effect

2022-02-24 Thread npiggin at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104671 --- Comment #4 from Nicholas Piggin --- (In reply to Alan Modra from comment #3) > (In reply to Nicholas Piggin from comment #0) > > Commit e154242724b084380e3221df7c08fcdbd8460674 ("Don't pass -many to the > > assembler") also added a workaroun

[Bug target/104666] [12 Regression] ICE in related_vector_mode, at stor-layout.c:537

2022-02-24 Thread crazylht at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104666 --- Comment #6 from Hongtao.liu --- (In reply to Jakub Jelinek from comment #5) > Wouldn't the right fix be instead to move the ix86_expand_builtin Good idea!

[Bug tree-optimization/103856] ICE during GIMPLE pass: hardcmp since r12-4759-g95bb87b2458bfab4 and -fnon-call-exceptions -fsignaling-nans

2022-02-24 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103856 --- Comment #5 from CVS Commits --- The master branch has been updated by Alexandre Oliva : https://gcc.gnu.org/g:e53bb1965db9c7882ded4a70296340d8db52053a commit r12-7381-ge53bb1965db9c7882ded4a70296340d8db52053a Author: Alexandre Oliva Date:

[Bug middle-end/104540] ICE: SIGSEGV in cfi_oprnd_equal_p with -O2 -fharden-conditional-branches -mforce-drap -mstackrealign --param=max-grow-copy-bb-insns=125

2022-02-24 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104540 --- Comment #3 from CVS Commits --- The master branch has been updated by Alexandre Oliva : https://gcc.gnu.org/g:a026b67f8f70d6cf35daf42a4b0909f78c9d7f40 commit r12-7382-ga026b67f8f70d6cf35daf42a4b0909f78c9d7f40 Author: Alexandre Oliva Date:

[Bug tree-optimization/103845] ICE in execute, at gimple-harden-conditionals.cc:552 -fharden-compares -fno-ipa-pure-const and returns_twice

2022-02-24 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103845 --- Comment #6 from CVS Commits --- The master branch has been updated by Alexandre Oliva : https://gcc.gnu.org/g:33c7df5854ecb31e2d645ab672ad3987b591ebfd commit r12-7383-g33c7df5854ecb31e2d645ab672ad3987b591ebfd Author: Alexandre Oliva Date:

[Bug tree-optimization/104263] [10 Regression] '-fcompare-debug' failure (length) w/ -O2 -fnon-call-exceptions -fno-inline-small-functions since r10-3575-g629387a6586a7531

2022-02-24 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104263 --- Comment #14 from CVS Commits --- The master branch has been updated by Alexandre Oliva : https://gcc.gnu.org/g:33c7df5854ecb31e2d645ab672ad3987b591ebfd commit r12-7383-g33c7df5854ecb31e2d645ab672ad3987b591ebfd Author: Alexandre Oliva Date

[Bug target/103302] wrong code with -fharden-compares

2022-02-24 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103302 --- Comment #15 from CVS Commits --- The master branch has been updated by Alexandre Oliva : https://gcc.gnu.org/g:a9e2ebe839d56416ceaff1a40df54de4890539be commit r12-7384-ga9e2ebe839d56416ceaff1a40df54de4890539be Author: Alexandre Oliva Date

[Bug target/104121] [12 Regression] v850: Infinite loop in find_reload_regno_insns() since r12-5852-g50e8b0c9bca6cdc57804f860ec5311b641753fbb

2022-02-24 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104121 --- Comment #12 from CVS Commits --- The master branch has been updated by Alexandre Oliva : https://gcc.gnu.org/g:a9e2ebe839d56416ceaff1a40df54de4890539be commit r12-7384-ga9e2ebe839d56416ceaff1a40df54de4890539be Author: Alexandre Oliva Date

[Bug tree-optimization/103856] ICE during GIMPLE pass: hardcmp since r12-4759-g95bb87b2458bfab4 and -fnon-call-exceptions -fsignaling-nans

2022-02-24 Thread aoliva at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103856 Alexandre Oliva changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug middle-end/104540] ICE: SIGSEGV in cfi_oprnd_equal_p with -O2 -fharden-conditional-branches -mforce-drap -mstackrealign --param=max-grow-copy-bb-insns=125

2022-02-24 Thread aoliva at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104540 Alexandre Oliva changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug tree-optimization/103845] ICE in execute, at gimple-harden-conditionals.cc:552 -fharden-compares -fno-ipa-pure-const and returns_twice

2022-02-24 Thread aoliva at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103845 Alexandre Oliva changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug target/104121] [12 Regression] v850: Infinite loop in find_reload_regno_insns() since r12-5852-g50e8b0c9bca6cdc57804f860ec5311b641753fbb

2022-02-24 Thread aoliva at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104121 Alexandre Oliva changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug other/104683] New: -march=haswell generates invalid instructions on Celeron Haswell CPUs

2022-02-24 Thread pc-gcc22 at crowcastle dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104683 Bug ID: 104683 Summary: -march=haswell generates invalid instructions on Celeron Haswell CPUs Product: gcc Version: 10.3.1 Status: UNCONFIRMED Severity: normal

[Bug target/104673] powerpc e500mc Error: unrecognized opcode: `isel'

2022-02-24 Thread judge.packham at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104673 --- Comment #2 from Chris Packham --- GCC configure line is $ /home/ctng/crosstool-ng/.build/powerpc-unknown-linux-gnu/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=x86_64-build_pc-linux-gnu --target=powerpc-unknown-linux-gnu --pre

[Bug target/104673] powerpc e500mc Error: unrecognized opcode: `isel'

2022-02-24 Thread judge.packham at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104673 --- Comment #3 from Chris Packham --- Created attachment 52511 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52511&action=edit Attempt to trigger problem

[Bug target/101908] [12 regression] cray regression with -O2 -ftree-slp-vectorize compared to -O2

2022-02-24 Thread crazylht at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101908 --- Comment #21 from Hongtao.liu --- Now we have SLP node available in vector cost hook, maybe we can do sth in cost model to prevent vectorization when node's definition from big-size parameter.

[Bug target/101908] [12 regression] cray regression with -O2 -ftree-slp-vectorize compared to -O2

2022-02-24 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101908 --- Comment #22 from Richard Biener --- (In reply to Hongtao.liu from comment #21) > Now we have SLP node available in vector cost hook, maybe we can do sth in > cost model to prevent vectorization when node's definition from big-size > paramete

<    1   2