[Bug fortran/103707] Stray "Array operands are incommensurate"

2021-12-14 Thread tkoenig at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103707 --- Comment #5 from Thomas Koenig --- Thanks for the quick reduction, Gerhard. This originally came from something like program p real, parameter :: fmin(1) = 0. real, parameter :: fmax(1) = 1. real :: x(1) where (fmin <= 0)

[Bug middle-end/102860] [12 regression] libgomp.fortran/simd2.f90 ICEs after r12-4526

2021-12-14 Thread luoxhu at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102860 --- Comment #6 from luoxhu at gcc dot gnu.org --- Fortran's modulo is floor_mod as documented here: https://gcc.gnu.org/onlinedocs/gfortran/MODULO.html? Syntax: RESULT = MODULO(A, P) Return value: The type and kind of the result are those of th

[Bug middle-end/102860] [12 regression] libgomp.fortran/simd2.f90 ICEs after r12-4526

2021-12-14 Thread luoxhu at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102860 luoxhu at gcc dot gnu.org changed: What|Removed |Added CC||luoxhu at gcc dot gnu.org --

[Bug c/96284] Outdated C features should be made errors with newer standards

2021-12-14 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96284 Eric Gallager changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug target/102347] "fatal error: target specific builtin not available" with MMA and LTO

2021-12-14 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102347 --- Comment #16 from CVS Commits --- The releases/gcc-10 branch has been updated by Kewen Lin : https://gcc.gnu.org/g:b562a5811a24eff140eb64dce0bb3dc94c238a5d commit r10-10339-gb562a5811a24eff140eb64dce0bb3dc94c238a5d Author: Kewen Lin Date:

[Bug target/102347] "fatal error: target specific builtin not available" with MMA and LTO

2021-12-14 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102347 --- Comment #15 from CVS Commits --- The releases/gcc-11 branch has been updated by Kewen Lin : https://gcc.gnu.org/g:4636d61e9ad2a57a9c072e60f9d30429e83c2f4e commit r11-9384-g4636d61e9ad2a57a9c072e60f9d30429e83c2f4e Author: Kewen Lin Date:

[Bug target/100518] [12 Regression] ICE in copy_to_mode_reg with aarch64 ILP32 and memset with -mstrict-align -O2 since r12-397-gda9e6e63d1ae22e530ec7baf59f6ed028bf05776

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

[Bug middle-end/100843] [12 Regression] ICE with -O1: in try_store_by_multiple_pieces, at builtins.c:6739 since r12-397-gda9e6e63d1ae22e530ec7baf59f6ed028bf05776

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

[Bug target/100518] [12 Regression] ICE in copy_to_mode_reg with aarch64 ILP32 and memset with -mstrict-align -O2 since r12-397-gda9e6e63d1ae22e530ec7baf59f6ed028bf05776

2021-12-14 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100518 --- Comment #5 from CVS Commits --- The master branch has been updated by Alexandre Oliva : https://gcc.gnu.org/g:71cc9b8c39148d19a8043b74ca8b6b4e8b8072ca commit r12-5984-g71cc9b8c39148d19a8043b74ca8b6b4e8b8072ca Author: Alexandre Oliva Date:

[Bug middle-end/100843] [12 Regression] ICE with -O1: in try_store_by_multiple_pieces, at builtins.c:6739 since r12-397-gda9e6e63d1ae22e530ec7baf59f6ed028bf05776

2021-12-14 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100843 --- Comment #5 from CVS Commits --- The master branch has been updated by Alexandre Oliva : https://gcc.gnu.org/g:c95a9f1ee7ebd461cbced455271a993bae3a42b6 commit r12-5983-gc95a9f1ee7ebd461cbced455271a993bae3a42b6 Author: Alexandre Oliva Date:

[Bug tree-optimization/103462] GCC failed to reduce bit clear in loop.

2021-12-14 Thread crazylht at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103462 --- Comment #6 from Hongtao.liu --- (In reply to Hongtao.liu from comment #5) > Created attachment 52004 [details] > Testes patch, wait for gcc13. Add error in the patch to see if there's any change in gcc which can be optimized, it turns out t

