[Bug c++/70932] flexible array member with non-trivial destructor

2016-09-29 Thread tripiana at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70932 Carlos Tripiana Montes changed: What|Removed |Added CC||tripiana at gmail dot com

[Bug target/71559] ICE in ix86_fp_cmp_code_to_pcmp_immediate, at config/i386/i386.c:23042 (KNL/AVX512)

2016-06-19 Thread tripiana at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71559 --- Comment #13 from Carlos Tripiana Montes --- The code you are referring to (ix86_fp_compare_mode) is an old, well-stablish, one: https://gcc.gnu.org/viewcvs/gcc/trunk/gcc/config/i386/i386.c?r1=38978=38979=38979; (line 4653 enum

[Bug libgcc/71559] ICE in ix86_fp_cmp_code_to_pcmp_immediate, at config/i386/i386.c:23042 (KNL/AVX512)

2016-06-17 Thread tripiana at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71559 --- Comment #6 from Carlos Tripiana Montes --- Hope you guys can do that and fix this problem soon. It would much appreciated as we are (at Barcelona Supercomputing Center, Spain) doing research on KNL and we need the fastest/most robust code we

[Bug libgcc/71559] ICE in ix86_fp_cmp_code_to_pcmp_immediate, at config/i386/i386.c:23042 (KNL/AVX512)

2016-06-17 Thread tripiana at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71559 --- Comment #4 from Carlos Tripiana Montes --- I wasn't sure but that was my intuition. But I'm afraid I don't have enough knowledge to propose a fix. (In reply to Jakub Jelinek from comment #3) > I'd say it is a bug in

[Bug libgcc/71559] ICE in ix86_fp_cmp_code_to_pcmp_immediate, at config/i386/i386.c:23042 (KNL/AVX512)

2016-06-16 Thread tripiana at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71559 --- Comment #1 from Carlos Tripiana Montes --- Does anyone has a clue on this? I've tried to follow the stacktrace and it seems like it's generating an invalid code tag for this particular operation. Any help would be much appreciated!

[Bug libgcc/71559] New: ICE in ix86_fp_cmp_code_to_pcmp_immediate, at config/i386/i386.c:23042 (KNL/AVX512)

2016-06-16 Thread tripiana at gmail dot com
Severity: major Priority: P3 Component: libgcc Assignee: unassigned at gcc dot gnu.org Reporter: tripiana at gmail dot com Target Milestone: --- Created attachment 38714 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38714=edit intermediate (assembly) f

[Bug tree-optimization/71551] Another ICE in fold_convert_loc, in fold-const.c:2366 but this time for KNL/AVX512

2016-06-16 Thread tripiana at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71551 --- Comment #8 from Carlos Tripiana Montes --- OK, but 6.1.1 is not yet released, so in this case I just need the link to the original bug, so as to seek for the patch. I just unable to find the bug. Please, I need the link. (In reply to

[Bug tree-optimization/71551] Another ICE in fold_convert_loc, in fold-const.c:2366 but this time for KNL/AVX512

2016-06-16 Thread tripiana at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71551 --- Comment #6 from Carlos Tripiana Montes --- I have clean and redone the compilation, without LTO. Now fails in the file compilation, not at link time. I have attached the preprocessed file(s). NOTE: This only happens in KNL/AVX512 machine.

[Bug tree-optimization/71551] Another ICE in fold_convert_loc, in fold-const.c:2366 but this time for KNL/AVX512

2016-06-16 Thread tripiana at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71551 --- Comment #5 from Carlos Tripiana Montes --- Created attachment 38712 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38712=edit assembler file

[Bug tree-optimization/71551] Another ICE in fold_convert_loc, in fold-const.c:2366 but this time for KNL/AVX512

2016-06-16 Thread tripiana at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71551 --- Comment #4 from Carlos Tripiana Montes --- Created attachment 38711 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38711=edit intermediate file

[Bug tree-optimization/71551] Another ICE in fold_convert_loc, in fold-const.c:2366 but this time for KNL/AVX512

2016-06-16 Thread tripiana at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71551 --- Comment #2 from Carlos Tripiana Montes --- (In reply to Marc Glisse from comment #1) > Please include preprocessed source code. I wanted to do so, but this compilation line does not give me a *.i file(s) just a bunch of ltrans0.ltrans.o,

[Bug tree-optimization/71551] New: Another ICE in fold_convert_loc, in fold-const.c:2366 but this time for KNL/AVX512

2016-06-16 Thread tripiana at gmail dot com
Severity: major Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: tripiana at gmail dot com Target Milestone: --- Target: x86_64 When trying to compile a python 3.5.1 I've got this message: /apps/.GCC/6.1.0