From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11917 invoked by alias); 12 Jul 2008 20:45:59 -0000 Received: (qmail 11909 invoked by uid 22791); 12 Jul 2008 20:45:59 -0000 X-Spam-Check-By: sourceware.org Received: from fk-out-0910.google.com (HELO fk-out-0910.google.com) (209.85.128.191) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 12 Jul 2008 20:45:41 +0000 Received: by fk-out-0910.google.com with SMTP id 19so2124016fkr.8 for ; Sat, 12 Jul 2008 13:45:39 -0700 (PDT) Received: by 10.86.31.18 with SMTP id e18mr11994002fge.52.1215895538588; Sat, 12 Jul 2008 13:45:38 -0700 (PDT) Received: by 10.86.66.18 with HTTP; Sat, 12 Jul 2008 13:45:38 -0700 (PDT) Message-ID: Date: Sat, 12 Jul 2008 21:05:00 -0000 From: "James Gregory" To: gcc-help@gcc.gnu.org Subject: Re: Including affects whether or not program freezes? In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <5cc6b04e0807090949g30d5aacckc170e6068093e5a4@mail.gmail.com> 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: 2008-07/txt/msg00161.txt.bz2 On Sat, Jul 12, 2008 at 9:38 PM, James Gregory wrote: > I don't understand assembler, but Actually it is clearly still C++ not assembler, I meant "I don't understand the resulting lower level code". James