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 tree-optimization/17986] [4.0 Regression] Compile error for make.adb breaks bootstrap


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-10-29 19:25 -------
Actually this is a tree optimization problem, SSA_NAMEs cause too many function levels in the GC code 
from 
PR18226:
Program received signal SIGSEGV, Segmentation fault.
gt_ggc_mx_lang_tree_node (x_p=0x3f9edc0) at ./gtype-ada.h:27
27        if (ggc_test_and_set_mark (x))
#0  gt_ggc_mx_lang_tree_node (x_p=0x3f9edc0) at ./gtype-ada.h:27
        x = (union lang_tree_node * const) 0x3f9edc0
        __FUNCTION__ = "gt_ggc_mx_lang_tree_node"
#1  0x0042b215 in gt_ggc_mx_lang_tree_node (x_p=0x41510a0) at ./gtype-ada.h:178
        x = (union lang_tree_node * const) 0x41510a0
        __FUNCTION__ = "gt_ggc_mx_lang_tree_node"
#2  0x0042b215 in gt_ggc_mx_lang_tree_node (x_p=0x3c84af0) at ./gtype-ada.h:178
        x = (union lang_tree_node * const) 0x3c84af0
        __FUNCTION__ = "gt_ggc_mx_lang_tree_node"
...

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW
   Last reconfirmed|2004-10-14 19:22:29         |2004-10-29 19:25:49
               date|                            |


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


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