From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27537 invoked by alias); 8 Dec 2007 20:47:25 -0000 Received: (qmail 27494 invoked by uid 48); 8 Dec 2007 20:47:13 -0000 Date: Sat, 08 Dec 2007 20:47:00 -0000 Message-ID: <20071208204713.27493.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/34269] [4.1/4.2/4.3 regression] Incomplete __decltype/__typeof expressions accepted In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pinskia at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2007-12/txt/msg00639.txt.bz2 ------- Comment #2 from pinskia at gcc dot gnu dot org 2007-12-08 20:47 ------- (In reply to comment #1) > And the same with __typeof__ instead of __decltype. Since 3.4. > Why is this considered an regression? Well 3.3 rejected the incomplete __typeof__ so this is a regression for that. Confirmed. -- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pinskia at gcc dot gnu dot | |org Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Known to fail| |3.4.0 4.0.4 4.1.0 4.2.0 | |4.3.0 Known to work| |3.3.3 Last reconfirmed|0000-00-00 00:00:00 |2007-12-08 20:47:13 date| | Summary|[4.3 regression] Incomplete |[4.1/4.2/4.3 regression] |__decltype expressions |Incomplete |accepted |__decltype/__typeof | |expressions accepted Target Milestone|4.3.0 |4.1.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34269