[Bug middle-end/17982] [4.0 regression] asm declaration ignored due to conflict with previous rename
cvs-commit at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Wed Dec 8 19:13:00 GMT 2004
------- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-12-08 19:13 -------
Subject: Bug 17982
CVSROOT: /cvs/gcc
Module name: gcc
Changes by: zack@gcc.gnu.org 2004-12-08 19:13:36
Modified files:
gcc : ChangeLog cgraphunit.c tree.h varasm.c
gcc/config/h8300: h8300.h
Log message:
PR 17982
* varasm.c (pending_assemble_externals): New static.
(assemble_external_real): Meat of assemble_external split out
to this new function.
(process_pending_assemble_externals): New function.
(assemble_external): Use gcc_assert. If flag_unit_at_a_time
is true and the basic test passes, merely cons the decl onto
the pending list to be handled later.
* tree.h: Declare process_pending_assemble_externals.
* cgraphunit.c (cgraph_optimize): Call it.
* config/h8300/h8300.h: Do not define ASM_OUTPUT_EXTERNAL.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.6750&r2=2.6751
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cgraphunit.c.diff?cvsroot=gcc&r1=1.90&r2=1.91
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree.h.diff?cvsroot=gcc&r1=1.664&r2=1.665
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/varasm.c.diff?cvsroot=gcc&r1=1.466&r2=1.467
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/h8300/h8300.h.diff?cvsroot=gcc&r1=1.179&r2=1.180
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17982
More information about the Gcc-bugs
mailing list