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: [Ada] Implement AI05-0086-1 (consider null exclusion for static matching)


Hi Arnaud, this patch seems to only contain formatting changes.
The meat of it is commented out:

+         --  Also check that null exclusion matches (AI05-0086-1)
+         --  commented out because this causes many mail test failures ???
+
+         --  and then Can_Never_Be_Null (T1) = Can_Never_Be_Null (T2);

So I'm not sure how it can cause the testcase to pass :)

Ciao,

Duncan.


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