This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r138427 - in /trunk/gcc: ChangeLog dwarf2out.c ...
- From: jakub at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Thu, 31 Jul 2008 18:08:37 -0000
- Subject: r138427 - in /trunk/gcc: ChangeLog dwarf2out.c ...
Author: jakub
Date: Thu Jul 31 18:08:36 2008
New Revision: 138427
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=138427
Log:
PR rtl-optimization/36419
* dwarf2out.c (barrier_args_size): New variable.
(compute_barrier_args_size, compute_barrier_args_size_1): New
functions.
(dwarf2out_stack_adjust): For BARRIERs call compute_barrier_args_size
if not called yet in the current function, use barrier_args_size
array to find the new args_size value.
(dwarf2out_frame_debug): Free and clear barrier_args_size.
* g++.dg/eh/async-unwind2.C: New test.
Added:
trunk/gcc/testsuite/g++.dg/eh/async-unwind2.C
Modified:
trunk/gcc/ChangeLog
trunk/gcc/dwarf2out.c
trunk/gcc/testsuite/ChangeLog