Bug#458072: cpp-4.1: segmentation fault in cc1 due to infinite loop in error() when using -ftrapv

2007-12-28 Thread Vincent Lefevre
Package: cpp-4.1 Version: 4.1.1-21 Severity: normal I get the following segmentation fault: courge:...re/mpfr-2.3.1-rc1 gcc -DWANT_ASSERT=2 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1

Bug#458072: cpp-4.1: segmentation fault in cc1 due to infinite loop in error() when using -ftrapv

2007-12-28 Thread Martin Michlmayr
* Vincent Lefevre [EMAIL PROTECTED] [2007-12-28 13:51]: courge:...re/mpfr-2.3.1-rc1 gcc -DWANT_ASSERT=2 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1

Bug#458072: cpp-4.1: segmentation fault in cc1 due to infinite loop in error() when using -ftrapv

2007-12-28 Thread Vincent Lefevre
On 2007-12-28 14:26:04 +0100, Martin Michlmayr wrote: * Vincent Lefevre [EMAIL PROTECTED] [2007-12-28 13:51]: courge:...re/mpfr-2.3.1-rc1 gcc -DWANT_ASSERT=2 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SETLOCALE=1

Processed: Re: Bug#458072: cpp-4.1: segmentation fault in cc1 due to infinite loop in error() when using -ftrapv

2007-12-28 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: fixed 458072 4.1.2-18 Bug#458072: cpp-4.1: segmentation fault in cc1 due to infinite loop in error() when using -ftrapv Bug marked as fixed in version 4.1.2-18. thanks Stopping processing here. Please contact me if you need assistance. Debian bug

Bug#458072: cpp-4.1: segmentation fault in cc1 due to infinite loop in error() when using -ftrapv

2007-12-28 Thread Martin Michlmayr
fixed 458072 4.1.2-18 thanks * Vincent Lefevre [EMAIL PROTECTED] [2007-12-28 17:02]: Here is it. Also, I've tried with a non-Debian gcc 4.2.2 (installed in /usr/local/bin on this machine) and I get no crash. I can reproduce the problem with 4.1.1-21 from stable but not with 4.1.2-18 from

Bug#458072: cpp-4.1: segmentation fault in cc1 due to infinite loop in error() when using -ftrapv

2007-12-28 Thread Vincent Lefevre
merge 458072 405065 thanks On 2007-12-28 19:01:15 +0100, Martin Michlmayr wrote: I can reproduce the problem with 4.1.1-21 from stable but not with 4.1.2-18 from testing/unstable. So I think this has been fixed upstream (it might be PR30286 but I'm not sure). I simplified the code and could