This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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] | |
Similar double word arithmetic routines are already duplicated in the tree-ssa optimizers. The middle-end handling of TREE_OVERFLOW/TREE_CONSTANT_OVERFLOW and representation of INTEGER_CST, REAL_CST, CONST_INT and CONST_DOUBLE in trees and RTL are already "weeping sores" in GCC's infrastructure. Rather than add another set of hacks, or get embroiled in the inevitable clean-up, might I recommend using HOST_WIDE_INT pairs for the time being?
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |