This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug debug/11608] testcase gcc.dg/debug/20020327-1.c fails with -gstabs1 etc.
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 2 Jan 2004 07:00:59 -0000
- Subject: [Bug debug/11608] testcase gcc.dg/debug/20020327-1.c fails with -gstabs1 etc.
- References: <20030720172339.11608.dank@kegel.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-01-02 07:00 -------
Or convert it to use asm_printf like below:
#define DBX_OUTPUT_MAIN_SOURCE_FILE_END(FILE, FILENAME) \
asm_fprintf (FILE, \
"\t.stabs \"\",%d,0,0,%LLetext\n%LLetext:\n", N_SO N_SO)
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11608