[Bug c/43238] New: GCC 4.5 ICE segfault on any -O flag

2010-03-02 Thread il dot basso dot buffo at gmail dot com
dot org ReportedBy: il dot basso dot buffo at gmail dot com GCC host triplet: x86_64-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43238

[Bug c/43238] GCC 4.5 ICE segfault on any -O flag

2010-03-02 Thread il dot basso dot buffo at gmail dot com
--- Comment #1 from il dot basso dot buffo at gmail dot com 2010-03-02 20:53 --- Created an attachment (id=20007) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20007action=view) Preprocessed C source -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43238

[Bug middle-end/39447] ICE in create_data_ref with -O1 -floop-interchange

2009-03-16 Thread il dot basso dot buffo at gmail dot com
--- Comment #3 from il dot basso dot buffo at gmail dot com 2009-03-16 22:21 --- Here's a further reduction: struct Point { int line, col; Point( int l = -1, int c = 0 ) throw() : line( l ), col( c ) {} bool operator==( const Point p ) const throw() { return ( line

[Bug middle-end/39447] ICE in create_data_ref with -O1 -floop-interchange

2009-03-16 Thread il dot basso dot buffo at gmail dot com
--- Comment #4 from il dot basso dot buffo at gmail dot com 2009-03-16 22:24 --- Bah, here's an even smaller example: struct Point { int line, col; Point( int l = -1, int c = 0 ) throw() : line( l ), col( c ) {} bool operator==( const Point p ) const throw() { return

[Bug middle-end/39447] New: ICE in create_data_ref with -O1 -floop-interchange

2009-03-12 Thread il dot basso dot buffo at gmail dot com
AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: il dot basso dot buffo at gmail dot com GCC build triplet: x86_64-pc-linux-gnu GCC host triplet: x86_64-pc-linux-gnu GCC target triplet: x86_64-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39447

[Bug middle-end/39447] ICE in create_data_ref with -O1 -floop-interchange

2009-03-12 Thread il dot basso dot buffo at gmail dot com
--- Comment #1 from il dot basso dot buffo at gmail dot com 2009-03-12 20:41 --- Created an attachment (id=17452) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17452action=view) Preprocessed C++ source -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39447

[Bug c++/39367] New: ICE at tree-inline.c:1042 with -O

2009-03-04 Thread il dot basso dot buffo at gmail dot com
Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: il dot basso dot buffo at gmail dot com GCC build triplet: x86_64-pc-linux-gnu GCC host triplet: x86_64-pc-linux-gnu GCC target

[Bug c++/39367] ICE at tree-inline.c:1042 with -O

2009-03-04 Thread il dot basso dot buffo at gmail dot com
--- Comment #1 from il dot basso dot buffo at gmail dot com 2009-03-04 20:58 --- Created an attachment (id=17395) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17395action=view) Preprocessed C++ source -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39367

[Bug middle-end/39335] ICE in GCC 4.4 with -O[123] -floop-interchange

2009-03-02 Thread il dot basso dot buffo at gmail dot com
--- Comment #4 from il dot basso dot buffo at gmail dot com 2009-03-02 17:42 --- This reduction gives a different (but probably related) ICE: void crash_me(int num1, int num2, char * in, char * out) { int i, j; for (j = 0; j num1; j++) for (i = 0; i num2; i++) *out

[Bug middle-end/39335] New: ICE in GCC 4.4 with -O[123] -floop-interchange

2009-03-01 Thread il dot basso dot buffo at gmail dot com
[123] -floop-interchange Product: gcc Version: 4.4.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: middle-end AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: il dot basso dot buffo at gmail dot com

[Bug middle-end/39335] ICE in GCC 4.4 with -O[123] -floop-interchange

2009-03-01 Thread il dot basso dot buffo at gmail dot com
--- Comment #1 from il dot basso dot buffo at gmail dot com 2009-03-01 21:10 --- Created an attachment (id=17382) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17382action=view) Preprocessed source -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39335

