This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/24329] [4.0/4.1 regression] segfault with -Wall and long integer literal



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]