This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

target/5727: /gcc-3.0.3/gcc/config/i386/netware.h allows #include recursion



>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:


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]