[Bug fortran/98201] CSQRT function gives bad resuts at runtime

2021-03-28 Thread dominiq at lps dot ens.fr via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98201 Dominique d'Humieres changed: What|Removed |Added Resolution|--- |INVALID Status|WAITIN

[Bug fortran/98201] CSQRT function gives bad resuts at runtime

2021-03-28 Thread dpozar at ecs dot umass.edu via Gcc-bugs
at lps dot ens.fr Sent: Sunday, March 28, 2021 8:38 AM To: David Pozar Subject: [Bug fortran/98201] CSQRT function gives bad resuts at runtime https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98201 --- Comment #18 from Dominique d'Humieres --- Could this PR be closed or moved to target comp

[Bug fortran/98201] CSQRT function gives bad resuts at runtime

2021-03-28 Thread dominiq at lps dot ens.fr via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98201 --- Comment #18 from Dominique d'Humieres --- Could this PR be closed or moved to target component?

[Bug fortran/98201] CSQRT function gives bad resuts at runtime

2020-12-09 Thread dpozar at ecs dot umass.edu via Gcc-bugs
k dot apl.washington.edu Sent: Wednesday, December 9, 2020 10:37 AM To: David Pozar Subject: [Bug fortran/98201] CSQRT function gives bad resuts at runtime https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98201 --- Comment #16 from Steve Kargl --- On Wed, Dec 09, 2020 at 01:24:20PM +, dpozar at ec

[Bug fortran/98201] CSQRT function gives bad resuts at runtime

2020-12-09 Thread sgk at troutmask dot apl.washington.edu via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98201 --- Comment #16 from Steve Kargl --- On Wed, Dec 09, 2020 at 01:24:20PM +, dpozar at ecs dot umass.edu wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98201 > > --- Comment #15 from dpozar at ecs dot umass.edu --- > attached is the out

[Bug fortran/98201] CSQRT function gives bad resuts at runtime

2020-12-09 Thread dpozar at ecs dot umass.edu via Gcc-bugs
hanks, dave From: sgk at troutmask dot apl.washington.edu Sent: Tuesday, December 8, 2020 11:38 PM To: David Pozar Subject: [Bug fortran/98201] CSQRT function gives bad resuts at runtime https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98201 --- Comment #14 from Steve Kargl --- On Wed, Dec 09, 20

[Bug fortran/98201] CSQRT function gives bad resuts at runtime

2020-12-08 Thread sgk at troutmask dot apl.washington.edu via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98201 --- Comment #14 from Steve Kargl --- On Wed, Dec 09, 2020 at 12:28:49AM +, dpozar at ecs dot umass.edu wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98201 > > --- Comment #13 from dpozar at ecs dot umass.edu --- > Ok, I have objdump,

[Bug fortran/98201] CSQRT function gives bad resuts at runtime

2020-12-08 Thread dpozar at ecs dot umass.edu via Gcc-bugs
5:06 PM To: David Pozar Subject: [Bug fortran/98201] CSQRT function gives bad resuts at runtime https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98201 --- Comment #12 from kargl at gcc dot gnu.org --- (In reply to dpozar from comment #11) > Thomas, > > that looks good. But I am not su

[Bug fortran/98201] CSQRT function gives bad resuts at runtime

2020-12-08 Thread kargl at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98201 --- Comment #12 from kargl at gcc dot gnu.org --- (In reply to dpozar from comment #11) > Thomas, > > that looks good. But I am not sure how to proceed ... > > dave Well, the first thing to do is to use either nm or objdump on the executable cr

[Bug fortran/98201] CSQRT function gives bad resuts at runtime

2020-12-08 Thread dpozar at ecs dot umass.edu via Gcc-bugs
Subject: [Bug fortran/98201] CSQRT function gives bad resuts at runtime https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98201 --- Comment #10 from Thomas Koenig --- I don't have a working mingw system myself, but I dusted off my cygwin system for this, using their cross-compiler to mingw.

[Bug fortran/98201] CSQRT function gives bad resuts at runtime

2020-12-08 Thread tkoenig at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98201 --- Comment #10 from Thomas Koenig --- I don't have a working mingw system myself, but I dusted off my cygwin system for this, using their cross-compiler to mingw. With $ x86_64-w64-mingw32-gfortran.exe -static -static-libgfortran csqrt.f90 th

[Bug fortran/98201] CSQRT function gives bad resuts at runtime

2020-12-08 Thread dpozar at ecs dot umass.edu via Gcc-bugs
PM To: David Pozar Subject: [Bug fortran/98201] CSQRT function gives bad resuts at runtime https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98201 --- Comment #8 from Thomas Koenig --- (In reply to dpozar from comment #6) > Thomas, > I am running that code in code blocks with MS visual C++ 2010,

[Bug fortran/98201] CSQRT function gives bad resuts at runtime

2020-12-08 Thread tkoenig at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98201 --- Comment #8 from Thomas Koenig --- (In reply to dpozar from comment #6) > Thomas, > I am running that code in code blocks with MS visual C++ 2010, but I can't > find the output - no console screen, and no output file that I can find. What if

[Bug fortran/98201] CSQRT function gives bad resuts at runtime

2020-12-08 Thread kargl at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98201 kargl at gcc dot gnu.org changed: What|Removed |Added CC||kargl at gcc dot gnu.org --- C

[Bug fortran/98201] CSQRT function gives bad resuts at runtime

2020-12-08 Thread dpozar at ecs dot umass.edu via Gcc-bugs
dave From: tkoenig at gcc dot gnu.org Sent: Tuesday, December 8, 2020 10:55 AM To: David Pozar Subject: [Bug fortran/98201] CSQRT function gives bad resuts at runtime https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98201 --- Comment #5 from Thomas Koenig --- What is the output of #include #in

[Bug fortran/98201] CSQRT function gives bad resuts at runtime

2020-12-08 Thread tkoenig at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98201 --- Comment #5 from Thomas Koenig --- What is the output of #include #include int main() { _Complex float z, sq, sq2; int n; float a; a = -1.; for (n = 1; n < 10; n++) { a = a * 10; z = a + _Complex_I * 1.0; sq

[Bug fortran/98201] CSQRT function gives bad resuts at runtime

2020-12-08 Thread dpozar at ecs dot umass.edu via Gcc-bugs
ngw --enable-nls --with-pkgversion='MinGW.org GCC Build-2' Thread model: win32 gcc version 9.2.0 (MinGW.org GCC Build-2) c:\MinGW> From: tkoenig at gcc dot gnu.org Sent: Tuesday, December 8, 2020 10:34 AM To: David Pozar Subject: [Bug fortran/98201] CSQR

[Bug fortran/98201] CSQRT function gives bad resuts at runtime

2020-12-08 Thread dpozar at ecs dot umass.edu via Gcc-bugs
. From: tkoenig at gcc dot gnu.org Sent: Tuesday, December 8, 2020 10:34 AM To: David Pozar Subject: [Bug fortran/98201] CSQRT function gives bad resuts at runtime https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98201 Thomas Koenig changed: What

[Bug fortran/98201] CSQRT function gives bad resuts at runtime

2020-12-08 Thread dominiq at lps dot ens.fr via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98201 Dominique d'Humieres changed: What|Removed |Added Last reconfirmed||2020-12-08 Ever confirmed|0

[Bug fortran/98201] CSQRT function gives bad resuts at runtime

2020-12-08 Thread tkoenig at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98201 Thomas Koenig changed: What|Removed |Added Target||mingw CC|