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] PR 55978: [4.8 Regression] class_optional_2.f90 -Os fails


Hi Janus,

after Tobias' approval, two remarks:

One thing that you can do is to change this to

+  if (unlikely(source->base_addr == NULL))
+    return NULL;

to minimize the runtime impact.

As for a test  case, a lot of test cases in class_optional_2.f90
are commented out. Some of these could probably be uncommented
now, but it is not too urgent now.

Regards

Thomas


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