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/13143] [tree-ssa] compiler fails to build glibc


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


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