Hi Segher,
Segher Boessenkool writes:
> On Fri, Nov 11, 2016 at 02:16:18AM +0100, Nicolai Stange wrote:
>> >> >From the discussion on gcc-patches [1] of what is now the aforementioned
>> >> r228318 ("bb-reorder: Add -freorder-blocks-algorithm= and wire it up"),
>> >> it is not clear to me whethe
Status
==
The trunk is in Stage 3 now, which means it is open for general
bugfixing.
Patches posted early enough during Stage 1 and not yet fully reviewed
may still get in early in Stage 3. Please make sure to ping them
soon enough.
Quality Data
Priority # Change f
On Mon, Nov 14, 2016 at 09:45:49AM -0800, Cesar Philippidis wrote:
> What's the plan to split omp-low.c into multiple files? Right now,
> omp-low.c contains code to lower and expand OpenMP and OpenACC. At least
> for the OpenACC transforms, we made an effort to keep the changes in
> omp-low.c targe
I am pleased to announce that the GCC Steering Committee has
accepted the HSA/BRIG front-end for inclusion in GCC and appointed
Pekka Jaaskelainen and Martin Jambor as co-maintainers.
Please join me in congratulating Pekka and Martin on their new roles.
Please update your listings
What's the plan to split omp-low.c into multiple files? Right now,
omp-low.c contains code to lower and expand OpenMP and OpenACC. At least
for the OpenACC transforms, we made an effort to keep the changes in
omp-low.c target-independent. Is goal to break omp-low.c into separate
lowering, expansion
Hi all,
I've recently revisited an ancient patch from Paolo
(https://gcc.gnu.org/ml/gcc-patches/2004-04/msg00551.html) which uses
asserts as optimization hints. I've rewritten the patch to be more
stable under expressions with side-effects and did some basic
investigation of it's efficacy.
Optimi