[Bug bootstrap/117350] ICE in pretty print during bootstrap

2024-10-29 Thread ak at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117350 ak at gcc dot gnu.org changed: What|Removed |Added Ever confirmed|1 |0 Status|WAITING

[Bug middle-end/117329] -Wnull-dereference Warray-bounds warnings seems to point to the wrong location

2024-10-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117329 Andrew Pinski changed: What|Removed |Added Summary|-Wnull-dereference error|-Wnull-dereference |i

[Bug middle-end/117355] New: [15 regression] firebird miscompiled

2024-10-29 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117355 Bug ID: 117355 Summary: [15 regression] firebird miscompiled Product: gcc Version: 15.0 Status: UNCONFIRMED Keywords: wrong-code Severity: normal Priority: P3

[Bug middle-end/117355] [15 regression] firebird miscompiled

2024-10-29 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117355 --- Comment #1 from Sam James --- $ gcc-14 foo.cxx -Og -ggdb3 -o /tmp/a && /tmp/a # nothing $ gcc-15 foo.cxx -Og -ggdb3 -o /tmp/a && /tmp/a In file included from /usr/include/string.h:548, from /usr/lib/gcc/x86_64-pc-linux-gnu/

[Bug c++/117351] [14/15 Regression] ICE while reporting invalid template error

2024-10-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117351 Andrew Pinski changed: What|Removed |Added Known to work||11.1.0, 13.1.0, 13.3.0 Ever confirm

[Bug c++/117351] ICE while reporting invalid template error

2024-10-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117351 --- Comment #1 from Andrew Pinski --- Created attachment 59490 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=59490&action=edit Slightly reduced and cleaned up

[Bug rtl-optimization/117327] delay slot scheduling miscompiles function containing __builtin_unreachable

2024-10-29 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
commentary. gcc/ PR rtl-optimization/117327 * reorg.cc (find_end_label): Do not return a dangling label at the end of the function and adjust commentary. gcc/testsuite/ * gcc.c-torture/execute/20241029-1.c: New test.

[Bug target/117312] RFE: x86 (and perhaps others): inline assembly: "red-zone" clobber

2024-10-29 Thread hpa at zytor dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117312 --- Comment #9 from H. Peter Anvin --- So this sounds like it would solve additional problems, which may very well make it worthwhile. I just want to reiterate that for the inline assembly case specifically, just doing the "heavy hammer" thing

[Bug rtl-optimization/117327] delay slot scheduling miscompiles function containing __builtin_unreachable

2024-10-29 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
commentary. gcc/ PR rtl-optimization/117327 * reorg.cc (find_end_label): Do not return a dangling label at the end of the function and adjust commentary. gcc/testsuite/ * gcc.c-torture/execute/20241029-1.c: New test.

[Bug rtl-optimization/117327] delay slot scheduling miscompiles function containing __builtin_unreachable

2024-10-29 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
. gcc/ PR rtl-optimization/117327 * reorg.cc (find_end_label): Do not return a dangling label at the end of the function and adjust commentary. gcc/testsuite/ * gcc.c-torture/execute/20241029-1.c: New test.

[Bug target/117312] RFE: x86 (and perhaps others): inline assembly: "red-zone" clobber

2024-10-29 Thread ubizjak at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117312 --- Comment #10 from Uroš Bizjak --- (In reply to H. Peter Anvin from comment #9) > I just want to reiterate that for the inline assembly case specifically, > just doing the "heavy hammer" thing of disabling the redzone (which looks to > me to

[Bug other/116613] RFE: support outputting diagnostics in *multiple* formats

2024-10-29 Thread dmalcolm at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116613 David Malcolm changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug middle-end/117355] [15 regression] firebird miscompiled due to __builtin_dynamic_object_size difference at -O since r15-4396-g72ae35bbc90fea

2024-10-29 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117355 Sam James changed: What|Removed |Added Ever confirmed|0 |1 Keywords|needs-bisection

[Bug middle-end/117346] ccmp does not go through canonicalize_comparison

2024-10-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117346 Andrew Pinski changed: What|Removed |Added Target||aarch64 --- Comment #2 from Andrew Pins

[Bug middle-end/117346] New: ccmp does not go through canonicalize_comparison

2024-10-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117346 Bug ID: 117346 Summary: ccmp does not go through canonicalize_comparison Product: gcc Version: 15.0 Status: UNCONFIRMED Keywords: missed-optimization Severity: enhanceme

