public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/53089] New: [4.8 Regression] gcc.target/i386/pr39082-1.c
@ 2012-04-23 17:03 hjl.tools at gmail dot com
  2012-04-23 18:55 ` [Bug middle-end/53089] [4.8 Regression] gfortran.dg/coarray/atomic_1.f90 and gfortran.dg/coarray/registering_1.f90 rguenth at gcc dot gnu.org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: hjl.tools at gmail dot com @ 2012-04-23 17:03 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 53089
           Summary: [4.8 Regression] gcc.target/i386/pr39082-1.c
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: hjl.tools@gmail.com
                CC: hubicka@gcc.gnu.org
        Depends on: 53088


+++ This bug was initially created as a clone of Bug #53088 +++

On Linux/x86, revision 186687:

http://gcc.gnu.org/ml/gcc-cvs/2012-04/msg00639.html

caused:

FAIL: gfortran.dg/coarray/atomic_1.f90 -fcoarray=lib  -O2  -lcaf_single
execution test
FAIL: gfortran.dg/coarray/registering_1.f90 -fcoarray=lib  -O2  -lcaf_single
execution test


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

* [Bug middle-end/53089] [4.8 Regression] gfortran.dg/coarray/atomic_1.f90 and gfortran.dg/coarray/registering_1.f90
  2012-04-23 17:03 [Bug middle-end/53089] New: [4.8 Regression] gcc.target/i386/pr39082-1.c hjl.tools at gmail dot com
@ 2012-04-23 18:55 ` rguenth at gcc dot gnu.org
  2012-04-24  8:16 ` rguenth at gcc dot gnu.org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-04-23 18:55 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2012-04-23
     Ever Confirmed|0                           |1

--- Comment #1 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-04-23 18:55:25 UTC ---
Confirmed.  Maybe a frontend bug.


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

* [Bug middle-end/53089] [4.8 Regression] gfortran.dg/coarray/atomic_1.f90 and gfortran.dg/coarray/registering_1.f90
  2012-04-23 17:03 [Bug middle-end/53089] New: [4.8 Regression] gcc.target/i386/pr39082-1.c hjl.tools at gmail dot com
  2012-04-23 18:55 ` [Bug middle-end/53089] [4.8 Regression] gfortran.dg/coarray/atomic_1.f90 and gfortran.dg/coarray/registering_1.f90 rguenth at gcc dot gnu.org
@ 2012-04-24  8:16 ` rguenth at gcc dot gnu.org
  2012-04-24 13:11 ` hubicka at gcc dot gnu.org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-04-24  8:16 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.8.0


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

* [Bug middle-end/53089] [4.8 Regression] gfortran.dg/coarray/atomic_1.f90 and gfortran.dg/coarray/registering_1.f90
  2012-04-23 17:03 [Bug middle-end/53089] New: [4.8 Regression] gcc.target/i386/pr39082-1.c hjl.tools at gmail dot com
  2012-04-23 18:55 ` [Bug middle-end/53089] [4.8 Regression] gfortran.dg/coarray/atomic_1.f90 and gfortran.dg/coarray/registering_1.f90 rguenth at gcc dot gnu.org
  2012-04-24  8:16 ` rguenth at gcc dot gnu.org
@ 2012-04-24 13:11 ` hubicka at gcc dot gnu.org
  2012-04-25 12:35 ` hubicka at gcc dot gnu.org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: hubicka at gcc dot gnu.org @ 2012-04-24 13:11 UTC (permalink / raw)
  To: gcc-bugs

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

Jan Hubicka <hubicka at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

--- Comment #2 from Jan Hubicka <hubicka at gcc dot gnu.org> 2012-04-24 13:10:21 UTC ---
I will take a look. Fortran is lax on finalizing variables (even defined ones)
that are then ignored by IPA passes till wrapup_global_decls.  This might lead
to wrong code.


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

* [Bug middle-end/53089] [4.8 Regression] gfortran.dg/coarray/atomic_1.f90 and gfortran.dg/coarray/registering_1.f90
  2012-04-23 17:03 [Bug middle-end/53089] New: [4.8 Regression] gcc.target/i386/pr39082-1.c hjl.tools at gmail dot com
                   ` (2 preceding siblings ...)
  2012-04-24 13:11 ` hubicka at gcc dot gnu.org
