From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12341 invoked by alias); 29 Nov 2005 06:28:11 -0000 Received: (qmail 12328 invoked by uid 48); 29 Nov 2005 06:28:10 -0000 Date: Tue, 29 Nov 2005 06:28:00 -0000 Message-ID: <20051129062810.12327.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c/25151] GCC issues warnings to a syntactically correct expression. 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-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2005-11/txt/msg03934.txt.bz2 List-Id: ------- Comment #1 from pinskia at gcc dot gnu dot org 2005-11-29 06:28 ------- Note the warning is to warn things like: a = a++; which is syntactically correct but semantically questionable. Note there are a lot of things which are syntactially correct but are semantically questionable -- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |diagnostic Known to fail| |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25151