[Bug optimization/13143] [tree-ssa] compiler fails to build glibc

falk at debian dot org gcc-bugzilla@gcc.gnu.org
Fri Nov 21 21:55:00 GMT 2003


------- Additional Comments From falk at debian dot org  2003-11-21 21:55 -------
I cannot confirm the first problem because it needs platform-specific asms;
however I can reproduce the second one on alpha-linux 3.5-tree-ssa 20031121.

Test case:

int f (void *ptr)
{
    extern char const stop[];
    return ptr >= (void *) &stop;
}

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13143



More information about the Gcc-bugs mailing list