re PR gcov-profile/78467 (gcc.dg/tree-prof/comp-goto-1.c FAILs)
authorJakub Jelinek <jakub@redhat.com>
Fri, 25 Nov 2016 08:51:38 +0000 (09:51 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Fri, 25 Nov 2016 08:51:38 +0000 (09:51 +0100)
PR gcov-profile/78467
* gcc.dg/tree-prof/comp-goto-1.c (insn_t): Change offset to
signed int.

Co-Authored-By: Andreas Schwab <schwab@linux-m68k.org>
From-SVN: r242864

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-prof/comp-goto-1.c

index 159b14d96708b9f3baa5ebb7f6bd432a778e88ef..e710e4b7c1d0ab29ef8d375fc3f37b419c9142a3 100644 (file)
@@ -1,3 +1,10 @@
+2016-11-25  Jakub Jelinek  <jakub@redhat.com>
+           Andreas Schwab  <schwab@linux-m68k.org>
+
+       PR gcov-profile/78467
+       * gcc.dg/tree-prof/comp-goto-1.c (insn_t): Change offset to
+       signed int.
+
 2016-11-25  Richard Sandiford  <richard.sandiford@arm.com>
 
        * gcc.dg/tree-ssa/tailcall-7-run.c: New test.
index bbfe1f4728f5d2bf67177f2a20b6038bc832abee..42d61f3cad68174f80e346608cf788e0aab7c912 100644 (file)
@@ -16,7 +16,7 @@ typedef union
 {
   struct
     {
-      unsigned int     offset:18;
+      signed int       offset:18;
       unsigned int     ignore:4;
       unsigned int     s1:8;
       int              :2;