public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug objc/18971] New: Can't send messages to methods with arrays as parameters
@ 2004-12-14  0:08 alexander at malmberg dot org
  2004-12-14  0:09 ` [Bug objc/18971] " alexander at malmberg dot org
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: alexander at malmberg dot org @ 2004-12-14  0:08 UTC (permalink / raw)
  To: gcc-bugs

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


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2005-01-04  1:17 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-12-14  0:08 [Bug objc/18971] New: Can't send messages to methods with arrays as parameters alexander at malmberg dot org
2004-12-14  0:09 ` [Bug objc/18971] " alexander at malmberg dot org
2004-12-14  0:14 ` alexander at malmberg dot org
2004-12-14  0:16 ` [Bug objc/18971] [4.0 Regression] " pinskia at gcc dot gnu dot org
2004-12-14  0:50 ` pinskia at gcc dot gnu dot org
2004-12-23 22:11 ` zlaski at apple dot com
2004-12-24 22:16 ` pinskia at gcc dot gnu dot org
2004-12-30 10:18 ` cvs-commit at gcc dot gnu dot org
2004-12-30 14:51 ` pinskia at gcc dot gnu dot org
2005-01-04  1:17 ` cvs-commit at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).