[Bug middle-end/17982] stop calling assemble_external before final assembly output time

2015-02-06 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=17982 Jeffrey A. Law law at redhat dot com changed: What|Removed |Added Status|NEW |RESOLVED

[Bug middle-end/17982] stop calling assemble_external before final assembly output time

2010-08-10 Thread iains at gcc dot gnu dot org
--- Comment #35 from iains at gcc dot gnu dot org 2010-08-10 13:01 --- (In reply to comment #34) I think the ones in calls.c are OK. So only ObjC still calls assemble_external. Iain? AFAICT, assemble_external () [no longer?] emits any assembly nor does it call DECL_ASSEMBLER_NAME:

[Bug middle-end/17982] stop calling assemble_external before final assembly output time

2010-08-09 Thread steven at gcc dot gnu dot org
--- Comment #34 from steven at gcc dot gnu dot org 2010-08-09 21:13 --- The FIXME here is this one in varasm.c: --- /* We delay assemble_external processing until the compilation unit is finalized. This is the best we can do for right now (i.e. stage

[Bug middle-end/17982] stop calling assemble_external before final assembly output time

2008-11-23 Thread hackbunny at reactos dot com
--- Comment #31 from hackbunny at reactos dot com 2008-11-24 04:32 --- Created an attachment (id=16755) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16755action=view) testcase.c:10: warning: y renamed after being referenced in assembly Compile test case with -funit-at-a-time gcc

[Bug middle-end/17982] stop calling assemble_external before final assembly output time

2008-11-23 Thread hackbunny at reactos dot com
--- Comment #32 from hackbunny at reactos dot com 2008-11-24 04:32 --- I've been told that this is related to the test case I just attached -- hackbunny at reactos dot com changed: What|Removed |Added

[Bug middle-end/17982] stop calling assemble_external before final assembly output time

2008-11-23 Thread dannysmith at users dot sourceforge dot net
--- Comment #33 from dannysmith at users dot sourceforge dot net 2008-11-24 06:41 --- (In reply to comment #32) I've been told that this is related to the test case I just attached Your testcase is more closely related to PR 38054. Danny --

[Bug middle-end/17982] stop calling assemble_external before final assembly output time

2006-12-15 Thread kazu at gcc dot gnu dot org
--- Comment #30 from kazu at gcc dot gnu dot org 2006-12-16 02:47 --- Subject: Bug 17982 Author: kazu Date: Sat Dec 16 02:47:27 2006 New Revision: 119959 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=119959 Log: Backport from mainline: gcc/ 2006-12-11

[Bug middle-end/17982] stop calling assemble_external before final assembly output time

2006-12-11 Thread hjl at gcc dot gnu dot org
--- Comment #29 from hjl at gcc dot gnu dot org 2006-12-12 03:59 --- Subject: Bug 17982 Author: hjl Date: Tue Dec 12 03:58:52 2006 New Revision: 119764 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=119764 Log: 2006-12-11 H.J. Lu [EMAIL PROTECTED] PR middle-end/17982

[Bug middle-end/17982] stop calling assemble_external before final assembly output time

2005-07-04 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-05 02:10 --- Unassigning from Zack since he is gone now. -- What|Removed |Added AssignedTo|zack

[Bug middle-end/17982] stop calling assemble_external before final assembly output time

2005-04-04 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.1.0 |--- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17982

[Bug middle-end/17982] stop calling assemble_external before final assembly output time

2004-12-08 Thread zack at gcc dot gnu dot org
--- Additional Comments From zack at gcc dot gnu dot org 2004-12-08 22:04 --- Uh, no, it's not fixed. It is, however, papered over adequately for 4.0. I'm turning this into a 4.1 enhancement PR. http://gcc.gnu.org/ml/gcc-patches/2004-12/msg00491.html explains what needs to happen for

[Bug middle-end/17982] stop calling assemble_external before final assembly output time

2004-12-08 Thread zack at gcc dot gnu dot org
--- Additional Comments From zack at gcc dot gnu dot org 2004-12-08 22:05 --- ... and assigning to self. -- What|Removed |Added AssignedTo|unassigned at gcc dot gnu