This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
target/5727: /gcc-3.0.3/gcc/config/i386/netware.h allows #include recursion
- From: evans_tdavid at emc dot com
- To: gcc-gnats at gcc dot gnu dot org
- Date: 18 Feb 2002 22:55:54 -0000
- Subject: target/5727: /gcc-3.0.3/gcc/config/i386/netware.h allows #include recursion
- Reply-to: evans_tdavid at emc dot com
>Number: 5727
>Category: target
>Synopsis: /gcc-3.0.3/gcc/config/i386/netware.h allows #include recursion
>Confidential: no
>Severity: critical
>Priority: high
>Responsible: unassigned
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Mon Feb 18 14:56:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator: David Evans
>Release: gcc-3.0.3
>Organization:
>Environment:
cygwin32 - building i386-pc-netware cross compiler
>Description:
Unacceptable -
in netware.h - line 24 -
#include "netware.h"
No header inclusion protection!
>How-To-Repeat:
Try to build an i386-*-netware cross compiler.
>Fix:
Fix is easy:
i386:647$ diff netware.h netware.h~
23,25d22
< #ifndef NETWARE_H
< #define NETWARE_H
<
42,43d38
<
< #endif
>Release-Note:
>Audit-Trail:
>Unformatted: