This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH 2/2][v4] Drop excess size used for run time allocated stack variables.
- From: Andreas Krebbel <krebbel at linux dot vnet dot ibm dot com>
- To: Dominik Vogt <vogt at linux dot vnet dot ibm dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Tue, 23 Aug 2016 11:23:25 +0200
- Subject: Re: [PATCH 2/2][v4] Drop excess size used for run time allocated stack variables.
- Authentication-results: sourceware.org; auth=none
- References: <20160429221242.GA2205@linux.vnet.ibm.com> <e128d673-061b-5b9a-90ef-84613093bf90@redhat.com> <20160503141753.GA17351@linux.vnet.ibm.com> <20160525133054.GA6938@linux.vnet.ibm.com> <20160525133241.GB6938@linux.vnet.ibm.com> <0d821ecb-89bb-06e4-fbce-501e59d418f8@redhat.com> <20160623095741.GA9623@linux.vnet.ibm.com> <59557a2d-0a6c-46d5-8e0a-02b7845c8734@redhat.com> <20160722095522.GA24126@linux.vnet.ibm.com> <20160726155317.GA5718@linux.vnet.ibm.com>
> gcc/ChangeLog
>
> * explow.c (get_dynamic_stack_size): Take known alignment of stack
> pointer + STACK_DYNAMIC_OFFSET into account when calculating the size
> needed.
> Correct a typo in a comment.
Applied. Thanks!
-Andreas-