[Bug c++/116634] [14/15 Regression] constexpr string arrays dont compile in gcc 14.x but works for gcc 13 and earlier.

2024-10-29 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116634 --- Comment #5 from GCC Commits --- The trunk branch has been updated by Jason Merrill : https://gcc.gnu.org/g:e6d21cbf5cf035b6fa9946a4321f87cbcfa9f275 commit r15-4752-ge6d21cbf5cf035b6fa9946a4321f87cbcfa9f275 Author: Jason Merrill Date: Tu

[Bug c++/117152] [12/13/14/15 Regression] Segmentation fault in permerror(unsigned int, char const*, ...)

2024-10-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117152 Jakub Jelinek changed: What|Removed |Added Known to work|14.2.0 | Keywords|

[Bug target/117312] RFE: x86 (and perhaps others): inline assembly: "red-zone" clobber

2024-10-29 Thread hpa at zytor dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117312 --- Comment #6 from H. Peter Anvin --- Created attachment 59488 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=59488&action=edit Test case

[Bug target/117312] RFE: x86 (and perhaps others): inline assembly: "red-zone" clobber

2024-10-29 Thread hpa at zytor dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117312 --- Comment #7 from H. Peter Anvin --- Created attachment 59489 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=59489&action=edit Test case assembly output

[Bug middle-end/117329] -Wnull-dereference error indicator in the wrong place.

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

[Bug middle-end/117329] -Wnull-dereference error indicator in the wrong place.

2024-10-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117329 --- Comment #2 from Andrew Pinski --- By the time the warning happens, we only have line 7 in the IR left: [/app/example.cpp:7:13] [/app/example.cpp:7:9] MEM[(struct T2 *)4B].var = 5;

[Bug middle-end/117346] ccmp does not go through canonicalize_comparison

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

[Bug target/117346] ccmp does not go through canonicalize_comparison

2024-10-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117346 Andrew Pinski changed: What|Removed |Added Component|middle-end |target --- Comment #3 from Andrew Pinsk

[Bug c/112716] LTO optimization with struct with variable size

2024-10-29 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112716 Richard Biener changed: What|Removed |Added CC||hubicka at gcc dot gnu.org --- Comment

[Bug fortran/117347] New: Associate with derived type array constructor

2024-10-29 Thread ivan.pribec at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117347 Bug ID: 117347 Summary: Associate with derived type array constructor Product: gcc Version: 14.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug target/117346] ccmp does not go through canonicalize_comparison

2024-10-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117346 --- Comment #4 from Andrew Pinski --- Created attachment 59487 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=59487&action=edit Patch in testing Quick checking it works, in that the new testcase works.

[Bug analyzer/117262] [15 regression] Analyzer doesn't handle RAW_DATA_CST properly

2024-10-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117262 --- Comment #5 from Jakub Jelinek --- (In reply to David Malcolm from comment #4) > where arguably the type of the symbolic value should be >unsigned char[72] > rather than: >unsigned char > > This is because the analyzer is just using

[Bug ada/117328] iterated component association fails for array with large index type

2024-10-29 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117328 Eric Botcazou changed: What|Removed |Added Summary|Iterated component |iterated component |a

[Bug ada/117328] iterated component association fails for array with large index type

2024-10-29 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117328 Eric Botcazou changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |ebotcazou at gcc dot gnu.org

[Bug c/117313] [15 regression] ICE when building linux-6.11.5 (output_constructor_regular_field, at varasm.cc:5672)

2024-10-29 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117313 --- Comment #7 from GCC Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:28b7aed124d4d86be552f24469c2cfa59a49edaf commit r15-4753-g28b7aed124d4d86be552f24469c2cfa59a49edaf Author: Jakub Jelinek Date: T

[Bug other/117350] New: ICE in pretty print during bootstrap

2024-10-29 Thread ak at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117350 Bug ID: 117350 Summary: ICE in pretty print during bootstrap Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: other

[Bug bootstrap/117350] ICE in pretty print during bootstrap

2024-10-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117350 Andrew Pinski changed: What|Removed |Added Keywords||build Ever confirmed|0

[Bug target/117170] [15 regression] Failed bootstrap comparison in tree-vect-data-refs.o on sparcv9-sun-solaris2.11

2024-10-29 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117170 Eric Botcazou changed: What|Removed |Added CC||ebotcazou at gcc dot gnu.org --- Commen

