[Bug tree-optimization/109714] mesa/aux/draw_llvm: bogus "may be used uninitialized warning"

2023-05-05 Thread david at ixit dot cz via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109714 --- Comment #9 from David Heidelberg (okias) --- Sorry, the previous command was for different bug (bugzilla weirdly switching bugs when sending the comment, probably disabled JS :/ ) Here it's: /usr/lib/gcc-snapshot/bin/gcc

[Bug tree-optimization/109744] mesa/panvk: bogus Warray-bounds on gcc 12.2, fixed in 13 branch

2023-05-05 Thread david at ixit dot cz via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109744 --- Comment #2 from David Heidelberg (okias) --- cc -Isrc/panfrost/vulkan/libvulkan_panfrost.so.p -Isrc/panfrost/vulkan -I../src/panfrost/vulkan -Iinclude -I../include -Isrc -I../src -Isrc/compiler -I../src/compiler -I../src/gallium/include

[Bug tree-optimization/109714] mesa/aux/draw_llvm: bogus "may be used uninitialized warning"

2023-05-05 Thread david at ixit dot cz via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109714 --- Comment #8 from David Heidelberg (okias) --- Thank you for your patience with me! ccache cc -Isrc/panfrost/vulkan/libvulkan_panfrost.so.p -Isrc/panfrost/vulkan -I../src/panfrost/vulkan -Iinclude -I../include -Isrc -I../src -Isrc/compiler

[Bug c/109744] New: bogus Warray-bounds on gcc 12.2, fixed in 13 branch

2023-05-05 Thread david at ixit dot cz via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109744 Bug ID: 109744 Summary: bogus Warray-bounds on gcc 12.2, fixed in 13 branch Product: gcc Version: 12.2.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug tree-optimization/109714] mesa/aux/draw_llvm: bogus "may be used uninitialized warning"

2023-05-05 Thread david at ixit dot cz via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109714 --- Comment #5 from David Heidelberg (okias) --- Created attachment 55005 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=55005=edit meson-setup-output.txt

[Bug tree-optimization/109716] bogus stringop-overread "reading 4 bytes from a region of size 0"

2023-05-04 Thread david at ixit dot cz via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109716 --- Comment #2 from David Heidelberg (okias) --- Created attachment 55001 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=55001=edit r300_state_derived.c.i.gz Appending requested file. Thank you!

[Bug tree-optimization/109714] bogus "may be used uninitialized warning"

2023-05-04 Thread david at ixit dot cz via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109714 --- Comment #3 from David Heidelberg (okias) --- Created attachment 55000 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=55000=edit draw_draw_llvm.c.i.gz

[Bug c/109716] New: bogus stringop-overread "reading 4 bytes from a region of size 0"

2023-05-03 Thread david at ixit dot cz via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109716 Bug ID: 109716 Summary: bogus stringop-overread "reading 4 bytes from a region of size 0" Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal

[Bug c/109714] New: bogus may be used uninitialized warning

2023-05-03 Thread david at ixit dot cz via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109714 Bug ID: 109714 Summary: bogus may be used uninitialized warning Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug target/108163] mesa LTO compiling ICEs with unable to generate reloads for neon_vld4qav16qi on arm-linux-gnueabihf

2023-02-08 Thread david at ixit dot cz via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108163 --- Comment #2 from David Heidelberg (okias) --- I have suspicion it could be some parts of mesa compiled with -mfpu=neon while other parts are compiled without this option explicitly stated. I think the test case could be passing it to

[Bug c++/108163] New: LTO crosscompilation for arm fails

2022-12-17 Thread david at ixit dot cz via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108163 Bug ID: 108163 Summary: LTO crosscompilation for arm fails Product: gcc Version: 10.2.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++