]> git.ipfire.org Git - thirdparty/gcc.git/commit
varasm.c (make_decl_rtl): Don't allow weak variables to be placed in common.
authorMark Mitchell <mark@codesourcery.com>
Thu, 23 May 2002 18:11:04 +0000 (18:11 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Thu, 23 May 2002 18:11:04 +0000 (18:11 +0000)
commit5ff225fc29052e61351a8e74a549ad5d1e4f5518
tree8d96cee5f637f07d622e051d659a07f1f11da2df
parent0f72964f10dd338c59e1ea8e8eee3a966154540d
varasm.c (make_decl_rtl): Don't allow weak variables to be placed in common.

* varasm.c (make_decl_rtl): Don't allow weak variables to be
placed in common.

* gcc/testsuite/gcc.dg/weak-8.c: New test.

From-SVN: r53798
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/weak-8.c [new file with mode: 0644]
gcc/varasm.c