[Bug preprocessor/30001] out-of-bounds access when processing empty file

2006-11-27 Thread fang at csl dot cornell dot edu
--- Comment #1 from fang at csl dot cornell dot edu 2006-11-27 20:49 --- Is this related to the standard requirement that a source file must end with a newline character? (and thus cannot be empty?) -- fang at csl dot cornell dot edu changed: What|Removed

[Bug preprocessor/30001] out-of-bounds access when processing empty file

2006-12-03 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-12-03 19:34 --- > Is this related to the standard requirement that a source file must end with a > newline character? (and thus cannot be empty?) Not really. Confirmed: ==17881== Invalid read of size 1 ==17881==at 0x87F2933: _c

[Bug preprocessor/30001] out-of-bounds access when processing empty file

2006-12-22 Thread patchapp at dberlin dot org
--- Comment #3 from patchapp at dberlin dot org 2006-12-23 03:00 --- Subject: Bug number PR preprocessor/30001 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/msg01602.html -- http://gcc.gnu.o

[Bug preprocessor/30001] out-of-bounds access when processing empty file

2006-12-28 Thread tromey at gcc dot gnu dot org
--- Comment #4 from tromey at gcc dot gnu dot org 2006-12-28 18:45 --- Subject: Bug 30001 Author: tromey Date: Thu Dec 28 18:45:48 2006 New Revision: 120245 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=120245 Log: PR preprocessor/30001: * charset.c (_cpp_conver

[Bug preprocessor/30001] out-of-bounds access when processing empty file

2006-12-28 Thread tromey at gcc dot gnu dot org
--- Comment #5 from tromey at gcc dot gnu dot org 2006-12-28 18:47 --- I checked in the fix. -- tromey at gcc dot gnu dot org changed: What|Removed |Added