diff options
Diffstat (limited to 'gcc/target.h')
-rw-r--r-- | gcc/target.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/target.h b/gcc/target.h index 1b768e4f49c..e9a5eca9255 100644 --- a/gcc/target.h +++ b/gcc/target.h @@ -418,6 +418,10 @@ struct gcc_target /* Return true if anonymous bitfields affect structure alignment. */ bool (* align_anon_bitfield) (void); + /* Return true if volatile bitfields should use the narrowest type possible. + Return false if they should use the container type. */ + bool (* narrow_volatile_bitfield) (void); + /* Set up target-specific built-in functions. */ void (* init_builtins) (void); |