From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31318 invoked by alias); 2 Jun 2011 20:14:58 -0000 Received: (qmail 31309 invoked by uid 22791); 2 Jun 2011 20:14:57 -0000 X-SWARE-Spam-Status: No, hits=-1.0 required=5.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED,FREEMAIL_FROM,NML_ADSP_CUSTOM_MED,T_RP_MATCHES_RCVD,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from sam.nabble.com (HELO sam.nabble.com) (216.139.236.26) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 02 Jun 2011 20:14:40 +0000 Received: from isper.nabble.com ([192.168.236.156]) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1QSEHv-00068W-NX for gcc-help@gcc.gnu.org; Thu, 02 Jun 2011 13:14:39 -0700 Message-ID: <31760683.post@talk.nabble.com> Date: Thu, 02 Jun 2011 20:14:00 -0000 From: asura10 To: gcc-help@gcc.gnu.org Subject: Error: suffix or operands invalid for `push' MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2011-06/txt/msg00052.txt.bz2 Hi All, I just tried executing a normal hello world C program and got the following error /tmp/cc2jcOrX.s: Assembler messages: /tmp/cc2jcOrX.s:12: Error: suffix or operands invalid for `push' /tmp/cc2jcOrX.s:16: Error: suffix or operands invalid for `push' /tmp/cc2jcOrX.s:24: Error: suffix or operands invalid for `pop' I'm running on a 64-bit server Thanks in advance -- View this message in context: http://old.nabble.com/Error%3A-suffix-or-operands-invalid-for-%60push%27-tp31760683p31760683.html Sent from the gcc - Help mailing list archive at Nabble.com.