From stdcxx-dev-return-193-apmail-incubator-stdcxx-dev-archive=incubator.apache.org@incubator.apache.org Wed Sep 21 23:53:51 2005 Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 38245 invoked from network); 21 Sep 2005 23:53:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 Sep 2005 23:53:51 -0000 Received: (qmail 36593 invoked by uid 500); 21 Sep 2005 23:53:51 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 36577 invoked by uid 500); 21 Sep 2005 23:53:50 -0000 Mailing-List: contact stdcxx-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-dev@incubator.apache.org Received: (qmail 36564 invoked by uid 99); 21 Sep 2005 23:53:50 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Sep 2005 16:53:50 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 0CE6C122 for ; Thu, 22 Sep 2005 01:53:29 +0200 (CEST) Message-ID: <890172563.1127346809050.JavaMail.jira@ajax.apache.org> Date: Thu, 22 Sep 2005 01:53:29 +0200 (CEST) From: "Martin Sebor (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Assigned: (STDCXX-39) {Cygwin] gas reports junk on lines In-Reply-To: <1875962642.1127339128815.JavaMail.jira@ajax.apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/STDCXX-39?page=all ] Martin Sebor reassigned STDCXX-39: ---------------------------------- Assign To: Martin Sebor > {Cygwin] gas reports junk on lines > ----------------------------------- > > Key: STDCXX-39 > URL: http://issues.apache.org/jira/browse/STDCXX-39 > Project: STDCXX > Type: Bug > Components: 20. General Utilities > Environment: Cygwin gcc 3.4 > Reporter: Lance Diduck > Assignee: Martin Sebor > > commenting out the lines works > gs -Wno-long-long -Wcast-align /cygdrive/c/temp/stdcxx2/src/atomic-cxx.S > /cygdrive/c/temp/stdcxx2/src/i86/atomic.s: Assembler messages: > /cygdrive/c/temp/stdcxx2/src/i86/atomic.s:33: Warning: .type pseudo-op used outside of .def/.endef ignored. > /cygdrive/c/temp/stdcxx2/src/i86/atomic.s:33: Error: junk at end of line, first unrecognized character is `_' > /cygdrive/c/temp/stdcxx2/src/i86/atomic.s:49: Warning: .type pseudo-op used outside of .def/.endef ignored. > /cygdrive/c/temp/stdcxx2/src/i86/atomic.s:49: Error: junk at end of line, first unrecognized character is `_' > /cygdrive/c/temp/stdcxx2/src/i86/atomic.s:65: Warning: .type pseudo-op used outside of .def/.endef ignored. > /cygdrive/c/temp/stdcxx2/src/i86/atomic.s:65: Error: junk at end of line, first unrecognized character is `_' > /cygdrive/c/temp/stdcxx2/src/i86/atomic.s:81: Warning: .type pseudo-op used outside of .def/.endef ignored. > /cygdrive/c/temp/stdcxx2/src/i86/atomic.s:81: Error: junk at end of line, first unrecognized character is `_' > /cygdrive/c/temp/stdcxx2/src/i86/atomic.s:104: Warning: .type pseudo-op used outside of .def/.endef ignored. > /cygdrive/c/temp/stdcxx2/src/i86/atomic.s:104: Error: junk at end of line, first unrecognized character is `_' > /cygdrive/c/temp/stdcxx2/src/i86/atomic.s:127: Warning: .type pseudo-op used outside of .def/.endef ignored. > /cygdrive/c/temp/stdcxx2/src/i86/atomic.s:127: Error: junk at end of line, first unrecognized character is `_' > make[2]: *** [atomic-cxx.o] Error 1 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira