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 tree-optimization/38984] [4.2/4.3/4.4 Regression] NULL pointers always considered distinct by PTA, even with -fno-delete-null-pointer-checks



------- Comment #5 from bonzini at gnu dot org  2009-01-27 11:09 -------
I don't think CCPing of the "null" variable is a problem.  Writing it as "*(int
*)0 = 5" would not make the testcase invalid.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38984


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