]> 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:38:52 +0000 (12:38 +0000)
committerAndreas Krebbel <krebbel@gcc.gnu.org>
Thu, 13 Feb 2014 12:38:52 +0000 (12:38 +0000)
commite697d1191cdd301abe0c0b89a5ced36dc3f5f9a3
tree68d3333b75a2a5c6354c4d19bcc53878265911b3
parent37eb01c282b2b764ab6dc6159d3deab121e0686f
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: r207753
gcc/ChangeLog
gcc/config/s390/s390.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/s390/hotpatch-compile-8.c [new file with mode: 0644]