[Bug middle-end/37385] [4.4 Regression] ICE in set_mem_alias_set with the vectorizer and function pointers

2008-09-17 Thread rguenth at gcc dot gnu dot org
--- Comment #12 from rguenth at gcc dot gnu dot org 2008-09-17 11:43 --- Subject: Bug 37385 Author: rguenth Date: Wed Sep 17 11:42:11 2008 New Revision: 140412 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=140412 Log: 2008-09-17 Richard Guenther [EMAIL PROTECTED] PR

[Bug middle-end/37385] [4.4 Regression] ICE in set_mem_alias_set with the vectorizer and function pointers

2008-09-10 Thread irar at gcc dot gnu dot org
--- Comment #7 from irar at gcc dot gnu dot org 2008-09-10 07:20 --- Subject: Bug 37385 Author: irar Date: Wed Sep 10 07:18:52 2008 New Revision: 140195 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=140195 Log: PR tree-optimization/37385 * tree-vect-transform.c

[Bug middle-end/37385] [4.4 Regression] ICE in set_mem_alias_set with the vectorizer and function pointers

2008-09-10 Thread irar at il dot ibm dot com
--- Comment #8 from irar at il dot ibm dot com 2008-09-10 07:48 --- Fixed. -- irar at il dot ibm dot com changed: What|Removed |Added Status|NEW

[Bug middle-end/37385] [4.4 Regression] ICE in set_mem_alias_set with the vectorizer and function pointers

2008-09-10 Thread tbm at cyrius dot com
--- Comment #9 from tbm at cyrius dot com 2008-09-10 17:59 --- Ira, the preprocessed source I attached still fails: (sid)983:[EMAIL PROTECTED]: ~] /usr/lib/gcc-snapshot/bin/gcc -c -O3 libsdl-erlang-esdl_wrapper.i esdl_wrapper.c: In function 'init_fps': esdl_wrapper.c:77: internal

[Bug middle-end/37385] [4.4 Regression] ICE in set_mem_alias_set with the vectorizer and function pointers

2008-09-10 Thread tbm at cyrius dot com
--- Comment #10 from tbm at cyrius dot com 2008-09-10 18:03 --- Err, wait a sec. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37385

[Bug middle-end/37385] [4.4 Regression] ICE in set_mem_alias_set with the vectorizer and function pointers

2008-09-10 Thread tbm at cyrius dot com
--- Comment #11 from tbm at cyrius dot com 2008-09-10 18:06 --- Sorry, my 20080910 build really was 20080909. I can confirm it's fixed. -- tbm at cyrius dot com changed: What|Removed |Added

[Bug middle-end/37385] [4.4 Regression] ICE in set_mem_alias_set with the vectorizer and function pointers

2008-09-09 Thread irar at il dot ibm dot com
--- Comment #6 from irar at il dot ibm dot com 2008-09-09 08:24 --- (In reply to comment #5) This looks related to PR 37418. The testcase in PR 37418 ICEs also with -fno-tree-vectorize. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37385

[Bug middle-end/37385] [4.4 Regression] ICE in set_mem_alias_set with the vectorizer and function pointers

2008-09-09 Thread jsm28 at gcc dot gnu dot org
-- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37385

[Bug middle-end/37385] [4.4 Regression] ICE in set_mem_alias_set with the vectorizer and function pointers

2008-09-08 Thread victork at gcc dot gnu dot org
--- Comment #4 from victork at gcc dot gnu dot org 2008-09-08 20:31 --- Here is slightly simplified test: == cut typedef int int_t; typedef void (*fun_t) (int); fun_t fun_tab[400] __attribute__ ((__aligned__(16))); void foo (int_t a);

[Bug middle-end/37385] [4.4 Regression] ICE in set_mem_alias_set with the vectorizer and function pointers

2008-09-08 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2008-09-08 20:34 --- This looks related to PR 37418. The types are the compatible as that is just a typedef. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37385

[Bug middle-end/37385] [4.4 Regression] ICE in set_mem_alias_set with the vectorizer and function pointers

2008-09-05 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||pinskia at gcc dot gnu dot |

[Bug middle-end/37385] [4.4 Regression] ICE in set_mem_alias_set with the vectorizer and function pointers

2008-09-05 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2008-09-05 21:25 --- Confirmed, on PowerPC, you need -maltivec. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added