r267055 - in /trunk/gcc/testsuite: ChangeLog gc...

brobecke@gcc.gnu.org brobecke@gcc.gnu.org
Wed Dec 12 14:22:00 GMT 2018


Author: brobecke
Date: Wed Dec 12 14:22:37 2018
New Revision: 267055

URL: https://gcc.gnu.org/viewcvs?rev=267055&root=gcc&view=rev
Log:
require profiling support for gcc.dg/lto/20100430-1_0.c test

This test currently fails unexpectedly if GCC is configured with
--disable-gcov, because it requires -fprofile-arcs. This patch
fixes the issue by requiring profiling support in order to run
this test.

Tested with two compilers, one built with --disable-gcov, resulting
in the test reporting an UNSUPPORTED result; and one built with gcov
support, resulting in 2 PASS tests.

gcc/testsuite/ChangeLog:

        * gcc.dg/lto/20100430-1_0.c: Add dg-require-profiling requirement.


Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gcc.dg/lto/20100430-1_0.c



More information about the Gcc-cvs mailing list