[Bug middle-end/102461] overflow in omp parallel for schedule (static,chunk_size)

2022-01-24 Thread michelemartone at users dot sourceforge.net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102461 --- Comment #5 from Michele Martone --- Hi Jakub. Thanks for confirming the details of the algorithm determining the boundaries. If we take Table 2.5 of the OpenMP spec: https://www.openmp.org/spec-html/5.1/openmpsu48.html#x73-73045 it says

[Bug tree-optimization/103995] [11/12 Regression] conj() ignored with tree loop vectorizer

2022-01-12 Thread michelemartone at users dot sourceforge.net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103995 --- Comment #3 from Michele Martone --- Comment on attachment 52175 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52175 output by running 'make' For reference, I add here the output of 'make' with the defect. The program is being built

[Bug tree-optimization/103995] [11/12 Regression] conj() ignored with tree loop vectorizer

2022-01-12 Thread michelemartone at users dot sourceforge.net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103995 --- Comment #2 from Michele Martone --- Created attachment 52175 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52175=edit output by running 'make'

[Bug tree-optimization/103995] conj() ignored with tree loop vectorizer

2022-01-12 Thread michelemartone at users dot sourceforge.net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103995 --- Comment #1 from Michele Martone --- Small correction: the URL in the link above should have been just https://gcc.gnu.org/onlinedocs/gcc-11.2.0/gcc/Optimize-Options.html (top of the page).

[Bug tree-optimization/103995] New: conj() ignored with tree loop vectorizer

2022-01-12 Thread michelemartone at users dot sourceforge.net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103995 Bug ID: 103995 Summary: conj() ignored with tree loop vectorizer Product: gcc Version: 11.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug c/102461] overflow in omp parallel for schedule (static,chunk_size)

2021-09-22 Thread michelemartone at users dot sourceforge.net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102461 --- Comment #3 from Michele Martone --- Created attachment 51502 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=51502=edit patched gcc *ompexp file with the OMP region tree. I am attaching patched gcc *ompexp file with the OMP region

[Bug c/102461] overflow in omp parallel for schedule (static,chunk_size)

2021-09-22 Thread michelemartone at users dot sourceforge.net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102461 --- Comment #2 from Michele Martone --- Created attachment 51501 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=51501=edit original *ompexp file with the OMP region tree I am attaching original *ompexp file with the OMP region tree.

[Bug c/102461] overflow in omp parallel for schedule (static,chunk_size)

2021-09-22 Thread michelemartone at users dot sourceforge.net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102461 Michele Martone changed: What|Removed |Added CC||michelemartone at users dot source

[Bug c/102461] New: overflow in omp parallel for schedule (static,chunk_size)

2021-09-22 Thread michelemartone at users dot sourceforge.net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102461 Bug ID: 102461 Summary: overflow in omp parallel for schedule (static,chunk_size) Product: gcc Version: 11.2.0 Status: UNCONFIRMED Severity: normal