This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug testsuite/51258] 64-bit gcc.dg/atomic-compare-exchange-5.c link failure on 32-bit Solaris/x86
- From: "ubizjak at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 06 Dec 2011 19:29:09 +0000
- Subject: [Bug testsuite/51258] 64-bit gcc.dg/atomic-compare-exchange-5.c link failure on 32-bit Solaris/x86
- Auto-submitted: auto-generated
- References: <bug-51258-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51258
--- Comment #17 from Uros Bizjak <ubizjak at gmail dot com> 2011-12-06 19:29:09 UTC ---
(In reply to comment #16)
> Created attachment 26009 [details]
> log of FAIL: gcc.dg/simulate-thread/atomic-load-int128.c -O1 -g thread
> simulation test failure on x86_64-apple-darwin11
Can you try with increased timeout value?
In testsuite/lib/gcc-simulate-thread.exp find following line:
# Set timeout to 10 seconds due to huge amount of generated log.
remote_expect target 10 {
and increase 10.
If this fails, you should check if generated executable runs OK outside of the
debugger.