[Bug tree-optimization/103462] GCC failed to reduce bit clear in loop.

2021-12-14 Thread crazylht at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103462 --- Comment #5 from Hongtao.liu --- Created attachment 52004 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52004&action=edit Testes patch, wait for gcc13.

[Bug libstdc++/103726] New: --disable-hosted-libstdcxx (freestanding C++) does not provide as what standard requires

2021-12-14 Thread unlvsur at live dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103726 Bug ID: 103726 Summary: --disable-hosted-libstdcxx (freestanding C++) does not provide as what standard requires Product: gcc Version: 12.0 Status: UNCONFIRMED

[Bug c/103725] New: warning: assuming signed overflow does not occur when simplifying conditional to constant

2021-12-14 Thread f.heckenbach--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103725 Bug ID: 103725 Summary: warning: assuming signed overflow does not occur when simplifying conditional to constant Product: gcc Version: 11.2.0 Status: UNCONFIRMED

[Bug target/101846] Improve __builtin_shufflevector emitted code

2021-12-14 Thread crazylht at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101846 --- Comment #9 from Hongtao.liu --- (In reply to Andrew Pinski from comment #7) > With just -mavx512f we produce a bunch of instructions (looking like we went > to scalar mode) while LLVM is able to produce: > foo(short __vector(16)):

[Bug c/103724] invalid warning: iteration 7 invokes undefined behavior

2021-12-14 Thread f.heckenbach--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103724 Frank Heckenbach changed: What|Removed |Added Summary|warning |invalid warning: iteration

[Bug c/103724] New: warning

2021-12-14 Thread f.heckenbach--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103724 Bug ID: 103724 Summary: warning Product: gcc Version: 11.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c Assignee: unassigned at gc

[Bug tree-optimization/103723] New: Loop invariant motion pass failed to remove unused code from loop

2021-12-14 Thread lingling.kong7 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103723 Bug ID: 103723 Summary: Loop invariant motion pass failed to remove unused code from loop Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal

[Bug target/103622] [12 Regression] ICE: Segmentation fault (in altivec_resolve_new_overloaded_builtin)

2021-12-14 Thread linkw at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103622 --- Comment #10 from Kewen Lin --- > test.c: In function ‘get_float128_exponent’: > test.c:4:5: note: overloaded builtin ‘__builtin_vec_scalar_extract_exp’ is > implemented by builtin ‘__builtin_vsx_scalar_extract_expq’ >4 | return __bui

[Bug target/102089] MIPS: use N64 ABI by default if the triple end with -gnuabi64

2021-12-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102089 Andrew Pinski changed: What|Removed |Added Resolution|--- |FIXED Target Milestone|---

[Bug target/102089] MIPS: use N64 ABI by default if the triple end with -gnuabi64

2021-12-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102089 Andrew Pinski changed: What|Removed |Added Severity|normal |enhancement

[Bug target/101846] Improve __builtin_shufflevector emitted code

2021-12-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101846 --- Comment #8 from Andrew Pinski --- foo is like a zero extend even.

[Bug target/101846] Improve __builtin_shufflevector emitted code

2021-12-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101846 Andrew Pinski changed: What|Removed |Added Severity|normal |enhancement --- Comment #7 from Andrew

[Bug target/92658] x86 lacks vector extend / truncate

2021-12-14 Thread crazylht at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92658 --- Comment #25 from Hongtao.liu --- (In reply to Uroš Bizjak from comment #5) > Created attachment 47927 [details] > Prototype patch v2 > > A couple of typos fixed. > > Still doesn't vectorize v4qi->v4si, v2qi->v2di, v2hi->v2di and v4qi->v4di.

[Bug target/53117] missed-optimization: worse code for 'x <= 0' compared to 'x < 0'

2021-12-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53117 Andrew Pinski changed: What|Removed |Added Severity|minor |enhancement

[Bug target/50131] Optimize x = -1 with "or" for -O

