[Bug c/47351] Segmentation fault in MinGW

2011-01-25 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47351 Kai Tietz changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug c/47351] Segmentation fault in MinGW

2011-01-19 Thread gcc.hall at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47351 --- Comment #4 from Jeremy 2011-01-19 13:06:41 UTC --- Done. I can report that the problem does not occur with GCC 4.5.2

[Bug c/47351] Segmentation fault in MinGW

2011-01-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47351 --- Comment #3 from Richard Guenther 2011-01-19 10:47:25 UTC --- Can you try a more recent release from the 4.5 branch, like 4.5.1 or 4.5.2?

[Bug c/47351] Segmentation fault in MinGW

2011-01-18 Thread gcc.hall at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47351 --- Comment #2 from Jeremy 2011-01-18 21:11:23 UTC --- Please find attached the source file g.c and the makefile. The target "asm" causes the crash. The target "win" does a successful build. The program is a small screen editor, it is self c

[Bug c/47351] Segmentation fault in MinGW

2011-01-18 Thread gcc.hall at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47351 --- Comment #1 from Jeremy 2011-01-18 21:08:37 UTC --- Created attachment 23022 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23022 the makefile