[Bug c/107307] New: ICE tree check: expected class 'type', have 'exceptional' (error_mark) in canonicalize_component_ref, at gimplify.cc:2923

2022-10-18 Thread gscfq--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107307 Bug ID: 107307 Summary: ICE tree check: expected class 'type', have 'exceptional' (error_mark) in canonicalize_component_ref, at gimplify.cc:2923 Product: gcc

[Bug c/107305] ICE: 'verify_gimple' failed

2022-10-18 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107305 --- Comment #2 from Andrew Pinski --- The input is invalid gimple to begin with so

[Bug target/107304] internal compiler error: in convert_move, at expr.cc:220 with -march=tigerlake

2022-10-18 Thread hjl.tools at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107304 H.J. Lu changed: What|Removed |Added Last reconfirmed||2022-10-18 Ever confirmed|0

[Bug fortran/100098] Polymorphic pointers and allocatables have incorrect rank

2022-10-18 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100098 anlauf at gcc dot gnu.org changed: What|Removed |Added CC||anlauf at gcc dot gnu.org

[Bug fortran/107266] Reject kind=4 characters for BIND(C) – it invalid and generates wrong code

2022-10-18 Thread sgk at troutmask dot apl.washington.edu via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107266 --- Comment #11 from Steve Kargl --- On Tue, Oct 18, 2022 at 10:40:59AM +, burnus at gcc dot gnu.org wrote: > > (b) subroutine bar(x, y, z) bind(C) > character(kind=4,len=*) :: x > character(kind=4) :: y(:) >

[Bug c/107305] New: ICE: 'verify_gimple' failed

2022-10-18 Thread gscfq--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107305 Bug ID: 107305 Summary: ICE: 'verify_gimple' failed Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug ada/107309] New: GNAT does not apply type conversion rules to dependent expressions of conditional expressions

2022-10-18 Thread jakub.s7920 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107309 Bug ID: 107309 Summary: GNAT does not apply type conversion rules to dependent expressions of conditional expressions Product: gcc Version: 12.1.0 Status: UNCONFIRMED

[Bug target/107172] [13 Regression] wrong code with "-O1 -ftree-vrp" on x86_64-linux-gnu since r13-1268-g8c99e307b20c502e

2022-10-18 Thread hjl.tools at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107172 --- Comment #41 from H.J. Lu --- (In reply to Segher Boessenkool from comment #40) > Let me repeat: A const_int cannot be assigned to a MODE_CC. It has no > meaning. > This is invalid RTL. If it ever works, or worked, that is an accident.

[Bug c++/107282] ICE on valid code template + overloaded + visit

2022-10-18 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107282 Martin Liška changed: What|Removed |Added CC||rguenth at gcc dot gnu.org --- Comment

[Bug c++/107296] C++20 nested typename: non-template used as template, need typename

2022-10-18 Thread mpolacek at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107296 Marek Polacek changed: What|Removed |Added CC||mpolacek at gcc dot gnu.org ---

[Bug target/107172] [13 Regression] wrong code with "-O1 -ftree-vrp" on x86_64-linux-gnu since r13-1268-g8c99e307b20c502e

2022-10-18 Thread segher at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107172 --- Comment #42 from Segher Boessenkool --- (In reply to H.J. Lu from comment #41) > (In reply to Segher Boessenkool from comment #40) > > Let me repeat: A const_int cannot be assigned to a MODE_CC. It has no > > meaning. > > This is invalid

[Bug libstdc++/104166] Implement C++20 std::format

2022-10-18 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104166 Jonathan Wakely changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |redi at gcc dot gnu.org

[Bug c/107306] [12/13 Regression] ICE: verify_gimple failed

2022-10-18 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107306 --- Comment #1 from Andrew Pinski --- I suspect this is invalid gimple without the options supplied in the dg command.

[Bug sanitizer/101476] AddressSanitizer check failed, points out a (potentially) non-existing stack error and pthread_cancel