2021-12-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50131 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/96805] [10 Regression] ICE: Segmentation fault in instantiate_template / pop_nested_class()

2021-12-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96805 Andrew Pinski changed: What|Removed |Added CC||delleyves at gmx dot ch --- Comment #15

[Bug target/99550] ICE (segfault) on arm with -std=c++2a

2021-12-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99550 Andrew Pinski changed: What|Removed |Added Resolution|--- |DUPLICATE Status|UNCONFIRMED

[Bug target/99550] ICE (segfault) on arm with -std=c++2a

2021-12-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99550 --- Comment #2 from Andrew Pinski --- Reduced: template struct JoinedRange { struct Iterator { template using maybe_const_t = T; using pointer = maybe_const_t; }; }; JoinedRange a;

[Bug target/98648] Failure to optimize out no-op vector operation using andnot

2021-12-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98648 Andrew Pinski changed: What|Removed |Added Severity|normal |enhancement Keywords|ABI

[Bug target/98648] Failure to optimize out no-op vector operation using andnot

2021-12-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98648 Andrew Pinski changed: What|Removed |Added Ever confirmed|0 |1 Last reconfirmed|

[Bug target/98698] atomic load to FPU registers

2021-12-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98698 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever confirmed|0

[Bug target/98698] atomic load to FPU registers

2021-12-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98698 Andrew Pinski changed: What|Removed |Added Severity|normal |enhancement --- Comment #1 from Andrew P

[Bug target/103722] [12 Regression] ICE in extract_constrain_insn building glibc for SH4

2021-12-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103722 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |12.0

[Bug target/97734] GCC using branches when a conditional move would be better

2021-12-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97734 Andrew Pinski changed: What|Removed |Added Severity|normal |enhancement Status|UNCONFIRM

[Bug target/103722] New: [12 Regression] ICE in extract_constrain_insn building glibc for SH4

2021-12-14 Thread jsm28 at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103722 Bug ID: 103722 Summary: [12 Regression] ICE in extract_constrain_insn building glibc for SH4 Product: gcc Version: 12.0 Status: UNCONFIRMED Keywords: ice-on-va

[Bug target/92658] x86 lacks vector extend / truncate

2021-12-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92658 Andrew Pinski changed: What|Removed |Added Severity|normal |enhancement

[Bug libstdc++/71367] std::time_get does not implement 'r' or 'p'

2021-12-14 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71367 --- Comment #11 from Jonathan Wakely --- (In reply to Jonathan Wakely from comment #1) > We need this to fix some failing tests now, because glibc 2.29 changed T_FMT > for some locales, including en_HK which we use in: > > testsuite/22_locale/ti

[Bug tree-optimization/94892] (x >> 31) + 1 not getting narrowed to compare

2021-12-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94892 --- Comment #6 from Andrew Pinski --- Two things we should simplify: _4 = _3 >> 31; _4 != -1 Into: _3 >= 0 (if _3 is signed, otherwise false) (this will solve f0) And: _4 = x_3(D) >> 31; _7 = -x_3(D); _8 = (unsigned int) _7; _9

[Bug tree-optimization/94892] (x >> 31) + 1 not getting narrowed to compare

2021-12-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94892 Andrew Pinski changed: What|Removed |Added Ever confirmed|0 |1 Last reconfirmed|

[Bug target/86973] ICE in expand_call, at calls.c:4217

2021-12-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86973 Andrew Pinski changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug target/86973] ICE in expand_call, at calls.c:4217

2021-12-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86973 Andrew Pinski changed: What|Removed |Added Keywords||needs-bisection Known to work|

[Bug tree-optimization/103682] [12 regression] ICE on atomics: gimple check: expected gimple_assign(error_mark), have gimple_nop() in gimple_assign_rhs_code, at gimple.h:2852 since r12-5486-g7df89377a

2021-12-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103682 Andrew Pinski changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug c++/80986] auto keyword variable lost its attributes

2021-12-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80986 Andrew Pinski changed: What|Removed |Added Keywords||wrong-code Component|target

