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: [tree-ssa] fix opt/10399, again


In message <20040227222332.GA18892@redhat.com>, Richard Henderson writes:
 >When 10399 was fixed, we removed the problematic code from 
 >expand_builtin_str[n]cmp, but not simplify_builtin_str[n]cmp.
 >
 >Sigh.  
 >
 >
 >r~
 >
 >
 >        * builtins.c (simplify_builtin_strcmp): Don't export.  Remove
 >        length parameters.  Remove conversion to memcmp. 
 >        (simplify_builtin_strncmp): Likewise.
 >        * expr.h: Don't declare them.
 >        * tree-ssa-ccp.c (ccp_fold_builtin): Don't call them.
Thanks.  Those were causing problems for other reasons (they tend to
create non-gimple code). 

All this code needs to be cleaned up in a major way....

jeff


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