Re: [PATCH] PR122597 -fdefault-integer-8 is results in wrong v_list in user defined IO
Jerry D <[email protected]>
| Newsgroups | gmane.comp.gcc.patches,gmane.comp.gcc.fortran |
|---|---|
| Message-ID | <[email protected]> |
On 12/22/25 11:28 AM, Harald Anlauf wrote: > Hi Jerry, > > Am 22.12.25 um 04:00 schrieb Jerry D: >> The attached patch from Steve issues an error if a user trys to use DTIO >> with -fdefault-integer-8. I reduced the test case and set it up for the >> testsuite. Some may think this is a bit harsh, but one would get silent >> wrong results otherwise. > > I think it is fine to reject it. If you believe the message is too > harsh, how about: > > "Sorry: -fdefault-integer-8 is not supported with user-defined input/output at %C" Pushed with your suggested error message. commit 8ff212d10acb46c770195af9185396b021f7aa4c (HEAD -> master, origin/master, origin/HEAD) Author: Steve Kargl <[email protected]> Date: Sun Dec 21 18:32:46 2025 -0800 fortran [PR122957] DTIO incompatibility with -fdefault-interger-8