2022-10-18 Thread stsp at users dot sourceforge.net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101476 --- Comment #18 from Stas Sergeev --- (In reply to Stas Sergeev from comment #5) > And its running on a stack previously > poisoned before pthread_cancel(). And the reason for that is because the glibc in use is the one not built with

[Bug c++/107256] Contradictory circular noexcept-specifier is accepted

2022-10-18 Thread mpolacek at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107256 Marek Polacek changed: What|Removed |Added Last reconfirmed||2022-10-18

[Bug c++/107310] New: "warning: control reaches end of non-void function" with a throw under a trivially-true conditional

2022-10-18 Thread lvoege at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107310 Bug ID: 107310 Summary: "warning: control reaches end of non-void function" with a throw under a trivially-true conditional Product: gcc Version: 12.1.0 Status:

[Bug testsuite/107213] New test case c-c++-common/pointer-to-fn1.c uses unsupported option r13-3202-g67efffec943656

2022-10-18 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107213 --- Comment #1 from CVS Commits --- The trunk branch has been updated by Marek Polacek : https://gcc.gnu.org/g:cc694f45087c892e69ebbb177203c708f00b1bc7 commit r13-3365-gcc694f45087c892e69ebbb177203c708f00b1bc7 Author: Marek Polacek Date:

[Bug testsuite/107213] New test case c-c++-common/pointer-to-fn1.c uses unsupported option r13-3202-g67efffec943656

2022-10-18 Thread mpolacek at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107213 Marek Polacek changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug c/107308] New: ICE in expand_fn_using_insn, at internal-fn.cc:153

2022-10-18 Thread gscfq--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107308 Bug ID: 107308 Summary: ICE in expand_fn_using_insn, at internal-fn.cc:153 Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug fortran/107266] Reject kind=4 characters for BIND(C) – it invalid and generates wrong code

2022-10-18 Thread sgk at troutmask dot apl.washington.edu via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107266 --- Comment #13 from Steve Kargl --- On Tue, Oct 18, 2022 at 10:40:59AM +, burnus at gcc dot gnu.org wrote: > > (In reply to kargl from comment #9) > > Please commit the patch in comment #7. character(kind=4) is not > > interoperable > >

[Bug c/107164] No pedantic warning for declaration just referring to a previously-declared enum type

2022-10-18 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107164 --- Comment #2 from CVS Commits --- The master branch has been updated by Joseph Myers : https://gcc.gnu.org/g:f5f1d92fe2e1d75c3fae34497929a1965af704ae commit r13-3366-gf5f1d92fe2e1d75c3fae34497929a1965af704ae Author: Joseph Myers Date:

[Bug c++/101764] ICE for constexpr if within fold expression within lambda expression within a template

2022-10-18 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101764 --- Comment #6 from CVS Commits --- The master branch has been updated by Joseph Myers : https://gcc.gnu.org/g:f5f1d92fe2e1d75c3fae34497929a1965af704ae commit r13-3366-gf5f1d92fe2e1d75c3fae34497929a1965af704ae Author: Joseph Myers Date:

[Bug web/107297] Support markdown in bugzilla comments

2022-10-18 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107297 --- Comment #4 from Andrew Pinski --- Being able to mark a comment or otherwise as not markdown is needed as all old comments will be messed up that way.

[Bug fortran/107266] Reject kind=4 characters for BIND(C) – it invalid and generates wrong code

2022-10-18 Thread sgk at troutmask dot apl.washington.edu via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107266 --- Comment #12 from Steve Kargl --- On Tue, Oct 18, 2022 at 05:29:58PM +, sgk at troutmask dot apl.washington.edu wrote: > > % gfcx -c -std=f2018 a.f90 > a.f90:1:30: > > 1 | character(kind=4) function bar(x, y, z) bind(C) > |

[Bug target/107304] internal compiler error: in convert_move, at expr.cc:220 with -march=tigerlake

