[Bug other/59648] -O2 -flto compilation of xorg-server-1.15.0 fails

2014-01-06 Thread trippels at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59648 Markus Trippelsdorf trippels at gcc dot gnu.org changed: What|Removed |Added Status|WAITING |RESOLVED

[Bug tree-optimization/59644] [4.9 Regression] r206243 miscompiles Linux kernel

2014-01-06 Thread trippels at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59644 Markus Trippelsdorf trippels at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |4.9.0

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-06 Thread fxcoudert at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966 --- Comment #111 from Francois-Xavier Coudert fxcoudert at gcc dot gnu.org --- Thanks Dominique for updating Jochen Kuepper's email address in this bug report, and stopping the torrent of spam streaming to all of us. Jochen, you may want to check

[Bug tree-optimization/59644] [4.9 Regression] r206243 miscompiles Linux kernel

2014-01-06 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59644 --- Comment #10 from Jakub Jelinek jakub at gcc dot gnu.org --- If you have time, could you please try to bisect manually which of the 4 functions matters for the bootstrap failure? Compile printk.s with both compilers and apply by hand only

[Bug ada/59692] Missing __gnat_malloc on mingw targets

2014-01-06 Thread steve at sk2 dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59692 --- Comment #2 from Stephen Kitt steve at sk2 dot org --- My mistake, this happens with Debian gcc which includes the patch in http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48835

[Bug tree-optimization/59644] [4.9 Regression] r206243 miscompiles Linux kernel

2014-01-06 Thread trippels at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59644 --- Comment #11 from Markus Trippelsdorf trippels at gcc dot gnu.org --- (In reply to Jakub Jelinek from comment #10) If you have time, could you please try to bisect manually which of the 4 functions matters for the bootstrap failure? Compile

[Bug other/56780] --disable-install-libiberty still installs libiberty.a

2014-01-06 Thread knrstaj at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56780 knrstaj at gmail dot com changed: What|Removed |Added CC||knrstaj at gmail dot com ---

[Bug tree-optimization/59644] [4.9 Regression] r206243 miscompiles Linux kernel

2014-01-06 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59644 --- Comment #12 from Jakub Jelinek jakub at gcc dot gnu.org --- (In reply to Markus Trippelsdorf from comment #11) (In reply to Jakub Jelinek from comment #10) If you have time, could you please try to bisect manually which of the 4 functions

[Bug tree-optimization/59644] [4.9 Regression] r206243 miscompiles Linux kernel

2014-01-06 Thread trippels at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59644 --- Comment #13 from Markus Trippelsdorf trippels at gcc dot gnu.org --- (In reply to Jakub Jelinek from comment #12) (In reply to Markus Trippelsdorf from comment #11) (In reply to Jakub Jelinek from comment #10) If you have time, could you

[Bug tree-optimization/59644] [4.9 Regression] r206243 miscompiles Linux kernel

2014-01-06 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59644 --- Comment #14 from Jakub Jelinek jakub at gcc dot gnu.org --- (In reply to Markus Trippelsdorf from comment #13) It is undestandable the patch changes how most/all stdarg functions are compiled in the kernel, the question is why the kernel

[Bug tree-optimization/59644] [4.9 Regression] r206243 miscompiles Linux kernel

2014-01-06 Thread trippels at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59644 --- Comment #15 from Markus Trippelsdorf trippels at gcc dot gnu.org --- (In reply to Jakub Jelinek from comment #14) (In reply to Markus Trippelsdorf from comment #13) It is undestandable the patch changes how most/all stdarg functions are

[Bug rtl-optimization/59649] [4.9 regression] conftest.c miscompiled

2014-01-06 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59649 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added CC||jakub at gcc dot

[Bug target/59695] New: bad code generation on aarch64 in aarch64_output_mi_thunk

2014-01-06 Thread doko at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59695 Bug ID: 59695 Summary: bad code generation on aarch64 in aarch64_output_mi_thunk Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal

