[Bug target/105522] gcc11: internal compiler error: in decode_addr_const, at varasm.c:3059

2022-05-08 Thread iains at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105522 Iain Sandoe changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

[Bug target/105522] gcc11: internal compiler error: in decode_addr_const, at varasm.c:3059

2022-05-08 Thread vital.had at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105522 --- Comment #2 from Sergey Fedorov --- (In reply to Iain Sandoe from comment #1) > I am not going to be able to make any progress on this without a .i file (it > is not an error that I've seen in any testing). > > > > > CMakeFiles/SDL2.di

[Bug target/105522] gcc11: internal compiler error: in decode_addr_const, at varasm.c:3059

2022-05-08 Thread vital.had at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105522 --- Comment #3 from Sergey Fedorov --- Created attachment 52939 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52939&action=edit save-temps file

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

2022-05-08 Thread mikpelinux at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103722 Mikael Pettersson changed: What|Removed |Added CC||mikpelinux at gmail dot com --- Com

[Bug target/105522] gcc11: internal compiler error: in decode_addr_const, at varasm.c:3059

2022-05-08 Thread iains at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105522 Iain Sandoe changed: What|Removed |Added Keywords||ice-on-valid-code Status|WAIT

[Bug c/86647] Test on constant expression (unsigned) -1 < 0 triggers a spurious -Wtype-limits warning

2022-05-08 Thread mailhol.vincent at wanadoo dot fr via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86647 Vincent Mailhol changed: What|Removed |Added CC||mailhol.vincent at wanadoo dot fr ---

[Bug target/105522] gcc11: internal compiler error: in decode_addr_const, at varasm.c:3059

2022-05-08 Thread vital.had at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105522 --- Comment #5 from Sergey Fedorov --- (In reply to Iain Sandoe from comment #4) > I can repeat this with the 11.3-darwin-r0 release build on powwerpc-darwin9. > > Do you happen to know if this previously worked with GCC 11 and/or earlier, > if

[Bug c++/105523] New: Wrong warning array subscript [0] is outside array bounds

2022-05-08 Thread klaus.doldinger64 at googlemail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105523 Bug ID: 105523 Summary: Wrong warning array subscript [0] is outside array bounds Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Pri

[Bug target/105521] missed optimization in modulo arithmetic

2022-05-08 Thread goswin-v-b at web dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105521 --- Comment #3 from Goswin von Brederlow --- (In reply to Andrew Pinski from comment #1) > This requires having a, 64bit/32bit (and 128bit/64bit) pattern really. So > this is both a middle-end issue and a target issue. > > Note there might be a

[Bug target/105522] [powerpc-darwin] ICE: in decode_addr_const, at varasm.c:3059

2022-05-08 Thread iains at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105522 --- Comment #6 from Iain Sandoe --- it seems to fail "forever" (at least back to 5.5) minimal reproducer: typedef const struct __CFString * CFStringRef; static void create_usage_match(const unsigned int page, const unsigned int usage, int *ok

[Bug fortran/105473] semicolon allowed when list-directed read integer with decimal='point'

2022-05-08 Thread jvdelisle at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105473 Jerry DeLisle changed: What|Removed |Added Last reconfirmed||2022-05-08 Assignee|unassigne

[Bug target/105522] [powerpc-darwin] ICE: in decode_addr_const, at varasm.c:3059

2022-05-08 Thread vital.had at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105522 --- Comment #7 from Sergey Fedorov --- (In reply to Iain Sandoe from comment #6) > it seems to fail "forever" (at least back to 5.5) > > minimal reproducer: > > typedef const struct __CFString * CFStringRef; > > static void > create_usage_mat

[Bug c++/105524] New: -Wmaybe-uninitialized false-positive with switch of enum with more than 2 elements

2022-05-08 Thread nunoplopes at sapo dot pt via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105524 Bug ID: 105524 Summary: -Wmaybe-uninitialized false-positive with switch of enum with more than 2 elements Product: gcc Version: 12.1.0 Status: UNCONFIRMED Sev

[Bug target/105525] New: some targets don't define __INTPTR_TYPE__ breaking libgcov-driver.c

2022-05-08 Thread mikpelinux at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105525 Bug ID: 105525 Summary: some targets don't define __INTPTR_TYPE__ breaking libgcov-driver.c Product: gcc Version: 12.1.0 Status: UNCONFIRMED Severity: normal

