From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20332 invoked by alias); 2 Oct 2014 02:50:09 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 20124 invoked by uid 48); 2 Oct 2014 02:50:02 -0000 From: "michael.hudson at linaro dot org" To: gcc-bugs@gcc.gnu.org Subject: [Bug go/61877] [5 Regression]: reflect: cannot use []string as type string in Call Date: Thu, 02 Oct 2014 02:50:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: go X-Bugzilla-Version: 5.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: major X-Bugzilla-Who: michael.hudson at linaro dot org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: ian at airs dot com X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-10/txt/msg00104.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61877 --- Comment #3 from Michael Hudson-Doyle --- The problem is that the call to "m.Call" at https://gcc.gnu.org/viewcvs/gcc/trunk/libgo/go/reflect/makefunc.go?revision=212853&view=markup#l133 needs, in this case, to be a call to "m.CallSlice". I don't know how it can know when it needs to do that though.