]> git.ipfire.org Git - thirdparty/gcc.git/commit
s390.c (s390_asm_output_function_label): Fix crash caused by bad second argument...
authorDominik Vogt <vogt@linux.vnet.ibm.com>
Thu, 13 Feb 2014 12:34:11 +0000 (12:34 +0000)
committerAndreas Krebbel <krebbel@gcc.gnu.org>
Thu, 13 Feb 2014 12:34:11 +0000 (12:34 +0000)
commit27db532620ba908ee9d5f485cde77c9c14ab32ed
tree418e6918400a78cad7afabc08e027c450f71c974
parent34fba281cc2cf24d48f498113331beb3c583273e
s390.c (s390_asm_output_function_label): Fix crash caused by bad second argument to warning_at() with -mhotpatch and...

2014-02-13  Dominik Vogt  <vogt@linux.vnet.ibm.com>

* config/s390/s390.c (s390_asm_output_function_label): Fix crash
caused by bad second argument to warning_at() with -mhotpatch and
nested functions (e.g. with gfortran).

2014-02-13  Dominik Vogt  <vogt@linux.vnet.ibm.com>

* gcc.target/s390/hotpatch-compile-8.c: New test.

From-SVN: r207752
gcc/ChangeLog
gcc/config/s390/s390.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/s390/hotpatch-compile-8.c [new file with mode: 0644]