From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3910 invoked by alias); 8 May 2003 16:56:01 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 3876 invoked by uid 71); 8 May 2003 16:56:01 -0000 Resent-Date: 8 May 2003 16:56:01 -0000 Resent-Message-ID: <20030508165601.3873.qmail@sources.redhat.com> Resent-From: gcc-gnats@gcc.gnu.org (GNATS Filer) Resent-Cc: gcc-prs@gcc.gnu.org, gcc-bugs@gcc.gnu.org Resent-Reply-To: gcc-gnats@gcc.gnu.org, drow@false.org Received: (qmail 29609 invoked by uid 48); 8 May 2003 16:51:59 -0000 Message-Id: <20030508165159.29608.qmail@sources.redhat.com> Date: Thu, 08 May 2003 16:56:00 -0000 From: drow@false.org Reply-To: drow@false.org To: gcc-gnats@gcc.gnu.org X-Send-Pr-Version: gnatsweb-2.9.3 (1.1.1.1.2.31) Subject: target/10687: [3.3] Typo in mips/linux.h X-SW-Source: 2003-05/txt/msg00632.txt.bz2 List-Id: >Number: 10687 >Category: target >Synopsis: [3.3] Typo in mips/linux.h >Confidential: no >Severity: serious >Priority: medium >Responsible: unassigned >State: open >Class: sw-bug >Submitter-Id: net >Arrival-Date: Thu May 08 16:56:01 UTC 2003 >Closed-Date: >Last-Modified: >Originator: drow@false.org >Release: 3.3 CVS branch >Organization: >Environment: >Description: There's a one-character typo in config/mips/linux.h; the fix was queued up with the merge from the mips-rewrite branch so it was never submitted for 3.3. It causes the C compiler to set c_language=clk_cplusplus, which is surprisingly harmless, and to define -D_GNU_SOURCE by default, which isn't. /* The GNU C++ standard library requires this. */ \ - if (c_language = clk_cplusplus) \ + if (c_language == clk_cplusplus) \ >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: