public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/55745] New: [4.8 regression] FAIL: gfortran.dg/pr26246_2.f90  -O   scan-tree-dump-times original "static int" 0
@ 2012-12-19 22:42 schwab@linux-m68k.org
  2012-12-20  0:20 ` [Bug fortran/55745] " hp at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: schwab@linux-m68k.org @ 2012-12-19 22:42 UTC (permalink / raw)
  To: gcc-bugs


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

             Bug #: 55745
           Summary: [4.8 regression] FAIL: gfortran.dg/pr26246_2.f90  -O
                    scan-tree-dump-times original "static int" 0
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: schwab@linux-m68k.org


Since r194604:

$ grep 'static int' pr26246_2.f90.003t.original 
  static integer(kind=4) _F.string;


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

* [Bug fortran/55745] [4.8 regression] FAIL: gfortran.dg/pr26246_2.f90  -O   scan-tree-dump-times original "static int" 0
  2012-12-19 22:42 [Bug fortran/55745] New: [4.8 regression] FAIL: gfortran.dg/pr26246_2.f90 -O scan-tree-dump-times original "static int" 0 schwab@linux-m68k.org
@ 2012-12-20  0:20 ` hp at gcc dot gnu.org
  2012-12-20  8:16 ` burnus at gcc dot gnu.org
  2012-12-20  9:04 ` schwab@linux-m68k.org
  2 siblings, 0 replies; 4+ messages in thread
From: hp at gcc dot gnu.org @ 2012-12-20  0:20 UTC (permalink / raw)
  To: gcc-bugs


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2012-12-20
                 CC|                            |burnus at gcc dot gnu.org,
                   |                            |hp at gcc dot gnu.org,
                   |                            |jakub at gcc dot gnu.org,
                   |                            |janus at gcc dot gnu.org
     Ever Confirmed|0                           |1

--- Comment #1 from Hans-Peter Nilsson <hp at gcc dot gnu.org> 2012-12-20 00:20:23 UTC ---
Confirmed, cris-elf too.  Authors in ChangeLog entry CC:ed.


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

* [Bug fortran/55745] [4.8 regression] FAIL: gfortran.dg/pr26246_2.f90  -O   scan-tree-dump-times original "static int" 0
  2012-12-19 22:42 [Bug fortran/55745] New: [4.8 regression] FAIL: gfortran.dg/pr26246_2.f90 -O scan-tree-dump-times original "static int" 0 schwab@linux-m68k.org
  2012-12-20  0:20 ` [Bug fortran/55745] " hp at gcc dot gnu.org
@ 2012-12-20  8:16 ` burnus at gcc dot gnu.org
  2012-12-20  9:04 ` schwab@linux-m68k.org
  2 siblings, 0 replies; 4+ messages in thread
From: burnus at gcc dot gnu.org @ 2012-12-20  8:16 UTC (permalink / raw)
  To: gcc-bugs


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

Tobias Burnus <burnus at gcc dot gnu.org> changed:

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

--- Comment #2 from Tobias Burnus <burnus at gcc dot gnu.org> 2012-12-20 08:15:52 UTC ---
CLOSE AS FIXED.

(In reply to comment #1)
> Confirmed, cris-elf too.  Authors in ChangeLog entry CC:ed.

The bug fix is older than the bug report ;-)

I believe it has been fixed by the following commit. Sorry for the breakage.

Date: Wed Dec 19 23:05:49 2012
New Revision: 194621

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=194621
Log:
2012-12-19  Tobias Burnus  <burnus@net-b.de>

        PR fortran/55733
        * trans-decl.c (gfc_create_string_length): Avoid setting
        TREE_STATIC for automatic variables with -fno-automatic.

Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/trans-decl.c


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

* [Bug fortran/55745] [4.8 regression] FAIL: gfortran.dg/pr26246_2.f90  -O   scan-tree-dump-times original "static int" 0
  2012-12-19 22:42 [Bug fortran/55745] New: [4.8 regression] FAIL: gfortran.dg/pr26246_2.f90 -O scan-tree-dump-times original "static int" 0 schwab@linux-m68k.org
  2012-12-20  0:20 ` [Bug fortran/55745] " hp at gcc dot gnu.org
  2012-12-20  8:16 ` burnus at gcc dot gnu.org
@ 2012-12-20  9:04 ` schwab@linux-m68k.org
  2 siblings, 0 replies; 4+ messages in thread
From: schwab@linux-m68k.org @ 2012-12-20  9:04 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #3 from Andreas Schwab <schwab@linux-m68k.org> 2012-12-20 09:04:27 UTC ---
> The bug fix is older than the bug report ;-)

No, it isn't. I was able to file it 18 minutes before your commit. :-)


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

end of thread, other threads:[~2012-12-20  9:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-12-19 22:42 [Bug fortran/55745] New: [4.8 regression] FAIL: gfortran.dg/pr26246_2.f90 -O scan-tree-dump-times original "static int" 0 schwab@linux-m68k.org
2012-12-20  0:20 ` [Bug fortran/55745] " hp at gcc dot gnu.org
2012-12-20  8:16 ` burnus at gcc dot gnu.org
2012-12-20  9:04 ` schwab@linux-m68k.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).