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: [PATCH, tree-optimization]: FIX PR 36129; [4.3, 4.4 Regression] ICE with -fprofile-use


Richard Guenther wrote:

2008-05-09 Uros Bizjak <ubizjak@gmail.com>

       PR tree-optimization/36129
       * tree-ssa-cpp.c: Include value-prof.h.
       (execute_fold_all_builtins): Call gimple_remove_stmt_histograms if
       built-in function was folded to a constant.
       * Makefile.in (tree-ssa-cpp.c): Depend on value-prof.h

 Patch was bootstrapped and regression tested on i686-pc-linux-gnu. OK
 for mainline?

Yes.

Also for 4.3 branch?

Please have a look at PR36198 first which says it is caused by this
fix. Otherwise
yes, as this is a regression.
No, IIUC, PR36198 is not _caused_ by my patch. My patch allows compilation of CP2K to proceed further, until it hits PR36198.

Uros.


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