public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug lto/47841] New: [4.6 Regression] New guality test failures
@ 2011-02-21 18:58 hjl.tools at gmail dot com
  2011-02-21 19:02 ` [Bug lto/47841] " hjl.tools at gmail dot com
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: hjl.tools at gmail dot com @ 2011-02-21 18:58 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: [4.6 Regression] New guality test failures
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: lto
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: hjl.tools@gmail.com


On Linux/ia32, revision 170359 gave

FAIL: gcc.dg/guality/sra-1.c  -O2 -flto  line 43 a.j == 14
FAIL: gcc.dg/guality/sra-1.c  -O2 -flto -flto-partition=none  line 43 a.j == 14
FAIL: gcc.dg/guality/vla-1.c  -O2 -flto  line 17 sizeof (a) == 6
FAIL: gcc.dg/guality/vla-1.c  -O2 -flto -flto-partition=none  line 17 sizeof
(a) == 6

Revision 170354 is OK.


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

* [Bug lto/47841] [4.6 Regression] New guality test failures
  2011-02-21 18:58 [Bug lto/47841] New: [4.6 Regression] New guality test failures hjl.tools at gmail dot com
@ 2011-02-21 19:02 ` hjl.tools at gmail dot com
  2011-02-21 19:20 ` jakub at gcc dot gnu.org
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: hjl.tools at gmail dot com @ 2011-02-21 19:02 UTC (permalink / raw)
  To: gcc-bugs

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

H.J. Lu <hjl.tools at gmail dot com> changed:

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

--- Comment #1 from H.J. Lu <hjl.tools at gmail dot com> 2011-02-21 18:53:15 UTC ---
It may be caused by revision 170359:

http://gcc.gnu.org/ml/gcc-cvs/2011-02/msg00904.html


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

* [Bug lto/47841] [4.6 Regression] New guality test failures
  2011-02-21 18:58 [Bug lto/47841] New: [4.6 Regression] New guality test failures hjl.tools at gmail dot com
  2011-02-21 19:02 ` [Bug lto/47841] " hjl.tools at gmail dot com
@ 2011-02-21 19:20 ` jakub at gcc dot gnu.org
  2011-02-22  9:27 ` jakub at gcc dot gnu.org
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: jakub at gcc dot gnu.org @ 2011-02-21 19:20 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

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

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-02-21 19:02:10 UTC ---
Saying these are regressions is weird, -flto has pretty much broken -g support
and lots of guality tests don't FAIL just because of being flagged as
UNSUPPORTED (as the tests conservatively assume some of the errors might be gdb
bugs).


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

* [Bug lto/47841] [4.6 Regression] New guality test failures
  2011-02-21 18:58 [Bug lto/47841] New: [4.6 Regression] New guality test failures hjl.tools at gmail dot com
  2011-02-21 19:02 ` [Bug lto/47841] " hjl.tools at gmail dot com
  2011-02-21 19:20 ` jakub at gcc dot gnu.org
@ 2011-02-22  9:27 ` jakub at gcc dot gnu.org
  2011-02-22  9:53 ` rguenth at gcc dot gnu.org
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: jakub at gcc dot gnu.org @ 2011-02-22  9:27 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-02-22 08:08:08 UTC ---
And in case of
 FAIL: gcc.dg/guality/sra-1.c  -O2  line 43 a.j == 14
 FAIL: gcc.dg/guality/sra-1.c  -O3 -fomit-frame-pointer  line 43 a.j == 14
 FAIL: gcc.dg/guality/sra-1.c  -O3 -g  line 43 a.j == 14
 FAIL: gcc.dg/guality/sra-1.c  -Os  line 43 a.j == 14
+FAIL: gcc.dg/guality/sra-1.c  -O2 -flto -flto-partition=none  line 43 a.j ==
14
+FAIL: gcc.dg/guality/sra-1.c  -O2 -flto  line 43 a.j == 14

it is obviously a good thing that sra-1.c fails the same way with -flto as it
does without -flto, that means -flto is less buggier wrt. -g.


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

* [Bug lto/47841] [4.6 Regression] New guality test failures
  2011-02-21 18:58 [Bug lto/47841] New: [4.6 Regression] New guality test failures hjl.tools at gmail dot com
                   ` (2 preceding siblings ...)
  2011-02-22  9:27 ` jakub at gcc dot gnu.org
@ 2011-02-22  9:53 ` rguenth at gcc dot gnu.org
  2011-02-22 10:10 ` jakub at gcc dot gnu.org
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-02-22  9:53 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.6.0

--- Comment #4 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-02-22 09:51:26 UTC ---
Indeed.  Also compare to -fwhole-file (non-LTO) guality.


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

* [Bug lto/47841] [4.6 Regression] New guality test failures
  2011-02-21 18:58 [Bug lto/47841] New: [4.6 Regression] New guality test failures hjl.tools at gmail dot com
                   ` (3 preceding siblings ...)
  2011-02-22  9:53 ` rguenth at gcc dot gnu.org
