This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
- create a constant tree from the constant value - fold_convert the value into the other type of similar length - read back the value from the constant treeThis is how I thought to do this in the first place. However, you right away run into problems with arrays.
Arrays will be transferred element after element, no? I must be missing something very basic, because I don't understand what can be a problem with arrays.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |