public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/51128] New: [4.7 Regression] New LTO failures
@ 2011-11-14 19:42 hjl.tools at gmail dot com
  2011-12-05 14:11 ` [Bug testsuite/51128] " rguenth at gcc dot gnu.org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: hjl.tools at gmail dot com @ 2011-11-14 19:42 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51128

             Bug #: 51128
           Summary: [4.7 Regression] New LTO failures
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: hjl.tools@gmail.com


Many LTO tests failed:


UNRESOLVED: gcc.dg/torture/ipa-pta-1.c  -O2 -flto -fuse-linker-plugin
-fno-fat-lto-objects  scan-ipa-dump pta "bar.arg0 = { test4.arg0 test3.arg0
test2.arg0 test1.arg0 }"
UNRESOLVED: gcc.dg/torture/pr23821.c  -O2 -flto -fuse-linker-plugin
-fno-fat-lto-objects  scan-tree-dump ivcanon "Added canonical iv"
UNRESOLVED: gcc.dg/torture/pr39074-2.c  -O2 -flto -fuse-linker-plugin
-fno-fat-lto-objects  scan-tree-dump alias "y.._., points-to vars: { i }"
UNRESOLVED: gcc.dg/torture/pr39074.c  -O2 -flto -fuse-linker-plugin
-fno-fat-lto-objects  scan-tree-dump alias "y.._., points-to vars: { i }"
UNRESOLVED: gcc.dg/torture/pr42898-2.c  -O2 -flto -fuse-linker-plugin
-fno-fat-lto-objects  scan-tree-dump-times optimized "\\*ptr" 1
UNRESOLVED: gcc.dg/torture/pr42898.c  -O2 -flto -fuse-linker-plugin
-fno-fat-lto-objects  scan-tree-dump-times optimized "\\*ptr" 1
UNRESOLVED: gcc.dg/torture/pr45704.c  -O2 -flto -fuse-linker-plugin
-fno-fat-lto-objects  scan-tree-dump-times optimized "={v}" 1
UNRESOLVED: gcc.dg/torture/pr50472.c  -O2 -flto -fuse-linker-plugin
-fno-fat-lto-objects  scan-tree-dump-not optimized "return 1"
UNRESOLVED: gcc.dg/torture/pta-callused-1.c  -O2 -flto -fuse-linker-plugin
-fno-fat-lto-objects  scan-tree-dump alias "p.._., points-to vars: { i j }"
UNRESOLVED: gcc.dg/torture/pta-escape-1.c  -O2 -flto -fuse-linker-plugin
-fno-fat-lto-objects  scan-tree-dump alias "ESCAPED = {[^
UNRESOLVED: gcc.dg/torture/pta-ptrarith-1.c  -O2 -flto -fuse-linker-plugin
-fno-fat-lto-objects  scan-tree-dump alias "ESCAPED = {[^
UNRESOLVED: gcc.dg/torture/pta-ptrarith-2.c  -O2 -flto -fuse-linker-plugin
-fno-fat-lto-objects  scan-tree-dump alias "= { i j }"
UNRESOLVED: gcc.dg/torture/pta-ptrarith-3.c  -O2 -flto -fuse-linker-plugin
-fno-fat-lto-objects  scan-tree-dump alias "q_., points-to vars: { i j k }"
UNRESOLVED: gcc.dg/torture/ssa-pta-fn-1.c  -O2 -flto -fuse-linker-plugin
-fno-fat-lto-objects  scan-tree-dump alias "q_const_., points-to non-local,
points-to vars: { i }"
UNRESOLVED: gcc.dg/torture/ssa-pta-fn-1.c  -O2 -flto -fuse-linker-plugin
-fno-fat-lto-objects  scan-tree-dump alias "q_pure_., points-to non-local,
points-to escaped, points-to vars: { i }"
UNRESOLVED: gcc.dg/torture/ssa-pta-fn-1.c  -O2 -flto -fuse-linker-plugin
-fno-fat-lto-objects  scan-tree-dump alias "q_normal_., points-to non-local,
points-to escaped, points-to vars: { }"

with

gcc.dg/torture/pr39074-2.c  -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects
: dump file does not exist
UNRESOLVED: gcc.dg/torture/pr39074-2.c  -O2 -flto -fuse-linker-plugin
-fno-fat-lto-objects  scan-tree-dump alias "y.._., points-to vars: { i }"

since -fno-fat-lto-objects turns off those tree optimizations.


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

* [Bug testsuite/51128] [4.7 Regression] New LTO failures
  2011-11-14 19:42 [Bug testsuite/51128] New: [4.7 Regression] New LTO failures hjl.tools at gmail dot com
@ 2011-12-05 14:11 ` rguenth at gcc dot gnu.org
  2011-12-05 14:35 ` ubizjak at gmail dot com
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-12-05 14:11 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51128

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.7.0


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

* [Bug testsuite/51128] [4.7 Regression] New LTO failures
  2011-11-14 19:42 [Bug testsuite/51128] New: [4.7 Regression] New LTO failures hjl.tools at gmail dot com
  2011-12-05 14:11 ` [Bug testsuite/51128] " rguenth at gcc dot gnu.org