[Bug bootstrap/117350] ICE in pretty print during bootstrap

2024-10-29 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117350 Sam James changed: What|Removed |Added CC||erozen at microsoft dot com --- Comment #2

[Bug target/117007] Poor optimization for small vector constants needed for vector shift/rotate/mask generation

2024-10-29 Thread munroesj at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117007 --- Comment #9 from Steven Munroe --- (In reply to Segher Boessenkool from comment #7) > It is always more and slower code. Yes. lets try some specific examples and examine the code generated for power8/9/10 vui32_t test_slw_23_v0 (vui32_t vr

[Bug target/117296] [12/13/14/15 Regression] ICE: in expand_gimple_basic_block, at cfgexpand.cc:5896 with -mtune=k6 -mstringop-strategy=libcall -ffloat-store

2024-10-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117296 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #2

[Bug tree-optimization/117341] GCC 13.2.0 and 14.2.0 generate wrong code with -O3

2024-10-29 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117341 --- Comment #7 from GCC Commits --- The trunk branch has been updated by Andrew Pinski : https://gcc.gnu.org/g:17f6add3aba96681673b78862116a85d619cd806 commit r15-4750-g17f6add3aba96681673b78862116a85d619cd806 Author: Andrew Pinski Date: Mo

[Bug tree-optimization/116768] [12/13 Regression] Strict aliasing breaks autovectorization with -O3 since r11-8581-g83758b7b67629e

2024-10-29 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116768 --- Comment #14 from GCC Commits --- The trunk branch has been updated by Andrew Pinski : https://gcc.gnu.org/g:17f6add3aba96681673b78862116a85d619cd806 commit r15-4750-g17f6add3aba96681673b78862116a85d619cd806 Author: Andrew Pinski Date: M

[Bug c++/30854] [4.3 Regression] Wrong number of arguments printed for constructor

2024-10-29 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=30854 --- Comment #5 from GCC Commits --- The trunk branch has been updated by Jason Merrill : https://gcc.gnu.org/g:e6d21cbf5cf035b6fa9946a4321f87cbcfa9f275 commit r15-4752-ge6d21cbf5cf035b6fa9946a4321f87cbcfa9f275 Author: Jason Merrill Date: Tue

[Bug c++/115905] [coroutines] Wrong behavior of await_suspend()

2024-10-29 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115905 Eric Botcazou changed: What|Removed |Added CC||ebotcazou at gcc dot gnu.org --- Commen

[Bug tree-optimization/117323] GCC failed to optimize value / 128 to value >> 7 when the range of value must be positive

2024-10-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117323 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #3

[Bug tree-optimization/106073] [12/13/14/15 Regression] wrong code at -O3 on x86_64-linux-gnu since r12-3903-g0288527f47cec669

2024-10-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106073 Andrew Pinski changed: What|Removed |Added Target Milestone|12.5|12.4 Resolution|---

[Bug middle-end/117329] -Wnull-dereference error indicator in the wrong place.

2024-10-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117329 --- Comment #1 from Andrew Pinski --- I can't reproduce the warning for Wnull-dereference but I do get a warning for -O2 -Warray-bounds that has the same line as what you reported.

[Bug middle-end/117348] New: genmatch.cc:597:13: error: 'fmemopen' was not declared in this sco pe; did you mean 'freopen'?

2024-10-29 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117348 Bug ID: 117348 Summary: genmatch.cc:597:13: error: 'fmemopen' was not declared in this sco pe; did you mean 'freopen'? Product: gcc Version: 15.0 Status: UNCONFIRMED

[Bug middle-end/117342] .base64 emitted when gas doesn't support it

2024-10-29 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117342 --- Comment #6 from Andreas Schwab --- c) you have downgraded binutils after building gcc

[Bug middle-end/117342] .base64 emitted when gas doesn't support it

2024-10-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117342 --- Comment #4 from Andrew Pinski --- We need the config.log from the gcc subdirectory not the one from the toplevel.

[Bug middle-end/117342] .base64 emitted when gas doesn't support it

2024-10-29 Thread dcb314 at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117342 --- Comment #8 from David Binderman --- gcc $ grep BASE auto-host.h #define HAVE_DECL_BASENAME 1 /* #undef HAVE_GAS_BASE64 */ /* #undef HAVE_LD_PE_DISABLE_DYNAMICBASE */ gcc $ So either I get a different gas when I compile gcc with clang, or

