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 middle-end/19967] [4.0 Regression] built-in folding causes excess diagnostics


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-02-15 01:46 -------
(In reply to comment #2)
Yes I do (depending on which function by the way):
: Search converges between 2004-05-23-trunk (#458) and 2004-06-01-trunk (#459).
2004-05-30  Steven Bosscher  <stevenb@suse.de>

        PR tree-optimization/14819
        * builtins.c (fold_builtin_strchr): New.
        (fold_builtin_1): Handle BUILT_IN_STRCHR and BUILT_IN_STRRCHR
        with fold_builtin_strchr().
2004-05-31  Kazu Hirata  <kazu@cs.umass.edu>

        PR tree-optimization/15743.
        * builtins.c (fold_builtin_1): Fold index() and rindex().


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kazu at cs dot umass dot
                   |                            |edu, stevenb at suse dot de


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


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