This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/24329] [4.0/4.1 regression] segfault with -Wall and long integer literal
- From: "falk at debian dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 12 Oct 2005 10:06:38 -0000
- Subject: [Bug c/24329] [4.0/4.1 regression] segfault with -Wall and long integer literal
- References: <bug-24329-11511@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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