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/79439] Missing nop instruction after recursive call corrupts TOC register


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79439

--- Comment #12 from Michael Meissner <meissner at gcc dot gnu.org> ---
Author: meissner
Date: Fri Mar 10 20:53:18 2017
New Revision: 246058

URL: https://gcc.gnu.org/viewcvs?rev=246058&root=gcc&view=rev
Log:
[gcc]
2017-03-10  Michael Meissner  <meissner@linux.vnet.ibm.com>

        Back port from trunk
        2017-03-01  Michael Meissner  <meissner@linux.vnet.ibm.com>

        PR target/79439
        * config/rs6000/predicates.md (current_file_function_operand): Do
        not allow self calls to be local if the function is replaceable.

[gcc/testsuite]
2017-03-10  Michael Meissner  <meissner@linux.vnet.ibm.com>

        Back port from trunk
        2017-03-01  Michael Meissner  <meissner@linux.vnet.ibm.com>

        PR target/79439
        * gcc.target/powerpc/pr79439.c: New test.


Added:
    branches/gcc-5-branch/gcc/testsuite/gcc.target/powerpc/pr79439.c
      - copied unchanged from r245930,
branches/gcc-6-branch/gcc/testsuite/gcc.target/powerpc/pr79439.c
Modified:
    branches/gcc-5-branch/gcc/ChangeLog
    branches/gcc-5-branch/gcc/config/rs6000/predicates.md
    branches/gcc-5-branch/gcc/testsuite/ChangeLog

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