mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 01:51:29 +00:00
Give function copy_input_until_stop the noinline atribute.
At least one of the compilers for s390x nightly builds was inlining it. Update exp files accoordingly. This should fix any residual back-trace noise for this testcase. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12235
This commit is contained in:
parent
68cf6ae28d
commit
b0ee68529f
@ -4651,7 +4651,7 @@ void flush_RL ( EState* s )
|
||||
|
||||
|
||||
/*---------------------------------------------------*/
|
||||
static
|
||||
static __attribute__((noinline))
|
||||
Bool copy_input_until_stop ( EState* s )
|
||||
{
|
||||
Bool progress_in = False;
|
||||
|
||||
@ -4,7 +4,8 @@ Conditional jump or move depends on uninitialised value(s)
|
||||
at 0x........: main (origin5-bz2.c:6479)
|
||||
|
||||
Conditional jump or move depends on uninitialised value(s)
|
||||
at 0x........: handle_compress (origin5-bz2.c:4686)
|
||||
at 0x........: copy_input_until_stop (origin5-bz2.c:4686)
|
||||
by 0x........: handle_compress (origin5-bz2.c:4750)
|
||||
by 0x........: BZ2_bzCompress (origin5-bz2.c:4822)
|
||||
by 0x........: BZ2_bzBuffToBuffCompress (origin5-bz2.c:5630)
|
||||
by 0x........: main (origin5-bz2.c:6484)
|
||||
@ -12,7 +13,8 @@ Conditional jump or move depends on uninitialised value(s)
|
||||
at 0x........: main (origin5-bz2.c:6479)
|
||||
|
||||
Use of uninitialised value of size 8
|
||||
at 0x........: handle_compress (origin5-bz2.c:4686)
|
||||
at 0x........: copy_input_until_stop (origin5-bz2.c:4686)
|
||||
by 0x........: handle_compress (origin5-bz2.c:4750)
|
||||
by 0x........: BZ2_bzCompress (origin5-bz2.c:4822)
|
||||
by 0x........: BZ2_bzBuffToBuffCompress (origin5-bz2.c:5630)
|
||||
by 0x........: main (origin5-bz2.c:6484)
|
||||
@ -20,7 +22,8 @@ Use of uninitialised value of size 8
|
||||
at 0x........: main (origin5-bz2.c:6479)
|
||||
|
||||
Use of uninitialised value of size 8
|
||||
at 0x........: handle_compress (origin5-bz2.c:4686)
|
||||
at 0x........: copy_input_until_stop (origin5-bz2.c:4686)
|
||||
by 0x........: handle_compress (origin5-bz2.c:4750)
|
||||
by 0x........: BZ2_bzCompress (origin5-bz2.c:4822)
|
||||
by 0x........: BZ2_bzBuffToBuffCompress (origin5-bz2.c:5630)
|
||||
by 0x........: main (origin5-bz2.c:6484)
|
||||
|
||||
@ -4,7 +4,8 @@ Conditional jump or move depends on uninitialised value(s)
|
||||
at 0x........: main (origin5-bz2.c:6479)
|
||||
|
||||
Conditional jump or move depends on uninitialised value(s)
|
||||
at 0x........: handle_compress (origin5-bz2.c:4686)
|
||||
at 0x........: copy_input_until_stop (origin5-bz2.c:4686)
|
||||
by 0x........: handle_compress (origin5-bz2.c:4750)
|
||||
by 0x........: BZ2_bzCompress (origin5-bz2.c:4822)
|
||||
by 0x........: BZ2_bzBuffToBuffCompress (origin5-bz2.c:5630)
|
||||
by 0x........: main (origin5-bz2.c:6484)
|
||||
@ -12,7 +13,8 @@ Conditional jump or move depends on uninitialised value(s)
|
||||
at 0x........: main (origin5-bz2.c:6479)
|
||||
|
||||
Use of uninitialised value of size 8
|
||||
at 0x........: handle_compress (origin5-bz2.c:4686)
|
||||
at 0x........: copy_input_until_stop (origin5-bz2.c:4686)
|
||||
by 0x........: handle_compress (origin5-bz2.c:4750)
|
||||
by 0x........: BZ2_bzCompress (origin5-bz2.c:4822)
|
||||
by 0x........: BZ2_bzBuffToBuffCompress (origin5-bz2.c:5630)
|
||||
by 0x........: main (origin5-bz2.c:6484)
|
||||
@ -20,7 +22,8 @@ Use of uninitialised value of size 8
|
||||
at 0x........: main (origin5-bz2.c:6479)
|
||||
|
||||
Use of uninitialised value of size 8
|
||||
at 0x........: handle_compress (origin5-bz2.c:4686)
|
||||
at 0x........: copy_input_until_stop (origin5-bz2.c:4686)
|
||||
by 0x........: handle_compress (origin5-bz2.c:4750)
|
||||
by 0x........: BZ2_bzCompress (origin5-bz2.c:4822)
|
||||
by 0x........: BZ2_bzBuffToBuffCompress (origin5-bz2.c:5630)
|
||||
by 0x........: main (origin5-bz2.c:6484)
|
||||
|
||||
@ -4,7 +4,8 @@ Conditional jump or move depends on uninitialised value(s)
|
||||
at 0x........: main (origin5-bz2.c:6479)
|
||||
|
||||
Conditional jump or move depends on uninitialised value(s)
|
||||
at 0x........: handle_compress (origin5-bz2.c:4686)
|
||||
at 0x........: copy_input_until_stop (origin5-bz2.c:4686)
|
||||
by 0x........: handle_compress (origin5-bz2.c:4750)
|
||||
by 0x........: BZ2_bzCompress (origin5-bz2.c:4822)
|
||||
by 0x........: BZ2_bzBuffToBuffCompress (origin5-bz2.c:5630)
|
||||
by 0x........: main (origin5-bz2.c:6484)
|
||||
@ -12,7 +13,8 @@ Conditional jump or move depends on uninitialised value(s)
|
||||
at 0x........: main (origin5-bz2.c:6479)
|
||||
|
||||
Use of uninitialised value of size 4
|
||||
at 0x........: handle_compress (origin5-bz2.c:4686)
|
||||
at 0x........: copy_input_until_stop (origin5-bz2.c:4686)
|
||||
by 0x........: handle_compress (origin5-bz2.c:4750)
|
||||
by 0x........: BZ2_bzCompress (origin5-bz2.c:4822)
|
||||
by 0x........: BZ2_bzBuffToBuffCompress (origin5-bz2.c:5630)
|
||||
by 0x........: main (origin5-bz2.c:6484)
|
||||
@ -20,7 +22,8 @@ Use of uninitialised value of size 4
|
||||
at 0x........: main (origin5-bz2.c:6479)
|
||||
|
||||
Use of uninitialised value of size 4
|
||||
at 0x........: handle_compress (origin5-bz2.c:4686)
|
||||
at 0x........: copy_input_until_stop (origin5-bz2.c:4686)
|
||||
by 0x........: handle_compress (origin5-bz2.c:4750)
|
||||
by 0x........: BZ2_bzCompress (origin5-bz2.c:4822)
|
||||
by 0x........: BZ2_bzBuffToBuffCompress (origin5-bz2.c:5630)
|
||||
by 0x........: main (origin5-bz2.c:6484)
|
||||
|
||||
@ -4,7 +4,8 @@ Conditional jump or move depends on uninitialised value(s)
|
||||
at 0x........: main (origin5-bz2.c:6481)
|
||||
|
||||
Conditional jump or move depends on uninitialised value(s)
|
||||
at 0x........: handle_compress (origin5-bz2.c:4686)
|
||||
at 0x........: copy_input_until_stop (origin5-bz2.c:4686)
|
||||
by 0x........: handle_compress (origin5-bz2.c:4750)
|
||||
by 0x........: BZ2_bzCompress (origin5-bz2.c:4822)
|
||||
by 0x........: BZ2_bzBuffToBuffCompress (origin5-bz2.c:5630)
|
||||
by 0x........: main (origin5-bz2.c:6484)
|
||||
@ -12,7 +13,8 @@ Conditional jump or move depends on uninitialised value(s)
|
||||
at 0x........: main (origin5-bz2.c:6481)
|
||||
|
||||
Use of uninitialised value of size 8
|
||||
at 0x........: handle_compress (origin5-bz2.c:4686)
|
||||
at 0x........: copy_input_until_stop (origin5-bz2.c:4686)
|
||||
by 0x........: handle_compress (origin5-bz2.c:4750)
|
||||
by 0x........: BZ2_bzCompress (origin5-bz2.c:4822)
|
||||
by 0x........: BZ2_bzBuffToBuffCompress (origin5-bz2.c:5630)
|
||||
by 0x........: main (origin5-bz2.c:6484)
|
||||
@ -20,7 +22,8 @@ Use of uninitialised value of size 8
|
||||
at 0x........: main (origin5-bz2.c:6481)
|
||||
|
||||
Use of uninitialised value of size 8
|
||||
at 0x........: handle_compress (origin5-bz2.c:4686)
|
||||
at 0x........: copy_input_until_stop (origin5-bz2.c:4686)
|
||||
by 0x........: handle_compress (origin5-bz2.c:4750)
|
||||
by 0x........: BZ2_bzCompress (origin5-bz2.c:4822)
|
||||
by 0x........: BZ2_bzBuffToBuffCompress (origin5-bz2.c:5630)
|
||||
by 0x........: main (origin5-bz2.c:6484)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user