This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug debug/11608] testcase gcc.dg/debug/20020327-1.c fails with -gstabs1 etc.


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]