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/19633] local address incorrectly thought to escape


------- Additional Comments From steven at gcc dot gnu dot org  2005-01-25 23:32 -------
;; Function foo (foo) 
 
Visiting use-def links for 0B 
Visiting use-def links for &bD.1128.sD.1123 
foo: Total number of aliased vops: 0 
 
Referenced variables in foo: 4 
 
Variable: cD.1131, UID 0, struct S *, type memory tag: TMT.0D.1138 
 
Variable: aD.1127, UID 1, intD.0, default def: aD.1127_3 
 
Variable: bD.1128, UID 2, struct T, is an alias tag, is addressable, call 
clobbered, default def: bD.1128_5 
 
Variable: TMT.0D.1138, UID 3, struct S, is addressable, is global, call 
clobbered, may aliases: { bD.1128 } 
 
 
Alias statistics for foo 
 
Total alias queries:    1 
Total alias mayalias results:   1 
Total alias noalias results:    0 
Total simple queries:   1 
Total simple resolved:  0 
Total TBAA queries:     1 
Total TBAA resolved:    0 
 

-- 


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


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