This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [Patch, fortran] PR35339 Optimize implied do loops in io statements
- From: Dominique d'Humières <dominiq at lps dot ens dot fr>
- To: Nicolas Koenig <koenigni at student dot ethz dot ch>
- Cc: Bernhard Reutner-Fischer <rep dot dot dot nop at gmail dot com>, gfortran <fortran at gcc dot gnu dot org>, gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Thu, 1 Jun 2017 11:30:44 +0200
- Subject: Re: [Patch, fortran] PR35339 Optimize implied do loops in io statements
- Authentication-results: sourceware.org; auth=none
- References: <92F638BD-768E-4C83-9BA9-0FACFC7F6C07@lps.ens.fr> <53722520-52ae-0fa7-d732-f30995c9f93a@student.ethz.ch> <BA409A07-2700-4F8C-B8EA-6093D1B7C4F4@gmail.com> <A6B37DB3-F797-4B44-BCBF-E7AB83BFC11F@lps.ens.fr> <638D5570-F9B9-4522-A123-CDC0B95D4227@lps.ens.fr> <84e2e0b8-26d2-bf0c-35ae-dd8f63a111fe@student.ethz.ch>
> Le 31 mai 2017 à 21:03, Nicolas Koenig <koenigni@student.ethz.ch> a écrit :
>
> Hello Dominique,
>
> attached is the next try, this time without stupidities (I hope). Both test cases you posted don't ICE anymore.
>
> Ok for trunk?
>
> Nicolas
>
Preliminary tests look OK, full testing in progress.
Thanks,
Dominique