This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/50847] missed warning about unreachable code after throw statment.
- From: "pluto at agmk dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sat, 12 May 2012 12:07:06 +0000
- Subject: [Bug tree-optimization/50847] missed warning about unreachable code after throw statment.
- Auto-submitted: auto-generated
- References: <bug-50847-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50847
--- Comment #3 from Pawel Sikora <pluto at agmk dot net> 2012-05-12 12:07:06 UTC ---
(In reply to comment #2)
> Related to PR46476?
similar (return vs. throw statment).