public inbox for fortran@gcc.gnu.org
 help / color / mirror / Atom feed
* Re: Regressions introduced very late before 8.1 release
@ 2018-05-04 16:15 Dominique d'Humières
  2018-05-04 16:47 ` Zaak Beekman
  0 siblings, 1 reply; 5+ messages in thread
From: Dominique d'Humières @ 2018-05-04 16:15 UTC (permalink / raw)
  To: zbeekman; +Cc: gfortran

> I'm not sure when this happened, but at some point very close to the 8.1
> release date a regression was introduced ...
This is pr85507. Andre has submitted a working patch at https://gcc.gnu.org/ml/fortran/2018-04/msg00120.html, but it has not yet been approved.
> How soon is 8.1 going to be released?
8.1 has been released, so the fix will appear in 8.2.
Cheers,
Dominique

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

* Re: Regressions introduced very late before 8.1 release
  2018-05-04 16:15 Regressions introduced very late before 8.1 release Dominique d'Humières
@ 2018-05-04 16:47 ` Zaak Beekman
  2018-05-04 17:02   ` Steve Kargl
  2018-05-04 17:03   ` Dominique d'Humières
  0 siblings, 2 replies; 5+ messages in thread
From: Zaak Beekman @ 2018-05-04 16:47 UTC (permalink / raw)
  To: Dominique d'Humières; +Cc: gfortran

Sorry I meant 8.2. When is 8.2 planned to be released?

Thanks,
Zaak

On Fri, May 4, 2018 at 12:15 PM Dominique d'Humières <dominiq@lps.ens.fr>
wrote:

> > I'm not sure when this happened, but at some point very close to the 8.1
> > release date a regression was introduced ...
> This is pr85507. Andre has submitted a working patch at
> https://gcc.gnu.org/ml/fortran/2018-04/msg00120.html, but it has not yet
> been approved.
> > How soon is 8.1 going to be released?
> 8.1 has been released, so the fix will appear in 8.2.
> Cheers,
> Dominique
>
>

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

* Re: Regressions introduced very late before 8.1 release
  2018-05-04 16:47 ` Zaak Beekman
@ 2018-05-04 17:02   ` Steve Kargl
  2018-05-04 17:03   ` Dominique d'Humières
  1 sibling, 0 replies; 5+ messages in thread
From: Steve Kargl @ 2018-05-04 17:02 UTC (permalink / raw)
  To: Zaak Beekman; +Cc: Dominique d'Humières, gfortran

If you go with historical data.  7.2 followed 7.1 after about 3 month,
and 7.3 about 5 months later.  So, I would guess somewhere between 3-6
months.

-- 
steve

On Fri, May 04, 2018 at 04:47:00PM +0000, Zaak Beekman wrote:
> Sorry I meant 8.2. When is 8.2 planned to be released?
> 
> Thanks,
> Zaak
> 
> On Fri, May 4, 2018 at 12:15 PM Dominique d'Humières <dominiq@lps.ens.fr>
> wrote:
> 
> > > I'm not sure when this happened, but at some point very close to the 8.1
> > > release date a regression was introduced ...
> > This is pr85507. Andre has submitted a working patch at
> > https://gcc.gnu.org/ml/fortran/2018-04/msg00120.html, but it has not yet
> > been approved.
> > > How soon is 8.1 going to be released?
> > 8.1 has been released, so the fix will appear in 8.2.
> > Cheers,
> > Dominique
> >
> >

-- 
Steve
20170425 https://www.youtube.com/watch?v=VWUpyCsUKR4
20161221 https://www.youtube.com/watch?v=IbCHE-hONow

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

* Re: Regressions introduced very late before 8.1 release
  2018-05-04 16:47 ` Zaak Beekman
  2018-05-04 17:02   ` Steve Kargl
@ 2018-05-04 17:03   ` Dominique d'Humières
  1 sibling, 0 replies; 5+ messages in thread
