Re: [Patch, Fortran, OOP] PR 54667: gimplification failure with c_f_pointer

2012-09-30 Thread Janus Weil
Hi Thomas, >> Regtested on x86_64-unknown-linux-gnu. Ok for trunk? > > > This looks all right to me (although I'm not really an expert :-) > > OK, and thanks for the patch! thanks for the review. Committed as r191870. Cheers, Janus

Re: [Patch, Fortran, OOP] PR 54667: gimplification failure with c_f_pointer

2012-09-30 Thread Thomas Koenig
Hi Janus, Regtested on x86_64-unknown-linux-gnu. Ok for trunk? This looks all right to me (although I'm not really an expert :-) OK, and thanks for the patch! Thomas

Re: [Patch, Fortran, OOP] PR 54667: gimplification failure with c_f_pointer

2012-09-29 Thread Janus Weil
ping! 2012/9/23 Janus Weil : > Hi all, > > this patch fixes an ICE recently reported by Andrew Benson. It does so > by rejecting polymorphic arguments to the C_F_POINTER intrinsic. For > discussion and standard references, please refer to the PR and today's > email thread. > > Apart from fixing t

[Patch, Fortran, OOP] PR 54667: gimplification failure with c_f_pointer

2012-09-22 Thread Janus Weil
Hi all, this patch fixes an ICE recently reported by Andrew Benson. It does so by rejecting polymorphic arguments to the C_F_POINTER intrinsic. For discussion and standard references, please refer to the PR and today's email thread. Apart from fixing this PR, the patch modifies two other error me