[Bug middle-end/117342] .base64 emitted when gas doesn't support it

2024-10-29 Thread dcb314 at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117342 --- Comment #7 from David Binderman --- Created attachment 59485 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=59485&action=edit log file from config

[Bug middle-end/117342] .base64 emitted when gas doesn't support it

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

[Bug c/117342] New: .base64 emitted when gas doesn't support it

2024-10-29 Thread dcb314 at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117342 Bug ID: 117342 Summary: .base64 emitted when gas doesn't support it Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug middle-end/117342] .base64 emitted when gas doesn't support it

2024-10-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117342 --- Comment #2 from Andrew Pinski --- For me it has: ``` configure:25857: checking assembler for .base64 configure:25867: /usr/bin/as --64 -o conftest.o conftest.s >&5 conftest.s: Assembler messages: conftest.s:2: Error: unknown pseudo-op: `.ba

[Bug preprocessor/94535] __LINE__ value changed for function-like macro invocations spanning multiple lines

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

[Bug analyzer/116864] "*" and "......" in false positive -Wanalyzer-use-of-uninitialized-value

2024-10-29 Thread polarlinda6 at 163 dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116864 polarlinda6 changed: What|Removed |Added CC||polarlinda6 at 163 dot com --- Comment #1

[Bug c++/117345] New: internal compiler error: Segmentation fault at maybe_begin_member_template_processing(tree_node*)

2024-10-29 Thread yihan4845 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117345 Bug ID: 117345 Summary: internal compiler error: Segmentation fault at maybe_begin_member_template_processing(tree_node*) Product: gcc Version: unknown Status: UNCONFIRM

[Bug libstdc++/117321] std::float16_t: undefined reference to `nextafterf16'

2024-10-29 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117321 --- Comment #6 from GCC Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:5e247ac0c28b9a2662f99c4a5420c5f7c2d0c6bd commit r15-4736-g5e247ac0c28b9a2662f99c4a5420c5f7c2d0c6bd Author: Jakub Jelinek Date: T

[Bug libstdc++/117321] std::float16_t: undefined reference to `nextafterf16'

2024-10-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117321 --- Comment #7 from Jakub Jelinek --- Fixed on the trunk so far. Guess it should be eventually backported to 14/13 too.

[Bug tree-optimization/117343] valgrind error in vect_optimize_slp_pass::decide_masked_load_lanes

2024-10-29 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117343 Richard Biener changed: What|Removed |Added CC||rsandifo at gcc dot gnu.org --- Commen

[Bug target/117301] Many AVX10 tests fail

2024-10-29 Thread haochen.jiang at intel dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117301 --- Comment #4 from Haochen Jiang --- Proposed patch: https://gcc.gnu.org/pipermail/gcc-patches/2024-October/95.html

[Bug middle-end/117342] .base64 emitted when gas doesn't support it

2024-10-29 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117342 --- Comment #10 from Andreas Schwab --- Can you provide an example of the evidence?

[Bug preprocessor/94535] __LINE__ value changed for function-like macro invocations spanning multiple lines

2024-10-29 Thread alisdairm at me dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94535 --- Comment #15 from Alisdair Meredith --- I suggest either INVALID or WONTFIX would be appropriate, depending on whether you think the original report on a change of behavior was valid.

[Bug c/112716] LTO optimization with struct with variable size

2024-10-29 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112716 --- Comment #13 from Richard Biener --- (In reply to uecker from comment #11) > I asked the C FE and it wants to get this fixed. That was a funny comment? But yes, when there are new C standards like C23 changing interoperability rules a GCC e

[Bug tree-optimization/106073] [12/13/14/15 Regression] wrong code at -O3 on x86_64-linux-gnu since r12-3903-g0288527f47cec669

2024-10-29 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106073 --- Comment #10 from Richard Biener --- (In reply to Sam James from comment #9) > (In reply to Sam James from comment #8) > > 12.2 fails, >=12.3 works > > It was fixed by r12-8835-ge8d5f3a1b5a583 but I guess that made it latent. Yes, but the P

[Bug tree-optimization/117333] [13/14 regression] ICE on structure copy with flexible array member

2024-10-29 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117333 Richard Biener changed: What|Removed |Added Summary|[13/14/15 regression] ICE |[13/14 regression] ICE on

[Bug c++/117345] internal compiler error: Segmentation fault at maybe_begin_member_template_processing(tree_node*)

