https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115205

--- Comment #7 from Mahesh Madhav <madhavmj at yahoo dot com> ---
I built the current mainline and added the patch, but we still have an ICE.
Maybe it gets further?

Using the artifacts in https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116248

$ /usr/local/gcc-15.0.0-20240809/bin/gfortran --version
GNU Fortran (GCC) 15.0.0 20240809 (experimental)
Copyright (C) 2024 Free Software Foundation, Inc.

$ /usr/local/gcc-15.0.0-20240809/bin/gfortran -c -o la_constants.o
-fsanitize=hwaddress la_constants.f90      
f951: internal compiler error: Segmentation fault
0x222ad77 internal_error(char const*, ...)
        ../.././gcc/diagnostic-global-context.cc:491
0x10440db crash_signal
        ../.././gcc/toplev.cc:321
0x13e0fe4 contains_struct_check(tree_node*, tree_node_structure_enum, char
const*, int, char const*)
        ../.././gcc/tree.h:3777
0x13e0fe4 build_call_expr_loc_array(unsigned int, tree_node*, int, tree_node**)
        ../.././gcc/tree.cc:10874
0x13e126b build_call_expr(tree_node*, int, ...)
        ../.././gcc/tree.cc:10924
0x106043b hwasan_finish_file()
        ../.././gcc/asan.cc:4702
Please submit a full bug report, with preprocessed source (by using
-freport-bug).
Please include the complete backtrace with any bug report.
See <https://gcc.gnu.org/bugs/> for instructions.

Reply via email to