https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68511
Bug ID: 68511 Summary: FAIL: obj-c++.dg/property/dotsyntax-11.mm -fgnu-runtime (test for errors, line 51,59) Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: objc++ Assignee: unassigned at gcc dot gnu.org Reporter: vries at gcc dot gnu.org Target Milestone: --- obj-c++.log: ... src/gcc/testsuite/obj-c++.dg/property/dotsyntax-11.mm: In function '-[MySubClass testMe]': src/gcc/testsuite/obj-c++.dg/property/dotsyntax-11.mm:48:13: error: no 'count' getter found compiler exited with status 1 PASS: obj-c++.dg/property/dotsyntax-11.mm -fgnu-runtime (test for errors, line 48) FAIL: obj-c++.dg/property/dotsyntax-11.mm -fgnu-runtime (test for errors, line 51) FAIL: obj-c++.dg/property/dotsyntax-11.mm -fgnu-runtime (test for errors, line 56) FAIL: obj-c++.dg/property/dotsyntax-11.mm -fgnu-runtime (test for errors, line 59) PASS: obj-c++.dg/property/dotsyntax-11.mm -fgnu-runtime (test for excess errors) ...