This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug optimization/14194] [tree-ssa] verify_ssa fails (missing definition for SSA_NAME) with __builtin_expect


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]