Re: gcc-10 Bug report

2019-10-05 Thread Thomas Koenig
Am 05.10.19 um 15:12 schrieb Toon Moene: On 10/3/19 10:01 PM, Thomas Koenig wrote: If you use a slightly newer version, the error message will become clearer: sbdsvdx.f:777:39:    420 |  CALL SCOPY( N, D, 1, WORK( IETGK ), 2 )    |  2 ..    777 |

Re: gcc-10 Bug report

2019-10-05 Thread Toon Moene
On 10/3/19 10:01 PM, Thomas Koenig wrote: Hi, I am using gcc version 10.0.0 20190825 (experimental) . During the Lapack compilation I got the following errors: I had the nagging feeling that this error analysis might not be correct. If you use a slightly newer version, the error message

Re: gcc-10 Bug report

2019-10-03 Thread Jeff Law
On 10/3/19 2:01 PM, Thomas Koenig wrote: > Hi, > >> I am using gcc version 10.0.0 20190825 (experimental) . During the >> Lapack compilation I got the following errors: >> >> >> >> sbdsvdx.f:777:39: >> >>    777 |  CALL SCOPY(

Re: gcc-10 Bug report

2019-10-03 Thread Thomas Koenig
Hi, I am using gcc version 10.0.0 20190825 (experimental) . During the Lapack compilation I got the following errors: sbdsvdx.f:777:39:   777 |  CALL SCOPY( N*2, Z( 1,I ), 1, WORK, 1 )   | 

gcc-10 Bug report

2019-10-03 Thread Selçuk Han AYDIN
Dear Sir/Madam, I am using gcc version 10.0.0 20190825 (experimental) . During the Lapack compilation I got the following errors: sbdsvdx.f:777:39:   777 |  CALL SCOPY( N*2, Z( 1,I ), 1, WORK, 1 )   |