2022-10-18 Thread crazylht at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107304 --- Comment #8 from Hongtao.liu --- (In reply to H.J. Lu from comment #7) > (In reply to Hongtao.liu from comment #6) > > (In reply to Hongtao.liu from comment #5) > > > (In reply to H.J. Lu from comment #4) > > > > Since the default is

[Bug web/107297] Support markdown in bugzilla comments

2022-10-18 Thread jmuizelaar at mozilla dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107297 --- Comment #5 from Jeff Muizelaar --- (In reply to Eric Gallager from comment #2) > I would also want comments to be editable if this gets turned on, in case I > screw up my formatting... is there a way to allow that in bugzilla?

[Bug c/107164] No pedantic warning for declaration just referring to a previously-declared enum type

2022-10-18 Thread jsm28 at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107164 Joseph S. Myers changed: What|Removed |Added Target Milestone|--- |13.0 Resolution|---

[Bug target/107304] internal compiler error: in convert_move, at expr.cc:220 with -march=tigerlake

2022-10-18 Thread crazylht at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107304 --- Comment #6 from Hongtao.liu --- (In reply to Hongtao.liu from comment #5) > (In reply to H.J. Lu from comment #4) > > Since the default is -march=tigerlake, it enables AVX512 in the middle end. > > When "arch=alderlake" disables AVX512, we

[Bug target/107304] internal compiler error: in convert_move, at expr.cc:220 with -march=tigerlake

2022-10-18 Thread hjl.tools at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107304 --- Comment #7 from H.J. Lu --- (In reply to Hongtao.liu from comment #6) > (In reply to Hongtao.liu from comment #5) > > (In reply to H.J. Lu from comment #4) > > > Since the default is -march=tigerlake, it enables AVX512 in the middle > > >

[Bug c++/107310] [12/13 Regression] "warning: control reaches end of non-void function" with a throw under a trivially-true conditional

2022-10-18 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107310 Andrew Pinski changed: What|Removed |Added Known to fail||12.1.0 Status|UNCONFIRMED

[Bug c++/107310] [12/13 Regression] "warning: control reaches end of non-void function" with a throw under a trivially-true conditional

2022-10-18 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107310 --- Comment #2 from Andrew Pinski --- Note the warning happens at -O0 only.

[Bug web/107297] Support markdown in bugzilla comments

2022-10-18 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107297 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org ---

[Bug target/107304] internal compiler error: in convert_move, at expr.cc:220 with -march=tigerlake

2022-10-18 Thread crazylht at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107304 --- Comment #5 from Hongtao.liu --- (In reply to H.J. Lu from comment #4) > Since the default is -march=tigerlake, it enables AVX512 in the middle end. > When "arch=alderlake" disables AVX512, we fails to expand AVX512 to > non-AVX512 > ISAs.

[Bug web/107297] Support markdown in bugzilla comments

2022-10-18 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107297 --- Comment #3 from Andrew Pinski --- I think for gcc I rather not support markdown because source gets mangled if not enclosed with ' or '''. And many folks don't use markdown especially when they are used to plain text. C++ is the worst where

[Bug c++/106890] [10/11/12/13 Regression] virtual inheritance triggers compiler error when instatiating derived class with in-class initialization since r8-2709-g12659e10c7820071

2022-10-18 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106890 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug c++/106880] [12/13 Regression] "error: use of deleted function" printed twice

2022-10-18 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106880 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug target/106877] [12 Regression] ICE in move_for_stack_reg, at reg-stack.cc:1076 since r12-248-gb58dc0b803057c0e

2022-10-18 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106877 Richard Biener changed: What|Removed |Added Summary|[12/13 Regression] ICE in |[12 Regression] ICE in

[Bug c++/78014] -Wformat -vs- size_t

2022-10-18 Thread sam at gentoo dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78014 --- Comment #8 from Sam James --- FWIW, the Clang counterpart to this bug is https://github.com/llvm/llvm-project/issues/41959.

[Bug c++/78014] -Wformat -vs- size_t

2022-10-18 Thread de34 at live dot cn via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78014 Jiang An changed: What|Removed |Added CC||de34 at live dot cn --- Comment #9 from

