http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56330
Steven Bosscher <steven at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[4.8 Regression] ICE: |ICE: verify_gimple failed: |verify_gimple failed: |gimple_bb (stmt) is set to |gimple_bb (stmt) is set to |a wrong basic block with |a wrong basic block with |-fsanitize=address |-fsanitize=address | --- Comment #2 from Steven Bosscher <steven at gcc dot gnu.org> 2013-02-14 22:22:57 UTC --- A regression is when something worked in an older GCC release but does not work anymore. ASAN is new in GCC 4.8 so this bug is not a regression.