public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/48919] [4.7 Regression] FAIL: gfortran.dg/coarray/this_image_2.f90
  2011-05-06 23:08 [Bug fortran/48919] New: [4.7 Regression] FAIL: gfortran.dg/coarray/this_image_2.f90 hjl.tools at gmail dot com
@ 2011-05-06 23:07 ` burnus at gcc dot gnu.org
  2011-05-07  6:01 ` burnus at gcc dot gnu.org
  2011-05-07  6:48 ` burnus at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: burnus at gcc dot gnu.org @ 2011-05-06 23:07 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #1 from Tobias Burnus <burnus at gcc dot gnu.org> 2011-05-06 22:58:52 UTC ---
Fixed by http://gcc.gnu.org/ml/fortran/2011-05/msg00023.html


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

* [Bug fortran/48919] New: [4.7 Regression] FAIL: gfortran.dg/coarray/this_image_2.f90
@ 2011-05-06 23:08 hjl.tools at gmail dot com
  2011-05-06 23:07 ` [Bug fortran/48919] " burnus at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: hjl.tools at gmail dot com @ 2011-05-06 23:08 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: [4.7 Regression] FAIL:
                    gfortran.dg/coarray/this_image_2.f90
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: hjl.tools@gmail.com


On Linux/x86, revision 173506 gave

FAIL: gfortran.dg/coarray/this_image_2.f90 -fcoarray=lib  -O2  -lcaf_single
(test for excess errors)

Revision 173497 is OK.


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

* [Bug fortran/48919] [4.7 Regression] FAIL: gfortran.dg/coarray/this_image_2.f90
  2011-05-06 23:08 [Bug fortran/48919] New: [4.7 Regression] FAIL: gfortran.dg/coarray/this_image_2.f90 hjl.tools at gmail dot com
  2011-05-06 23:07 ` [Bug fortran/48919] " burnus at gcc dot gnu.org
@ 2011-05-07  6:01 ` burnus at gcc dot gnu.org
  2011-05-07  6:48 ` burnus at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: burnus at gcc dot gnu.org @ 2011-05-07  6:01 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Tobias Burnus <burnus at gcc dot gnu.org> 2011-05-07 05:38:13 UTC ---
Author: burnus
Date: Sat May  7 05:38:08 2011
New Revision: 173528

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=173528
Log:
2011-05-07  Tobias Burnus  <burnus@net-b.de>

        PR fortran/18918
        PR fortran/48919
        * trans.h: Move gfc_init_coarray_decl prototype ...
        * gfortran.h: ... to here.
        * parse.c (translate_all_program_units): Call
        * gfc_init_coarray_decl.
        (gfc_parse_file): Update translate_all_program_units call.
        * trans-decl.c (gfc_init_coarray_decl): Fix variable
        * declaration,
        new argument whether DECL_EXTERNAL should be used.
        (create_main_function): Update gfc_init_coarray_decl call.
        * trans-intrinsic.c (trans_this_image, trans_image_index,
        conv_intrinsic_cobound): Ditto.


Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/gfortran.h
    trunk/gcc/fortran/parse.c
    trunk/gcc/fortran/trans-decl.c
    trunk/gcc/fortran/trans-intrinsic.c
    trunk/gcc/fortran/trans.h


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

* [Bug fortran/48919] [4.7 Regression] FAIL: gfortran.dg/coarray/this_image_2.f90
  2011-05-06 23:08 [Bug fortran/48919] New: [4.7 Regression] FAIL: gfortran.dg/coarray/this_image_2.f90 hjl.tools at gmail dot com
  2011-05-06 23:07 ` [Bug fortran/48919] " burnus at gcc dot gnu.org
  2011-05-07  6:01 ` burnus at gcc dot gnu.org
@ 2011-05-07  6:48 ` burnus at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: burnus at gcc dot gnu.org @ 2011-05-07  6:48 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #3 from Tobias Burnus <burnus at gcc dot gnu.org> 2011-05-07 06:42:48 UTC ---
FIXED. Thanks for the report.


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

end of thread, other threads:[~2011-05-07  6:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-06 23:08 [Bug fortran/48919] New: [4.7 Regression] FAIL: gfortran.dg/coarray/this_image_2.f90 hjl.tools at gmail dot com
2011-05-06 23:07 ` [Bug fortran/48919] " burnus at gcc dot gnu.org
2011-05-07  6:01 ` burnus at gcc dot gnu.org
2011-05-07  6:48 ` burnus 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).