[Bug tree-optimization/103682] [12 regression] ICE on atomics: gimple check: expected gimple_assign(error_mark), have gimple_nop() in gimple_assign_rhs_code, at gimple.h:2852 since r12-5486-g7df89377a

2021-12-14 Thread crazylht at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103682 --- Comment #5 from Hongtao.liu --- Fixed in GCC12.

[Bug tree-optimization/103682] [12 regression] ICE on atomics: gimple check: expected gimple_assign(error_mark), have gimple_nop() in gimple_assign_rhs_code, at gimple.h:2852 since r12-5486-g7df89377a

2021-12-14 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103682 --- Comment #4 from CVS Commits --- The master branch has been updated by hongtao Liu : https://gcc.gnu.org/g:a2a0c91b47537b16908981e206f4e42db8425eca commit r12-5981-ga2a0c91b47537b16908981e206f4e42db8425eca Author: liuhongt Date: Tue Dec

[Bug libstdc++/103687] [12 regression] several time/date failures after r12-5898

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

[Bug libstdc++/103687] [12 regression] several time/date failures after r12-5898

2021-12-14 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103687 --- Comment #11 from CVS Commits --- The master branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:9a4b4514bde2fe2f287f6549ef51326fb8918008 commit r12-5980-g9a4b4514bde2fe2f287f6549ef51326fb8918008 Author: Jonathan Wakely Date

[Bug target/103548] Identical MMA assemble quads are incorrectly combined

2021-12-14 Thread bergner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103548 --- Comment #3 from Peter Bergner --- Fixed on trunk. I'll let it bake a couple of days there before backporting to GCC 11 & 10.

[Bug tree-optimization/103721] [12 regression] wrong code generated for loop with conditional (jump threading?)

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

[Bug tree-optimization/103720] bogus warning from -Wuninitialized + -ftrivial-auto-var-init + O2

2021-12-14 Thread qinzhao at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103720 --- Comment #2 from qinzhao at gcc dot gnu.org --- (In reply to Andrew Pinski from comment #1) > > Dom transformed: > c$a$0_6 = .DEFERRED_INIT (8, 2, 0); > _1 = .DEFERRED_INIT (8, 2, 0); > > into: > c$a$0_6 = .DEFERRED_INIT (8, 2, 0); >

[Bug c++/2316] g++ fails to overload on language linkage

2021-12-14 Thread eric-bugs at omnifarious dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=2316 --- Comment #55 from eric-bugs at omnifarious dot org --- C++ may get an ABI change one of these days. It needs one in order to have a properly efficient unique_ptr. Since that ABI change would involve who calls destructors and C doesn't have destr

[Bug c++/103703] ICE with -Wmismatched-tags with friends and templates

2021-12-14 Thread msebor at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103703 Martin Sebor changed: What|Removed |Added Known to fail||11.2.0, 12.0 Assignee|unassign

[Bug c++/103714] [11/12 Regression] name lookup in requires-clause finds wrong thing

2021-12-14 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103714 Patrick Palka changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug tree-optimization/103721] [12 regression] wrong code generated for loop with conditional (jump threading?)

2021-12-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103721 Andrew Pinski changed: What|Removed |Added Keywords||wrong-code Target Milestone|---

[Bug tree-optimization/103721] New: [12 regression] wrong code generated for loop with conditional (jump threading?)

2021-12-14 Thread sss--- via Gcc-bugs
Severity: normal Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: s...@li-snyder.org Target Milestone: --- hi - With a recent checkout of gcc12 (20211214), on a x86_64-pc-linux-gnu host, the following source is

[Bug c++/102036] -Wmismatched-tags doesn't warn for explicit instantations

2021-12-14 Thread msebor at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102036 Martin Sebor changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug middle-end/103720] bogus warning from -Wuninitialized + -ftrivial-auto-var-init + O2

2021-12-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103720 Andrew Pinski changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

[Bug tree-optimization/85791] multiply overflow (128 bit)

2021-12-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85791 Andrew Pinski changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug tree-optimization/85791] multiply overflow (128 bit)

