[Bug c/12003] FILE* variable initialized to stderr (not constant error)
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Thu Aug 21 11:50:00 GMT 2003
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.
More information about the Gcc-bugs
mailing list