[Bug tree-optimization/29925] Wrong code with -ftree-vectorize

2006-12-29 Thread jean-marc dot valin at usherbrooke dot ca
--- Comment #8 from jean-marc dot valin at usherbrooke dot ca 2006-12-30 06:42 --- Shouldn't the priority of this bug be increased considering that it produces wrong code on valid input and the affected package (Speex) is included in most Linux distributions (fortunately most of

[Bug tree-optimization/29925] Wrong code with -ftree-vectorize

2006-12-14 Thread jean-marc dot valin at usherbrooke dot ca
--- Comment #7 from jean-marc dot valin at usherbrooke dot ca 2006-12-14 13:28 --- Could be x86-64 only, I don't know. I don't have a plain x86 with gcc 4.1 to test on. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29925

[Bug tree-optimization/24309] [4.1 Regression] ICE with -O3 -ftree-loop-linear

2005-11-01 Thread jean-marc dot valin at usherbrooke dot ca
--- Comment #8 from jean-marc dot valin at usherbrooke dot ca 2005-11-02 01:07 --- OK, I'm not sure whether it's the same bug but when compiling the following code with % gcc-4.1-20051029 -O2 -ftree-loop-linear -c vq.c int vq_index(float *in, const float *codebook, in

[Bug tree-optimization/23820] ICE in lambda_loopnest_to_gcc_loopnest, at lambda-code.c:1982

2005-11-01 Thread jean-marc dot valin at usherbrooke dot ca
--- Comment #5 from jean-marc dot valin at usherbrooke dot ca 2005-11-02 01:04 --- > It is either this bug or PR 24309. I'm not sure. This bug happens even at -O2, while 24309 needs -O3. Both are different files in Speex though. Wouldn't it be worth adding Speex t

[Bug middle-end/24601] ICE/segfault on valid code gcc-4.1-20051001

2005-11-01 Thread jean-marc dot valin at usherbrooke dot ca
--- Comment #5 from jean-marc dot valin at usherbrooke dot ca 2005-11-02 00:57 --- Tried it with gcc-4.1-20051029 and the problem's gone (well, this one at least). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24601

[Bug tree-optimization/23820] ICE in lambda_loopnest_to_gcc_loopnest, at lambda-code.c:1982

2005-11-01 Thread jean-marc dot valin at usherbrooke dot ca
--- Comment #3 from jean-marc dot valin at usherbrooke dot ca 2005-11-02 00:12 --- Forgot to include the code. This is a function from the Speex coded: int vq_index(float *in, const float *codebook, int len, int entries) { int i,j; float min_dist=0; int best_index=0; for

[Bug tree-optimization/23820] ICE in lambda_loopnest_to_gcc_loopnest, at lambda-code.c:1982

2005-11-01 Thread jean-marc dot valin at usherbrooke dot ca
--- Comment #2 from jean-marc dot valin at usherbrooke dot ca 2005-11-02 00:09 --- It seems like it is a regression in a case I have: % gcc -O2 -ftree-loop-linear -c vq.c vq.c: In function ‘vq_index’: vq.c:2: internal compiler error: in lambda_loopnest_to_gcc_loopnest, at lambda

[Bug middle-end/24601] ICE/segfault on valid code gcc-4.1-20051001

2005-10-31 Thread jean-marc dot valin at usherbrooke dot ca
--- Comment #3 from jean-marc dot valin at usherbrooke dot ca 2005-11-01 00:20 --- Can you send a link to a tarball of the compiler you want me to try? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24601

[Bug c/24601] ICE/segfault on valid code gcc-4.1-20051001

2005-10-31 Thread jean-marc dot valin at usherbrooke dot ca
--- Comment #1 from jean-marc dot valin at usherbrooke dot ca 2005-10-31 23:25 --- Created an attachment (id=10091) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10091&action=view) Preprocessed source -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24601

[Bug c/24601] New: ICE/segfault on valid code gcc-4.1-20051001

2005-10-31 Thread jean-marc dot valin at usherbrooke dot ca
Status: UNCONFIRMED Severity: major Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jean-marc dot valin at usherbrooke dot ca GCC build triplet: i486-linux-gnu GCC host triplet: i486-linux-gnu GCC target tr

[Bug c/20299] New: Wrong alignment for __m128 variable size array

2005-03-03 Thread jean-marc dot valin at usherbrooke dot ca
size array Product: gcc Version: 3.3.5 Status: UNCONFIRMED Severity: normal Priority: P2 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jean-marc dot valin at usherbrooke dot ca CC: g

[Bug c++/20133] [4.0 Regression] internal compiler error: in import_export_decl, at cp/decl2.c:1726

2005-02-21 Thread jean-marc dot valin at usherbrooke dot ca
--- Additional Comments From jean-marc dot valin at usherbrooke dot ca 2005-02-22 07:17 --- I changed the code, but I'm now getting unresolved symbols at link: batchflow.o(.gnu.linkonce.t._ZN12batchflowApp10initializeEiPPc+0x5a): In function `batchflowApp::initialize(int,

[Bug c++/20133] internal compiler error: in import_export_decl, at cp/decl2.c:1726

2005-02-21 Thread jean-marc dot valin at usherbrooke dot ca
--- Additional Comments From jean-marc dot valin at usherbrooke dot ca 2005-02-22 00:10 --- Created an attachment (id=8248) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8248&action=view) Preprocessed source This is the preprocessed source for reproducing the ICE --

[Bug c++/20133] New: internal compiler error: in import_export_decl, at cp/decl2.c:1726

2005-02-21 Thread jean-marc dot valin at usherbrooke dot ca
: normal Priority: P1 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jean-marc dot valin at usherbrooke dot ca CC: gcc-bugs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20133