@ 2011-12-05 14:35 ` ubizjak at gmail dot com
  2011-12-05 18:00 ` uros at gcc dot gnu.org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ubizjak at gmail dot com @ 2011-12-05 14:35 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51128

--- Comment #1 from Uros Bizjak <ubizjak at gmail dot com> 2011-12-05 14:35:03 UTC ---
/* { dg-skip-if "" { *-*-* } { "-fno-fat-lto-objects" } { "" } } */


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

* [Bug testsuite/51128] [4.7 Regression] New LTO failures
  2011-11-14 19:42 [Bug testsuite/51128] New: [4.7 Regression] New LTO failures hjl.tools at gmail dot com
  2011-12-05 14:11 ` [Bug testsuite/51128] " rguenth at gcc dot gnu.org
  2011-12-05 14:35 ` ubizjak at gmail dot com
@ 2011-12-05 18:00 ` uros at gcc dot gnu.org
  2011-12-05 18:04 ` ubizjak at gmail dot com
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: uros at gcc dot gnu.org @ 2011-12-05 18:00 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51128

--- Comment #2 from uros at gcc dot gnu.org 2011-12-05 17:59:44 UTC ---
Author: uros
Date: Mon Dec  5 17:59:32 2011
New Revision: 182016

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=182016
Log:
    PR testsuite/51128
    * gcc.dg/torture/pr23821.c: Skip if -fno-fat-lto-objects was passed.
    * gcc.dg/torture/pr39074.c: Ditto.
    * gcc.dg/torture/pr39074-2.c: Ditto.
    * gcc.dg/torture/pr42898.c: Ditto.
    * gcc.dg/torture/pr42898-2.c: Ditto.
    * gcc.dg/torture/pr45704.c: Ditto.
    * gcc.dg/torture/pr50472.c: Ditto.
    * gcc.dg/torture/pta-callused-1.c: Ditto.
    * gcc.dg/torture/pta-ptrarith-1.c: Ditto.
    * gcc.dg/torture/pta-ptrarith-2.c: Ditto.
    * gcc.dg/torture/pta-ptrarith-3.c: Ditto.
    * gcc.dg/torture/pta-escape-1.c: Ditto.
    * gcc.dg/torture/ipa-pta-1.c: Ditto.
    * gcc.dg/torture/ssa-pta-fn-1.c: Ditto.


Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gcc.dg/torture/ipa-pta-1.c
    trunk/gcc/testsuite/gcc.dg/torture/pr23821.c
    trunk/gcc/testsuite/gcc.dg/torture/pr39074-2.c
    trunk/gcc/testsuite/gcc.dg/torture/pr39074.c
    trunk/gcc/testsuite/gcc.dg/torture/pr42898-2.c
    trunk/gcc/testsuite/gcc.dg/torture/pr42898.c
    trunk/gcc/testsuite/gcc.dg/torture/pr45704.c
    trunk/gcc/testsuite/gcc.dg/torture/pr50472.c
    trunk/gcc/testsuite/gcc.dg/torture/pta-callused-1.c
    trunk/gcc/testsuite/gcc.dg/torture/pta-escape-1.c
    trunk/gcc/testsuite/gcc.dg/torture/pta-ptrarith-1.c
    trunk/gcc/testsuite/gcc.dg/torture/pta-ptrarith-2.c
    trunk/gcc/testsuite/gcc.dg/torture/pta-ptrarith-3.c
    trunk/gcc/testsuite/gcc.dg/torture/ssa-pta-fn-1.c


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