[Bug c/107311] New: New test case gcc.dg/c2x-enum-1.c fails

2022-10-18 Thread seurer at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107311 Bug ID: 107311 Summary: New test case gcc.dg/c2x-enum-1.c fails Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug target/107304] internal compiler error: in convert_move, at expr.cc:220 with -march=tigerlake

2022-10-18 Thread hjl.tools at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107304 --- Comment #9 from H.J. Lu --- (In reply to Hongtao.liu from comment #8) > (In reply to H.J. Lu from comment #7) > > (In reply to Hongtao.liu from comment #6) > > > (In reply to Hongtao.liu from comment #5) > > > > (In reply to H.J. Lu from

[Bug target/107304] internal compiler error: in convert_move, at expr.cc:220 with -march=tigerlake

2022-10-18 Thread wwwhhhyyy333 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107304 --- Comment #10 from Hongyu Wang --- (In reply to H.J. Lu from comment #9) > (In reply to Hongtao.liu from comment #8) > > (In reply to H.J. Lu from comment #7) > > > (In reply to Hongtao.liu from comment #6) > > > > (In reply to Hongtao.liu

[Bug target/107304] internal compiler error: in convert_move, at expr.cc:220 with -march=tigerlake

2022-10-18 Thread crazylht at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107304 --- Comment #14 from Hongtao.liu --- (In reply to H.J. Lu from comment #12) > (In reply to Hongyu Wang from comment #10) > > > > Clang works properly as it overrides -march= to any target clones. I suppose > > we can do similar things in

[Bug target/107304] internal compiler error: in convert_move, at expr.cc:220 with -march=tigerlake

2022-10-18 Thread crazylht at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107304 --- Comment #16 from Hongtao.liu --- (In reply to H.J. Lu from comment #15) > (In reply to Hongtao.liu from comment #14) > > (In reply to H.J. Lu from comment #12) > > > (In reply to Hongyu Wang from comment #10) > > > > > > > > Clang works

[Bug target/96448] ICE: maximum number of generated reload insns per insn achieved (90)

2022-10-18 Thread asolokha at gmx dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96448 --- Comment #3 from Arseny Solokha --- I cannot reproduce it anymore w/ gcc 13.0.0 20221016 snapshot (g:6366e3e8847af98d4728d55951534769d034d02a) and w/ gcc 12.2.

[Bug target/96544] ICE in simplify_gen_subreg_concatn, at lower-subreg.c:717

2022-10-18 Thread asolokha at gmx dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96544 --- Comment #1 from Arseny Solokha --- I cannot reproduce it anymore w/ gcc 13.0.0 20221016 snapshot (g:6366e3e8847af98d4728d55951534769d034d02a) and w/ gcc 12.2.

[Bug target/97940] [11/12/13 Regression] ICE: in extract_insn, at recog.c:2306 (error: impossible constraint in 'asm'; error: unrecognizable insn)

2022-10-18 Thread asolokha at gmx dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97940 --- Comment #5 from Arseny Solokha --- I cannot reproduce it anymore w/ gcc 13.0.0 20221016 snapshot (g:6366e3e8847af98d4728d55951534769d034d02a) and w/ gcc 12.2.

[Bug rtl-optimization/90259] ICE: verify_flow_info failed (error: missing REG_EH_REGION note at the end of bb 4)

2022-10-18 Thread asolokha at gmx dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90259 --- Comment #1 from Arseny Solokha --- I cannot reproduce it anymore w/ gcc 13.0.0 20221016 snapshot (g:6366e3e8847af98d4728d55951534769d034d02a).

[Bug target/107304] internal compiler error: in convert_move, at expr.cc:220 with -march=tigerlake

2022-10-18 Thread crazylht at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107304 --- Comment #11 from Hongtao.liu --- > > https://godbolt.org/z/v7xT1zahd The issue is still there without builtin_shuffle

[Bug target/104611] memcmp/strcmp/strncmp can be optimized when the result is tested for [in]equality with 0 on aarch64