@ 2011-02-22 10:10 ` jakub at gcc dot gnu.org
  2011-03-25 20:06 ` [Bug lto/47841] [4.6/4.7 " jakub at gcc dot gnu.org
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: jakub at gcc dot gnu.org @ 2011-02-22 10:10 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P4


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

* [Bug lto/47841] [4.6/4.7 Regression] New guality test failures
  2011-02-21 18:58 [Bug lto/47841] New: [4.6 Regression] New guality test failures hjl.tools at gmail dot com
                   ` (4 preceding siblings ...)
  2011-02-22 10:10 ` jakub at gcc dot gnu.org
@ 2011-03-25 20:06 ` jakub at gcc dot gnu.org
  2011-06-27 15:47 ` jakub at gcc dot gnu.org
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: jakub at gcc dot gnu.org @ 2011-03-25 20:06 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.6.0                       |4.6.1

--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-03-25 19:52:42 UTC ---
GCC 4.6.0 is being released, adjusting target milestone.


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

* [Bug lto/47841] [4.6/4.7 Regression] New guality test failures
  2011-02-21 18:58 [Bug lto/47841] New: [4.6 Regression] New guality test failures hjl.tools at gmail dot com
                   ` (5 preceding siblings ...)
  2011-03-25 20:06 ` [Bug lto/47841] [4.6/4.7 " jakub at gcc dot gnu.org
@ 2011-06-27 15:47 ` jakub at gcc dot gnu.org
  2011-10-26 17:40 ` jakub at gcc dot gnu.org
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: jakub at gcc dot gnu.org @ 2011-06-27 15:47 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.6.1                       |4.6.2

--- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-06-27 12:32:53 UTC ---
GCC 4.6.1 is being released.


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

* [Bug lto/47841] [4.6/4.7 Regression] New guality test failures
  2011-02-21 18:58 [Bug lto/47841] New: [4.6 Regression] New guality test failures hjl.tools at gmail dot com
                   ` (6 preceding siblings ...)
  2011-06-27 15:47 ` jakub at gcc dot gnu.org
@ 2011-10-26 17:40 ` jakub at gcc dot gnu.org
  2012-03-01 15:47 ` jakub at gcc dot gnu.org
  2012-05-07 12:24 ` [Bug lto/47841] [4.6/4.7/4.8 " rguenth at gcc dot gnu.org
  9 siblings, 0 replies; 11+ messages in thread
From: jakub at gcc dot gnu.org @ 2011-10-26 17:40 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.6.2                       |4.6.3

--- Comment #7 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-10-26 17:13:41 UTC ---
GCC 4.6.2 is being released.


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

* [Bug lto/47841] [4.6/4.7 Regression] New guality test failures
  2011-02-21 18:58 [Bug lto/47841] New: [4.6 Regression] New guality test failures hjl.tools at gmail dot com
                   ` (7 preceding siblings ...)
  2011-10-26 17:40 ` jakub at gcc dot gnu.org
@ 2012-03-01 15:47 ` jakub at gcc dot gnu.org
  2012-05-07 12:24 ` [Bug lto/47841] [4.6/4.7/4.8 " rguenth at gcc dot gnu.org
  9 siblings, 0 replies; 11+ messages in thread
From: jakub at gcc dot gnu.org @ 2012-03-01 15:47 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.6.3                       |4.6.4

--- Comment #8 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-03-01 14:38:39 UTC ---
GCC 4.6.3 is being released.


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

* [Bug lto/47841] [4.6/4.7/4.8 Regression] New guality test failures
  2011-02-21 18:58 [Bug lto/47841] New: [4.6 Regression] New guality test failures hjl.tools at gmail dot com
                   ` (8 preceding siblings ...)
  2012-03-01 15:47 ` jakub at gcc dot gnu.org
@ 2012-05-07 12:24 ` rguenth at gcc dot gnu.org
  9 siblings, 0 replies; 11+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-05-07 12:24 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|4.6.4                       |4.7.0

--- Comment #9 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-05-07 12:22:15 UTC ---
With recent enough gdb(?) I only see

FAIL: gcc.dg/guality/vla-1.c  -Os  line 17 sizeof (a) == 6

on the 4.7 branch (no LTO fail).


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

end of thread, other threads:[~2012-05-07 12:23 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-21 18:58 [Bug lto/47841] New: [4.6 Regression] New guality test failures hjl.tools at gmail dot com
2011-02-21 19:02 ` [Bug lto/47841] " hjl.tools at gmail dot com
2011-02-21 19:20 ` jakub at gcc dot gnu.org
2011-02-22  9:27 ` jakub at gcc dot gnu.org
2011-02-22  9:53 ` rguenth at gcc dot gnu.org
2011-02-22 10:10 ` jakub at gcc dot gnu.org
2011-03-25 20:06 ` [Bug lto/47841] [4.6/4.7 " jakub at gcc dot gnu.org
2011-06-27 15:47 ` jakub at gcc dot gnu.org
2011-10-26 17:40 ` jakub at gcc dot gnu.org
2012-03-01 15:47 ` jakub at gcc dot gnu.org
2012-05-07 12:24 ` [Bug lto/47841] [4.6/4.7/4.8 " 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).