public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/97426] New: [11 regression] new test case gcc.dg/ipa/modref-1.c fails
@ 2020-10-14 17:51 seurer at gcc dot gnu.org
  2020-10-15  6:00 ` [Bug testsuite/97426] " rguenth at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: seurer at gcc dot gnu.org @ 2020-10-14 17:51 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 97426
           Summary: [11 regression] new test case gcc.dg/ipa/modref-1.c
                    fails
           Product: gcc
           Version: 11.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
          Assignee: unassigned at gcc dot gnu.org
          Reporter: seurer at gcc dot gnu.org
  Target Milestone: ---

g:4d90edb96e199e2e73ba71de5ab3b7c1c0aad6d0, r11-3876

make -k check-gcc RUNTESTFLAGS=ipa.exp=gcc.dg/ipa/modref-1.c

FAIL: gcc.dg/ipa/modref-1.c (test for excess errors)
FAIL: gcc.dg/ipa/modref-1.c scan-ipa-dump modref "param offset: 1"
FAIL: gcc.dg/ipa/modref-1.c scan-ipa-dump modref "param offset: 2"

# of unexpected failures        3


Also
FAIL: gcc.dg/tree-ssa/modref-4.c scan-tree-dump modref1 "param offset: 1"
FAIL: gcc.dg/tree-ssa/modref-4.c (test for excess errors)
UNRESOLVED: gcc.dg/tree-ssa/modref-4.c scan-tree-dump modref2 "param offset: 2"
UNRESOLVED: gcc.dg/tree-ssa/modref-4.c scan-tree-dump modref2 "return 0"




Executing on host: /home/seurer/gcc/git/build/gcc-test2/gcc/xgcc
-B/home/seurer/gcc/git/build/gcc-test2/gcc/
/home/seurer/gcc/git/gcc-test2/gcc/testsuite/gcc.dg/ipa/modref-1.c   
-fdiagnostics-plain-output   -O2 -fdump-ipa-modref -S -o modref-1.s    (timeout
= 300)
spawn -ignore SIGHUP /home/seurer/gcc/git/build/gcc-test2/gcc/xgcc
-B/home/seurer/gcc/git/build/gcc-test2/gcc/
/home/seurer/gcc/git/gcc-test2/gcc/testsuite/gcc.dg/ipa/modref-1.c
-fdiagnostics-plain-output -O2 -fdump-ipa-modref -S -o modref-1.s
/home/seurer/gcc/git/gcc-test2/gcc/testsuite/gcc.dg/ipa/modref-1.c:11:1:
warning: return type defaults to 'int' [-Wimplicit-int]
/home/seurer/gcc/git/gcc-test2/gcc/testsuite/gcc.dg/ipa/modref-1.c:15:1:
warning: return type defaults to 'int' [-Wimplicit-int]
/home/seurer/gcc/git/gcc-test2/gcc/testsuite/gcc.dg/ipa/modref-1.c: In function
'main':
/home/seurer/gcc/git/gcc-test2/gcc/testsuite/gcc.dg/ipa/modref-1.c:17:18:
warning: excess elements in array initializer
/home/seurer/gcc/git/gcc-test2/gcc/testsuite/gcc.dg/ipa/modref-1.c:17:18: note:
(near initialization for 'c')
Executing on host: /home/seurer/gcc/git/build/gcc-test2/gcc/xgcc
-B/home/seurer/gcc/git/build/gcc-test2/gcc/ exceptions_enabled98369.cc   
-fdiagnostics-plain-output  -S -o exceptions_enabled98369.s    (timeout = 300)
spawn -ignore SIGHUP /home/seurer/gcc/git/build/gcc-test2/gcc/xgcc
-B/home/seurer/gcc/git/build/gcc-test2/gcc/ exceptions_enabled98369.cc
-fdiagnostics-plain-output -S -o exceptions_enabled98369.s
FAIL: gcc.dg/ipa/modref-1.c (test for excess errors)
Excess errors:
/home/seurer/gcc/git/gcc-test2/gcc/testsuite/gcc.dg/ipa/modref-1.c:11:1:
warning: return type defaults to 'int' [-Wimplicit-int]
/home/seurer/gcc/git/gcc-test2/gcc/testsuite/gcc.dg/ipa/modref-1.c:15:1:
warning: return type defaults to 'int' [-Wimplicit-int]
/home/seurer/gcc/git/gcc-test2/gcc/testsuite/gcc.dg/ipa/modref-1.c:17:18:
warning: excess elements in array initializer

FAIL: gcc.dg/ipa/modref-1.c scan-ipa-dump modref "param offset: 1"
FAIL: gcc.dg/ipa/modref-1.c scan-ipa-dump modref "param offset: 2"
testcase /home/seurer/gcc/git/gcc-test2/gcc/testsuite/gcc.dg/ipa/ipa.exp
completed in 0 seconds

                === gcc Summary ===

# of unexpected failures        3

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug testsuite/97426] [11 regression] new test case gcc.dg/ipa/modref-1.c fails
  2020-10-14 17:51 [Bug testsuite/97426] New: [11 regression] new test case gcc.dg/ipa/modref-1.c fails seurer at gcc dot gnu.org
@ 2020-10-15  6:00 ` rguenth at gcc dot gnu.org
  2020-10-15  7:51 ` clyon at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2020-10-15  6:00 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |11.0

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug testsuite/97426] [11 regression] new test case gcc.dg/ipa/modref-1.c fails
  2020-10-14 17:51 [Bug testsuite/97426] New: [11 regression] new test case gcc.dg/ipa/modref-1.c fails seurer at gcc dot gnu.org
  2020-10-15  6:00 ` [Bug testsuite/97426] " rguenth at gcc dot gnu.org
