This is the mail archive of the gcc-patches@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]

Re: [Patch, fortran] PR20938, PR24519 and where_19 - equivalence dependencies


Tobi

+ else if (flag1)
+ {
+ e2 = e3;
+ e3 = e1;
+ }
+ else
+ {
+ e2 = e4;
+ e4 = e1;
+ }



Setting e2 here serves no purpose, as it will be overwritten during the next
iteration.


It's worse than that - I lost it totally here. I will come back with the real thing in a day or so. Submit in haste, repent in leisure and all that....

Paul


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