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] | |
BTW, aren't there many other things type_hash_eq doesn't check?
Assuming it is ok if it changes TYPE_UID aka TYPE_HASH and TYPE_MAIN_VARIANT, I don't see it checking e.g.: 1) common.base.*_flag* (TYPE_VOLATILE, ...)
2) TYPE_SIZE, TYPE_SIZE_UNIT 3) *_flag 4) TYPE_NAME
etc.? What exactly we can tolerate to change?
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |