This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
backported fix to fold-const.c breaks gcc 4.6
- From: Peter Garbett <petegarbett1958 at gmail dot com>
- To: gcc at gcc dot gnu dot org
- Date: Mon, 27 Feb 2012 09:00:54 +0000
- Subject: backported fix to fold-const.c breaks gcc 4.6
- Authentication-results: mr.google.com; spf=pass (google.com: domain of petegarbett1958@gmail.com designates 10.50.140.65 as permitted sender) smtp.mail=petegarbett1958@gmail.com; dkim=pass header.i=petegarbett1958@gmail.com
Well, at least with my cross it does.
this change, or something like it:
http://gcc.gnu.org/git/?p=gcc.git;a=commitdiff;h=09a77c2ea0b41fdff8820cbcbe41b35762db5c45
introduces a reference to TS_TYPED into the 4.6 branch for
fold-const.c, and it isnt defined,
or at least neither I nor my compiler can find it.
Any helpful hints on how to proceed?