gcc/ChangeLog:
PR translation/80280
* config/sol2-c.c (solaris_pragma_align): Correct quoting.
From-SVN: r247758
+2017-05-08 Martin Sebor <msebor@redhat.com>
+
+ PR translation/80280
+ * config/sol2-c.c (solaris_pragma_align): Correct quoting.
+
2017-05-08 Bernd Edlinger <bernd.edlinger@hotmail.de>
* target.def (compute_frame_layout): New optional target hook.
tree decl = identifier_global_value (t);
if (decl && DECL_P (decl))
warning (0, "%<#pragma align%> must appear before the declaration of "
- "%D, ignoring", decl);
+ "%qD, ignoring", decl);
else
solaris_pending_aligns = tree_cons (t, build_tree_list (NULL, x),
solaris_pending_aligns);