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/8275: [3.2 regression] ICE in simplify_subreg, at simplify-rtx.c:2452


Old Synopsis: Internal compiler error in simplify_subreg, at simplify-rtx.c:2452
New Synopsis: [3.2 regression] ICE in simplify_subreg, at simplify-rtx.c:2452

State-Changed-From-To: open->analyzed
State-Changed-By: reichelt
State-Changed-When: Fri Nov 22 16:07:07 2002
State-Changed-Why:
    Confirmed.
    
    The problem boils down to the following line:
    
    unsigned int foo (unsigned int u) { return (u >> 32) & 0xffff; }
    
    Compiling this with "gcc -O -c" on i686-pc-linux-gnu crashes gcc 3.1 - 3.2.1.
    gcc 2.95.x, 3.0.x and mainline are not affected.

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


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