2024-10-29 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117345 Richard Biener changed: What|Removed |Added Ever confirmed|0 |1 Last reconfirmed|

[Bug target/117301] Many AVX10 tests fail

2024-10-29 Thread liuhongt at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117301 Hongtao Liu changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug ipa/117350] [15 Regression] ICE in pretty print during bootstrap

2024-10-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117350 --- Comment #14 from Andrew Pinski --- So ipa-free-lang-data calls assign_assembler_name_if_needed which calls need_assembler_name_p which does the check on if the assembler name is needed before doing the freeing of front-end specific. So that

[Bug tree-optimization/117356] New: __builtin_mul_overflow_p(signed, 1, unsigned long) should be just changed to `signed<0`

2024-10-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117356 Bug ID: 117356 Summary: __builtin_mul_overflow_p(signed, 1, unsigned long) should be just changed to `signed<0` Product: gcc Version: 15.0 Status: UNCONFIRMED

[Bug tree-optimization/117356] __builtin_mul_overflow_p(signed, 1, unsigned long) should be just changed to `signed<0`

2024-10-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117356 --- Comment #1 from Andrew Pinski --- By the way, no compiler gets the same code generation for all 3 functions. Most have foo and foo1 being the same but some targets get close to foo2 though . RISCV32 GCC gets: (insn 28 42 47 (set (reg/i:SI 1

[Bug middle-end/117002] [13/14/15 Regression] lifetime.d: In function ‘_d_newclassT’: error: size of array element is not a multiple of its alignment with -Warray-bounds and -O2

2024-10-29 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117002 Sam James changed: What|Removed |Added Last reconfirmed|2024-10-07 00:00:00 |2024-10-30 --- Comment #3 from Sam James -

[Bug bootstrap/117350] ICE in pretty print during bootstrap

2024-10-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117350 Andrew Pinski changed: What|Removed |Added Keywords||wrong-code --- Comment #9 from Andrew P

[Bug bootstrap/117350] ICE in pretty print during bootstrap

2024-10-29 Thread ak at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117350 --- Comment #8 from ak at gcc dot gnu.org --- It's when reading the profile file, so stage 4 (?) The full log is here: http://firstfloor.org/~andi/l2

[Bug bootstrap/117350] ICE in pretty print during bootstrap

2024-10-29 Thread ak at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117350 --- Comment #10 from ak at gcc dot gnu.org --- The small test case also fails with gcc 13.0 (although it doesn't have the nested ICE). So it's an old latent bug. gcc version 13.3.1 20240913 (Red Hat 13.3.1-3) (GCC) gcc -fauto-profile=fbdata.afd

[Bug bootstrap/117350] ICE in pretty print during bootstrap

2024-10-29 Thread ak at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117350 --- Comment #11 from ak at gcc dot gnu.org --- Given that it reproduce with distribution gcc 13.0 I don't think it's a miscompilation.

[Bug tree-optimization/117343] valgrind error in vect_optimize_slp_pass::decide_masked_load_lanes

2024-10-29 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117343 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Ever confirmed|0

[Bug libgcc/65281] Lots of macros using non-reserved names in gthr headers

2024-10-29 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65281 Jonathan Wakely changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug gcov-profile/117350] [15 Regression] ICE in pretty print during bootstrap

2024-10-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117350 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |15.0 Ever confirmed|0

[Bug middle-end/117355] [15 regression] firebird miscompiled due to __builtin_dynamic_object_size difference at -O since r15-4396-g72ae35bbc90fea

2024-10-29 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117355 Sam James changed: What|Removed |Added Summary|[15 regression] firebird|[15 regression] firebird

[Bug target/117301] Many AVX10 tests fail

2024-10-29 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117301 --- Comment #5 from GCC Commits --- The master branch has been updated by Haochen Jiang : https://gcc.gnu.org/g:12086865232382f93081d5564ff44b14bd71341c commit r15-4765-g12086865232382f93081d5564ff44b14bd71341c Author: Haochen Jiang Date: T

[Bug target/117301] Many AVX10 tests fail

2024-10-29 Thread haochen.jiang at intel dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117301 --- Comment #6 from Haochen Jiang --- Fixed on trunk.

[Bug ipa/117350] ICE in pretty print during bootstrap

2024-10-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117350 Andrew Pinski changed: What|Removed |Added Ever confirmed|1 |0 Component|bootstrap

<    1   2