@ 2020-10-15  7:51 ` clyon at gcc dot gnu.org
  2020-10-15 17:33 ` seurer at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: clyon at gcc dot gnu.org @ 2020-10-15  7:51 UTC (permalink / raw)
  To: gcc-bugs

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

Christophe Lyon <clyon at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|powerpc64*-linux-gnu        |powerpc64*-linux-gnu
                   |                            |aarch64 arm
                 CC|                            |clyon at gcc dot gnu.org

--- Comment #1 from Christophe Lyon <clyon at gcc dot gnu.org> ---
Seen on arm & aarch64 too

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug testsuite/97426] [11 regression] new test case gcc.dg/ipa/modref-1.c fails
  2020-10-14 17:51 [Bug testsuite/97426] New: [11 regression] new test case gcc.dg/ipa/modref-1.c fails seurer at gcc dot gnu.org
  2020-10-15  6:00 ` [Bug testsuite/97426] " rguenth at gcc dot gnu.org
  2020-10-15  7:51 ` clyon at gcc dot gnu.org
@ 2020-10-15 17:33 ` seurer at gcc dot gnu.org
  2020-10-16 10:25 ` cvs-commit at gcc dot gnu.org
  2020-10-16 12:17 ` rguenth at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: seurer at gcc dot gnu.org @ 2020-10-15 17:33 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from seurer at gcc dot gnu.org ---
g:10744da3452dac48cfa54d4480c269aac56421fa, r11-3909

The above partly fixes this but leaves at least one error:

make  -k check-gcc RUNTESTFLAGS="tree-ssa.exp=gcc.dg/tree-ssa/modref-4.c"
FAIL: gcc.dg/tree-ssa/modref-4.c scan-tree-dump modref1 "return 0"
# of expected passes            3
# of unexpected failures        1

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug testsuite/97426] [11 regression] new test case gcc.dg/ipa/modref-1.c fails
  2020-10-14 17:51 [Bug testsuite/97426] New: [11 regression] new test case gcc.dg/ipa/modref-1.c fails seurer at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2020-10-15 17:33 ` seurer at gcc dot gnu.org
@ 2020-10-16 10:25 ` cvs-commit at gcc dot gnu.org
  2020-10-16 12:17 ` rguenth at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2020-10-16 10:25 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Jan Hubicka <hubicka@gcc.gnu.org>:

https://gcc.gnu.org/g:e27c8cc931f6b48a732f69b0f9d48d4166ab5522

commit r11-4003-ge27c8cc931f6b48a732f69b0f9d48d4166ab5522
Author: Jan Hubicka <jh@suse.cz>
Date:   Fri Oct 16 12:24:16 2020 +0200

    Fix modref-4.c testcase

            PR testsuite/97426
            * gcc.dg/tree-ssa/modref-4.c: Fix return test.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug testsuite/97426] [11 regression] new test case gcc.dg/ipa/modref-1.c fails
  2020-10-14 17:51 [Bug testsuite/97426] New: [11 regression] new test case gcc.dg/ipa/modref-1.c fails seurer at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2020-10-16 10:25 ` cvs-commit at gcc dot gnu.org
@ 2020-10-16 12:17 ` rguenth at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2020-10-16 12:17 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED

--- Comment #4 from Richard Biener <rguenth at gcc dot gnu.org> ---
Fixed.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-10-16 12:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-14 17:51 [Bug testsuite/97426] New: [11 regression] new test case gcc.dg/ipa/modref-1.c fails seurer at gcc dot gnu.org
2020-10-15  6:00 ` [Bug testsuite/97426] " rguenth at gcc dot gnu.org
2020-10-15  7:51 ` clyon at gcc dot gnu.org
2020-10-15 17:33 ` seurer at gcc dot gnu.org
2020-10-16 10:25 ` cvs-commit at gcc dot gnu.org
2020-10-16 12:17 ` rguenth at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).