2021-12-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85791 Andrew Pinski changed: What|Removed |Added Component|target |tree-optimization Last reconfirmed|

[Bug fortran/103662] TBAA problem in Fortran FE triggering in gfortran.dg/unlimited_polymorphic_3.f03

2021-12-14 Thread seurer at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103662 seurer at gcc dot gnu.org changed: What|Removed |Added CC||seurer at gcc dot gnu.org --

[Bug target/81274] x86 optimizer emits unnecessary LEA instruction when using AVX intrinsics

2021-12-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81274 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Target Milestone|---

[Bug libstdc++/102447] std::regex incorrectly accepts invalid bracket expression

2021-12-14 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102447 --- Comment #10 from Jonathan Wakely --- The std::regex{"[\\w-a]"} case will throw a std::regex_error exception now. I'd like to backport this, but I'm going to wait a while. I am not entirely confident that my changes won't cause regressions el

[Bug libstdc++/102447] std::regex incorrectly accepts invalid bracket expression

2021-12-14 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102447 --- Comment #9 from CVS Commits --- The master branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:7ce3c230edf6e498e125c805a6dd313bf87dc439 commit r12-5977-g7ce3c230edf6e498e125c805a6dd313bf87dc439 Author: Jonathan Wakely Date:

[Bug other/26061] [diagnostics] display error and warning count: print the number of errors and warnings emitted after compiling a file

2021-12-14 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26061 Eric Gallager changed: What|Removed |Added Keywords||easyhack Summary|error and wa

[Bug fortran/103717] ICE in doloop_code, at fortran/frontend-passes.c:2656

2021-12-14 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103717 anlauf at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|

[Bug testsuite/103697] [12 regression] gfortran.dg/goacc/privatization-1-compute-loop.f90 fails after r12-5926

2021-12-14 Thread tschwinge at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103697 Thomas Schwinge changed: What|Removed |Added CC||tschwinge at gcc dot gnu.org

[Bug target/103548] Identical MMA assemble quads are incorrectly combined

2021-12-14 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103548 --- Comment #2 from CVS Commits --- The master branch has been updated by Peter Bergner : https://gcc.gnu.org/g:15c02ab2569b3c4e27d6f133c013b15a9fa70177 commit r12-5969-g15c02ab2569b3c4e27d6f133c013b15a9fa70177 Author: Peter Bergner Date: T

[Bug middle-end/103720] New: bogus warning from -Wuninitialized + -ftrivial-auto-var-init + O2

2021-12-14 Thread qinzhao at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103720 Bug ID: 103720 Summary: bogus warning from -Wuninitialized + -ftrivial-auto-var-init + O2 Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal

[Bug fortran/103717] ICE in doloop_code, at fortran/frontend-passes.c:2656

2021-12-14 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103717 --- Comment #2 from CVS Commits --- The master branch has been updated by Harald Anlauf : https://gcc.gnu.org/g:ca39102e10643a6b3f07d06934cc0907ba83d9ee commit r12-5968-gca39102e10643a6b3f07d06934cc0907ba83d9ee Author: Harald Anlauf Date: T

[Bug fortran/103718] [11/12 Regression] ICE in doloop_contained_procedure_code, at fortran/frontend-passes.c:2393

2021-12-14 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103718 --- Comment #3 from CVS Commits --- The master branch has been updated by Harald Anlauf : https://gcc.gnu.org/g:e866e1c92ecf88feeeafd5d55348451c9a181f3c commit r12-5967-ge866e1c92ecf88feeeafd5d55348451c9a181f3c Author: Harald Anlauf Date: T

[Bug fortran/103719] [11/12 Regression] ICE in doloop_contained_procedure_code, at fortran/frontend-passes.c:2465

2021-12-14 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103719 --- Comment #2 from CVS Commits --- The master branch has been updated by Harald Anlauf : https://gcc.gnu.org/g:e866e1c92ecf88feeeafd5d55348451c9a181f3c commit r12-5967-ge866e1c92ecf88feeeafd5d55348451c9a181f3c Author: Harald Anlauf Date: T

