https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80557

--- Comment #2 from Tom de Vries <vries at gcc dot gnu.org> ---
Author: vries
Date: Fri Apr 28 21:24:00 2017
New Revision: 247399

URL: https://gcc.gnu.org/viewcvs?rev=247399&root=gcc&view=rev
Log:
Replace absolute linenrs in objc.dg,obj-c++.dg

2017-04-28  Tom de Vries  <t...@codesourcery.com>

        PR testsuite/80557
        * obj-c++.dg/bitfield-1.mm: Replace absolute linenrs.
        * obj-c++.dg/bitfield-4.mm: Same.
        * obj-c++.dg/bitfield-5.mm: Same.
        * obj-c++.dg/exceptions-3.mm: Same.
        * obj-c++.dg/exceptions-5.mm: Same.
        * obj-c++.dg/method-1.mm: Same.
        * obj-c++.dg/method-12.mm: Same.
        * obj-c++.dg/method-13.mm: Same.
        * obj-c++.dg/method-15.mm: Same.
        * obj-c++.dg/method-16.mm: Same.
        * obj-c++.dg/property/at-property-18.mm: Same.
        * obj-c++.dg/property/at-property-25.mm: Same.
        * obj-c++.dg/property/at-property-5.mm: Same.
        * obj-c++.dg/property/dynamic-2.mm: Same.
        * obj-c++.dg/property/property-neg-3.mm: Same.
        * obj-c++.dg/protocol-inheritance-1.mm: Same.
        * obj-c++.dg/protocol-inheritance-2.mm: Same.
        * obj-c++.dg/syntax-error-1.mm: Same.
        * obj-c++.dg/try-catch-13.mm: Same.
        * objc.dg/bitfield-4.m: Same.
        * objc.dg/class-1.m: Same.
        * objc.dg/method-11.m: Same.
        * objc.dg/method-6.m: Same.
        * objc.dg/method-7.m: Same.
        * objc.dg/method-9.m: Same.
        * objc.dg/missing-proto-3.m: Same.
        * objc.dg/naming-2.m: Same.
        * objc.dg/property/at-property-16.m: Same.
        * objc.dg/property/at-property-18.m: Same.
        * objc.dg/property/at-property-25.m: Same.
        * objc.dg/property/at-property-5.m: Same.
        * objc.dg/property/dynamic-2.m: Same.
        * objc.dg/property/property-neg-3.m: Same.
        * objc.dg/protocol-inheritance-1.m: Same.
        * objc.dg/protocol-inheritance-2.m: Same.

Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/obj-c++.dg/bitfield-1.mm
    trunk/gcc/testsuite/obj-c++.dg/bitfield-4.mm
    trunk/gcc/testsuite/obj-c++.dg/bitfield-5.mm
    trunk/gcc/testsuite/obj-c++.dg/exceptions-3.mm
    trunk/gcc/testsuite/obj-c++.dg/exceptions-5.mm
    trunk/gcc/testsuite/obj-c++.dg/method-1.mm
    trunk/gcc/testsuite/obj-c++.dg/method-12.mm
    trunk/gcc/testsuite/obj-c++.dg/method-13.mm
    trunk/gcc/testsuite/obj-c++.dg/method-15.mm
    trunk/gcc/testsuite/obj-c++.dg/method-16.mm
    trunk/gcc/testsuite/obj-c++.dg/property/at-property-18.mm
    trunk/gcc/testsuite/obj-c++.dg/property/at-property-25.mm
    trunk/gcc/testsuite/obj-c++.dg/property/at-property-5.mm
    trunk/gcc/testsuite/obj-c++.dg/property/dynamic-2.mm
    trunk/gcc/testsuite/obj-c++.dg/property/property-neg-3.mm
    trunk/gcc/testsuite/obj-c++.dg/protocol-inheritance-1.mm
    trunk/gcc/testsuite/obj-c++.dg/protocol-inheritance-2.mm
    trunk/gcc/testsuite/obj-c++.dg/syntax-error-1.mm
    trunk/gcc/testsuite/obj-c++.dg/try-catch-13.mm
    trunk/gcc/testsuite/objc.dg/bitfield-4.m
    trunk/gcc/testsuite/objc.dg/class-1.m
    trunk/gcc/testsuite/objc.dg/method-11.m
    trunk/gcc/testsuite/objc.dg/method-6.m
    trunk/gcc/testsuite/objc.dg/method-7.m
    trunk/gcc/testsuite/objc.dg/method-9.m
    trunk/gcc/testsuite/objc.dg/missing-proto-3.m
    trunk/gcc/testsuite/objc.dg/naming-2.m
    trunk/gcc/testsuite/objc.dg/property/at-property-16.m
    trunk/gcc/testsuite/objc.dg/property/at-property-18.m
    trunk/gcc/testsuite/objc.dg/property/at-property-25.m
    trunk/gcc/testsuite/objc.dg/property/at-property-5.m
    trunk/gcc/testsuite/objc.dg/property/dynamic-2.m
    trunk/gcc/testsuite/objc.dg/property/property-neg-3.m
    trunk/gcc/testsuite/objc.dg/protocol-inheritance-1.m
    trunk/gcc/testsuite/objc.dg/protocol-inheritance-2.m

Reply via email to