From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29503 invoked by alias); 8 Jul 2005 14:17:21 -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 29379 invoked by uid 48); 8 Jul 2005 14:17:01 -0000 Date: Fri, 08 Jul 2005 14:17:00 -0000 Message-ID: <20050708141701.29378.qmail@sourceware.org> From: "bangerth at dealii dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050708060632.22361.igodard@pacbell.net> References: <20050708060632.22361.igodard@pacbell.net> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/22361] Fails to identify X-Bugzilla-Reason: CC X-SW-Source: 2005-07/txt/msg00958.txt.bz2 List-Id: ------- Additional Comments From bangerth at dealii dot org 2005-07-08 14:16 ------- This is already fixed in 4.0. In previous versions, one can have a little fun if the compiler is configured with checking enabled: g/x> /home/bangerth/bin/gcc-2.95.3/bin/c++ -c x.cc x.cc: In function `int main()': x.cc:13: `' cannot be `restrict'-qualified x.cc:13: confused by earlier errors, bailing out g/x> /home/bangerth/bin/gcc-3.2.3/bin/c++ -c x.cc x.cc: In function `int main()': x.cc:13: no matching function for call to `F(B::TP2&)' g/x> /home/bangerth/bin/gcc-3.3*/bin/c++ -c x.cc x.cc: In function `int main()': x.cc:13: internal compiler error: tree check: expected class 't', have 'x' ( tree_vec) in cp_type_quals, at cp/typeck.c:6567 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. g/x> /home/bangerth/bin/gcc-3.4*/bin/c++ -c x.cc x.cc: In function `int main()': x.cc:13: internal compiler error: tree check: expected class 't', have 'x' (tree _vec) in cp_type_quals, at cp/typeck.c:6299 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. W. -- What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Known to fail| |4.0.0 Known to work| |2.95 3.2 3.3 3.4.3 Resolution| |FIXED Target Milestone|--- |4.0.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22361