Re: [PATCH] Fix tree-object-size for Fortran ARRAY_REFs (PR fortran/78758)

2016-12-09 Thread Richard Biener
On December 10, 2016 1:39:52 AM GMT+01:00, Jakub Jelinek wrote: >Hi! > >tree-object-size.c has been written with C-family FEs in mind (which is >where it has been solely used for initially), and as the testcases show >it doesn't work well with Fortran or other FE when it started to be >used >ever

[PATCH] Fix tree-object-size for Fortran ARRAY_REFs (PR fortran/78758)

2016-12-09 Thread Jakub Jelinek
Hi! tree-object-size.c has been written with C-family FEs in mind (which is where it has been solely used for initially), and as the testcases show it doesn't work well with Fortran or other FE when it started to be used everywhere recently. Fixed thusly, bootstrapped/regtested on x86_64-linux an