Author |
Message |
Topic: winio@ failed to match format length |
simon
Replies: 1
Views: 831
|
Forum: ClearWin+ Posted: Thu Nov 28, 2024 9:14 pm Subject: winio@ failed to match format length |
When running a ClearWin+ application with a third-party compiler I am getting the following message:
winio@ failed to match format length.
Do you want to continue?
If I select "Yes" t ... |
Topic: Character string is lost |
simon
Replies: 8
Views: 2577
|
Forum: 64-bit Posted: Tue Nov 19, 2024 5:37 pm Subject: |
Thanks for the confirmation. It appears that my partial code was legal, so I'll have to try and find a way to isolate the problem. |
Topic: Character string is lost |
simon
Replies: 8
Views: 2577
|
Forum: 64-bit Posted: Sat Nov 16, 2024 5:32 pm Subject: |
Hi Paul,
I will try to send a simple program, but I estimate it will take more than a full day's work, so I can't promise to do it soon.
If I remove /CHECK, then I no longer et compilation errors. ... |
Topic: Character string is lost |
simon
Replies: 8
Views: 2577
|
Forum: 64-bit Posted: Sat Nov 16, 2024 1:24 am Subject: |
Hi Paul,
Unfortunately, if I try to compile using /DEBUG /CHECK, I get the following error somewhere else in the program:
AMD backend failure:Failed to do register-memory emit for MOV_Q at ...
in e ... |
Topic: Character string is lost |
simon
Replies: 8
Views: 2577
|
Forum: 64-bit Posted: Wed Nov 13, 2024 9:10 pm Subject: |
Hi Paul,
I've been using Unit=character for years, actually probably decades.
Actually, in this case, I don't think it is integral to the problem I am experiencing since I have other examples that d ... |
Topic: Character string is lost |
simon
Replies: 8
Views: 2577
|
Forum: 64-bit Posted: Mon Nov 11, 2024 8:49 pm Subject: Character string is lost |
I have what seems to be an impossible-to-report problem with a character string getting lost in the 64-bit version! The core of the problem looks something like the following:
Use m, Only: c2 ! ... |
Topic: version 9.04 |
simon
Replies: 22
Views: 9763
|
Forum: Support Posted: Fri Aug 16, 2024 12:59 am Subject: |
Hi Paul,
I believe so - I copied everything from the FTN95, DLL, and Plato links into the directory where I have FTN95 installed. |
Topic: version 9.04 |
simon
Replies: 22
Views: 9763
|
Forum: Support Posted: Thu Aug 15, 2024 7:25 pm Subject: version 9.04 |
I have just loaded the various new DLLs and lib files for version 9.04. After recompiling my application, the program hangs at start up. It's about 160,000 lines of code, and I do not have the time to ... |
Topic: Lbound with derived-type arrays |
simon
Replies: 13
Views: 25963
|
Forum: Support Posted: Wed Nov 08, 2023 7:40 pm Subject: |
Hi Paul,
The following example does not quite reproduce the error I have in mind, but it is outputting a surplus value (which is presumably because the size of ia in subroutine s is still in error):
... |
Topic: Lbound with derived-type arrays |
simon
Replies: 13
Views: 25963
|
Forum: Support Posted: Tue Nov 07, 2023 11:19 pm Subject: |
Hi Paul,
Any progress on this one? I have work-arounds, but I have quite a few instances that I think are equivalent, where I am passing an array of a derived type, and the routine does not get what ... |
Topic: Allocate using Source= |
simon
Replies: 2
Views: 6664
|
Forum: Support Posted: Tue Nov 07, 2023 8:24 pm Subject: Allocate using Source= |
The following program should allocate the logical array and assign all values to .false., but in FTN95 the array is not allocated.
Program p
Logical, Dimension(:), Allocatable : ... |
Topic: Missing "COMPILER_VERSION()"? |
simon
Replies: 9
Views: 15811
|
Forum: Support Posted: Fri Jun 30, 2023 5:35 pm Subject: |
Where do these Mod files generally belong? I could not see them in any of the C:\Program Files (x86)\Silverfrost\FTN95 directories. |
Topic: Shape of deallocated array |
simon
Replies: 21
Views: 31386
|
Forum: Support Posted: Wed May 03, 2023 4:58 pm Subject: |
That is my understanding of AOA too. In my example, AOA should not be taking place, because b was already allocated. My assumption (which may be incorrect) was that because b's shape changed, some for ... |
Topic: Shape of deallocated array |
simon
Replies: 21
Views: 31386
|
Forum: Support Posted: Wed May 03, 2023 2:25 pm Subject: |
Hi Paul,
MANY thanks for your diligent work on this problem. Let me try the compiler switches and see what that effect is. If AOA has to be switched off, I can deal with that more easily than with ... |
Topic: Shape of deallocated array |
simon
Replies: 21
Views: 31386
|
Forum: Support Posted: Tue May 02, 2023 9:53 pm Subject: |
Understood Paul. Thanks for looking into this. I am loading a and b into the separate subprograms because typically the module contains a large number of subprograms, and I am looking to make availabl ... |
|