[Bug c/65367] New: indefinite loop occurs with sanitize enabled and certain optimization options

2015-03-09 Thread mike at cchtml dot com
: normal Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: mike at cchtml dot com Created attachment 34997 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=34997action=edit makedep.pp When attempting to debug a gcc5/wine issue I ran

[Bug inline-asm/65859] New: Optimizes out TLS variable called in a child function

2015-04-23 Thread mike at cchtml dot com
Component: inline-asm Assignee: unassigned at gcc dot gnu.org Reporter: mike at cchtml dot com Created attachment 35391 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=35391action=edit test case When compiled with -O0 the test case compiles. When compiled with -O1 the test case

[Bug c/87334] RFE: Add '__builtin_ms_va_list' support to ARM64

2018-09-17 Thread mike at cchtml dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87334 --- Comment #2 from Michael Cronenworth --- Done: https://bugzilla.redhat.com/show_bug.cgi?id=1629910

[Bug c/87334] New: RFE: Add '__builtin_ms_va_list' support to ARM64

2018-09-17 Thread mike at cchtml dot com
: c Assignee: unassigned at gcc dot gnu.org Reporter: mike at cchtml dot com Target Milestone: --- Wine 3.0.3 (and 3.8) introduced a change[1] to require the '__builtin_ms_va_list' extension and when it is missing wine will compile with clang. Clang 5.0 or higher is required

[Bug preprocessor/96391] [10/11 Regression] internal compiler error: in linemap_compare_locations, at libcpp/line-map.c:1359

2020-07-31 Thread mike at cchtml dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96391 --- Comment #4 from Michael Cronenworth --- The preprocessed file, even XZ compressed, is too large for attaching here. https://github.com/mooninite/gcc-bug/blob/master/Unified_cpp_widget_windows0.ii.xz

[Bug c++/96391] New: internal compiler error: in linemap_compare_locations, at libcpp/line-map.c:1359

2020-07-30 Thread mike at cchtml dot com
Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: mike at cchtml dot com Target Milestone: --- Compiling the Wine Gecko project on Fedora for a Windows target produces an internal compiler error. GCC 10.1 and 10.2

[Bug c++/96391] internal compiler error: in linemap_compare_locations, at libcpp/line-map.c:1359

2020-07-30 Thread mike at cchtml dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96391 --- Comment #1 from Michael Cronenworth --- Created attachment 48963 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48963=edit g++ command and output of error

[Bug preprocessor/96391] [10/11 Regression] internal compiler error: in linemap_compare_locations, at libcpp/line-map.c:1359

2020-12-05 Thread mike at cchtml dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96391 --- Comment #8 from Michael Cronenworth --- (In reply to Jan Smets from comment #5) > Similar issue @ https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96935 I applied the patch from that bug but it did not fix this issue. Anything I can do to help

[Bug preprocessor/96391] [10/11 Regression] internal compiler error: in linemap_compare_locations, at libcpp/line-map.c:1359

2021-02-09 Thread mike at cchtml dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96391 --- Comment #12 from Michael Cronenworth --- (In reply to David Malcolm from comment #11) > FWIW I had another go at reproduing this, but after various failures due to > running out of disk space, I was able to rebuild the SRPM from comment #0 >

[Bug preprocessor/96391] [10 Regression] ICE in linemap_compare_locations on "CONST VOID" in large C++ files

2022-01-25 Thread mike at cchtml dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96391 --- Comment #27 from Michael Cronenworth --- I can also say that gcc 11 has fixed this. Thanks. I'm happy to close as I will not be using 10.x anymore.