2022-10-18 Thread zhongyunde at huawei dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104611 vfdff changed: What|Removed |Added CC||zhongyunde at huawei dot com --- Comment #2

[Bug tree-optimization/107312] New: [13 Regression] ICE in verify_range, at value-range.cc:1172, called from range_true_and_false

2022-10-18 Thread asolokha at gmx dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107312 Bug ID: 107312 Summary: [13 Regression] ICE in verify_range, at value-range.cc:1172, called from range_true_and_false Product: gcc Version: 13.0 Status: UNCONFIRMED

[Bug target/107304] internal compiler error: in convert_move, at expr.cc:220 with -march=tigerlake

2022-10-18 Thread hjl.tools at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107304 --- Comment #12 from H.J. Lu --- (In reply to Hongyu Wang from comment #10) > > Clang works properly as it overrides -march= to any target clones. I suppose > we can do similar things in ix86_valid_target_attribute_p That will be wrong since

[Bug libstdc++/107313] New: typo in stride_view::_Iterator::operator-

2022-10-18 Thread hewillk at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107313 Bug ID: 107313 Summary: typo in stride_view::_Iterator::operator- Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug target/107304] internal compiler error: in convert_move, at expr.cc:220 with -march=tigerlake

2022-10-18 Thread hjl.tools at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107304 --- Comment #13 from H.J. Lu --- A simple testcase: [hjl@gnu-tgl-3 pr107304]$ cat y1.c typedef struct { unsigned char v __attribute__((aligned(256))) __attribute__ ((vector_size(64 * sizeof(unsigned char; } stress_vec_u8_64_t; void

[Bug target/106222] x86 Better code squence for __builtin_shuffle

2022-10-18 Thread crazylht at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106222 --- Comment #2 from Hongtao.liu --- This is fixed by r13-2843-g3db8e9c2422d92

[Bug target/107304] internal compiler error: in convert_move, at expr.cc:220 with -march=tigerlake

2022-10-18 Thread hjl.tools at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107304 --- Comment #15 from H.J. Lu --- (In reply to Hongtao.liu from comment #14) > (In reply to H.J. Lu from comment #12) > > (In reply to Hongyu Wang from comment #10) > > > > > > Clang works properly as it overrides -march= to any target clones.

[Bug tree-optimization/85964] [10/11/12/13 Regression] compile time hog w/ -O3 -ftracer -fno-guess-branch-probability

2022-10-18 Thread asolokha at gmx dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85964 --- Comment #23 from Arseny Solokha --- I cannot reproduce it anymore w/ gcc 13.0.0 20221016 snapshot (g:6366e3e8847af98d4728d55951534769d034d02a) and w/ gcc 12.2.

[Bug rtl-optimization/88596] [10/11/12/13 Regression] ICE: Maximum number of LRA assignment passes is achieved (30)

2022-10-18 Thread asolokha at gmx dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88596 --- Comment #15 from Arseny Solokha --- In case it's still worth it to track the underlying issue somewhere, does it make sense to open a new PR just for the issue highlighted by Vladimir in comment 8? Otherwise, I suppose this PR can be safely

[Bug target/99706] [10/11/12/13 Regression] ICE: maximum number of generated reload insns per insn achieved (90)

2022-10-18 Thread asolokha at gmx dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99706 --- Comment #13 from Arseny Solokha --- I cannot reproduce it anymore w/ gcc 13.0.0 20221016 snapshot (g:6366e3e8847af98d4728d55951534769d034d02a) and w/ gcc 12.2, though 11.3 is still affected.

[Bug rtl-optimization/88132] Compile time and memory hog w/ var-tracking on 32-bit targets

2022-10-18 Thread asolokha at gmx dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88132 --- Comment #2 from Arseny Solokha --- I cannot reproduce it anymore w/ gcc 13.0.0 20221016 snapshot (g:6366e3e8847af98d4728d55951534769d034d02a) and w/ gcc 12.2.

<    1   2