Raw tree accessors
authorNathan Sidwell <nathan@acm.org>
Tue, 8 Dec 2020 18:23:44 +0000 (10:23 -0800)
committerNathan Sidwell <nathan@acm.org>
Tue, 8 Dec 2020 18:41:02 +0000 (10:41 -0800)
commit5312fa0fd95aab112abe40f2a5cdb70a76e89fbf
tree209a06325457a073b8809143b9bd90d48a3c98e6
parentf1b6e17b3f753980527721aa8e949d2481b2560b
Raw tree accessors

Here are the couple of raw accessors I make use of in the module streaming.

gcc/
* tree.h (DECL_ALIGN_RAW): New.
(DECL_ALIGN): Use it.
(DECL_WARN_IF_NOT_ALIGN_RAW): New.
(DECL_WARN_IF_NOT_ALIGN): Use it.
(SET_DECL_WARN_IF_NOT_ALIGN): Likewise.
gcc/tree.h