public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug sanitizer/106726] ICE: verify_gimple failed (dead statement in EH table) on __builtin_alloca_with_align() with -fsanitize=hwaddress -fstack-check=generic -fexceptions
       [not found] <bug-106726-4@http.gcc.gnu.org/bugzilla/>
@ 2022-08-24  4:52 ` pinskia at gcc dot gnu.org
  2022-08-24  8:06 ` marxin at gcc dot gnu.org
  2023-01-07  8:32 ` zsojka at seznam dot cz
  2 siblings, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu.org @ 2022-08-24  4:52 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|                            |2022-08-24
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
From bug 104449 comment #6 :
"    I haven't touched the hwasan code which most likely suffers from the
    same problem.
"
Yes so confirmed.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug sanitizer/106726] ICE: verify_gimple failed (dead statement in EH table) on __builtin_alloca_with_align() with -fsanitize=hwaddress -fstack-check=generic -fexceptions
       [not found] <bug-106726-4@http.gcc.gnu.org/bugzilla/>
  2022-08-24  4:52 ` [Bug sanitizer/106726] ICE: verify_gimple failed (dead statement in EH table) on __builtin_alloca_with_align() with -fsanitize=hwaddress -fstack-check=generic -fexceptions pinskia at gcc dot gnu.org
@ 2022-08-24  8:06 ` marxin at gcc dot gnu.org
  2023-01-07  8:32 ` zsojka at seznam dot cz
  2 siblings, 0 replies; 3+ messages in thread
From: marxin at gcc dot gnu.org @ 2022-08-24  8:06 UTC (permalink / raw)
  To: gcc-bugs

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

Martin Liška <marxin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |matmal01 at gcc dot gnu.org

--- Comment #2 from Martin Liška <marxin at gcc dot gnu.org> ---
So started with r11-5377-g93a732514865f3.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug sanitizer/106726] ICE: verify_gimple failed (dead statement in EH table) on __builtin_alloca_with_align() with -fsanitize=hwaddress -fstack-check=generic -fexceptions
       [not found] <bug-106726-4@http.gcc.gnu.org/bugzilla/>
  2022-08-24  4:52 ` [Bug sanitizer/106726] ICE: verify_gimple failed (dead statement in EH table) on __builtin_alloca_with_align() with -fsanitize=hwaddress -fstack-check=generic -fexceptions pinskia at gcc dot gnu.org
  2022-08-24  8:06 ` marxin at gcc dot gnu.org
@ 2023-01-07  8:32 ` zsojka at seznam dot cz
  2 siblings, 0 replies; 3+ messages in thread
From: zsojka at seznam dot cz @ 2023-01-07  8:32 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Zdenek Sojka <zsojka at seznam dot cz> ---
This can now be also observed on the x86_64 target, with -mlam=u57:
$ x86_64-pc-linux-gnu-gcc -fsanitize=hwaddress -fstack-check=generic
-fexceptions -mlam=u57 testcase.c 
testcase.c: In function 'foo':
testcase.c:4:1: error: dead statement in EH table
    4 | foo (void)
      | ^~~
# _4 = VDEF <.MEM_2>
_5 = __builtin_alloca_with_align (64, 512);
during GIMPLE pass: asan0
testcase.c:4:1: internal compiler error: verify_gimple failed
0x141d106 verify_gimple_in_cfg(function*, bool, bool)
        /repo/gcc-trunk/gcc/tree-cfg.cc:5647
0x12c0e20 execute_function_todo
        /repo/gcc-trunk/gcc/passes.cc:2091
0x12c13cb execute_todo
        /repo/gcc-trunk/gcc/passes.cc:2145
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.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-01-07  8:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-106726-4@http.gcc.gnu.org/bugzilla/>
2022-08-24  4:52 ` [Bug sanitizer/106726] ICE: verify_gimple failed (dead statement in EH table) on __builtin_alloca_with_align() with -fsanitize=hwaddress -fstack-check=generic -fexceptions pinskia at gcc dot gnu.org
2022-08-24  8:06 ` marxin at gcc dot gnu.org
2023-01-07  8:32 ` zsojka at seznam dot cz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).