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 middle-end/30339] Segmentation fault for legal code with -O2



------- Comment #2 from pinskia at gcc dot gnu dot org  2007-01-07 00:32 -------
I think this was fixed by:
2007-01-02  Joseph Myers  <joseph@codesourcery.com>

        PR middle-end/30311
        * caller-save.c (add_stored_regs): Only handle SUBREGs if inner
        REG is a hard register.  Do not modify REG before calling
        subreg_nregs.
        * rtlanal.c (subreg_get_info): Don't assert size of XMODE is a
        multiple of the size of YMODE for certain lowpart cases.


Can you check to make sure?


-- 


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


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