Re: [Mesa-dev] [Patch v2] clover: make GCC 4.8 happy

2016-07-28 Thread Eric Engestrom
On Thu, Jul 28, 2016 at 12:20:25AM +0200, Dieter Nützel wrote: > Without this GCC 4.8.x throws below error: > > error: invalid initialization of non-const reference of type > 'clover::llvm::compat::raw_ostream_to_emit_file {aka > llvm::raw_svector_ostream&}' > from an rvalue of type '' > > v2: c

Re: [Mesa-dev] [Patch v2] clover: make GCC 4.8 happy

2016-07-27 Thread Francisco Jerez
Dieter Nützel writes: > Can someone of you commit for me after review, please. Reviewed-by and pushed, thanks. > > Thanks, >Dieter > > Am 28.07.2016 00:20, schrieb Dieter Nützel: >> Without this GCC 4.8.x throws below error: >> >> error: invalid initialization of non-const reference of typ

Re: [Mesa-dev] [Patch v2] clover: make GCC 4.8 happy

2016-07-27 Thread Dieter Nützel
Can someone of you commit for me after review, please. Thanks, Dieter Am 28.07.2016 00:20, schrieb Dieter Nützel: Without this GCC 4.8.x throws below error: error: invalid initialization of non-const reference of type 'clover::llvm::compat::raw_ostream_to_emit_file {aka llvm::raw_svector_ost

[Mesa-dev] [Patch v2] clover: make GCC 4.8 happy

2016-07-27 Thread Dieter Nützel
Without this GCC 4.8.x throws below error: error: invalid initialization of non-const reference of type 'clover::llvm::compat::raw_ostream_to_emit_file {aka llvm::raw_svector_ostream&}' from an rvalue of type '' v2: change commit title and add error message like Eric Engestrom requested Signed-