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

Reply via email to