Commit 5ec4a442 by Uros Bizjak Committed by Uros Bizjak

alpha.c (alpha_option_override): Quote a C type.

	* config/alpha/alpha.c (alpha_option_override): Quote a C type.

From-SVN: r273912
parent cefbac6e
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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment