[Bug target/29826] __attribute__ dllimport makes optimization crash on cygwin

2007-04-23 Thread arcangelpip at hotmail dot com
--- Comment #17 from arcangelpip at hotmail dot com 2007-04-23 20:51 --- Yup, that did it. Building the cross compiler with that patch fixed the test case ICE and the one I kept getting from gettext. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29826

[Bug target/29826] __attribute__ dllimport makes optimization crash on cygwin

2007-04-20 Thread arcangelpip at hotmail dot com
--- Comment #15 from arcangelpip at hotmail dot com 2007-04-20 17:06 --- Don't you just hate idiots in these cases. (Yes, I am referring to myself here) Well, it's completely broken again on my system, look here. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31636 I apologise

[Bug tree-optimization/31636] New: ICE in GCC 4.2 with dllimport attribute returns

2007-04-19 Thread arcangelpip at hotmail dot com
Component: tree-optimization AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: arcangelpip at hotmail dot com GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC target triplet: i686-pc-mingw32 http://gcc.gnu.org/bugzilla/show_bug.cgi?id

[Bug target/31636] ICE in GCC 4.2 with dllimport attribute returns

2007-04-19 Thread arcangelpip at hotmail dot com
--- Comment #1 from arcangelpip at hotmail dot com 2007-04-19 19:51 --- Forgot to mention, it works the same as before. If the optimisations are removed then it will compile, but if you have -O1 -O2 or -O3 in the command line then it will ICE. Also, if the dllimport is removed

[Bug target/31636] ICE in GCC 4.2 with dllimport attribute returns

2007-04-19 Thread arcangelpip at hotmail dot com
--- Comment #2 from arcangelpip at hotmail dot com 2007-04-19 19:55 --- Forgot to mention 2. -_-; memory is getting worse, I'm sure of it. Command line used. With the executable in the path. i686-pc-mingw32-gcc -c -O2 -o test.o test.c -- http://gcc.gnu.org/bugzilla/show_bug.cgi

[Bug target/29826] __attribute__ dllimport makes optimization crash on cygwin

2007-04-18 Thread arcangelpip at hotmail dot com
--- Comment #13 from arcangelpip at hotmail dot com 2007-04-18 14:34 --- I'm going to try again since it seems my last post was just ignored. The test case works fine on 4.2 but it still occurs under some circumstances. As I stated in my previous post Gettext is where it dies but I can

[Bug target/29826] __attribute__ dllimport makes optimization crash on cygwin

2007-04-05 Thread arcangelpip at hotmail dot com
--- Comment #11 from arcangelpip at hotmail dot com 2007-04-05 13:21 --- I'm sorry to drag this back up again, but it happened again on 4.2. Again it is with the gettext package which seems to love me so much. Using built-in specs. Target: i686-pc-mingw32 Configured with: ../gcc-4.2

[Bug c/31275] New: ICE During Gettext Build

2007-03-20 Thread arcangelpip at hotmail dot com
Product: gcc Version: 4.1.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: arcangelpip at hotmail dot com GCC build triplet: i686-pc-linux-gnu GCC host

[Bug c/31275] ICE During Gettext Build

2007-03-20 Thread arcangelpip at hotmail dot com
--- Comment #1 from arcangelpip at hotmail dot com 2007-03-20 07:18 --- Created an attachment (id=13237) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13237action=view) Preprocessed output from the file. Added the preprocessed output. -- http://gcc.gnu.org/bugzilla

[Bug c/31275] ICE During Gettext Build

2007-03-20 Thread arcangelpip at hotmail dot com
--- Comment #3 from arcangelpip at hotmail dot com 2007-03-20 13:58 --- I just tried with the latest sources for 4.1 and it still ICE with that. Same place same message. It may work on 4.2 and 4.3 but it doesn't work for me on 4.1. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id