Re: [PATCH] Fortran: error recovery on arithmetic overflow on unary operations [PR113799]

2024-02-08 Thread Jerry D
On 2/8/24 1:03 PM, Harald Anlauf wrote: Dear all, the attached patch improves error recovery when we encounter an array constructor where a unary operator (e.g. minus) is applied and -frange-check is active. The solution is not to terminate early in that case to avoid inconsistencies between

Re: Help with installing gfortran in python

2024-02-08 Thread Jerry D
On 2/7/24 6:20 PM, Aranda Luna, Suzan wrote: Hello, I need to use a package called "pytmatrix" and for that I have to use, numpy, scipy and gfortran...the instructions says to use: |install gfortran python-numpy python-scipy| but I cant get it...someone has experience using gfortran in

[PATCH] Fortran: error recovery on arithmetic overflow on unary operations [PR113799]

2024-02-08 Thread Harald Anlauf
Dear all, the attached patch improves error recovery when we encounter an array constructor where a unary operator (e.g. minus) is applied and -frange-check is active. The solution is not to terminate early in that case to avoid inconsistencies between check_result and reduce_unary when such a

wtmoo.com

2024-02-08 Thread Sofia Bodrova
Hi! Domain wtmoo.com will soon go back to the market, since you seem to have wtmoo.is, I thought you might want to acquire wtmoo.com as well. If you're interested, please let me know. I would be happy to hear from you! Sofia Bodrova

[PATCH, OpenACC 2.7] struct/array reductions for Fortran

2024-02-08 Thread Chung-Lin Tang
Hi Tobias, Thomas, this patch adds support for Fortran to use arrays and struct(record) types in OpenACC reductions. There is still some shortcomings in the current state, mainly that only explicit-shaped arrays can be used (like its C counterpart). Anything else is currently a bit more