Yeah, like that problematic source, all gfortran options used to compile that, 
any needed modules too + stubbed whatever it calls and whatever is needed in 
MAIN__ or main to reproduce, ideally with minimal dependencies.
If you know the exact problematic routine, see in the debugger how many times 
it is called and in which invocation of the routine it misbehaves and try to 
capture on which arguments it is called.  If you don't know the exact 
problematic routine, one can e.g. play with assembly bisection between 
-funroll-loops and no -funroll-loops, rename .L* labels in one of them so that 
it can be merged by hand more easily.  I think gfortran doesn't have optimize 
(0) attribute yet.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1811798

Title:
  gcc 8 miscompiles scipy/optimize/minpack/qrsolv.f

To manage notifications about this bug go to:
https://bugs.launchpad.net/gcc/+bug/1811798/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to