[Bug middle-end/39308] ICE when compiling with -O[s123] -floop-interchange

2009-02-26 Thread il dot basso dot buffo at gmail dot com
--- Comment #3 from il dot basso dot buffo at gmail dot com 2009-02-26 14:27 --- $ gcc -O1 -floop-interchange -c huffman.c.pre huffman.c: In function 'BZ2_hbCreateDecodeTables': huffman.c:170: internal compiler error: Segmentation fault Please submit a full bug report

[Bug middle-end/39308] ICE when compiling with -O[s123] -floop-interchange

2009-02-26 Thread il dot basso dot buffo at gmail dot com
--- Comment #5 from il dot basso dot buffo at gmail dot com 2009-02-26 17:00 --- Vanilla SVN, no patching. Still getting ICE segfault. ./configure --prefix=/usr/local --bindir=/usr/local/x86_64-pc-linux-gnu/gcc-bin/4.4.0-pre --includedir=/usr/local/lib/gcc/x86_64-pc-linux-gnu

[Bug middle-end/39308] ICE when compiling with -O[s123] -floop-interchange

2009-02-26 Thread il dot basso dot buffo at gmail dot com
--- Comment #6 from il dot basso dot buffo at gmail dot com 2009-02-26 18:53 --- Richard, can you post your `gcc -v` so I can make sure my config options are the same as yours? Also, are you using cloog-ppl from git? I am using 0.15 from ftp://gcc.gnu.org/pub/gcc/infrastructure

[Bug middle-end/39308] ICE when compiling with -O[s123] -floop-interchange

2009-02-26 Thread il dot basso dot buffo at gmail dot com
--- Comment #9 from il dot basso dot buffo at gmail dot com 2009-02-26 19:46 --- Thanks, Sebastian. I followed your directions, except I used -O1 instead of -O2. Here's the backtrace: #0 is_gimple_val (t=0x0) at ../.././gcc/gimple.c:2853 #1 0x0055dec4

[Bug middle-end/39308] ICE when compiling with -O[s123] -floop-interchange

2009-02-26 Thread il dot basso dot buffo at gmail dot com
--- Comment #12 from il dot basso dot buffo at gmail dot com 2009-02-26 20:57 --- Affirmative, this patch seems to do the trick. Thanks! -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39308

[Bug c/39308] New: ICE when compiling with -O[s123] -floop-interchange

2009-02-25 Thread il dot basso dot buffo at gmail dot com
: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: il dot basso dot buffo at gmail dot com GCC host triplet: x86_64-pc-linux-gnu GCC target triplet: x86_64-pc-linux-gnu http://gcc.gnu.org

[Bug c/39308] ICE when compiling with -O[s123] -floop-interchange

2009-02-25 Thread il dot basso dot buffo at gmail dot com
--- Comment #1 from il dot basso dot buffo at gmail dot com 2009-02-25 21:49 --- Created an attachment (id=17362) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17362action=view) Preprocessed C source (from bzip2 sources) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39308

[Bug libgomp/38676] New: GCC 4.4 ICE on OpenMP shared

2008-12-30 Thread il dot basso dot buffo at gmail dot com
basso dot buffo at gmail dot com GCC host triplet: x86_64-pc-linux-gnu GCC target triplet: x86_64-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38676

[Bug libgomp/38676] GCC 4.4 ICE on OpenMP shared

2008-12-30 Thread il dot basso dot buffo at gmail dot com
--- Comment #1 from il dot basso dot buffo at gmail dot com 2008-12-30 21:41 --- void main() { int bar, foo = 1; #pragma omp parallel for schedule(dynamic,1) shared(foo) for (bar = 0; bar 3; bar++) { switch(foo

[Bug libgomp/38676] GCC 4.4 ICE on OpenMP shared

2008-12-30 Thread il dot basso dot buffo at gmail dot com
--- Comment #2 from il dot basso dot buffo at gmail dot com 2008-12-30 21:43 --- This is actually an ultra-condensed example of a GCC 4.4.0 build failure in ImageMagick. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38676