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 middle-end/77623] New: [7 regression] test cases gcc.target/powerpc/warn-1.c and warn-2.c fail starting with r239994


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

            Bug ID: 77623
           Summary: [7 regression] test cases gcc.target/powerpc/warn-1.c
                    and warn-2.c fail starting with r239994
           Product: gcc
           Version: 7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
          Assignee: unassigned at gcc dot gnu.org
          Reporter: seurer at linux dot vnet.ibm.com
  Target Milestone: ---

FAIL: gcc.target/powerpc/warn-1.c  (test for warnings, line 1)
FAIL: gcc.target/powerpc/warn-1.c (test for excess errors)
FAIL: gcc.target/powerpc/warn-2.c  (test for warnings, line 1)
FAIL: gcc.target/powerpc/warn-2.c (test for excess errors)

The failures are probably because the messages changed.

Before r239994:

/home/seurer/gcc/gcc-test2/gcc/testsuite/gcc.target/powerpc/warn-1.c:1:0:
warning: -mvsx and -mno-altivec are incompatible


After r239994:

cc1: warning: -mvsx and -mno-altivec are incompatible


If the error message change was intentional then the test cases will need to
change.

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