This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/23801] GCC_VERSION tests in ansidecl.h result in integer overflow
- From: "amodra at bigpond dot net dot au" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 24 Oct 2005 23:26:11 -0000
- Subject: [Bug bootstrap/23801] GCC_VERSION tests in ansidecl.h result in integer overflow
- References: <bug-23801-11333@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #5 from amodra at bigpond dot net dot au 2005-10-24 23:26 -------
I can't reproduce this problem. It seems likely that you have unusual values
for __GNUC__ and/or __GNUC_MINOR__, possibly due to local patches. You can see
what they are by running
./xgcc -B./ -E -dD - < /dev/null
--
amodra at bigpond dot net dot au changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|crtstuff.c:65 |GCC_VERSION tests in
| |ansidecl.h result in integer
| |overflow
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23801