public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/58721] New: [4.9 Regression] The subroutine perdida is no longer inlined in fatigue.f90
@ 2013-10-14  8:22 dominiq at lps dot ens.fr
  2013-10-14  8:59 ` [Bug ipa/58721] " rguenth at gcc dot gnu.org
                   ` (25 more replies)
  0 siblings, 26 replies; 27+ messages in thread
From: dominiq at lps dot ens.fr @ 2013-10-14  8:22 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 58721
           Summary: [4.9 Regression] The subroutine perdida is no longer
                    inlined in fatigue.f90
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
          Assignee: unassigned at gcc dot gnu.org
          Reporter: dominiq at lps dot ens.fr
                CC: jh at suse dot cz, rguenther at suse dot de

The subroutine perdida is no longer inlined in fatigue.f90. This occurred
between revisions 201916 and 202776:

[macbook] lin/test% /opt/gcc/gcc4.9p-201916/bin/gfortran -Ofast -fwhole-program
fatigue.f90
[macbook] lin/test% nm a.out | grep perdida
[macbook] lin/test% time a.out > /dev/null
2.767u 0.003s 0:02.77 99.6%    0+0k 0+2io 0pf+0w
[macbook] lin/test% /opt/gcc/gcc4.9p-202776/bin/gfortran -Ofast -fwhole-program
fatigue.f90
[macbook] lin/test% nm a.out | grep perdida
0000000100001380 t ___perdida_m_MOD_perdida.constprop.3
[macbook] lin/test% time a.out > /dev/null
5.102u 0.004s 0:05.10 100.0%    0+0k 0+2io 0pf+0w

To understand why I could not bisect further, see
http://gcc.gnu.org/ml/gcc-regression/2013-09/ !-(


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

end of thread, other threads:[~2014-03-18 11:39 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-14  8:22 [Bug tree-optimization/58721] New: [4.9 Regression] The subroutine perdida is no longer inlined in fatigue.f90 dominiq at lps dot ens.fr
2013-10-14  8:59 ` [Bug ipa/58721] " rguenth at gcc dot gnu.org
2013-11-05 15:02 ` rguenth at gcc dot gnu.org
2013-11-28 14:01 ` ysrumyan at gmail dot com
2013-11-28 19:19 ` hjl.tools at gmail dot com
2013-11-28 23:04 ` dominiq at lps dot ens.fr
2013-12-02 12:12 ` ysrumyan at gmail dot com
2013-12-02 12:13 ` ysrumyan at gmail dot com
2013-12-03 15:02 ` dominiq at lps dot ens.fr
2013-12-03 15:55 ` ysrumyan at gmail dot com
2013-12-06  9:54 ` dominiq at lps dot ens.fr
2013-12-06 15:19 ` hubicka at gcc dot gnu.org
2013-12-06 16:25 ` hubicka at gcc dot gnu.org
2013-12-06 18:20 ` hubicka at gcc dot gnu.org
2013-12-06 19:18 ` dominiq at lps dot ens.fr
2013-12-08 11:44 ` Joost.VandeVondele at mat dot ethz.ch
2013-12-10  9:20 ` hubicka at ucw dot cz
2013-12-10  9:23 ` hubicka at ucw dot cz
2013-12-10 22:30 ` burnus at gcc dot gnu.org
2013-12-26 15:51 ` hubicka at gcc dot gnu.org
2014-03-02  6:24 ` burnus at gcc dot gnu.org
2014-03-14 14:53 ` jakub at gcc dot gnu.org
2014-03-14 17:27 ` jakub at gcc dot gnu.org
2014-03-14 18:11 ` redi at gcc dot gnu.org
2014-03-14 18:12 ` redi at gcc dot gnu.org
2014-03-18 11:31 ` jakub at gcc dot gnu.org
2014-03-18 11:39 ` jakub 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).