Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 70435 invoked from network); 26 Sep 2005 19:43:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 Sep 2005 19:43:14 -0000 Received: (qmail 33213 invoked by uid 500); 26 Sep 2005 19:43:14 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 33183 invoked by uid 500); 26 Sep 2005 19:43:13 -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 33164 invoked by uid 99); 26 Sep 2005 19:43:13 -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; Mon, 26 Sep 2005 12:43:11 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 12E07127 for ; Mon, 26 Sep 2005 21:42:50 +0200 (CEST) Message-ID: <901175148.1127763770075.JavaMail.jira@ajax.apache.org> Date: Mon, 26 Sep 2005 21:42:50 +0200 (CEST) From: "Martin Sebor (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Resolved: (STDCXX-39) [Cygwin] gas reports junk in atomic.s 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 resolved STDCXX-39: -------------------------------- Resolution: Fixed In an 11s build (i.e., NOT thread safe archive with debug info) none of the atomic files should get compiled. I verified fix in a 15s build (thread-safe archive with debug info) so I'll go ahead and close it, but please reopen it if you run into any problems with the fix. > [Cygwin] gas reports junk in atomic.s > ------------------------------------- > > Key: STDCXX-39 > URL: http://issues.apache.org/jira/browse/STDCXX-39 > Project: STDCXX > Type: Bug > Components: Build > Versions: 4.1.2 > Environment: Cygwin gcc 3.4 > Reporter: Lance Diduck > Assignee: Martin Sebor > Fix For: 4.1.3 > > 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