id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 9007,Spirt Int parser fails to detect overflow when using gcc 4.8,cmoore@…,Joel de Guzman,"Attached test program that tries to parse a string containing INT_MAX+1. Expected the parser to fail. When compiled with gcc 4.8, instead it succeeds and returns MIN_INT. When compiled with gcc 4.7, 4,2 or clang 3.3, it behaves as expected. Sample output: {{{ $ ./Main.gcc48 sizeof(int): 4 Parsing '2147483647': parse success 2147483647 Parsing '2147483648': parse success -2147483648 $ ./Main.gcc47 sizeof(int): 4 Parsing '2147483647': parse success 2147483647 Parsing '2147483648': parse failed }}} ",Bugs,closed,To Be Determined,spirit,Boost 1.54.0,Problem,fixed,,