[Bug fortran/103717] ICE in doloop_code, at fortran/frontend-passes.c:2656

2021-12-14 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103717 anlauf at gcc dot gnu.org changed: What|Removed |Added Last reconfirmed||2021-12-14 C

[Bug fortran/103718] [11/12 Regression] ICE in doloop_contained_procedure_code, at fortran/frontend-passes.c:2393

2021-12-14 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103718 anlauf at gcc dot gnu.org changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |anlauf at gcc dot gnu

[Bug fortran/103719] [11/12 Regression] ICE in doloop_contained_procedure_code, at fortran/frontend-passes.c:2465

2021-12-14 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103719 anlauf at gcc dot gnu.org changed: What|Removed |Added Last reconfirmed||2021-12-14 Priorit

[Bug fortran/103718] [11/12 Regression] ICE in doloop_contained_procedure_code, at fortran/frontend-passes.c:2393

2021-12-14 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103718 anlauf at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P4 CC|

[Bug c++/103681] [9/10/11/12 Regression] Unusual behavior for tail padding with different c++ standards and NSDMI

2021-12-14 Thread jason at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103681 Jason Merrill changed: What|Removed |Added Priority|P1 |P2

[Bug bootstrap/103677] cross compile apple darwin from linux. cannot compute suffix of object files

2021-12-14 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103677 Eric Gallager changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug libfortran/102992] fortran: redirecting standard out to a file does not work on macOS 12.0

2021-12-14 Thread juergen.reuter at desy dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102992 --- Comment #35 from Jürgen Reuter --- Now that macOS 12.1 is out (and XCode 13.2) could someone please check whether the problem has been solved from the side of the Darwin kernel?

[Bug fortran/103662] TBAA problem in Fortran FE triggering in gfortran.dg/unlimited_polymorphic_3.f03

2021-12-14 Thread hubicka at kam dot mff.cuni.cz via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103662 --- Comment #4 from hubicka at kam dot mff.cuni.cz --- > Can you explain in simple words why adding > > if (ptr1%k .ne. 42) print * > > before the line > > if (ptr1%k .ne. 42) STOP 2 > > makes the test succeed, but adding it after that on

[Bug c++/22431] -Weffc++ warns about missing usage of const initalizer list in synthesized ctors

2021-12-14 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=22431 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org

[Bug target/103571] ABI: V2HF, V4HF and V8HFmode argument passing issues

2021-12-14 Thread ubizjak at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103571 Uroš Bizjak changed: What|Removed |Added Attachment #51950|0 |1 is obsolete|

[Bug fortran/103707] Stray "Array operands are incommensurate"

2021-12-14 Thread gscfq--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103707 --- Comment #4 from G. Steinmetz --- Sorry, I forgot z3 : program p print *, [1.]/[0.] end

[Bug fortran/103662] TBAA problem in Fortran FE triggering in gfortran.dg/unlimited_polymorphic_3.f03

2021-12-14 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103662 anlauf at gcc dot gnu.org changed: What|Removed |Added CC||anlauf at gcc dot gnu.org --

[Bug rtl-optimization/98782] [11/12 Regression] Bad interaction between IPA frequences and IRA resulting in spills due to changes in BB frequencies

2021-12-14 Thread jamborm at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98782 --- Comment #29 from Martin Jambor --- (In reply to Tamar Christina from comment #23) > I wonder if we can get rid of the final magic parameter too, we run with > --param ipa-cp-unit-growth=80 too which seems to have no more effect on > exchange,

[Bug fortran/103707] Stray "Array operands are incommensurate"

2021-12-14 Thread gscfq--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103707 --- Comment #3 from G. Steinmetz --- A quick reduction yields z1 and for comparison z2 : $ cat z1.f90 program p real, parameter :: fmin(1) = 0. real, parameter :: fmax(1) = 1. print *, (fmax/fmin)**2 end $ cat z2.f90 program p rea

[Bug fortran/103719] New: [11/12 Regression] ICE in doloop_contained_procedure_code, at fortran/frontend-passes.c:2465

