]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR bootstrap/34003 (gcc trunk unable to bootstrap itself; Unsatisfied symbols...
authorJakub Jelinek <jakub@redhat.com>
Tue, 18 Dec 2007 05:05:43 +0000 (06:05 +0100)
committerJohn David Anglin <danglin@gcc.gnu.org>
Tue, 18 Dec 2007 05:05:43 +0000 (05:05 +0000)
commitac2dbfde07272bdd2021c76e27132c7a47dc5641
tree17f0ccffb3d292eeea11b7045b1b4d418ce736ab
parent8b13ce7ee21e5a8fdd3437b956d8a0ddd91ea5f8
re PR bootstrap/34003 (gcc trunk unable to bootstrap itself; Unsatisfied symbols: ggc_free)

PR bootstrap/34003
* c-decl.c (merge_decls): Copy RTL from olddecl to newdecl.
* config/pa/pa.c (pa_encode_section_info): If !first, preserve
SYMBOL_FLAG_REFERENCED flag.
* gcc.dg/pr34003-1.c: New test.
* gcc.dg/pr34003-2.c: New.

From-SVN: r131032
gcc/ChangeLog
gcc/c-decl.c
gcc/config/pa/pa.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr34003-1.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/pr34003-2.c [new file with mode: 0644]