[Bug rtl-optimization/59649] [4.9 regression] conftest.c miscompiled

2014-01-06 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59649 --- Comment #4 from Eric Botcazou ebotcazou at gcc dot gnu.org --- So, IMHO either get_mode_bounds needs to special case BImode like trunc_int_for_mode does and make the bounds of BImode include values of 0 and STORE_FLAG_VALUE, or the BImode

[Bug tree-optimization/59644] [4.9 Regression] r206243 miscompiles Linux kernel

2014-01-06 Thread trippels at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59644 Markus Trippelsdorf trippels at gcc dot gnu.org changed: What|Removed |Added Component|target

[Bug tree-optimization/59644] [4.9 Regression] r206243 miscompiles Linux kernel

2014-01-06 Thread trippels at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59644 --- Comment #17 from Markus Trippelsdorf trippels at gcc dot gnu.org --- If I add pushq %r10 and popq%r10 by hand, the kernel boots fine.

[Bug tree-optimization/59644] [4.9 Regression] r206243 miscompiles Linux kernel

2014-01-06 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59644 --- Comment #18 from H.J. Lu hjl.tools at gmail dot com --- (In reply to Markus Trippelsdorf from comment #17) If I add pushq %r10 and popq%r10 by hand, the kernel boots fine. Is r10 used in th function? Please also try adjust stack

[Bug tree-optimization/59644] [4.9 Regression] r206243 miscompiles Linux kernel

2014-01-06 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59644 --- Comment #19 from Jakub Jelinek jakub at gcc dot gnu.org --- (In reply to Markus Trippelsdorf from comment #17) If I add pushq %r10 and popq%r10 by hand, the kernel boots fine. Thanks. Now, can you please try to use pushq %r9 and popq

[Bug tree-optimization/59644] [4.9 Regression] r206243 miscompiles Linux kernel

