[Bug 1137071] teamviewer 12,13,14 versions get error about verification failed after update to wine 4.9-1006.1
http://bugzilla.suse.com/show_bug.cgi?id=1137071 http://bugzilla.suse.com/show_bug.cgi?id=1137071#c10 --- Comment #10 from Martin Liška <martin.liska@suse.com> --- (In reply to Marcus Meissner from comment #9)
Created attachment 807021 [details] foo.i
standalone executable testcase
gcc-9 -m32 -o foo foo.i -fno-omit-frame-pointer -O2 -fverbose-asm --save-temps ; ./foo ; echo $? 1
gcc-8 -m32 -o foo foo.i -fno-omit-frame-pointer -O2 -fverbose-asm --save-temps ; ./foo ; echo $? 0
That's not a executable test, main function is missing that will call the problematic symbol. But I bet you reached: https://www.gnu.org/software/gcc/gcc-9/porting_to.html#complit So the code is probably invalid, I'll verify that tomorrow. -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com