Troy Brumley

Results 5 issues of Troy Brumley

**Describe the bug** I'm playing around with _MEM and I was passing a _MEM() of a variable to a subroutine. Last night late I actually got a compiler error and...

Windows 10 up to date, python 3.8, windows-curses 2.1.0. All attempts to work with panels are failing for me. The usual failure is that my app just quietly dies and...

bug

fbc 1.09.0 2022-02-16 I can't see a problem in the definitions for the various mvaddxxx functions and macros in ncurses.bi. decomposing the calls into equivalent move and add functions works....

the following works on gfortran and seems valid to me. it won't compile. ``` program list use iso_fortran_env implicit none type node_t integer :: this type(node_t), pointer :: next end...

bug

Hi, this is related to a post I read on the Fortran discourse. Here's the code and output. The original poster was seeking opinions on the code because it works...

bug