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 target/35768] gcc.c-torture/compile/20010226-1.c:22: ICE: in do_output_reload, at reload1.c:7331



------- Comment #8 from danglin at gcc dot gnu dot org  2008-04-10 22:51 -------
Subject: Bug 35768

Author: danglin
Date: Thu Apr 10 22:50:49 2008
New Revision: 134182

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=134182
Log:
        PR target/35768
        * pa.md: Define mode iterator P.  Define mode attribute dwc.
        (dcacheflush): Update pattern to use iterator P and attribute dwc.
        (icacheflush): Likewise.
        * pa.h (INITIALIZE_TRAMPOLINE): Use dcacheflushsi/icacheflushsi if
        !TARGET_64BIT, and dcacheflushdi/icacheflushdi if TARGET_64BIT.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/pa/pa.h
    trunk/gcc/config/pa/pa.md


-- 


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


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