Commit 188a2091 by Jeff Law Committed by Jeff Law

* varasm.c (assemble_name): Increase buffer size for name.

From-SVN: r242810
parent 11a669fb
2016-11-23 Jeff Law <law@redhat.com> 2016-11-23 Jeff Law <law@redhat.com>
* varasm.c (assemble_name): Increase buffer size for name.
* config/spu/spu.md (floatunsdidf2): Remove unused local variable. * config/spu/spu.md (floatunsdidf2): Remove unused local variable.
2016-11-23 Jakub Kicinski <jakub.kicinski@netronome.com> 2016-11-23 Jakub Kicinski <jakub.kicinski@netronome.com>
...@@ -2547,7 +2547,7 @@ assemble_name (FILE *file, const char *name) ...@@ -2547,7 +2547,7 @@ assemble_name (FILE *file, const char *name)
rtx rtx
assemble_static_space (unsigned HOST_WIDE_INT size) assemble_static_space (unsigned HOST_WIDE_INT size)
{ {
char name[16]; char name[17];
const char *namestring; const char *namestring;
rtx x; rtx x;
......
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