This is the mail archive of the gcc-cvs@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]

r231405 - in /branches/gcc-4_9-branch/gcc: Chan...


Author: chefmax
Date: Tue Dec  8 11:34:28 2015
New Revision: 231405

URL: https://gcc.gnu.org/viewcvs?rev=231405&root=gcc&view=rev
Log:
2015-12-08  Maxim Ostapenko  <m.ostapenko@partner.samsung.com>
    
    	Backport from mainline.
    	2015-03-16  Max Ostapenko  <m.ostapenko@partner.samsung.com>
    
    	PR sanitizer/64820
    
    	gcc/
    	* cfgexpand.c (align_base): New function.
    	(alloc_stack_frame_space): Call it.
    	(expand_stack_vars): Align prev_frame to be sure
    	data->asan_vec elements aligned properly.
    
    	gcc/testsuite/
    	* c-c++-common/asan/pr64820.c: New test.

Added:
    branches/gcc-4_9-branch/gcc/testsuite/c-c++-common/asan/pr64820.c
Modified:
    branches/gcc-4_9-branch/gcc/ChangeLog
    branches/gcc-4_9-branch/gcc/cfgexpand.c
    branches/gcc-4_9-branch/gcc/testsuite/ChangeLog


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