re PR rtl-optimization/6871 (const objects shouldn't be moved to .bss)
authorJason Merrill <jason@redhat.com>
Sat, 15 Mar 2003 01:43:07 +0000 (20:43 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Sat, 15 Mar 2003 01:43:07 +0000 (20:43 -0500)
commitaf75fb675d7e451df34a1114b236e2291ee5f638
tree2f234f8733535067850f91645ed976b5228e1fdd
parentadf936a606445e0e6c0d1de74338a5e237d9217e
re PR rtl-optimization/6871 (const objects shouldn't be moved to .bss)

        PR optimization/6871
        * varasm.c (assemble_variable): Leave constant zeroes in .rodata.

From-SVN: r64387
gcc/ChangeLog
gcc/testsuite/gcc.dg/section1.c [new file with mode: 0644]
gcc/varasm.c