@ 2012-04-25 12:35 ` hubicka at gcc dot gnu.org
  2012-04-25 14:55 ` hubicka at gcc dot gnu.org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: hubicka at gcc dot gnu.org @ 2012-04-25 12:35 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Jan Hubicka <hubicka at gcc dot gnu.org> 2012-04-25 12:34:18 UTC ---
OK, the problem here is that Fortran produces nested functions that are static
constructors and we are not quite ready for that.  I am testing fix.
Honza


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

* [Bug middle-end/53089] [4.8 Regression] gfortran.dg/coarray/atomic_1.f90 and gfortran.dg/coarray/registering_1.f90
  2012-04-23 17:03 [Bug middle-end/53089] New: [4.8 Regression] gcc.target/i386/pr39082-1.c hjl.tools at gmail dot com
                   ` (3 preceding siblings ...)
  2012-04-25 12:35 ` hubicka at gcc dot gnu.org
@ 2012-04-25 14:55 ` hubicka at gcc dot gnu.org
  2012-04-29  6:08 ` hp at gcc dot gnu.org
  2012-04-29 14:08 ` hjl.tools at gmail dot com
  6 siblings, 0 replies; 8+ messages in thread
From: hubicka at gcc dot gnu.org @ 2012-04-25 14:55 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Jan Hubicka <hubicka at gcc dot gnu.org> 2012-04-25 14:54:35 UTC ---
Author: hubicka
Date: Wed Apr 25 14:54:21 2012
New Revision: 186820

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=186820
Log:
    PR middle-end/53089 
    * cgraphunit.c (referred_to_p): Move ahead in file to avoid forward
declaration.
    (cgraph_finalize_function): Finalize them here.
    * symtab.c (dump_symtab): Dump ctors and dtors.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/cgraphunit.c
    trunk/gcc/symtab.c


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

* [Bug middle-end/53089] [4.8 Regression] gfortran.dg/coarray/atomic_1.f90 and gfortran.dg/coarray/registering_1.f90
  2012-04-23 17:03 [Bug middle-end/53089] New: [4.8 Regression] gcc.target/i386/pr39082-1.c hjl.tools at gmail dot com
                   ` (4 preceding siblings ...)
  2012-04-25 14:55 ` hubicka at gcc dot gnu.org
@ 2012-04-29  6:08 ` hp at gcc dot gnu.org
  2012-04-29 14:08 ` hjl.tools at gmail dot com
  6 siblings, 0 replies; 8+ messages in thread
From: hp at gcc dot gnu.org @ 2012-04-29  6:08 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from Hans-Peter Nilsson <hp at gcc dot gnu.org> 2012-04-29 06:07:51 UTC ---
Looks fixed to me.  H.J. or Honza, close?


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

* [Bug middle-end/53089] [4.8 Regression] gfortran.dg/coarray/atomic_1.f90 and gfortran.dg/coarray/registering_1.f90
  2012-04-23 17:03 [Bug middle-end/53089] New: [4.8 Regression] gcc.target/i386/pr39082-1.c hjl.tools at gmail dot com
                   ` (5 preceding siblings ...)
  2012-04-29  6:08 ` hp at gcc dot gnu.org
@ 2012-04-29 14:08 ` hjl.tools at gmail dot com
  6 siblings, 0 replies; 8+ messages in thread
From: hjl.tools at gmail dot com @ 2012-04-29 14:08 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #6 from H.J. Lu <hjl.tools at gmail dot com> 2012-04-29 14:07:33 UTC ---
Fixed.


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

end of thread, other threads:[~2012-04-29 14:08 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-23 17:03 [Bug middle-end/53089] New: [4.8 Regression] gcc.target/i386/pr39082-1.c hjl.tools at gmail dot com
2012-04-23 18:55 ` [Bug middle-end/53089] [4.8 Regression] gfortran.dg/coarray/atomic_1.f90 and gfortran.dg/coarray/registering_1.f90 rguenth at gcc dot gnu.org
2012-04-24  8:16 ` rguenth at gcc dot gnu.org
2012-04-24 13:11 ` hubicka at gcc dot gnu.org
2012-04-25 12:35 ` hubicka at gcc dot gnu.org
2012-04-25 14:55 ` hubicka at gcc dot gnu.org
2012-04-29  6:08 ` hp at gcc dot gnu.org
2012-04-29 14:08 ` hjl.tools at gmail dot com

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).