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 20:46 -------
The patch which I pasted is wrong, instead of:
TREE_CHAIN (&%t.t)
it should be:
TREE_CHAIN (&%h.t)

-- 


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]