From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14595 invoked by alias); 21 Aug 2003 11:50:23 -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 14588 invoked by uid 48); 21 Aug 2003 11:50:23 -0000 Date: Thu, 21 Aug 2003 11:50:00 -0000 Message-ID: <20030821115023.14586.qmail@sources.redhat.com> From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20030821041204.12003.Castalia@idaeim.com> References: <20030821041204.12003.Castalia@idaeim.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c/12003] FILE* variable initialized to stderr (not constant error) X-Bugzilla-Reason: CC X-SW-Source: 2003-08/txt/msg02288.txt.bz2 List-Id: PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12003 pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID ------- Additional Comments From pinskia at gcc dot gnu dot org 2003-08-21 11:50 ------- Note stderr is defined by the libc, not by GCC so that is why it worked in Solaris and not in FreeBSD but also the c standard allows stderr/stdout/stdin to be non-constant values so this is a non-bug.