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/63293] [AArch64] can read from deallocated stack


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

--- Comment #7 from ctice at gcc dot gnu.org ---
Author: ctice
Date: Tue Jul 21 17:32:17 2015
New Revision: 226049

URL: https://gcc.gnu.org/viewcvs?rev=226049&root=gcc&view=rev
Log:
Backport patch from GCC FSF to fix stack problem for aarch64:

2014-11-04  Jiong Wang  <jiong.wang@arm.com>
2014-11-04  Wilco Dijkstra  <wilco.dijkstra@arm.com>

  PR target/63293
  * config/aarch64/aarch64.c (aarch64_expand_epiloue): Add barriers before
  stack adjustment.


Modified:
    branches/google/gcc-4_9-mobile/gcc/config/aarch64/aarch64.c


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