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/50232] [4.7 Regression] reorg.c:3971: undefined reference to `make_return_insns'


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

--- Comment #6 from John David Anglin <danglin at gcc dot gnu.org> 2011-09-03 16:21:38 UTC ---
Author: danglin
Date: Sat Sep  3 16:21:27 2011
New Revision: 178500

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=178500
Log:
    PR Bug middle-end/50232
    * config/pa/pa.md (return): Define "return" insn pattern.
    (epilogue): Use it when no epilogue is needed.
    * config/pa/pa.c (pa_can_use_return_insn): New function.
    * config/pa/pa-protos.h (pa_can_use_return_insn): Declare.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/pa/pa-protos.h
    trunk/gcc/config/pa/pa.c
    trunk/gcc/config/pa/pa.md


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