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 c++/49538] [4.7 regression] Revision 175341 causes segfaults


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

--- Comment #5 from Markus Trippelsdorf <markus at trippelsdorf dot de> 2011-07-07 14:08:08 UTC ---
OK I've finally found the commit in question:

% git bisect start
$ git bisect bad
% git bisect good c70f46b057cd12973d33c01c8fa0da5c14ba3944
...
(test and repeat always with Jason's patch applied on top)
...
% git bisect bad
f30e87e922bda64571abe28fca8edab3bdc42918 is the first bad commit
commit f30e87e922bda64571abe28fca8edab3bdc42918
Author: hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Mon Jun 13 15:34:59 2011 +0000

        * ipa-inline.c (reset_edge_caches): Walk aliases.
        (update_caller_keys): Do not test inlinability of aliases.
        * ipa-inline-analysis.c (do_estimate_edge_time): Look through alias.
        (do_estimate_growth): Fix typo.



    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174992
138bc75d-0d04-0410-961f-82ee72b054a4


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