[Bug middle-end/30506] violation of automatic storage duration [basic.stc.auto 3.7.2/1].
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Thu Jan 18 23:15:00 GMT 2007
------- Comment #1 from pinskia at gcc dot gnu dot org 2007-01-18 23:15 -------
This is not really a violation of that rule at all. What that rule is stating
is that if you access that array again outside of the block where it was
created, you invoke undefined behavior.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30506
More information about the Gcc-bugs
mailing list