[Bug middle-end/21085] [4.0/4.1 Regression] Virtual memory exhausted with g++
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Mon Apr 18 19:24:00 GMT 2005
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-18 19:24 -------
Reduced testcase:
int main( int argc, char * argv[ ] )
{
int maxstringlen = 1;
int limit = 0, maxblock = 0, maxblockrem = 0;
maxblockrem = (maxstringlen) % (2147483647 + 1);
}
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Last reconfirmed|0000-00-00 00:00:00 |2005-04-18 19:24:03
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21085
More information about the Gcc-bugs
mailing list