Thanks.
An internal compiler error is always a problem with the compiler itself.
I submitted this to our bug tracker (Bugzilla) as Problem Report 96712
on your behalf.
Follow it by looking at
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96712
Kind regards,
Toon.
On 8/19/20 4:22 PM, Bernd E
On Wed, 19 Aug 2020 at 15:24, Bernd Eggen via Gcc wrote:
>
> Hello,
>
> I've come across an internal compiler error (in GFortran), concerning the
> function NINT(),
Then you should be reporting it to Bugzilla, not to this mailing list.
> Please submit a full bug report,
> with preprocessed sour
Hello,
I've come across an internal compiler error (in GFortran), concerning the
function NINT(), I attach a very simple source code that illustrates the
error. Essentially I am working with 16-byte integers, and there seems no
way to ensure that NINT() returns the correct precision integer. [I a