From mboxrd@z Thu Jan 1 00:00:00 1970 From: dje@gcc.gnu.org To: chan1@llnl.gov, dje@gcc.gnu.org, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, jcownie@etnus.com, nobody@gcc.gnu.org Subject: Re: debug/2714: Stabs truncated on AIX Date: Fri, 10 Aug 2001 15:20:00 -0000 Message-id: <20010810222035.19493.qmail@sourceware.cygnus.com> X-SW-Source: 2001-08/msg00186.html List-Id: Synopsis: Stabs truncated on AIX Responsible-Changed-From-To: unassigned->dje Responsible-Changed-By: dje Responsible-Changed-When: Fri Aug 10 15:20:34 2001 Responsible-Changed-Why: AIX State-Changed-From-To: open->feedback State-Changed-By: dje State-Changed-When: Fri Aug 10 15:20:34 2001 State-Changed-Why: AIX assembly language does not have a line continuation character. Neither "?" nor " ?" before a newline or on the next line continues the string. All variants produce syntax errors from the AIX Assembler. The continuation character is not documented in the AIX Assembler manual nor mentioned in the AIX Assembler source code. Is this a GNU Assembler feature? From where does your recommendation of a "?" continuation character derive? http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=2714&database=gcc