This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/11270] [tree-ssa] Strange warning with -Wunreachable-code.
- From: "pinskia at physics dot uc dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 20 Jun 2003 19:11:15 -0000
- Subject: [Bug c/11270] [tree-ssa] Strange warning with -Wunreachable-code.
- References: <20030620184516.11270.reichelt@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11270
pinskia at physics dot uc dot edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Last reconfirmed|0000-00-00 00:00:00 |2003-06-20 19:11:13
date| |
------- Additional Comments From pinskia at physics dot uc dot edu 2003-06-20 19:11 -------
This really looks like a back-end problem rather than a tree-ssa problem because the rtl
does not contain any thing that might not be executed as my previous comment says.