2014-01-06 Thread trippels at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59644 --- Comment #20 from Markus Trippelsdorf trippels at gcc dot gnu.org --- (In reply to Jakub Jelinek from comment #19) (In reply to Markus Trippelsdorf from comment #17) If I add pushq %r10 and popq%r10 by hand, the kernel boots fine.

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-06 Thread jochen.kuepper at cfel dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966 --- Comment #112 from jochen.kuepper at cfel dot de --- You have contacted me on an old email address at the FHI Berlin. This account will soon not be available anymore. Please change your address book to use jochen.kuep...@cfel.de. On

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-06 Thread jochen.kuepper at cfel dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966 --- Comment #112 from jochen.kuepper at cfel dot de --- You have contacted me on an old email address at the FHI Berlin. This account will soon not be available anymore. Please change your address book to use jochen.kuep...@cfel.de. On

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-06 Thread jochen.kuepper at cfel dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966 --- Comment #112 from jochen.kuepper at cfel dot de --- You have contacted me on an old email address at the FHI Berlin. This account will soon not be available anymore. Please change your address book to use jochen.kuep...@cfel.de. On

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-06 Thread jochen.kuepper at cfel dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966 --- Comment #112 from jochen.kuepper at cfel dot de --- You have contacted me on an old email address at the FHI Berlin. This account will soon not be available anymore. Please change your address book to use jochen.kuep...@cfel.de. On

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-06 Thread jochen.kuepper at cfel dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966 --- Comment #112 from jochen.kuepper at cfel dot de --- You have contacted me on an old email address at the FHI Berlin. This account will soon not be available anymore. Please change your address book to use jochen.kuep...@cfel.de. On

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-06 Thread jochen.kuepper at cfel dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966 --- Comment #119 from jochen.kuepper at cfel dot de --- Created attachment 31670 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=31670action=edit attachment-5969-0.dat You have contacted me on an old email address at the FHI Berlin. This

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-06 Thread jochen.kuepper at cfel dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966 --- Comment #112 from jochen.kuepper at cfel dot de --- You have contacted me on an old email address at the FHI Berlin. This account will soon not be available anymore. Please change your address book to use jochen.kuep...@cfel.de. On

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-06 Thread jochen.kuepper at cfel dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966 --- Comment #118 from jochen.kuepper at cfel dot de --- Created attachment 31669 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=31669action=edit attachment-5917-0.dat You have contacted me on an old email address at the FHI Berlin. This

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-06 Thread jochen.kuepper at cfel dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966 --- Comment #116 from jochen.kuepper at cfel dot de --- You have contacted me on an old email address at the FHI Berlin. This account will soon not be available anymore. Please change your address book to use jochen.kuep...@cfel.de. On

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-06 Thread jochen.kuepper at cfel dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966 --- Comment #120 from jochen.kuepper at cfel dot de --- Created attachment 31671 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=31671action=edit attachment-6030-0.dat --- Comment #121 from jochen.kuepper at cfel dot de --- Created attachment

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-06 Thread jochen.kuepper at cfel dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966 --- Comment #122 from jochen.kuepper at cfel dot de --- Created attachment 31673 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=31673action=edit attachment-6380-0.dat

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-06 Thread jochen.kuepper at cfel dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966 --- Comment #116 from jochen.kuepper at cfel dot de --- You have contacted me on an old email address at the FHI Berlin. This account will soon not be available anymore. Please change your address book to use jochen.kuep...@cfel.de. On

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-06 Thread jochen.kuepper at cfel dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966 --- Comment #118 from jochen.kuepper at cfel dot de --- Created attachment 31669 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=31669action=edit attachment-5917-0.dat You have contacted me on an old email address at the FHI Berlin. This

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-06 Thread jochen.kuepper at cfel dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966 --- Comment #116 from jochen.kuepper at cfel dot de --- You have contacted me on an old email address at the FHI Berlin. This account will soon not be available anymore. Please change your address book to use jochen.kuep...@cfel.de. On

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-06 Thread jochen.kuepper at cfel dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966 --- Comment #125 from jochen.kuepper at cfel dot de --- You have contacted me on an old email address at the FHI Berlin. This account will soon not be available anymore. Please change your address book to use jochen.kuep...@cfel.de. On

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-06 Thread jochen.kuepper at cfel dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966 --- Comment #120 from jochen.kuepper at cfel dot de --- Created attachment 31671 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=31671action=edit attachment-6030-0.dat

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-06 Thread jochen.kuepper at cfel dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966 --- Comment #123 from jochen.kuepper at cfel dot de --- You have contacted me on an old email address at the FHI Berlin. This account will soon not be available anymore. Please change your address book to use jochen.kuep...@cfel.de. On

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-06 Thread jochen.kuepper at cfel dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966 --- Comment #130 from jochen.kuepper at cfel dot de --- You have contacted me on an old email address at the FHI Berlin. This account will soon not be available anymore. Please change your address book to use jochen.kuep...@cfel.de. On

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-06 Thread jochen.kuepper at cfel dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966 --- Comment #132 from jochen.kuepper at cfel dot de --- Created attachment 31678 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=31678action=edit attachment-8543-0.dat You have contacted me on an old email address at the FHI Berlin. This

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-06 Thread jochen.kuepper at cfel dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966 --- Comment #132 from jochen.kuepper at cfel dot de --- You have contacted me on an old email address at the FHI Berlin. This account will soon not be available anymore. Please change your address book to use jochen.kuep...@cfel.de. On

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-06 Thread jochen.kuepper at cfel dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966 --- Comment #125 from jochen.kuepper at cfel dot de --- You have contacted me on an old email address at the FHI Berlin. This account will soon not be available anymore. Please change your address book to use jochen.kuep...@cfel.de. On

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-06 Thread jochen.kuepper at cfel dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966 --- Comment #123 from jochen.kuepper at cfel dot de --- You have contacted me on an old email address at the FHI Berlin. This account will soon not be available anymore. Please change your address book to use jochen.kuep...@cfel.de. On

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-06 Thread jochen.kuepper at cfel dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966 --- Comment #123 from jochen.kuepper at cfel dot de --- You have contacted me on an old email address at the FHI Berlin. This account will soon not be available anymore. Please change your address book to use jochen.kuep...@cfel.de. On

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-06 Thread jochen.kuepper at cfel dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966 --- Comment #130 from jochen.kuepper at cfel dot de --- You have contacted me on an old email address at the FHI Berlin. This account will soon not be available anymore. Please change your address book to use jochen.kuep...@cfel.de. On

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-06 Thread jochen.kuepper at cfel dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966 --- Comment #133 from jochen.kuepper at cfel dot de --- Created attachment 31679 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=31679action=edit attachment-8687-0.dat --- Comment #134 from jochen.kuepper at cfel dot de --- You have contacted

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-06 Thread jochen.kuepper at cfel dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966 --- Comment #130 from jochen.kuepper at cfel dot de --- You have contacted me on an old email address at the FHI Berlin. This account will soon not be available anymore. Please change your address book to use jochen.kuep...@cfel.de. On

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-06 Thread jochen.kuepper at cfel dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966 --- Comment #133 from jochen.kuepper at cfel dot de --- Created attachment 31679 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=31679action=edit attachment-8687-0.dat --- Comment #134 from jochen.kuepper at cfel dot de --- Created attachment

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-06 Thread jochen.kuepper at cfel dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966 --- Comment #127 from jochen.kuepper at cfel dot de --- Created attachment 31675 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=31675action=edit attachment-7657-0.dat --- Comment #128 from jochen.kuepper at cfel dot de --- Created attachment

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-06 Thread jochen.kuepper at cfel dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966 --- Comment #127 from jochen.kuepper at cfel dot de --- Created attachment 31675 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=31675action=edit attachment-7657-0.dat --- Comment #128 from jochen.kuepper at cfel dot de --- Created attachment

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-06 Thread jochen.kuepper at cfel dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966 --- Comment #135 from jochen.kuepper at cfel dot de --- Created attachment 31681 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=31681action=edit attachment-9202-0.dat

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-06 Thread jochen.kuepper at cfel dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966 --- Comment #144 from jochen.kuepper at cfel dot de --- Created attachment 31689 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=31689action=edit attachment-12105-0.dat

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-06 Thread jochen.kuepper at cfel dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966 --- Comment #141 from jochen.kuepper at cfel dot de --- You have contacted me on an old email address at the FHI Berlin. This account will soon not be available anymore. Please change your address book to use jochen.kuep...@cfel.de. On

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-06 Thread jochen.kuepper at cfel dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966 --- Comment #135 from jochen.kuepper at cfel dot de --- Created attachment 31681 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=31681action=edit attachment-9202-0.dat --- Comment #136 from jochen.kuepper at cfel dot de --- You have contacted

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-06 Thread jochen.kuepper at cfel dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966 --- Comment #139 from jochen.kuepper at cfel dot de --- You have contacted me on an old email address at the FHI Berlin. This account will soon not be available anymore. Please change your address book to use jochen.kuep...@cfel.de. On

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-06 Thread jochen.kuepper at cfel dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966 --- Comment #139 from jochen.kuepper at cfel dot de --- You have contacted me on an old email address at the FHI Berlin. This account will soon not be available anymore. Please change your address book to use jochen.kuep...@cfel.de. On

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-06 Thread jochen.kuepper at cfel dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966 --- Comment #138 from jochen.kuepper at cfel dot de --- You have contacted me on an old email address at the FHI Berlin. This account will soon not be available anymore. Please change your address book to use jochen.kuep...@cfel.de. On

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-06 Thread jochen.kuepper at cfel dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966 --- Comment #125 from jochen.kuepper at cfel dot de --- You have contacted me on an old email address at the FHI Berlin. This account will soon not be available anymore. Please change your address book to use jochen.kuep...@cfel.de. On

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-06 Thread jochen.kuepper at cfel dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966 --- Comment #138 from jochen.kuepper at cfel dot de --- You have contacted me on an old email address at the FHI Berlin. This account will soon not be available anymore. Please change your address book to use jochen.kuep...@cfel.de. On

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-06 Thread jochen.kuepper at cfel dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966 --- Comment #144 from jochen.kuepper at cfel dot de --- Created attachment 31689 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=31689action=edit attachment-12105-0.dat --- Comment #145 from jochen.kuepper at cfel dot de --- You have contacted

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-06 Thread jochen.kuepper at cfel dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966 --- Comment #142 from jochen.kuepper at cfel dot de --- Created attachment 31687 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=31687action=edit attachment-11578-0.dat You have contacted me on an old email address at the FHI Berlin. This

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-06 Thread jochen.kuepper at cfel dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966 --- Comment #141 from jochen.kuepper at cfel dot de --- You have contacted me on an old email address at the FHI Berlin. This account will soon not be available anymore. Please change your address book to use jochen.kuep...@cfel.de. On

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-06 Thread jochen.kuepper at cfel dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966 --- Comment #132 from jochen.kuepper at cfel dot de --- Created attachment 31678 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=31678action=edit attachment-8543-0.dat You have contacted me on an old email address at the FHI Berlin. This

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-06 Thread jochen.kuepper at cfel dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966 --- Comment #137 from jochen.kuepper at cfel dot de --- You have contacted me on an old email address at the FHI Berlin. This account will soon not be available anymore. Please change your address book to use jochen.kuep...@cfel.de. On

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-06 Thread jochen.kuepper at cfel dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966 --- Comment #154 from jochen.kuepper at cfel dot de --- Created attachment 31696 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=31696action=edit attachment-13864-0.dat --- Comment #155 from jochen.kuepper at cfel dot de --- You have contacted

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-06 Thread jochen.kuepper at cfel dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966 --- Comment #154 from jochen.kuepper at cfel dot de --- Created attachment 31696 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=31696action=edit attachment-13864-0.dat

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-06 Thread jochen.kuepper at cfel dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966 --- Comment #151 from jochen.kuepper at cfel dot de --- Created attachment 31694 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=31694action=edit attachment-13124-0.dat

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-06 Thread jochen.kuepper at cfel dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966 --- Comment #140 from jochen.kuepper at cfel dot de --- You have contacted me on an old email address at the FHI Berlin. This account will soon not be available anymore. Please change your address book to use jochen.kuep...@cfel.de. On

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-06 Thread jochen.kuepper at cfel dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966 --- Comment #143 from jochen.kuepper at cfel dot de --- Created attachment 31688 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=31688action=edit attachment-11851-0.dat You have contacted me on an old email address at the FHI Berlin. This

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-06 Thread jochen.kuepper at cfel dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966 --- Comment #149 from jochen.kuepper at cfel dot de --- Created attachment 31692 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=31692action=edit attachment-12605-0.dat --- Comment #150 from jochen.kuepper at cfel dot de --- You have contacted

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-06 Thread jochen.kuepper at cfel dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966 --- Comment #161 from jochen.kuepper at cfel dot de --- You have contacted me on an old email address at the FHI Berlin. This account will soon not be available anymore. Please change your address book to use jochen.kuep...@cfel.de. On

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-06 Thread jochen.kuepper at cfel dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966 --- Comment #159 from jochen.kuepper at cfel dot de --- You have contacted me on an old email address at the FHI Berlin. This account will soon not be available anymore. Please change your address book to use jochen.kuep...@cfel.de. On

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-06 Thread jochen.kuepper at cfel dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966 --- Comment #157 from jochen.kuepper at cfel dot de --- Created attachment 31698 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=31698action=edit attachment-14448-0.dat --- Comment #158 from jochen.kuepper at cfel dot de --- You have contacted

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-06 Thread jochen.kuepper at cfel dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966 --- Comment #148 from jochen.kuepper at cfel dot de --- Created attachment 31691 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=31691action=edit attachment-12573-0.dat You have contacted me on an old email address at the FHI Berlin. This

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-06 Thread jochen.kuepper at cfel dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966 --- Comment #148 from jochen.kuepper at cfel dot de --- You have contacted me on an old email address at the FHI Berlin. This account will soon not be available anymore. Please change your address book to use jochen.kuep...@cfel.de. On

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-06 Thread jochen.kuepper at cfel dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966 --- Comment #152 from jochen.kuepper at cfel dot de --- You have contacted me on an old email address at the FHI Berlin. This account will soon not be available anymore. Please change your address book to use jochen.kuep...@cfel.de. On

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-06 Thread jochen.kuepper at cfel dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966 --- Comment #161 from jochen.kuepper at cfel dot de --- You have contacted me on an old email address at the FHI Berlin. This account will soon not be available anymore. Please change your address book to use jochen.kuep...@cfel.de. On

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-06 Thread jochen.kuepper at cfel dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966 --- Comment #159 from jochen.kuepper at cfel dot de --- Created attachment 31699 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=31699action=edit attachment-14771-0.dat You have contacted me on an old email address at the FHI Berlin. This

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-06 Thread jochen.kuepper at cfel dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966 --- Comment #155 from jochen.kuepper at cfel dot de --- You have contacted me on an old email address at the FHI Berlin. This account will soon not be available anymore. Please change your address book to use jochen.kuep...@cfel.de. On

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-06 Thread jochen.kuepper at cfel dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966 --- Comment #148 from jochen.kuepper at cfel dot de --- You have contacted me on an old email address at the FHI Berlin. This account will soon not be available anymore. Please change your address book to use jochen.kuep...@cfel.de. On

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-06 Thread jochen.kuepper at cfel dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966 --- Comment #160 from jochen.kuepper at cfel dot de --- Created attachment 31700 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=31700action=edit attachment-14957-0.dat

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-06 Thread jochen.kuepper at cfel dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966 --- Comment #174 from jochen.kuepper at cfel dot de --- You have contacted me on an old email address at the FHI Berlin. This account will soon not be available anymore. Please change your address book to use jochen.kuep...@cfel.de. On

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-06 Thread jochen.kuepper at cfel dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966 --- Comment #148 from jochen.kuepper at cfel dot de --- Created attachment 31691 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=31691action=edit attachment-12573-0.dat You have contacted me on an old email address at the FHI Berlin. This

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-06 Thread jochen.kuepper at cfel dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966 --- Comment #167 from jochen.kuepper at cfel dot de --- You have contacted me on an old email address at the FHI Berlin. This account will soon not be available anymore. Please change your address book to use jochen.kuep...@cfel.de. On

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-06 Thread jochen.kuepper at cfel dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966 --- Comment #142 from jochen.kuepper at cfel dot de --- Created attachment 31687 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=31687action=edit attachment-11578-0.dat You have contacted me on an old email address at the FHI Berlin. This

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-06 Thread jochen.kuepper at cfel dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966 --- Comment #164 from jochen.kuepper at cfel dot de --- Created attachment 31702 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=31702action=edit attachment-15558-0.dat

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-06 Thread jochen.kuepper at cfel dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966 --- Comment #171 from jochen.kuepper at cfel dot de --- Created attachment 31707 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=31707action=edit attachment-17604-0.dat

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-06 Thread jochen.kuepper at cfel dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966 --- Comment #166 from jochen.kuepper at cfel dot de --- You have contacted me on an old email address at the FHI Berlin. This account will soon not be available anymore. Please change your address book to use jochen.kuep...@cfel.de. On

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-06 Thread jochen.kuepper at cfel dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966 --- Comment #157 from jochen.kuepper at cfel dot de --- Created attachment 31698 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=31698action=edit attachment-14448-0.dat --- Comment #158 from jochen.kuepper at cfel dot de --- You have contacted

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-06 Thread jochen.kuepper at cfel dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966 --- Comment #174 from jochen.kuepper at cfel dot de --- You have contacted me on an old email address at the FHI Berlin. This account will soon not be available anymore. Please change your address book to use jochen.kuep...@cfel.de. On

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-06 Thread jochen.kuepper at cfel dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966 --- Comment #164 from jochen.kuepper at cfel dot de --- Created attachment 31702 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=31702action=edit attachment-15558-0.dat --- Comment #165 from jochen.kuepper at cfel dot de --- Created attachment

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-06 Thread jochen.kuepper at cfel dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966 --- Comment #162 from jochen.kuepper at cfel dot de --- You have contacted me on an old email address at the FHI Berlin. This account will soon not be available anymore. Please change your address book to use jochen.kuep...@cfel.de. On

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-06 Thread jochen.kuepper at cfel dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966 --- Comment #162 from jochen.kuepper at cfel dot de --- You have contacted me on an old email address at the FHI Berlin. This account will soon not be available anymore. Please change your address book to use jochen.kuep...@cfel.de. On

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-06 Thread jochen.kuepper at cfel dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966 --- Comment #176 from jochen.kuepper at cfel dot de --- You have contacted me on an old email address at the FHI Berlin. This account will soon not be available anymore. Please change your address book to use jochen.kuep...@cfel.de. On

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-06 Thread jochen.kuepper at cfel dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966 --- Comment #171 from jochen.kuepper at cfel dot de --- Created attachment 31707 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=31707action=edit attachment-17604-0.dat --- Comment #172 from jochen.kuepper at cfel dot de --- Created attachment

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-06 Thread jochen.kuepper at cfel dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966 --- Comment #150 from jochen.kuepper at cfel dot de --- Created attachment 31693 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=31693action=edit attachment-12918-0.dat You have contacted me on an old email address at the FHI Berlin. This

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-06 Thread jochen.kuepper at cfel dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966 --- Comment #173 from jochen.kuepper at cfel dot de --- You have contacted me on an old email address at the FHI Berlin. This account will soon not be available anymore. Please change your address book to use jochen.kuep...@cfel.de. On

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-06 Thread jochen.kuepper at cfel dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966 --- Comment #177 from jochen.kuepper at cfel dot de --- You have contacted me on an old email address at the FHI Berlin. This account will soon not be available anymore. Please change your address book to use jochen.kuep...@cfel.de. On

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-06 Thread jochen.kuepper at cfel dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966 --- Comment #181 from jochen.kuepper at cfel dot de --- You have contacted me on an old email address at the FHI Berlin. This account will soon not be available anymore. Please change your address book to use jochen.kuep...@cfel.de. On

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-06 Thread jochen.kuepper at cfel dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966 --- Comment #179 from jochen.kuepper at cfel dot de --- You have contacted me on an old email address at the FHI Berlin. This account will soon not be available anymore. Please change your address book to use jochen.kuep...@cfel.de. On

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-06 Thread jochen.kuepper at cfel dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966 --- Comment #183 from jochen.kuepper at cfel dot de --- You have contacted me on an old email address at the FHI Berlin. This account will soon not be available anymore. Please change your address book to use jochen.kuep...@cfel.de. On

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-06 Thread jochen.kuepper at cfel dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966 --- Comment #184 from jochen.kuepper at cfel dot de --- You have contacted me on an old email address at the FHI Berlin. This account will soon not be available anymore. Please change your address book to use jochen.kuep...@cfel.de. On

  1   2   3   >