From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28237 invoked by alias); 25 Oct 2012 08:01:12 -0000 Received: (qmail 28225 invoked by uid 22791); 25 Oct 2012 08:01:11 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO glazunov.sibelius.xs4all.nl) (83.163.83.176) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 25 Oct 2012 08:01:07 +0000 Received: from glazunov.sibelius.xs4all.nl (kettenis@localhost [127.0.0.1]) by glazunov.sibelius.xs4all.nl (8.14.5/8.14.3) with ESMTP id q9P814DJ004086 for ; Thu, 25 Oct 2012 10:01:04 +0200 (CEST) Received: (from kettenis@localhost) by glazunov.sibelius.xs4all.nl (8.14.5/8.14.3/Submit) id q9P813cE009687; Thu, 25 Oct 2012 10:01:03 +0200 (CEST) Date: Thu, 25 Oct 2012 08:01:00 -0000 Message-Id: <201210250801.q9P813cE009687@glazunov.sibelius.xs4all.nl> From: Mark Kettenis To: gdb-patches@sourceware.org Subject: [PATCH] PR gdb/12776 is now fixed as well; adjust testsuite Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-10/txt/msg00490.txt.bz2 Missed this yesterday. 2012-10-24 Mark Kettenis * gdb.base/callfuncs.exp: PR gdb/12783 is now fixed. Index: gdb.base/callfuncs.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.base/callfuncs.exp,v retrieving revision 1.55 diff -u -p -r1.55 callfuncs.exp --- gdb.base/callfuncs.exp 24 Oct 2012 13:45:51 -0000 1.55 +++ gdb.base/callfuncs.exp 24 Oct 2012 14:57:59 -0000 @@ -245,15 +245,9 @@ proc do_function_calls {} { gdb_test "p t_structs_fc(struct_val1)" ".*= 3 \\+ 3 \\* I" \ "call inferior func with struct - returns float _Complex" - if [is_x86_like_target] { - setup_kfail gdb/12783 "*-*-*" - } gdb_test "p t_structs_dc(struct_val1)" ".*= 4 \\+ 4 \\* I" \ "call inferior func with struct - returns double _Complex" - if [is_x86_like_target] { - setup_kfail gdb/12783 "*-*-*" - } gdb_test "p t_structs_ldc(struct_val1)" "= 5 \\+ 5 \\* I" \ "call inferior func with struct - returns long double _Complex" }