The Samba-Bugzilla – Attachment 8705 Details for
Bug 9601
Test suite failure when built with gcc 4.8.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
One more tiny test suite fix for gcc 4.8
0001-Fix-test-suite-failure-on-GCC-4.8-take-three.patch (text/plain), 735 bytes, created by
Ville Skyttä
on 2013-03-31 18:40:27 UTC
(
hide
)
Description:
One more tiny test suite fix for gcc 4.8
Filename:
MIME Type:
Creator:
Ville Skyttä
Created:
2013-03-31 18:40:27 UTC
Size:
735 bytes
patch
obsolete
>From 4272030cbc1abd41ed943aa9b4a7ca650123a73e Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Ville=20Skytt=C3=A4?= <ville.skytta@iki.fi> >Date: Sun, 31 Mar 2013 21:34:29 +0300 >Subject: [PATCH] Fix test suite failure on GCC 4.8, take three > >--- > test.sh | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/test.sh b/test.sh >index e74792d..faff69c 100755 >--- a/test.sh >+++ b/test.sh >@@ -709,7 +709,7 @@ EOF > $COMPILER -c -Wp,-MD,expected.d test.c > expected_d_content=`cat expected.d` > >- $COMPILER -c -Wp,-MD,expected_mmd.d test.c >+ $COMPILER -c -Wp,-MMD,expected_mmd.d test.c > expected_mmd_d_content=`cat expected_mmd.d` > > ################################################################## >-- >1.7.11.7 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 9601
: 8705