OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc1/] [gcc/] [testsuite/] [obj-c++.dg/] [method-6.mm] - Diff between revs 308 and 338

Only display areas with differences | Details | Blame | View Log

Rev 308 Rev 338
/* The following should NOT generate "may not respond to" warnings,
/* The following should NOT generate "may not respond to" warnings,
   since a forward-declared @class (instance) should be treated like a
   since a forward-declared @class (instance) should be treated like a
   'Class') ('id').  */
   'Class') ('id').  */
/* { dg-do compile } */
/* { dg-do compile } */
#include "../objc-obj-c++-shared/Object1.h"
#include "../objc-obj-c++-shared/Object1.h"
@class NotKnown;
@class NotKnown;
void foo(NotKnown *n) {
void foo(NotKnown *n) {
  [NotKnown new];
  [NotKnown new];
  [n nonexistent_method]; /* { dg-warning "no .\\-nonexistent_method. method found" } */
  [n nonexistent_method]; /* { dg-warning "no .\\-nonexistent_method. method found" } */
}
}
/* { dg-warning "Messages without a matching method signature" "" { target *-*-* } 0 } */
/* { dg-warning "Messages without a matching method signature" "" { target *-*-* } 0 } */
/* { dg-warning "will be assumed to return .id. and accept" "" { target *-*-* } 0 } */
/* { dg-warning "will be assumed to return .id. and accept" "" { target *-*-* } 0 } */
/* { dg-warning ".\.\.\.. as arguments" "" { target *-*-* } 0 } */
/* { dg-warning ".\.\.\.. as arguments" "" { target *-*-* } 0 } */
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.