public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug gcov-profile/45892] New: [4.6 Regression] FAIL: gcc.dg/tree-prof/inliner-1.c
@ 2010-10-05 10:48 rguenth at gcc dot gnu.org
  2010-10-05 10:48 ` [Bug gcov-profile/45892] " rguenth at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2010-10-05 10:48 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: [4.6 Regression] FAIL: gcc.dg/tree-prof/inliner-1.c
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: gcov-profile
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: rguenth@gcc.gnu.org


r164986 causes gcc.dg/tree-prof/inliner-1.c to fail for non-obvious reasons.

Somehow function hot/coldness get's recomputed bogusly all over the place.


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

* [Bug gcov-profile/45892] [4.6 Regression] FAIL: gcc.dg/tree-prof/inliner-1.c
  2010-10-05 10:48 [Bug gcov-profile/45892] New: [4.6 Regression] FAIL: gcc.dg/tree-prof/inliner-1.c rguenth at gcc dot gnu.org
@ 2010-10-05 10:48 ` rguenth at gcc dot gnu.org
  2010-11-04 12:00 ` rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2010-10-05 10:48 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hubicka at gcc dot gnu.org
   Target Milestone|---                         |4.6.0


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

* [Bug gcov-profile/45892] [4.6 Regression] FAIL: gcc.dg/tree-prof/inliner-1.c
  2010-10-05 10:48 [Bug gcov-profile/45892] New: [4.6 Regression] FAIL: gcc.dg/tree-prof/inliner-1.c rguenth at gcc dot gnu.org
  2010-10-05 10:48 ` [Bug gcov-profile/45892] " rguenth at gcc dot gnu.org
@ 2010-11-04 12:00 ` rguenth at gcc dot gnu.org
  2010-11-10 23:50 ` hubicka at gcc dot gnu.org
  2010-11-15 11:37 ` rguenth at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2010-11-04 12:00 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2010.11.04 11:59:40
         AssignedTo|unassigned at gcc dot       |hubicka at gcc dot gnu.org
                   |gnu.org                     |
     Ever Confirmed|0                           |1

--- Comment #1 from Richard Guenther <rguenth at gcc dot gnu.org> 2010-11-04 11:59:40 UTC ---
Well, I can at least confirm it but still have no idea how this code is
supposed to work.  Assigning to honza.


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

* [Bug gcov-profile/45892] [4.6 Regression] FAIL: gcc.dg/tree-prof/inliner-1.c
  2010-10-05 10:48 [Bug gcov-profile/45892] New: [4.6 Regression] FAIL: gcc.dg/tree-prof/inliner-1.c rguenth at gcc dot gnu.org
  2010-10-05 10:48 ` [Bug gcov-profile/45892] " rguenth at gcc dot gnu.org
  2010-11-04 12:00 ` rguenth at gcc dot gnu.org
@ 2010-11-10 23:50 ` hubicka at gcc dot gnu.org
  2010-11-15 11:37 ` rguenth at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: hubicka at gcc dot gnu.org @ 2010-11-10 23:50 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Jan Hubicka <hubicka at gcc dot gnu.org> 2010-11-10 23:49:42 UTC ---
We actually handle the testcase sanely now too.  We don't inline since mainline
is called once that is true.  I am testing patch to update the testcase.


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

* [Bug gcov-profile/45892] [4.6 Regression] FAIL: gcc.dg/tree-prof/inliner-1.c
  2010-10-05 10:48 [Bug gcov-profile/45892] New: [4.6 Regression] FAIL: gcc.dg/tree-prof/inliner-1.c rguenth at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2010-11-10 23:50 ` hubicka at gcc dot gnu.org
@ 2010-11-15 11:37 ` rguenth at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2010-11-15 11:37 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #3 from Richard Guenther <rguenth at gcc dot gnu.org> 2010-11-15 11:29:09 UTC ---
Fixed.


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

end of thread, other threads:[~2010-11-15 11:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-05 10:48 [Bug gcov-profile/45892] New: [4.6 Regression] FAIL: gcc.dg/tree-prof/inliner-1.c rguenth at gcc dot gnu.org
2010-10-05 10:48 ` [Bug gcov-profile/45892] " rguenth at gcc dot gnu.org
2010-11-04 12:00 ` rguenth at gcc dot gnu.org
2010-11-10 23:50 ` hubicka at gcc dot gnu.org
2010-11-15 11:37 ` 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).