Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 78936 invoked from network); 3 Nov 2006 12:35:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Nov 2006 12:35:09 -0000 Received: (qmail 39530 invoked by uid 500); 3 Nov 2006 12:35:17 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 39490 invoked by uid 500); 3 Nov 2006 12:35:16 -0000 Mailing-List: contact harmony-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-dev@incubator.apache.org Received: (qmail 39481 invoked by uid 99); 3 Nov 2006 12:35:16 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Nov 2006 04:35:16 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of gcjhd-harmony-dev@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from [80.91.229.2] (HELO ciao.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Nov 2006 04:35:02 -0800 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Gfxws-0001cj-3l for harmony-dev@incubator.apache.org; Fri, 03 Nov 2006 13:15:02 +0100 Received: from msfwpr01.ims.intel.com ([62.118.80.132]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 03 Nov 2006 13:15:02 +0100 Received: from egor.pasko by msfwpr01.ims.intel.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 03 Nov 2006 13:15:02 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: harmony-dev@incubator.apache.org From: Egor Pasko Subject: Re: [general] version of GCC... Date: 03 Nov 2006 18:15:19 +0600 Lines: 26 Message-ID: References: <454AC065.8080602@pobox.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: msfwpr01.ims.intel.com User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 Sender: news X-Virus-Checked: Checked by ClamAV on apache.org On the 0x216 day of Apache Harmony Gregory Shimansky wrote: > Geir Magnusson Jr. wrote: > > did we ever bottom out on what range of GCC we'll support? > > I have a patch I want to commit that is known to not compile under > > 4.1.1... > > Hmm no I don't remember such agreement. I think GCC is mostly > backwards compatible, and anything that compiles on 4.1.1 should > compile on previous versions. So it is better to support the latest > stable. > > Not many people would like to install such GCC version, but someone > like me could at least give warnings that the most recent version of > GCC doesn't compile some code. yes, and comment JIRA accordingly (with suggested fix). This way we can support a very wide renge of GCCs constantly. I doubt I can use the latest GCC soon, so I cannot check patches constantly. Does it make sense to use something CruiseControl-ish that walks around JIRA patches and reports statistics which of them build OK? I thought of such a tool recently.. Not a task I would dream to implement though. -- Egor Pasko