OSDN Git Service

* gcc.dg/struct/wo_prof_escape_substr_value.c: Limit allocation based on STACK_SIZE.
authorhutchinsonandy <hutchinsonandy@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 8 Sep 2008 22:41:27 +0000 (22:41 +0000)
committerhutchinsonandy <hutchinsonandy@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 8 Sep 2008 22:41:27 +0000 (22:41 +0000)
commitb16f2aba83e6d30098a0fa4b006d3d3e9d462069
treef973e0244a11e9a84195c1a3871da73a7b5bafa2
parentf1bc4b8ef9d942882057523ac52bb85edde7b915
* gcc.dg/struct/wo_prof_escape_substr_value.c: Limit allocation based on STACK_SIZE.
* gcc.dg/struct/wo_prof_array_through_pointer.c: Ditto.
* gcc.dg/struct/wo_prof_escape_substr_pointer.c: Ditto.
* gcc.dg/struct/wo_prof_escape_arg_to_local.c: Limit allocation based on STACK_SIZE. Check malloc return for NULL.
* gcc.dg/struct/w_prof_local_var.c: Ditto.
* gcc.dg/struct/wo_prof_mult_field_peeling.c: Ditto.
* gcc.dg/struct/w_prof_local_array.c: Limit allocation based on STACK_SIZE. XFAIL AVR target.
* gcc.dg/struct/wo_prof_local_array.c: Ditto.
* gcc.dg/struct/w_prof_two_strs.c: Limit allocation based on STACK_SIZE. Limit random size to N.
* gcc.dg/struct/wo_prof_two_strs.c: Limit allocation based on STACK_SIZE. XFAIL AVR target. Limit random size to N.
* gcc.dg/struct/w_prof_single_str_global.c: XFAIL AVR target.
* gcc.dg/struct/wo_prof_array_field.c: Ditto.
* gcc.dg/struct/wo_prof_double_malloc.c: Ditto.
* gcc.dg/struct/wo_prof_global_array.c: Ditto.
* gcc.dg/struct/wo_prof_single_str_global.c: Ditto.
* gcc.dg/struct/wo_prof_single_str_local.c: Ditto.
* gcc.dg/struct/w_prof_global_var.c: Limit allocation based on STACK_SIZE. Check malloc return for NULL. XFAIL AVR target.
* gcc.dg/struct/wo_prof_global_var.c: Ditto.
* gcc.dg/struct/wo_prof_local_var.c: Ditto.
* gcc.dg/struct/wo_prof_malloc_size_var.c: Access only allocated space. Limit allocation based on STACK_SIZE. XFAIL AVR target.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@140126 138bc75d-0d04-0410-961f-82ee72b054a4
21 files changed:
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/struct/w_prof_global_var.c
gcc/testsuite/gcc.dg/struct/w_prof_local_array.c
gcc/testsuite/gcc.dg/struct/w_prof_local_var.c
gcc/testsuite/gcc.dg/struct/w_prof_single_str_global.c
gcc/testsuite/gcc.dg/struct/w_prof_two_strs.c
gcc/testsuite/gcc.dg/struct/wo_prof_array_field.c
gcc/testsuite/gcc.dg/struct/wo_prof_array_through_pointer.c
gcc/testsuite/gcc.dg/struct/wo_prof_double_malloc.c
gcc/testsuite/gcc.dg/struct/wo_prof_escape_arg_to_local.c
gcc/testsuite/gcc.dg/struct/wo_prof_escape_substr_pointer.c
gcc/testsuite/gcc.dg/struct/wo_prof_escape_substr_value.c
gcc/testsuite/gcc.dg/struct/wo_prof_global_array.c
gcc/testsuite/gcc.dg/struct/wo_prof_global_var.c
gcc/testsuite/gcc.dg/struct/wo_prof_local_array.c
gcc/testsuite/gcc.dg/struct/wo_prof_local_var.c
gcc/testsuite/gcc.dg/struct/wo_prof_malloc_size_var.c
gcc/testsuite/gcc.dg/struct/wo_prof_mult_field_peeling.c
gcc/testsuite/gcc.dg/struct/wo_prof_single_str_global.c
gcc/testsuite/gcc.dg/struct/wo_prof_single_str_local.c
gcc/testsuite/gcc.dg/struct/wo_prof_two_strs.c