* [Bug testsuite/51128] [4.7 Regression] New LTO failures
  2011-11-14 19:42 [Bug testsuite/51128] New: [4.7 Regression] New LTO failures hjl.tools at gmail dot com
                   ` (2 preceding siblings ...)
  2011-12-05 18:00 ` uros at gcc dot gnu.org
@ 2011-12-05 18:04 ` ubizjak at gmail dot com
  2011-12-19  5:02 ` hp at gcc dot gnu.org
  2012-11-05 11:00 ` uros at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: ubizjak at gmail dot com @ 2011-12-05 18:04 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51128

Uros Bizjak <ubizjak at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                URL|                            |http://gcc.gnu.org/ml/gcc-p
                   |                            |atches/2011-12/msg00363.htm
                   |                            |l
         Resolution|                            |FIXED

--- Comment #3 from Uros Bizjak <ubizjak at gmail dot com> 2011-12-05 18:03:31 UTC ---
"Fixed."


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

* [Bug testsuite/51128] [4.7 Regression] New LTO failures
  2011-11-14 19:42 [Bug testsuite/51128] New: [4.7 Regression] New LTO failures hjl.tools at gmail dot com
                   ` (3 preceding siblings ...)
  2011-12-05 18:04 ` ubizjak at gmail dot com
@ 2011-12-19  5:02 ` hp at gcc dot gnu.org
  2012-11-05 11:00 ` uros at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: hp at gcc dot gnu.org @ 2011-12-19  5:02 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51128

Hans-Peter Nilsson <hp at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hp at gcc dot gnu.org

--- Comment #4 from Hans-Peter Nilsson <hp at gcc dot gnu.org> 2011-12-19 03:47:00 UTC ---
(In reply to comment #3)
> "Fixed."

A better fix is outlined in my comment to the original post of this patch at
<http://gcc.gnu.org/ml/gcc-patches/2011-10/msg01998.html>, with "my patch"
referring to <http://gcc.gnu.org/ml/gcc-patches/2011-10/msg01917.html> (since
long committed).


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

* [Bug testsuite/51128] [4.7 Regression] New LTO failures
  2011-11-14 19:42 [Bug testsuite/51128] New: [4.7 Regression] New LTO failures hjl.tools at gmail dot com
                   ` (4 preceding siblings ...)
  2011-12-19  5:02 ` hp at gcc dot gnu.org
@ 2012-11-05 11:00 ` uros at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: uros at gcc dot gnu.org @ 2012-11-05 11:00 UTC (permalink / raw)
  To: gcc-bugs


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51128

--- Comment #5 from uros at gcc dot gnu.org 2012-11-05 10:59:55 UTC ---
Author: uros
Date: Mon Nov  5 10:59:49 2012
New Revision: 193156

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=193156
Log:
    PR testsuite/51128
    * gcc.dg/torture/pr55018.c: Skip if -fno-fat-lto-objects was passed.


Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gcc.dg/torture/pr55018.c


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

end of thread, other threads:[~2012-11-05 11:00 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-14 19:42 [Bug testsuite/51128] New: [4.7 Regression] New LTO failures hjl.tools at gmail dot com
2011-12-05 14:11 ` [Bug testsuite/51128] " rguenth at gcc dot gnu.org
2011-12-05 14:35 ` ubizjak at gmail dot com
2011-12-05 18:00 ` uros at gcc dot gnu.org
2011-12-05 18:04 ` ubizjak at gmail dot com
2011-12-19  5:02 ` hp at gcc dot gnu.org
2012-11-05 11:00 ` uros 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).