This is the mail archive of the gcc-prs@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/4490: gcc 3.0.1 segfaults while compiling pack_isam.c of mysql


Synopsis: gcc 3.0.1 segfaults while compiling pack_isam.c of mysql

State-Changed-From-To: open->analyzed
State-Changed-By: rodrigc
State-Changed-When: Sat Dec  1 18:06:18 2001
State-Changed-Why:
    Reproduced error from Volker's simplified testcase.
    Error occurred in gcc 3.1 and gcc 3.0 branches.
    
    Running cc1plus in the debugger results in:
    
    Program received signal SIGSEGV, Segmentation fault.
    0x08229906 in ix86_constant_alignment (exp=0x40177dc0, align=32)
        at config/i386/i386.c:10601
    10601         if (TYPE_MODE (TREE_TYPE (exp)) == DFmode && align < 64)
    
    where exp is NULL.

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


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