OSDN Git Service

2010-04-26 Richard Guenther <rguenther@suse.de>
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 26 Apr 2010 09:19:24 +0000 (09:19 +0000)
committerMasaki Muranaka <monaka@monami-software.com>
Sun, 23 May 2010 05:35:47 +0000 (14:35 +0900)
PR lto/43080
* gimple.c (gimple_decl_printable_name): Deal gracefully
with a NULL DECL_NAME.

* g++.dg/lto/20100423-3_0.C: New testcase.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@158723 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/testsuite/ChangeLog

index a70807e..a44614d 100644 (file)
@@ -1,5 +1,11 @@
 2010-04-26  Richard Guenther  <rguenther@suse.de>
 
+       PR lto/43080
+       * gimple.c (gimple_decl_printable_name): Deal gracefully
+       with a NULL DECL_NAME.
+
+2010-04-26  Richard Guenther  <rguenther@suse.de>
+
        PR lto/42425
        * tree.c (free_lang_data_in_type): Do not free TYPE_CONTEXT
        if emitting debug information and it is either a function
index 92620c0..e8dcef5 100644 (file)
@@ -1,5 +1,10 @@
 2010-04-26  Richard Guenther  <rguenther@suse.de>
 
+       PR lto/43080
+       * g++.dg/lto/20100423-3_0.C: New testcase.
+
+2010-04-26  Richard Guenther  <rguenther@suse.de>
+
        PR lto/42425
        * g++.dg/lto/20100423-2_0.C: New testcase.