From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12376 invoked by alias); 4 Sep 2005 14:10:38 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 12360 invoked by uid 48); 4 Sep 2005 14:10:35 -0000 Date: Sun, 04 Sep 2005 14:10:00 -0000 Message-ID: <20050904141035.12357.qmail@sourceware.org> From: "pcarlini at suse dot de" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050901014342.23667.jsm28@gcc.gnu.org> References: <20050901014342.23667.jsm28@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/23667] [4.0/4.1 Regression] tr1/6_containers/unordered/hashtable/23465.cc execution test times out X-Bugzilla-Reason: CC X-SW-Source: 2005-09/txt/msg00427.txt.bz2 List-Id: ------- Additional Comments From pcarlini at suse dot de 2005-09-04 14:10 ------- By the way, the error message I get with mainline (or current 4_0-branch): reduced_2005_09_04.cc: In function 'int main()': reduced_2005_09_04.cc:66: error: '(((int)X<0>::n_primes) == 256)' is not a valid template argument for type 'bool' because it is a non-constant expression is *very* interesting: non-constant?!?!?! For comparison, with 4.0.1 (which is OK), if I change 256 -> 0: reduced_2005_09_04.cc: In function 'int main()': reduced_2005_09_04.cc:66: error: invalid use of undefined type 'struct static_assert' reduced_2005_09_04.cc:59: error: declaration of 'struct static_assert' -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23667