This is the mail archive of the gcc-prs@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]

c++/751: NULL-something kills compiler



>Number:         751
>Category:       c++
>Synopsis:       NULL-something kills compiler
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    unassigned
>State:          open
>Class:          ice-on-illegal-code
>Submitter-Id:   net
>Arrival-Date:   Wed Nov 08 04:36:00 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Philip Bergen
>Release:        gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)
>Organization:
>Environment:
RH6.2
>Description:
void main(void)
{
   int i=NULL-1;
}

Kills the compiler.
>How-To-Repeat:
void main(void)
{
   int i=NULL-1;
}

Kills the compiler.
>Fix:

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