This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/46655] invalid '.line 0' directive emitted with -g
- From: "ebotcazou at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 17 Jan 2011 12:35:45 +0000
- Subject: [Bug target/46655] invalid '.line 0' directive emitted with -g
- Auto-submitted: auto-generated
- References: <bug-46655-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46655
--- Comment #15 from Eric Botcazou <ebotcazou at gcc dot gnu.org> 2011-01-17 12:35:26 UTC ---
Author: ebotcazou
Date: Mon Jan 17 12:35:21 2011
New Revision: 168897
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=168897
Log:
PR target/46655
* xcoffout.c (ASM_OUTPUT_LINE): Output line only if positive, and only
if <= USHRT_MAX in 32-bit mode.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/xcoffout.c