------- Comment #6 from ian at rhymneyconsulting dot co dot uk  2010-06-09 
15:20 -------
Subject: RE:  [OOP] ICE with polymorphic object oriented example

Thanks very much for fixing it.

Cheers

Ian

> -----Original Message-----
> From: burnus at gcc dot gnu dot org [mailto:gcc-bugzi...@gcc.gnu.org]
> Sent: 09 June 2010 16:07
> To: i...@rhymneyconsulting.co.uk
> Subject: [Bug fortran/44465] [OOP] ICE with polymorphic object oriented
> example
> 
> 
> 
> ------- Comment #5 from burnus at gcc dot gnu dot org  2010-06-09 15:07
> -------
> With the patch for PR 44211 (just committed to the 4.6 trunk), the
> program
> compiles and the output is:
> 
>   shape
>   In generic_shape_assign
>   x =           10
>   y =           20
>   circle
>   In generic_shape_assign
>   x =          100
>   y =          200
>   radius =          300
>   rectangle
>   In generic_shape_assign
>   x =         1000
>   y =         2000
>   width =         3000
>   height =         4000
> 
> Thanks again for the bug report!
> 
> 
> --
> 
> 
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44465
> 
> ------- You are receiving this mail because: -------
> You are on the CC list for the bug, or are watching someone who is.
> You reported the bug, or are watching the reporter.


-- 


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

Reply via email to