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] | |
+ /* FIXME: mess with propagating mutable/volatile/etc attributes + back to parent struct type. */
I'd prefer this to be:
if (TYPE_MUTABLE_P || TYPE_VOLATILE_P) sorry (...);
Blowing up for things we don't understand is going to make it easier to debug things later. But, it's not a huge deal either way.
+ /* FIXME: Add support for DW_TAG_access_declaration, + DW_TAG_inheritance, DW_TAG_friend, and DW_TAG_variant_part + which can appear as children of a class/struct type. */
I would add these cases, with a sorry or equivalent; let's not silently accept them.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |