This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [Patch] Refractor Thompson matcher
- From: Tim Shen <timshen91 at gmail dot com>
- To: Paolo Carlini <paolo dot carlini at oracle dot com>
- Cc: "libstdc++" <libstdc++ at gcc dot gnu dot org>, gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Thu, 1 Aug 2013 06:39:56 +0800
- Subject: Re: [Patch] Refractor Thompson matcher
- References: <CAPrifDmj7BcdDpcJm==v5MtLHnxHzZYCcH9mdywU20P9oU=EpA at mail dot gmail dot com> <51F4E072 dot 9050706 at oracle dot com> <CAPrifDm0fMu1q9mw6PEbqTTvP-oVgckXaqRs+yLwAYwMi3W_2A at mail dot gmail dot com> <51F5202A dot 4050005 at oracle dot com> <CAPrifD=Kxa-nOcBaqmnntqz0Bhn3+4bCT=hikLeJtTq1HwHmRQ at mail dot gmail dot com> <51F5502B dot 7010304 at oracle dot com> <CAPrifDnCeu0cNf8oE2_jQKpVCkWkWcxLe4amcvY7Ye5YkEgUBw at mail dot gmail dot com> <51F6273D dot 7080102 at oracle dot com> <CAPrifDmQ8Ec48+1C_k8kFRE+VkXg2E73T289ntaq-EzgoQ0-xg at mail dot gmail dot com> <51F7F212 dot 1010509 at oracle dot com> <51F7F44C dot 5000401 at oracle dot com> <ece694fe-fa8d-49f3-8cf4-959271b28697 at email dot android dot com> <CAPrifDkQ=Vbnx9dKe0vf68LS-S60Hs+sE9a-BTMcHYLGmXGQig at mail dot gmail dot com> <51F84652 dot 7010006 at oracle dot com> <CAPrifDnOD5yqVtC=0NzSCeMe0kM8EBs3JkRd9UYG5Wyww5YG+A at mail dot gmail dot com> <51F849AE dot 20201 at oracle dot com> <CAPrifDn_OENAu4+ZPh7e=9PG1J8HFTW3Raa6UzYa8JeX6Xh=zA at mail dot gmail dot com> <51F84CA8 dot 1000902 at oracle dot com> <CAPrifD=Tu-TVxaCiX4VHUpVDyt2kKMmZJFiDv_WUwyvpy_qo9g at mail dot gmail dot com> <51F900B3 dot 7070604 at oracle dot com>
On Wed, Jul 31, 2013 at 8:18 PM, Paolo Carlini <paolo.carlini@oracle.com> wrote:
> in order to bootstrap successfully the patch I needed these additional
> changes. Please double check at your end, run the testsuite, and if
> everything goes well, please commit (again ;) the whole thing.
Fully tested:
cd gcc-bulid
rm -r *
../gcc/configure --enable-languages=c++
make bootstrap
make -k check
...and committed(r201391).
--
Tim Shen