[Bug rtl-optimization/54645] [4.8 Regression] Many testsuite failures

dehao at google dot com gcc-bugzilla@gcc.gnu.org
Fri Sep 21 00:52:00 GMT 2012


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

Dehao Chen <dehao at google dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dehao at google dot com

--- Comment #6 from Dehao Chen <dehao at google dot com> 2012-09-21 00:51:27 UTC ---
This problem is caused by r191494.

The cause of the problem is: when reading PCH data, the line_table is also read
from PCH files. But the location_adhoc_data_map is not managed by GC,
thus is not read in from PCH file (only a pointer is read in).

To solve this problem, we'll need to move location_adhoc_data_map into
GC. I'll have a patch to solve this problem.



More information about the Gcc-bugs mailing list