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]

Re: optimization/8178: __builtin_ffs broken


Old Synopsis: Internal compiler error in extract_insn, at recog.c:2148
New Synopsis: __builtin_ffs broken

State-Changed-From-To: open->analyzed
State-Changed-By: reichelt
State-Changed-When: Fri Nov 22 15:19:32 2002
State-Changed-Why:
    Confirmed.
    
    The bug can be reproduced with the following line:
    
    int main() { return __builtin_ffs(4); }
    
    Just compile without optimization on i686-pc-linux-gnu.
    The bug affects all compilers since 2.95.x.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8178


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