This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libfortran/78055] [7 regression] Many new gfortran test failures


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78055

--- Comment #6 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> ---
I think I understand. The Frontend needs to access the parameters before and
after the dtp->u.p section. When deleting that integer, that section was
shortened, so the placement of the parameters after are offset. I am not sure
why it does not break everywhere.  I am thinking the patch to cleanup the dtp
stucture will realign everything.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]