From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6468 invoked by alias); 14 Dec 2004 00:08:17 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 5734 invoked by uid 48); 14 Dec 2004 00:08:01 -0000 Date: Tue, 14 Dec 2004 00:08:00 -0000 From: "alexander at malmberg dot org" To: gcc-bugs@gcc.gnu.org Message-ID: <20041214000757.18971.alexander@malmberg.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug objc/18971] New: Can't send messages to methods with arrays as parameters X-Bugzilla-Reason: CC X-SW-Source: 2004-12/txt/msg01896.txt.bz2 List-Id: Mainline currently complains: error: incompatible type for argument 1 of 'test2:' when you try to send a message to a method with an array argument; i.e. the type of one of the method's arguments is an array; e.g.: @implementation Test -(void) test2: (int [5])a ... The testcase should make it clear. -- Summary: Can't send messages to methods with arrays as parameters Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: objc AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: alexander at malmberg dot org CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC target triplet: i686-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18971