https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60593
Paul Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60593
--- Comment #9 from Paul Thomas ---
Author: pault
Date: Wed Mar 9 20:49:58 2016
New Revision: 234093
URL: https://gcc.gnu.org/viewcvs?rev=234093&root=gcc&view=rev
Log:
2016-03-09 Paul Thomas
Backport from trunk.
PR fortran/6
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60593
Paul Thomas changed:
What|Removed |Added
CC||pault at gcc dot gnu.org
Assigne
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60593
--- Comment #7 from Paul Thomas ---
Author: pault
Date: Fri Jan 15 20:33:58 2016
New Revision: 232450
URL: https://gcc.gnu.org/viewcvs?rev=232450&root=gcc&view=rev
Log:
2016-01-15 Paul Thomas
PR fortran/64324
* resolve.c (che
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60593
--- Comment #6 from Tobias Burnus ---
Author: burnus
Date: Sat Aug 30 18:47:04 2014
New Revision: 214757
URL: https://gcc.gnu.org/viewcvs?rev=214757&root=gcc&view=rev
Log:
2014-08-30 Tobias Burnus
PR fortran/62278
PR fortran/
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60593
--- Comment #5 from Dominique d'Humieres ---
This PR is fixed by the patch at
https://gcc.gnu.org/ml/fortran/2014-08/msg00114.html. Test that can be
executed:
character(len=10), target :: c
character(len=:), pointer :: p
c = 'abcdefghij'
p => c
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60593
--- Comment #4 from Steve Kargl ---
On Wed, Mar 19, 2014 at 06:01:14PM +, dominiq at lps dot ens.fr wrote:
>
> --- Comment #3 from Dominique d'Humieres ---
> It looks similar to the ICE reported in pr51976 comment 8, although the ICEs
> are
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60593
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60593
--- Comment #2 from Steve Kargl ---
Here's a reduced testcase that appears to lead to
the same ICE without the ISO C binding detour.
function C2FChar(j, s) result(res)
implicit none
integer, intent(in) :: j
character(len=:), pointer, int
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60593
kargl at gcc dot gnu.org changed:
What|Removed |Added
Known to fail||4.9.0
--- Comment #1 from kargl
10 matches
Mail list logo