[Bug c++/105524] -Wmaybe-uninitialized false-positive with switch of enum with more than 2 elements

2022-05-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105524 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/105525] some targets don't define __INTPTR_TYPE__ breaking libgcov-driver.c

2022-05-08 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105525 --- Comment #1 from Andreas Schwab --- Those two targets are lacking an appropriate inclusion of one of the *-stdint.h files in their tm_file list in gcc/config.gcc.

[Bug target/105523] Wrong warning array subscript [0] is outside array bounds

2022-05-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105523 Andrew Pinski changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug fortran/105501] The statement TYPE IS without a space is accepted

2022-05-08 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105501 anlauf at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|

[Bug fortran/105526] New: [Coarray] Missing checks for arguments of type TEAM_TYPE

2022-05-08 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105526 Bug ID: 105526 Summary: [Coarray] Missing checks for arguments of type TEAM_TYPE Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Prio

[Bug other/105527] New: configure option --with-zstd is not documented

2022-05-08 Thread bruno at clisp dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105527 Bug ID: 105527 Summary: configure option --with-zstd is not documented Product: gcc Version: 12.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug target/105514] rv64 qsort gets wrong result when '-O2 -DDEBUG'.

2022-05-08 Thread chenglulu at loongson dot cn via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105514 --- Comment #2 from chenglulu --- (In reply to Andrew Pinski from comment #1) > Just looking at the code, there seems to be some aliasing violations going > on which is causing the problem. > > Sometimes accessing via unsigned long and others b

[Bug target/105523] Wrong warning array subscript [0] is outside array bounds

2022-05-08 Thread klaus.doldinger64 at googlemail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105523 --- Comment #2 from Wilhelm M --- Setting --param=min-pagesize=0 on the commandline does the trick. But I think this should be set generally for avr target

[Bug target/105523] Wrong warning array subscript [0] is outside array bounds

2022-05-08 Thread klaus.doldinger64 at googlemail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105523 --- Comment #3 from Wilhelm M --- This bug is still in version 13.0.0

[Bug rtl-optimization/105528] New: [11/12/13 Regression] ICE: in expand_expr_real_2, at expr.cc:10290 with -O2 -mavx512f

2022-05-08 Thread zsojka at seznam dot cz via Gcc-bugs
get=x86_64-pc-linux-gnu --with-ld=/usr/bin/x86_64-pc-linux-gnu-ld --with-as=/usr/bin/x86_64-pc-linux-gnu-as --disable-libstdcxx-pch --prefix=/repo/gcc-trunk//binary-trunk-r13-168-20220508001620-ga1947c92f7c-checking-yes-rtl-df-extra-amd64 Thread model: posix Supported LTO compression algorithms: zlib

[Bug target/105493] [12/13 Regression] x86_64 538.imagick_r 6% regressions and 2% 525.x264_r regressions on Alder Lake after r12-7319-g90d693bdc9d718

2022-05-08 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105493 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug tree-optimization/105528] [11/12/13 Regression] ICE: in expand_expr_real_2, at expr.cc:10290 with -O2 -mavx512f

2022-05-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105528 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Target Milestone|---

[Bug tree-optimization/105528] [11/12/13 Regression] ICE: in expand_expr_real_2, at expr.cc:10290 with -O2 -mavx512f

2022-05-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105528 Andrew Pinski changed: What|Removed |Added Keywords||compare-debug-failure --- Comment #3 fr

[Bug tree-optimization/105528] [11/12/13 Regression] ICE: in expand_expr_real_2, at expr.cc:10290 with -O2 -mavx512f

2022-05-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105528 --- Comment #4 from Andrew Pinski --- Most likely introduced by r11-1445-g502d63b6d61415.

[Bug rtl-optimization/105513] [9/10/11/12/13 Regression] Unnecessary SSE spill since r9-5748-g1d4b4f4979171ef0

2022-05-08 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105513 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |NEW Summary|[9/10/11/12/13 Re

[Bug target/105513] [9/10/11/12/13 Regression] Unnecessary SSE spill since r9-5748-g1d4b4f4979171ef0

2022-05-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105513 Andrew Pinski changed: What|Removed |Added Component|rtl-optimization|target Target Milestone|---

[Bug other/105527] configure option --with-zstd is not documented

2022-05-08 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105527 Martin Liška changed: What|Removed |Added Last reconfirmed||2022-05-09 Assignee|unassigned