[Bug tree-optimization/19060] [4.0 Regression] fstream.tellp() result not changed after some output
belyshev at depni dot sinp dot msu dot ru
gcc-bugzilla@gcc.gnu.org
Fri Dec 31 19:38:00 GMT 2004
------- Additional Comments From belyshev at depni dot sinp dot msu dot ru 2004-12-31 19:38 -------
// C testcase
void abort (void);
static long long min ()
{
return -9223372036854775807LL - 1;
}
void foo (long long j)
{
if (j > 10 || j < min ())
abort ();
}
int main ()
{
foo (10);
return 0;
}
--
What |Removed |Added
----------------------------------------------------------------------------
GCC target triplet|i386-unknown-freebsd5.3, |
|i386-openbsd3.1 |
Known to fail| |4.0.0
Known to work| |3.3.4 3.4.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19060
More information about the Gcc-bugs
mailing list