mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-12-05 09:44:10 +08:00
alpha.c (alpha_option_override): Quote a C type.
* config/alpha/alpha.c (alpha_option_override): Quote a C type. From-SVN: r273912
This commit is contained in:
parent
cefbac6ec7
commit
5ec4a44296
@ -1,3 +1,7 @@
|
||||
2019-07-30 Uroš Bizjak <ubizjak@gmail.com>
|
||||
|
||||
* config/alpha/alpha.c (alpha_option_override): Quote a C type.
|
||||
|
||||
2019-07-30 Wilco Dijkstra <wdijkstr@arm.com>
|
||||
|
||||
* config/arm/thumb2.md (thumb2_movsi_insn): Adjust literal offset.
|
||||
|
@ -526,7 +526,7 @@ alpha_option_override (void)
|
||||
alpha_fptm = ALPHA_FPTM_SU;
|
||||
}
|
||||
if (target_flags_explicit & MASK_LONG_DOUBLE_128)
|
||||
warning (0, "128-bit long double not supported for VAX floats");
|
||||
warning (0, "128-bit %<long double%> not supported for VAX floats");
|
||||
target_flags &= ~MASK_LONG_DOUBLE_128;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user