[Bug pch/47584] [4.6 regression] internal compiler error: sigsegv in libcpp/line-map.c:285

2011-02-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47584

Richard Guenther rguenth at gcc dot gnu.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
   Last reconfirmed||2011.02.08 15:02:07
 Ever Confirmed|0   |1

--- Comment #8 from Richard Guenther rguenth at gcc dot gnu.org 2011-02-08 
15:02:07 UTC ---
Probably memory usage for the PCH changed between releases.


[Bug pch/47584] [4.6 regression] internal compiler error: sigsegv in libcpp/line-map.c:285

2011-02-04 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47584

Jakub Jelinek jakub at gcc dot gnu.org changed:

   What|Removed |Added

 CC||jakub at gcc dot gnu.org

--- Comment #7 from Jakub Jelinek jakub at gcc dot gnu.org 2011-02-04 
13:45:32 UTC ---
If this is an old problem, is it really a regression then?


[Bug pch/47584] [4.6 regression] internal compiler error: sigsegv in libcpp/line-map.c:285

2011-02-02 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47584

Andrew Pinski pinskia at gcc dot gnu.org changed:

   What|Removed |Added

   Host||i686-pc-mingw32

--- Comment #4 from Andrew Pinski pinskia at gcc dot gnu.org 2011-02-02 
18:33:57 UTC ---
(In reply to comment #3)
 I suspect PCH on mingw might simply not work reliably.

Which means this is a host issue rather than a target one :).


[Bug pch/47584] [4.6 regression] internal compiler error: sigsegv in libcpp/line-map.c:285

2011-02-02 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47584

Kai Tietz ktietz at gcc dot gnu.org changed:

   What|Removed |Added

 CC||ktietz at gcc dot gnu.org

--- Comment #5 from Kai Tietz ktietz at gcc dot gnu.org 2011-02-02 18:48:32 
UTC ---
Yeah, this is an old issue about fixed sized memory arena for .pch in
implementation of mingw here. Some of this stuff would be better done via
generic malloc/realloc instead of trying to emulate mmap here via file-mapping.


[Bug pch/47584] [4.6 regression] internal compiler error: sigsegv in libcpp/line-map.c:285

2011-02-02 Thread jojelino at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47584

gee jojelino at gmail dot com changed:

   What|Removed |Added

   Host|i686-pc-mingw32 |i686-pc-cygwin

--- Comment #6 from gee jojelino at gmail dot com 2011-02-02 19:33:39 UTC ---
i686-pc-mingw32-gcc -v
Using built-in specs.
COLLECT_GCC=i686-pc-mingw32-gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/i686-pc-mingw32/4.6.0/lto-wrapper.exe
Target: i686-pc-mingw32
Configured with: ./configure --config-cache --prefix=/usr
--enable-win32-registry --enable-threads=win32 --enable-languages=c,c++,lto
--with-win32-nlsapi=unicode --enable-tls --disable-bootstrap
--target=i686-pc-mingw32 --enable-shared --enable-interpreter
--disable-sjlj-exceptions --enable-gomp
Thread model: win32
gcc version 4.6.0 20110202 (experimental) (GCC)

i'm sorry for this.