From: Dominique d'Humières @ 2018-05-04 17:03 UTC (permalink / raw)
  To: Zaak Beekman; +Cc: gfortran



> Le 4 mai 2018 à 18:47, Zaak Beekman <zbeekman@gmail.com> a écrit :
> 
> Sorry I meant 8.2. When is 8.2 planned to be released?
> 
> Thanks,
> Zaak

From https://gcc.gnu.org

GCC 7.1 released [2017-05-02]
GCC 7.2 released [2017-08-14]

GCC 8.1 released [2018-05-02]

So my guess is around mid-August.

Dominique

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

* Regressions introduced very late before 8.1 release
@ 2018-05-04 15:13 Zaak Beekman
  0 siblings, 0 replies; 5+ messages in thread
From: Zaak Beekman @ 2018-05-04 15:13 UTC (permalink / raw)
  To: fortran; +Cc: Damian Rouson, Soren R, Rasmussen, Soren, Daniel Celis Garza

I'm not sure when this happened, but at some point very close to the 8.1
release date a regression was introduced (during the GCC regression fix
only freeze period) that has significantly broken distributed memory
coarray support with OpenCoarrays. Simple coarray Fortran syntax appears to
trigger an ICE in GFortran 8.1 on macOS. Here is an example from
[sameloc.f90](
https://github.com/sourceryinstitute/OpenCoarrays/blob/master/src/tests/unit/send-get/sameloc.f90#L31)
compiled on macOS:

/Users/ibeekman/Sandbox/OpenCoarrays/src/tests/unit/send-get/sameloc.f90:31:0:

   a = a[1]

internal compiler error: in gfc_dep_resolver, at fortran/dependency.c:2258
libbacktrace could not find executable to open
Please submit a full bug report,
with preprocessed source if appropriate.
See <https://github.com/Homebrew/homebrew-core/issues> for instructions.
Error: comand:
   `/usr/local/bin/gfortran-8
-I/Users/ibeekman/Sandbox/OpenCoarrays/build/include/OpenCoarrays-2.0.0-33-g5a250a1_GNU-8.1.0
-fcoarray=lib -Wl,-flat_namespace -Wl,-commons,use_dylibs -I
/usr/local/Cellar/mpich/3.2.1_2/include -DPREFIX_NAME=_gfortran_caf_
-DGCC_GE_7 -DGCC_GE_8 -DHAVE_MPI -DMPI_WORKING_MODULE -O3 -DNDEBUG -O3 -o
/Users/ibeekman/Sandbox/OpenCoarrays/build/bin/OpenCoarrays-2.0.0-33-g5a250a1-tests/get_self
/Users/ibeekman/Sandbox/OpenCoarrays/src/tests/unit/send-get/sameloc.f90
/Users/ibeekman/Sandbox/OpenCoarrays/build/lib/libcaf_mpi.a
/usr/local/Cellar/mpich/3.2.1_2/lib/libmpifort.dylib
/usr/local/Cellar/mpich/3.2.1_2/lib/libmpi.dylib
/usr/local/Cellar/mpich/3.2.1_2/lib/libpmpi.dylib`
failed to compile.


I have a GCC trunk build from r259376 on 2018-04-13 at 14:32:41 (not sure
if UTC or US Eastern time) that does not exhibit this behavior. I have yet
to post to bugzilla, but presumably I should. How did this ice sneak in so
late before the release? Because of this, OpenCoarrays will likely be
removed from the Homebrew package manager unless we can create a fix on the
OpenCoarrays library side, which looks unlikely.

How soon is 8.1 going to be released?

Thanks,
Zaak

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

end of thread, other threads:[~2018-05-04 17:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-04 16:15 Regressions introduced very late before 8.1 release Dominique d'Humières
2018-05-04 16:47 ` Zaak Beekman
2018-05-04 17:02   ` Steve Kargl
2018-05-04 17:03   ` Dominique d'Humières
  -- strict thread matches above, loose matches on Subject: below --
2018-05-04 15:13 Zaak Beekman

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