[Bug preprocessor/29966] crash in cc1 with backtrace from free()

2007-01-30 Thread tromey at gcc dot gnu dot org
--- Comment #11 from tromey at gcc dot gnu dot org 2007-01-30 16:29 --- Fix checked in. -- tromey at gcc dot gnu dot org changed: What|Removed |Added Status|A

[Bug preprocessor/29966] crash in cc1 with backtrace from free()

2007-01-30 Thread tromey at gcc dot gnu dot org
--- Comment #10 from tromey at gcc dot gnu dot org 2007-01-30 15:46 --- Subject: Bug 29966 Author: tromey Date: Tue Jan 30 15:46:01 2007 New Revision: 121340 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=121340 Log: PR preprocessor/29966: * macro.c (lex_expansio

[Bug preprocessor/29966] crash in cc1 with backtrace from free()

2007-01-07 Thread tromey at gcc dot gnu dot org
-- tromey at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |tromey at gcc dot gnu dot |dot org

[Bug preprocessor/29966] crash in cc1 with backtrace from free()

2007-01-01 Thread patchapp at dberlin dot org
--- Comment #9 from patchapp at dberlin dot org 2007-01-01 21:53 --- Subject: Bug number PR preprocessor/29966 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2006-12/msg01848.html -- http://gcc.gnu.o

[Bug preprocessor/29966] crash in cc1 with backtrace from free()

2006-12-27 Thread tromey at gcc dot gnu dot org
--- Comment #8 from tromey at gcc dot gnu dot org 2006-12-27 21:43 --- I looked at this a bit. The basic problem resembles bug #14438 in a way. The source code here has an unterminated "call" to a function-like macro. cpp thinks all the subsequent #define directives are in the expansio

[Bug preprocessor/29966] crash in cc1 with backtrace from free()

2006-11-24 Thread rguenth at gcc dot gnu dot org
--- Comment #7 from rguenth at gcc dot gnu dot org 2006-11-24 10:46 --- 3.4.6 and 3.3.6 have the same issue -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug preprocessor/29966] crash in cc1 with backtrace from free()

2006-11-23 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2006-11-24 00:17 --- valgrind on the mainline shows begining with: ==11886== Invalid write of size 1 ==11886==at 0x8592FE0: _cpp_lex_direct (lex.c:881) ==11886== Address 0x48DD485 is 5 bytes after a block of size 4,000 alloc'd ==118

[Bug preprocessor/29966] crash in cc1 with backtrace from free()

2006-11-23 Thread acahalan at gmail dot com
--- Comment #5 from acahalan at gmail dot com 2006-11-24 00:02 --- Created an attachment (id=12680) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12680&action=view) crash5.c -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29966

[Bug preprocessor/29966] crash in cc1 with backtrace from free()

2006-11-23 Thread acahalan at gmail dot com
--- Comment #4 from acahalan at gmail dot com 2006-11-24 00:01 --- Created an attachment (id=12679) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12679&action=view) crash4.c -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29966

[Bug preprocessor/29966] crash in cc1 with backtrace from free()

2006-11-23 Thread acahalan at gmail dot com
--- Comment #3 from acahalan at gmail dot com 2006-11-24 00:01 --- Created an attachment (id=12678) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12678&action=view) crash3.c -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29966

[Bug preprocessor/29966] crash in cc1 with backtrace from free()

2006-11-23 Thread acahalan at gmail dot com
--- Comment #2 from acahalan at gmail dot com 2006-11-24 00:00 --- Created an attachment (id=12677) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12677&action=view) crash2.c -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29966

[Bug preprocessor/29966] crash in cc1 with backtrace from free()

2006-11-23 Thread acahalan at gmail dot com
--- Comment #1 from acahalan at gmail dot com 2006-11-23 23:59 --- Created an attachment (id=12676) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12676&action=view) crash1.c -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29966