[Bug c/24329] [4.0/4.1 regression] segfault with -Wall and long integer literal
falk at debian dot org
gcc-bugzilla@gcc.gnu.org
Wed Oct 12 10:06:00 GMT 2005
------- Comment #1 from falk at debian dot org 2005-10-12 10:06 -------
Confirmed. Test case:
int printf(const char *format, ...);
int f() {
printf("%d", 141592653589793238462643383279502884197169399375105820974944);
}
--
falk at debian dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Keywords| |ice-on-invalid-code
Known to fail| |4.0.2 4.1.0
Known to work| |3.4.5
Summary|cc1 segfaulting when |[4.0/4.1 regression]
|compiling code with long |segfault with -Wall and long
|#define |integer literal
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24329
More information about the Gcc-bugs
mailing list