bug-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FW: GNU compiler bug


From: Shayne Wissler
Subject: FW: GNU compiler bug
Date: Mon, 5 Mar 2001 11:57:58 -0500

> The following code compiles but generates no warnings (even with -Wall)
> under the GNU C++ compiler:
> 
> int main() {
>   int x = x;
> }
> 
> At the very least I'd expect an "x is not initialized bug". That's not to
> mention the semantic problem with this code.
> 
Reading specs from /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2-6/specs
gcc version 2.95.2-6 19991024 (cygwin experimental)


Shayne Wissler




reply via email to

[Prev in Thread] Current Thread [Next in Thread]