Re: [Mesa-dev] [PATCH 0/9] Enable gcc's undefined behaviour sanitizer

2016-04-30 Thread Marek Olšák
For 1-2, 5-9: Reviewed-by: Marek Olšák Marek On Sat, Apr 30, 2016 at 9:24 AM, Nicolai Hähnle wrote: > Hi, > > this patch series enables the use of gcc's -fsanitize=undefined in Mesa and > fixes the bulk of reported issues in basic examples like glxgears. However, > many issues remain, and some

Re: [Mesa-dev] [PATCH 0/9] Enable gcc's undefined behaviour sanitizer

2016-04-30 Thread Michel Dänzer
On 30.04.2016 16:24, Nicolai Hähnle wrote: > Hi, > > this patch series enables the use of gcc's -fsanitize=undefined in Mesa and > fixes the bulk of reported issues in basic examples like glxgears. However, > many issues remain, and some of them in the GLSL compiler look like they could > be real

[Mesa-dev] [PATCH 0/9] Enable gcc's undefined behaviour sanitizer

2016-04-30 Thread Nicolai Hähnle
Hi, this patch series enables the use of gcc's -fsanitize=undefined in Mesa and fixes the bulk of reported issues in basic examples like glxgears. However, many issues remain, and some of them in the GLSL compiler look like they could be real - see below for a sampling. By "enables the use" I mea