On 16/06/15 12:08, Tom de Vries wrote:
Committed this patch to fix bootstrap.
And this one.
Thanks,
- Tom
Declare parm unused in make_offloadable_1
2015-06-16 Tom de Vries
* varpool.c (make_offloadable_1): Declare decl with ATTRIBUTE_UNUSED.
---
gcc/varpool.c | 2 +-
1 file changed, 1
Committed this patch to fix bootstrap.
Thanks,
- Tom
Remove unused variable in lower_reduction_clauses
2015-06-16 Tom de Vries
* omp-low.c (lower_reduction_clauses): Remove unused variable call.
---
gcc/omp-low.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gcc/omp-l