This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug testsuite/80557] rewrite absolute line numbers into relative or saved line numbers


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

--- Comment #4 from Tom de Vries <vries at gcc dot gnu.org> ---
Author: vries
Date: Wed May  3 07:33:01 2017
New Revision: 247537

URL: https://gcc.gnu.org/viewcvs?rev=247537&root=gcc&view=rev
Log:
Replace absolute line numbers in c-c++-common

2017-05-03  Tom de Vries  <tom@codesourcery.com>

        PR testsuite/80557
        * c-c++-common/Wshift-negative-value-1.c: Replace absolute line
numbers.
        * c-c++-common/Wshift-negative-value-2.c: Same.
        * c-c++-common/Wshift-negative-value-3.c: Same.
        * c-c++-common/Wshift-negative-value-4.c: Same.
        * c-c++-common/cilk-plus/AN/pr57541.c: Same.
        * c-c++-common/cpp/pr60400.c: Same.
        * c-c++-common/fmax-errors.c: Same.
        * c-c++-common/goacc/data-2.c: Same.
        * c-c++-common/goacc/host_data-2.c: Same.
        * c-c++-common/gomp/simd4.c: Same.
        * c-c++-common/pr28656.c: Same.
        * c-c++-common/pr43395.c: Same.
        * c-c++-common/torture/pr57945.c: Same.

Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/c-c++-common/Wshift-negative-value-1.c
    trunk/gcc/testsuite/c-c++-common/Wshift-negative-value-2.c
    trunk/gcc/testsuite/c-c++-common/Wshift-negative-value-3.c
    trunk/gcc/testsuite/c-c++-common/Wshift-negative-value-4.c
    trunk/gcc/testsuite/c-c++-common/cilk-plus/AN/pr57541.c
    trunk/gcc/testsuite/c-c++-common/cpp/pr60400.c
    trunk/gcc/testsuite/c-c++-common/fmax-errors.c
    trunk/gcc/testsuite/c-c++-common/goacc/data-2.c
    trunk/gcc/testsuite/c-c++-common/goacc/host_data-2.c
    trunk/gcc/testsuite/c-c++-common/gomp/simd4.c
    trunk/gcc/testsuite/c-c++-common/pr28656.c
    trunk/gcc/testsuite/c-c++-common/pr43395.c
    trunk/gcc/testsuite/c-c++-common/torture/pr57945.c

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]