Re: [Patch, Fortran] PR57553 - fix two STORAGE_SIZE bugs

2013-06-08 Thread Mikael Morin
Le 07/06/2013 18:11, Tobias Burnus a écrit : This patch fixes two issues: * storage_size('aa') was rejected as constant expression - as ts.u.cl-length == 0. * In trans*.c, there was a fold_convert missing (- ICE). Additionally, I have replaced the detour to generate a tree containing the

[Patch, Fortran] PR57553 - fix two STORAGE_SIZE bugs

2013-06-07 Thread Tobias Burnus
This patch fixes two issues: * storage_size('aa') was rejected as constant expression - as ts.u.cl-length == 0. * In trans*.c, there was a fold_convert missing (- ICE). Additionally, I have replaced the detour to generate a tree containing the value 8 via a fortran expression. Build and