2021-12-14 Thread gscfq--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103719 Bug ID: 103719 Summary: [11/12 Regression] ICE in doloop_contained_procedure_code, at fortran/frontend-passes.c:2465 Product: gcc Version: 12.0 Statu

[Bug fortran/103718] New: [11/12 Regression] ICE in doloop_contained_procedure_code, at fortran/frontend-passes.c:2393

2021-12-14 Thread gscfq--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103718 Bug ID: 103718 Summary: [11/12 Regression] ICE in doloop_contained_procedure_code, at fortran/frontend-passes.c:2393 Product: gcc Version: 12.0 Statu

[Bug fortran/103717] New: ICE in doloop_code, at fortran/frontend-passes.c:2656

2021-12-14 Thread gscfq--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103717 Bug ID: 103717 Summary: ICE in doloop_code, at fortran/frontend-passes.c:2656 Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Priority: P3 Compo

[Bug fortran/103716] New: [10/11/12 Regression] ICE in gimplify_expr, at gimplify.c:15964

2021-12-14 Thread gscfq--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103716 Bug ID: 103716 Summary: [10/11/12 Regression] ICE in gimplify_expr, at gimplify.c:15964 Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal

[Bug fortran/103715] New: [12 Regression] ICE in gfc_find_gsymbol, at fortran/symbol.c:4301

2021-12-14 Thread gscfq--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103715 Bug ID: 103715 Summary: [12 Regression] ICE in gfc_find_gsymbol, at fortran/symbol.c:4301 Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal

[Bug target/65402] global register variables miscompiled when unit contains sse4.2 functions

2021-12-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65402 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Target Milestone|---

[Bug target/64991] Issues depending on atomic variable type.

2021-12-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64991 Andrew Pinski changed: What|Removed |Added Resolution|--- |INVALID Status|UNCONFIRMED

[Bug target/103571] ABI: V2HF, V4HF and V8HFmode argument passing issues

2021-12-14 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103571 --- Comment #23 from CVS Commits --- The master branch has been updated by Uros Bizjak : https://gcc.gnu.org/g:7a54d3deecf967029f18aa5ed1fcbdb752e213b9 commit r12-5966-g7a54d3deecf967029f18aa5ed1fcbdb752e213b9 Author: Uros Bizjak Date: Tue

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

2021-12-14 Thread wschmidt at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103625 Bill Schmidt changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug target/103623] [12 Regression] error: unable to generate reloads (ICE in curr_insn_transform, at lra-constraints.c:4132), or error: insn does not satisfy its constraints (ICE in extract_constrain

2021-12-14 Thread wschmidt at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103623 Bill Schmidt changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

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

2021-12-14 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103625 --- Comment #10 from CVS Commits --- The master branch has been updated by William Schmidt : https://gcc.gnu.org/g:936051f9241ee2eafae8f5b8a4ad99fd7ed693bc commit r12-5964-g936051f9241ee2eafae8f5b8a4ad99fd7ed693bc Author: Bill Schmidt Date:

[Bug target/103623] [12 Regression] error: unable to generate reloads (ICE in curr_insn_transform, at lra-constraints.c:4132), or error: insn does not satisfy its constraints (ICE in extract_constrain

2021-12-14 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103623 --- Comment #9 from CVS Commits --- The master branch has been updated by William Schmidt : https://gcc.gnu.org/g:74aeb9726756aa79c21028712c26910866e33026 commit r12-5963-g74aeb9726756aa79c21028712c26910866e33026 Author: Bill Schmidt Date:

[Bug c++/103714] [11/12 Regression] name lookup in requires-clause finds wrong thing

2021-12-14 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103714 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/103714] New: [11/12 Regression] name lookup in requires-clause finds wrong thing

2021-12-14 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103714 Bug ID: 103714 Summary: [11/12 Regression] name lookup in requires-clause finds wrong thing Product: gcc Version: 11.2.1 Status: UNCONFIRMED Keywords: accepts-

  1   2   >