This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Splitting up gcc/omp-low.c?
- From: Bernd Schmidt <bschmidt at redhat dot com>
- To: Thomas Schwinge <thomas at codesourcery dot com>, Martin Jambor <mjambor at suse dot cz>, Jakub Jelinek <jakub at redhat dot com>, gcc-patches at gcc dot gnu dot org
- Date: Thu, 14 Apr 2016 18:01:14 +0200
- Subject: Re: Splitting up gcc/omp-low.c?
- Authentication-results: sourceware.org; auth=none
- References: <20151207111758 dot GA24234 at virgil dot suse dot cz> <20151207112243 dot GF24234 at virgil dot suse dot cz> <20151209131930 dot GS5675 at tucnak dot redhat dot com> <87si3b4mk3 dot fsf at kepler dot schwinge dot homeip dot net> <5668638A dot 5030500 at redhat dot com> <20151210080835 dot GX5675 at tucnak dot redhat dot com> <87y48o5toc dot fsf at hertz dot schwinge dot homeip dot net> <87twj54hx6 dot fsf at hertz dot schwinge dot homeip dot net> <570E8417 dot 3080208 at redhat dot com> <87r3e94cku dot fsf at hertz dot schwinge dot homeip dot net> <570E8DE3 dot 6070007 at redhat dot com> <87k2k048ir dot fsf at hertz dot schwinge dot homeip dot net>
On 04/14/2016 03:36 PM, Thomas Schwinge wrote:
I don't know how meaningful it is to create/discuss/review/commit the
following patch until the overall approach has been agreed upon?
Why not? We agree the file should be split, and this makes it easier. So
I'll approve it for stage1, or earlier if RMs want this split in gcc-6.
You could however probably also remove the #include langhooks from the C
file.
Bernd