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 06:58 -------
The problem looks like DBX_OUTPUT_MAIN_SOURCE_FILE_END is defined wrong 
and uses Letext which it should not for this test as Letext is the function which is defined 
in the file.  Maybe adding a . infront of the label will fix it.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
 GCC target triplet|sh4-*-linux-gnu             |sh?-*-linux-gnu
   Last reconfirmed|2003-07-30 02:45:41         |2004-01-02 06:58:43
               date|                            |


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]