This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug optimization/14194] [tree-ssa] verify_ssa fails (missing definition for SSA_NAME) with __builtin_expect
- From: "reichelt at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 18 Feb 2004 23:07:48 -0000
- Subject: [Bug optimization/14194] [tree-ssa] verify_ssa fails (missing definition for SSA_NAME) with __builtin_expect
- References: <20040218160542.14194.falk@debian.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From reichelt at gcc dot gnu dot org 2004-02-18 23:07 -------
Here's a shorter testcase:
============================================
int j;
void foo()
{
int i;
for (i=0; i<1; ++i)
if (__builtin_expect(i, 0)) ++j;
}
============================================
--
What |Removed |Added
----------------------------------------------------------------------------
CC| |reichelt at gcc dot gnu dot
| |org
Keywords| |monitored
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14194