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/44050] Wrong code is produced with -fipa-pta -fno-tree-pta



------- Comment #4 from rguenth at gcc dot gnu dot org  2010-05-09 20:49 -------
Hm.  The issue is we do not clone the ipa-pta flag in gimple_df but transfer
ipa-pta info based on the setting of the flag in the src.  This confuses
us later.

I have a patch.


-- 


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


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