Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 443611 Details for
Bug 631031
FTBFS Glide3-libGL-6.2.1-10.fc12
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh90 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
build.log
build.log (text/plain), 564.87 KB, created by
FTBFS
on 2010-09-07 16:13:25 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
FTBFS
Created:
2010-09-07 16:13:25 UTC
Size:
564.87 KB
patch
obsolete
>Mock Version: 1.1.1 >ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/Glide3-libGL.spec'], False, '/var/lib/mock/fedora-development-x86_64-Glide3-libGL-6.2.1-10.fc12.src.rpm/root/', None, 25200, True, 0, 8116, 14667, None, logger=<mock.trace_decorator.getLog object at 0x2507b10>) >Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/Glide3-libGL.spec'] >Building target platforms: x86_64 >Building for target x86_64 >Wrote: /builddir/build/SRPMS/Glide3-libGL-6.2.1-10.fc14.src.rpm >Child returncode was: 0 >LEAVE do --> > >ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/Glide3-libGL.spec'], False, '/var/lib/mock/fedora-development-x86_64-Glide3-libGL-6.2.1-10.fc12.src.rpm/root/', None, 25200, True, 0, 8116, 14667, None, logger=<mock.trace_decorator.getLog object at 0x2507b10>) >Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/Glide3-libGL.spec'] >Building target platforms: x86_64 >Building for target x86_64 >Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.gbihUP >+ umask 022 >+ cd /builddir/build/BUILD >+ LANG=C >+ export LANG >+ unset DISPLAY >+ cd /builddir/build/BUILD >+ rm -rf Mesa-6.2.1 >+ /usr/bin/bzip2 -dc /builddir/build/SOURCES/MesaLib-6.2.1.tar.bz2 >+ /bin/tar -xf - >+ STATUS=0 >+ '[' 0 -ne 0 ']' >+ cd Mesa-6.2.1 >+ /bin/chmod -Rf a+rX,u+w,g-w,o-w . >+ echo 'Patch #0 (Mesa-6.2.1-config.patch):' >Patch #0 (Mesa-6.2.1-config.patch): >+ /bin/cat /builddir/build/SOURCES/Mesa-6.2.1-config.patch >+ /usr/bin/patch -s -p1 -b --suffix .config --fuzz=0 >Patch #1 (Mesa-6.2.1-64bit.patch): >+ echo 'Patch #1 (Mesa-6.2.1-64bit.patch):' >+ /bin/cat /builddir/build/SOURCES/Mesa-6.2.1-64bit.patch >+ /usr/bin/patch -s -p1 -b --suffix .64bit --fuzz=0 >+ echo 'Patch #2 (Mesa-6.2.1-antialias.patch):' >Patch #2 (Mesa-6.2.1-antialias.patch): >+ /bin/cat /builddir/build/SOURCES/Mesa-6.2.1-antialias.patch >+ /usr/bin/patch -s -p1 -b --suffix .antialias --fuzz=0 >+ install -p -m 644 /builddir/build/SOURCES/Glide3-libGL-README README.fedora >+ exit 0 >Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.IR5fDu >+ umask 022 >+ cd /builddir/build/BUILD >+ cd Mesa-6.2.1 >+ LANG=C >+ export LANG >+ unset DISPLAY >+ TARGET=linux-glide >+ make -j4 'LIB_DIR=$(TOP)/lib64' linux-glide >(cd configs && rm -f current && ln -s linux-glide current) >make default >make[1]: Entering directory `/builddir/build/BUILD/Mesa-6.2.1' >make[2]: Entering directory `/builddir/build/BUILD/Mesa-6.2.1/src' >mkdir ../lib64 >Making sources for linux-glide >make[3]: Entering directory `/builddir/build/BUILD/Mesa-6.2.1/src/mesa' >touch depend >gcc -M -MF depend -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup glapi/glapi.c glapi/glthread.c main/api_arrayelt.c main/api_loopback.c main/api_noop.c main/api_validate.c main/accum.c main/attrib.c main/blend.c main/bufferobj.c main/buffers.c main/clip.c main/colortab.c main/context.c main/convolve.c main/debug.c main/depth.c main/dispatch.c main/dlist.c main/drawpix.c main/enable.c main/enums.c main/eval.c main/extensions.c main/feedback.c main/fog.c main/get.c main/hash.c main/hint.c main/histogram.c main/image.c main/imports.c main/light.c main/lines.c main/matrix.c main/occlude.c main/pixel.c main/points.c main/polygon.c main/rastpos.c main/state.c main/stencil.c main/texcompress.c main/texcompress_s3tc.c main/texcompress_fxt1.c main/texformat.c main/teximage.c main/texobj.c main/texstate.c main/texstore.c main/varray.c main/vtxfmt.c math/m_debug_clip.c math/m_debug_norm.c math/m_debug_xform.c math/m_eval.c math/m_matrix.c math/m_translate.c math/m_vector.c math/m_xform.c array_cache/ac_context.c array_cache/ac_import.c tnl/t_array_api.c tnl/t_array_import.c tnl/t_context.c tnl/t_pipeline.c tnl/t_save_api.c tnl/t_save_loopback.c tnl/t_save_playback.c tnl/t_vb_fog.c tnl/t_vb_light.c tnl/t_vb_normals.c tnl/t_vb_points.c tnl/t_vb_program.c tnl/t_vb_render.c tnl/t_vb_texgen.c tnl/t_vb_texmat.c tnl/t_vb_vertex.c tnl/t_vertex.c tnl/t_vertex_c.c tnl/t_vertex_codegen.c tnl/t_vtx_api.c tnl/t_vtx_generic.c tnl/t_vtx_x86.c tnl/t_vtx_eval.c tnl/t_vtx_exec.c shader/arbfragparse.c shader/arbprogparse.c shader/arbprogram.c shader/arbvertparse.c shader/grammar_mesa.c shader/nvfragparse.c shader/nvprogram.c shader/nvvertexec.c shader/nvvertparse.c shader/program.c swrast/s_fragprog_to_c.c swrast/s_aaline.c swrast/s_aatriangle.c swrast/s_accum.c swrast/s_alpha.c swrast/s_alphabuf.c swrast/s_auxbuffer.c swrast/s_bitmap.c swrast/s_blend.c swrast/s_buffers.c swrast/s_copypix.c swrast/s_context.c swrast/s_depth.c swrast/s_drawpix.c swrast/s_feedback.c swrast/s_fog.c swrast/s_imaging.c swrast/s_lines.c swrast/s_logic.c swrast/s_masking.c swrast/s_nvfragprog.c swrast/s_pixeltex.c swrast/s_points.c swrast/s_readpix.c swrast/s_span.c swrast/s_stencil.c swrast/s_tcc.c swrast/s_texture.c swrast/s_texstore.c swrast/s_triangle.c swrast/s_zoom.c swrast_setup/ss_context.c swrast_setup/ss_triangle.c x86/common_x86.c x86/x86.c x86/3dnow.c x86/sse.c sparc/sparc.c x86/common_x86_asm.S x86/x86_xform2.S x86/x86_xform3.S x86/x86_xform4.S x86/x86_cliptest.S x86/mmx_blend.S x86/3dnow_xform1.S x86/3dnow_xform2.S x86/3dnow_xform3.S x86/3dnow_xform4.S x86/3dnow_normal.S x86/sse_xform1.S x86/sse_xform2.S x86/sse_xform3.S x86/sse_xform4.S x86/sse_normal.S tnl/t_vtx_x86_gcc.S drivers/common/driverfuncs.c \ > > /dev/null 2>&1 >make[3]: Leaving directory `/builddir/build/BUILD/Mesa-6.2.1/src/mesa' >make[3]: Entering directory `/builddir/build/BUILD/Mesa-6.2.1/src/mesa' >make[4]: Entering directory `/builddir/build/BUILD/Mesa-6.2.1/src/mesa' >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 main/api_arrayelt.c -o main/api_arrayelt.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 main/api_loopback.c -o main/api_loopback.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 main/api_noop.c -o main/api_noop.o >make[5]: Entering directory `/builddir/build/BUILD/Mesa-6.2.1/src/mesa/x86' >make[5]: Nothing to be done for `default'. >make[5]: Leaving directory `/builddir/build/BUILD/Mesa-6.2.1/src/mesa/x86' >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 main/api_validate.c -o main/api_validate.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 main/accum.c -o main/accum.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 main/attrib.c -o main/attrib.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 main/blend.c -o main/blend.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 main/bufferobj.c -o main/bufferobj.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 main/buffers.c -o main/buffers.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 main/clip.c -o main/clip.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 main/colortab.c -o main/colortab.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 main/context.c -o main/context.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 main/convolve.c -o main/convolve.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 main/debug.c -o main/debug.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 main/depth.c -o main/depth.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 main/dispatch.c -o main/dispatch.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 main/dlist.c -o main/dlist.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 main/drawpix.c -o main/drawpix.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 main/enable.c -o main/enable.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 main/enums.c -o main/enums.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 main/eval.c -o main/eval.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 main/extensions.c -o main/extensions.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 main/feedback.c -o main/feedback.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 main/fog.c -o main/fog.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 main/get.c -o main/get.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 main/hash.c -o main/hash.o >main/get.c: In function '_mesa_GetPointerv': >main/get.c:6441:10: warning: dereferencing type-punned pointer will break strict-aliasing rules >main/get.c:6455:10: warning: dereferencing type-punned pointer will break strict-aliasing rules >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 main/hint.c -o main/hint.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 main/histogram.c -o main/histogram.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 main/image.c -o main/image.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 main/imports.c -o main/imports.o >main/imports.c: In function '_mesa_float_to_half': >main/imports.c:540:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >main/imports.c: In function '_mesa_half_to_float': >main/imports.c:666:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 main/light.c -o main/light.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 main/lines.c -o main/lines.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 main/matrix.c -o main/matrix.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 main/occlude.c -o main/occlude.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 main/pixel.c -o main/pixel.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 main/points.c -o main/points.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 main/polygon.c -o main/polygon.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 main/rastpos.c -o main/rastpos.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 main/state.c -o main/state.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 main/stencil.c -o main/stencil.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 main/texcompress.c -o main/texcompress.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 main/texcompress_s3tc.c -o main/texcompress_s3tc.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 main/texcompress_fxt1.c -o main/texcompress_fxt1.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 main/texformat.c -o main/texformat.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 main/teximage.c -o main/teximage.o >main/texcompress_fxt1.c:296:23: warning: ISO C90 does not support 'long long' >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 main/texobj.c -o main/texobj.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 main/texstate.c -o main/texstate.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 main/texstore.c -o main/texstore.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 main/varray.c -o main/varray.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 main/vtxfmt.c -o main/vtxfmt.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 glapi/glapi.c -o glapi/glapi.o >In file included from glapi/glapi.c:460:0: >glapi/glprocs.h:966:5: warning: string length '16393' is greater than the length '509' ISO C90 compilers are required to support >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 glapi/glthread.c -o glapi/glthread.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 math/m_debug_clip.c -o math/m_debug_clip.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 math/m_debug_norm.c -o math/m_debug_norm.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 math/m_debug_xform.c -o math/m_debug_xform.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 math/m_eval.c -o math/m_eval.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 math/m_matrix.c -o math/m_matrix.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 math/m_translate.c -o math/m_translate.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 math/m_vector.c -o math/m_vector.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 math/m_xform.c -o math/m_xform.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 array_cache/ac_context.c -o array_cache/ac_context.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 array_cache/ac_import.c -o array_cache/ac_import.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 tnl/t_array_api.c -o tnl/t_array_api.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 tnl/t_array_import.c -o tnl/t_array_import.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 tnl/t_context.c -o tnl/t_context.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 tnl/t_pipeline.c -o tnl/t_pipeline.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 tnl/t_save_api.c -o tnl/t_save_api.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 tnl/t_save_loopback.c -o tnl/t_save_loopback.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 tnl/t_save_playback.c -o tnl/t_save_playback.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 tnl/t_vb_fog.c -o tnl/t_vb_fog.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 tnl/t_vb_light.c -o tnl/t_vb_light.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 tnl/t_vb_normals.c -o tnl/t_vb_normals.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 tnl/t_vb_points.c -o tnl/t_vb_points.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 tnl/t_vb_program.c -o tnl/t_vb_program.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 tnl/t_vb_render.c -o tnl/t_vb_render.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 tnl/t_vb_texgen.c -o tnl/t_vb_texgen.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 tnl/t_vb_texmat.c -o tnl/t_vb_texmat.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 tnl/t_vb_vertex.c -o tnl/t_vb_vertex.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 tnl/t_vertex.c -o tnl/t_vertex.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 tnl/t_vertex_c.c -o tnl/t_vertex_c.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 tnl/t_vertex_codegen.c -o tnl/t_vertex_codegen.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 tnl/t_vtx_api.c -o tnl/t_vtx_api.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 tnl/t_vtx_generic.c -o tnl/t_vtx_generic.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 tnl/t_vtx_x86.c -o tnl/t_vtx_x86.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 tnl/t_vtx_eval.c -o tnl/t_vtx_eval.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 tnl/t_vtx_exec.c -o tnl/t_vtx_exec.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 shader/arbfragparse.c -o shader/arbfragparse.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 shader/arbprogparse.c -o shader/arbprogparse.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 shader/arbprogram.c -o shader/arbprogram.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 shader/arbvertparse.c -o shader/arbvertparse.o >shader/arbprogparse.c:138:1: warning: string length '49808' is greater than the length '509' ISO C90 compilers are required to support >shader/arbprogparse.c:3699:1: warning: string length '6573' is greater than the length '509' ISO C90 compilers are required to support >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 shader/grammar_mesa.c -o shader/grammar_mesa.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 shader/nvfragparse.c -o shader/nvfragparse.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 shader/nvprogram.c -o shader/nvprogram.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 shader/nvvertexec.c -o shader/nvvertexec.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 shader/nvvertparse.c -o shader/nvvertparse.o >shader/nvvertexec.c: In function '_mesa_exec_vertex_program': >shader/nvvertexec.c:458:19: warning: dereferencing type-punned pointer will break strict-aliasing rules >shader/nvvertexec.c:470:19: warning: dereferencing type-punned pointer will break strict-aliasing rules >shader/nvvertexec.c:497:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >shader/nvvertexec.c:510:19: warning: dereferencing type-punned pointer will break strict-aliasing rules >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 shader/program.c -o shader/program.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 swrast/s_fragprog_to_c.c -o swrast/s_fragprog_to_c.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 swrast/s_aaline.c -o swrast/s_aaline.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 swrast/s_aatriangle.c -o swrast/s_aatriangle.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 swrast/s_accum.c -o swrast/s_accum.o >swrast/s_accum.c: In function '_swrast_Accum': >swrast/s_accum.c:242:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 swrast/s_alpha.c -o swrast/s_alpha.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 swrast/s_alphabuf.c -o swrast/s_alphabuf.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 swrast/s_auxbuffer.c -o swrast/s_auxbuffer.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 swrast/s_bitmap.c -o swrast/s_bitmap.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 swrast/s_blend.c -o swrast/s_blend.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 swrast/s_buffers.c -o swrast/s_buffers.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 swrast/s_copypix.c -o swrast/s_copypix.o >swrast/s_buffers.c: In function 'clear_color_buffers': >swrast/s_buffers.c:145:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 swrast/s_context.c -o swrast/s_context.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 swrast/s_depth.c -o swrast/s_depth.o >swrast/s_context.c: In function '_swrast_update_rasterflags': >swrast/s_context.c:66:7: warning: dereferencing type-punned pointer will break strict-aliasing rules >swrast/s_context.c:100:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 swrast/s_drawpix.c -o swrast/s_drawpix.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 swrast/s_feedback.c -o swrast/s_feedback.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 swrast/s_fog.c -o swrast/s_fog.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 swrast/s_imaging.c -o swrast/s_imaging.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 swrast/s_lines.c -o swrast/s_lines.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 swrast/s_logic.c -o swrast/s_logic.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 swrast/s_masking.c -o swrast/s_masking.o >swrast/s_masking.c: In function '_swrast_mask_rgba_span': >swrast/s_masking.c:50:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >swrast/s_masking.c: In function '_swrast_mask_rgba_array': >swrast/s_masking.c:107:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 swrast/s_nvfragprog.c -o swrast/s_nvfragprog.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 swrast/s_pixeltex.c -o swrast/s_pixeltex.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 swrast/s_points.c -o swrast/s_points.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 swrast/s_readpix.c -o swrast/s_readpix.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 swrast/s_span.c -o swrast/s_span.o >swrast/s_span.c: In function 'multi_write_rgba_span': >swrast/s_span.c:798:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >swrast/s_span.c: In function '_swrast_write_rgba_span': >swrast/s_span.c:1048:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >swrast/s_span.c: In function '_swrast_write_texture_span': >swrast/s_span.c:1329:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 swrast/s_stencil.c -o swrast/s_stencil.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 swrast/s_tcc.c -o swrast/s_tcc.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 swrast/s_texture.c -o swrast/s_texture.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 swrast/s_texstore.c -o swrast/s_texstore.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 swrast/s_triangle.c -o swrast/s_triangle.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 swrast/s_zoom.c -o swrast/s_zoom.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 swrast_setup/ss_context.c -o swrast_setup/ss_context.o >In file included from swrast/s_triangle.c:185:0: >swrast/s_tritemp.h: In function 'simple_textured_triangle': >swrast/s_tritemp.h:186:19: warning: 'span.y' may be used uninitialized in this function >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 swrast_setup/ss_triangle.c -o swrast_setup/ss_triangle.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 x86/common_x86.c -o x86/common_x86.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 x86/x86.c -o x86/x86.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 x86/3dnow.c -o x86/3dnow.o >swrast_setup/ss_triangle.c: In function '_swsetup_render_line_tri': >swrast_setup/ss_triangle.c:59:11: warning: 'c[0][0]' may be used uninitialized in this function >swrast_setup/ss_triangle.c:59:11: warning: 'c[0][1]' may be used uninitialized in this function >swrast_setup/ss_triangle.c:59:11: warning: 'c[0][2]' may be used uninitialized in this function >swrast_setup/ss_triangle.c:59:11: warning: 'c[0][3]' may be used uninitialized in this function >swrast_setup/ss_triangle.c:59:11: warning: 'c[1][0]' may be used uninitialized in this function >swrast_setup/ss_triangle.c:59:11: warning: 'c[1][1]' may be used uninitialized in this function >swrast_setup/ss_triangle.c:59:11: warning: 'c[1][2]' may be used uninitialized in this function >swrast_setup/ss_triangle.c:59:11: warning: 'c[1][3]' may be used uninitialized in this function >swrast_setup/ss_triangle.c:60:11: warning: 's[0][0]' may be used uninitialized in this function >swrast_setup/ss_triangle.c:60:11: warning: 's[0][1]' may be used uninitialized in this function >swrast_setup/ss_triangle.c:60:11: warning: 's[0][2]' may be used uninitialized in this function >swrast_setup/ss_triangle.c:60:11: warning: 's[0][3]' may be used uninitialized in this function >swrast_setup/ss_triangle.c:60:11: warning: 's[1][0]' may be used uninitialized in this function >swrast_setup/ss_triangle.c:60:11: warning: 's[1][1]' may be used uninitialized in this function >swrast_setup/ss_triangle.c:60:11: warning: 's[1][2]' may be used uninitialized in this function >swrast_setup/ss_triangle.c:60:11: warning: 's[1][3]' may be used uninitialized in this function >swrast_setup/ss_triangle.c:61:12: warning: 'i[0]' may be used uninitialized in this function >swrast_setup/ss_triangle.c:61:12: warning: 'i[1]' may be used uninitialized in this function >In file included from swrast_setup/ss_triangle.c:210:0: >swrast_setup/ss_tritmp.h: In function 'triangle_twoside_rgba': >swrast_setup/ss_tritmp.h:38:11: warning: 'saved_color[0][0]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:38:11: warning: 'saved_color[0][1]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:38:11: warning: 'saved_color[0][2]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:38:11: warning: 'saved_color[0][3]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:38:11: warning: 'saved_color[1][0]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:38:11: warning: 'saved_color[1][1]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:38:11: warning: 'saved_color[1][2]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:38:11: warning: 'saved_color[1][3]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:38:11: warning: 'saved_color[2][0]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:38:11: warning: 'saved_color[2][1]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:38:11: warning: 'saved_color[2][2]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:38:11: warning: 'saved_color[2][3]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:39:11: warning: 'saved_spec[0][0]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:39:11: warning: 'saved_spec[0][1]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:39:11: warning: 'saved_spec[0][2]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:39:11: warning: 'saved_spec[0][3]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:39:11: warning: 'saved_spec[1][0]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:39:11: warning: 'saved_spec[1][1]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:39:11: warning: 'saved_spec[1][2]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:39:11: warning: 'saved_spec[1][3]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:39:11: warning: 'saved_spec[2][0]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:39:11: warning: 'saved_spec[2][1]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:39:11: warning: 'saved_spec[2][2]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:39:11: warning: 'saved_spec[2][3]' may be used uninitialized in this function >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 x86/sse.c -o x86/sse.o >swrast_setup/ss_triangle.c: In function '_swsetup_render_point_tri': >swrast_setup/ss_triangle.c:118:11: warning: 'c[0][0]' may be used uninitialized in this function >swrast_setup/ss_triangle.c:118:11: warning: 'c[0][1]' may be used uninitialized in this function >swrast_setup/ss_triangle.c:118:11: warning: 'c[0][2]' may be used uninitialized in this function >swrast_setup/ss_triangle.c:118:11: warning: 'c[0][3]' may be used uninitialized in this function >swrast_setup/ss_triangle.c:118:11: warning: 'c[1][0]' may be used uninitialized in this function >swrast_setup/ss_triangle.c:118:11: warning: 'c[1][1]' may be used uninitialized in this function >swrast_setup/ss_triangle.c:118:11: warning: 'c[1][2]' may be used uninitialized in this function >swrast_setup/ss_triangle.c:118:11: warning: 'c[1][3]' may be used uninitialized in this function >swrast_setup/ss_triangle.c:119:11: warning: 's[0][0]' may be used uninitialized in this function >swrast_setup/ss_triangle.c:119:11: warning: 's[0][1]' may be used uninitialized in this function >swrast_setup/ss_triangle.c:119:11: warning: 's[0][2]' may be used uninitialized in this function >swrast_setup/ss_triangle.c:119:11: warning: 's[0][3]' may be used uninitialized in this function >swrast_setup/ss_triangle.c:119:11: warning: 's[1][0]' may be used uninitialized in this function >swrast_setup/ss_triangle.c:119:11: warning: 's[1][1]' may be used uninitialized in this function >swrast_setup/ss_triangle.c:119:11: warning: 's[1][2]' may be used uninitialized in this function >swrast_setup/ss_triangle.c:119:11: warning: 's[1][3]' may be used uninitialized in this function >swrast_setup/ss_triangle.c:120:12: warning: 'i[0]' may be used uninitialized in this function >swrast_setup/ss_triangle.c:120:12: warning: 'i[1]' may be used uninitialized in this function >In file included from swrast_setup/ss_triangle.c:194:0: >swrast_setup/ss_tritmp.h: In function 'triangle_twoside_unfilled': >swrast_setup/ss_tritmp.h:40:12: warning: 'saved_index[0]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:40:12: warning: 'saved_index[1]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:40:12: warning: 'saved_index[2]' may be used uninitialized in this function >In file included from swrast_setup/ss_triangle.c:226:0: >swrast_setup/ss_tritmp.h: In function 'triangle_twoside_unfilled_rgba': >swrast_setup/ss_tritmp.h:38:11: warning: 'saved_color[0][0]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:38:11: warning: 'saved_color[0][1]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:38:11: warning: 'saved_color[0][2]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:38:11: warning: 'saved_color[0][3]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:38:11: warning: 'saved_color[1][0]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:38:11: warning: 'saved_color[1][1]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:38:11: warning: 'saved_color[1][2]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:38:11: warning: 'saved_color[1][3]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:38:11: warning: 'saved_color[2][0]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:38:11: warning: 'saved_color[2][1]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:38:11: warning: 'saved_color[2][2]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:38:11: warning: 'saved_color[2][3]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:39:11: warning: 'saved_spec[0][0]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:39:11: warning: 'saved_spec[0][1]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:39:11: warning: 'saved_spec[0][2]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:39:11: warning: 'saved_spec[0][3]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:39:11: warning: 'saved_spec[1][0]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:39:11: warning: 'saved_spec[1][1]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:39:11: warning: 'saved_spec[1][2]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:39:11: warning: 'saved_spec[1][3]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:39:11: warning: 'saved_spec[2][0]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:39:11: warning: 'saved_spec[2][1]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:39:11: warning: 'saved_spec[2][2]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:39:11: warning: 'saved_spec[2][3]' may be used uninitialized in this function >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 sparc/sparc.c -o sparc/sparc.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 drivers/common/driverfuncs.c -o drivers/common/driverfuncs.o >In file included from swrast_setup/ss_triangle.c:182:0: >swrast_setup/ss_tritmp.h: In function 'triangle_offset_twoside': >swrast_setup/ss_tritmp.h:40:12: warning: 'saved_index[0]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:40:12: warning: 'saved_index[1]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:40:12: warning: 'saved_index[2]' may be used uninitialized in this function >In file included from swrast/s_triangle.c:246:0: >swrast/s_tritemp.h: In function 'simple_z_textured_triangle': >swrast/s_tritemp.h:186:19: warning: 'span.y' may be used uninitialized in this function >In file included from swrast_setup/ss_triangle.c:198:0: >swrast_setup/ss_tritmp.h: In function 'triangle_offset_twoside_unfilled': >swrast_setup/ss_tritmp.h:40:12: warning: 'saved_index[0]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:40:12: warning: 'saved_index[1]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:40:12: warning: 'saved_index[2]' may be used uninitialized in this function >In file included from swrast_setup/ss_triangle.c:214:0: >swrast_setup/ss_tritmp.h: In function 'triangle_offset_twoside_rgba': >swrast_setup/ss_tritmp.h:38:11: warning: 'saved_color[0][0]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:38:11: warning: 'saved_color[0][1]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:38:11: warning: 'saved_color[0][2]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:38:11: warning: 'saved_color[0][3]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:38:11: warning: 'saved_color[1][0]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:38:11: warning: 'saved_color[1][1]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:38:11: warning: 'saved_color[1][2]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:38:11: warning: 'saved_color[1][3]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:38:11: warning: 'saved_color[2][0]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:38:11: warning: 'saved_color[2][1]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:38:11: warning: 'saved_color[2][2]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:38:11: warning: 'saved_color[2][3]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:39:11: warning: 'saved_spec[0][0]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:39:11: warning: 'saved_spec[0][1]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:39:11: warning: 'saved_spec[0][2]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:39:11: warning: 'saved_spec[0][3]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:39:11: warning: 'saved_spec[1][0]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:39:11: warning: 'saved_spec[1][1]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:39:11: warning: 'saved_spec[1][2]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:39:11: warning: 'saved_spec[1][3]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:39:11: warning: 'saved_spec[2][0]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:39:11: warning: 'saved_spec[2][1]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:39:11: warning: 'saved_spec[2][2]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:39:11: warning: 'saved_spec[2][3]' may be used uninitialized in this function >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 drivers/x11/glxapi.c -o drivers/x11/glxapi.o >In file included from swrast/s_triangle.c:937:0: >swrast/s_tritemp.h: In function 'occlusion_zless_triangle': >swrast/s_tritemp.h:186:19: warning: 'span.y' may be used uninitialized in this function >In file included from swrast_setup/ss_triangle.c:230:0: >swrast_setup/ss_tritmp.h: In function 'triangle_offset_twoside_unfilled_rgba': >swrast_setup/ss_tritmp.h:38:11: warning: 'saved_color[0][0]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:38:11: warning: 'saved_color[0][1]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:38:11: warning: 'saved_color[0][2]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:38:11: warning: 'saved_color[0][3]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:38:11: warning: 'saved_color[1][0]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:38:11: warning: 'saved_color[1][1]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:38:11: warning: 'saved_color[1][2]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:38:11: warning: 'saved_color[1][3]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:38:11: warning: 'saved_color[2][0]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:38:11: warning: 'saved_color[2][1]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:38:11: warning: 'saved_color[2][2]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:38:11: warning: 'saved_color[2][3]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:39:11: warning: 'saved_spec[0][0]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:39:11: warning: 'saved_spec[0][1]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:39:11: warning: 'saved_spec[0][2]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:39:11: warning: 'saved_spec[0][3]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:39:11: warning: 'saved_spec[1][0]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:39:11: warning: 'saved_spec[1][1]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:39:11: warning: 'saved_spec[1][2]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:39:11: warning: 'saved_spec[1][3]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:39:11: warning: 'saved_spec[2][0]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:39:11: warning: 'saved_spec[2][1]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:39:11: warning: 'saved_spec[2][2]' may be used uninitialized in this function >swrast_setup/ss_tritmp.h:39:11: warning: 'saved_spec[2][3]' may be used uninitialized in this function >In file included from swrast/s_triangle.c:877:0: >swrast/s_tritemp.h: In function 'general_textured_triangle': >swrast/s_tritemp.h:730:18: warning: 'dvOuter[0u]' may be used uninitialized in this function >swrast/s_tritemp.h:729:18: warning: 'duOuter[0u]' may be used uninitialized in this function >swrast/s_tritemp.h:728:18: warning: 'dtOuter[0u]' may be used uninitialized in this function >swrast/s_tritemp.h:727:18: warning: 'dsOuter[0u]' may be used uninitialized in this function >swrast/s_tritemp.h:726:18: warning: 'vLeft[0u]' may be used uninitialized in this function >swrast/s_tritemp.h:725:18: warning: 'uLeft[0u]' may be used uninitialized in this function >swrast/s_tritemp.h:724:18: warning: 'tLeft[0u]' may be used uninitialized in this function >swrast/s_tritemp.h:723:18: warning: 'sLeft[0u]' may be used uninitialized in this function >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 drivers/x11/fakeglx.c -o drivers/x11/fakeglx.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 drivers/x11/xfonts.c -o drivers/x11/xfonts.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 drivers/x11/xm_api.c -o drivers/x11/xm_api.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 drivers/x11/xm_dd.c -o drivers/x11/xm_dd.o >In file included from swrast/s_triangle.c:856:0: >swrast/s_tritemp.h: In function 'persp_textured_triangle': >swrast/s_tritemp.h:422:7: warning: 'info.er' may be used uninitialized in this function >swrast/s_tritemp.h:422:7: warning: 'info.eg' may be used uninitialized in this function >swrast/s_tritemp.h:422:7: warning: 'info.eb' may be used uninitialized in this function >swrast/s_tritemp.h:730:18: warning: 'dvOuter[0u]' may be used uninitialized in this function >swrast/s_tritemp.h:729:18: warning: 'duOuter[0u]' may be used uninitialized in this function >swrast/s_tritemp.h:728:18: warning: 'dtOuter[0u]' may be used uninitialized in this function >swrast/s_tritemp.h:727:18: warning: 'dsOuter[0u]' may be used uninitialized in this function >swrast/s_tritemp.h:726:18: warning: 'vLeft[0u]' may be used uninitialized in this function >swrast/s_tritemp.h:725:18: warning: 'uLeft[0u]' may be used uninitialized in this function >swrast/s_tritemp.h:724:18: warning: 'tLeft[0u]' may be used uninitialized in this function >swrast/s_tritemp.h:723:18: warning: 'sLeft[0u]' may be used uninitialized in this function >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 drivers/x11/xm_line.c -o drivers/x11/xm_line.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 drivers/x11/xm_span.c -o drivers/x11/xm_span.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 drivers/x11/xm_tri.c -o drivers/x11/xm_tri.o >In file included from drivers/x11/xm_tri.c:726:0: >../../src/mesa/swrast/s_tritemp.h: In function 'smooth_TRUECOLOR_triangle': >../../src/mesa/swrast/s_tritemp.h:186:19: warning: 'span.y' may be used uninitialized in this function >In file included from swrast/s_triangle.c:586:0: >swrast/s_tritemp.h: In function 'affine_textured_triangle': >swrast/s_tritemp.h:422:7: warning: 'info.er' may be used uninitialized in this function >swrast/s_tritemp.h:422:7: warning: 'info.eg' may be used uninitialized in this function >swrast/s_tritemp.h:422:7: warning: 'info.eb' may be used uninitialized in this function >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 drivers/glide/fxapi.c -o drivers/glide/fxapi.o >drivers/glide/fxapi.c: In function 'fxMesaCreateContext': >drivers/glide/fxapi.c:347:20: warning: format '%d' expects type 'int', but argument 3 has type 'long int' >drivers/glide/fxapi.c:632:23: warning: format '%ld' expects type 'long int', but argument 3 has type 'FxI32' >drivers/glide/fxapi.c:632:23: warning: format '%ld' expects type 'long int', but argument 5 has type 'FxI32' >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 drivers/glide/fxdd.c -o drivers/glide/fxdd.o >In file included from drivers/x11/xm_tri.c:821:0: >../../src/mesa/swrast/s_tritemp.h: In function 'smooth_TRUEDITHER_triangle': >../../src/mesa/swrast/s_tritemp.h:186:19: warning: 'span.y' may be used uninitialized in this function >drivers/glide/fxdd.c: In function 'fxDDInitFxMesaContext': >drivers/glide/fxdd.c:1678:8: warning: unused variable 'i' >drivers/glide/fxdd.c: In function 'fxSetupDDPointers': >drivers/glide/fxdd.c:2105:16: warning: unused variable 'tnl' >In file included from drivers/x11/xm_tri.c:868:0: >../../src/mesa/swrast/s_tritemp.h: In function 'smooth_DITHER_5R6G5B_triangle': >../../src/mesa/swrast/s_tritemp.h:186:19: warning: 'span.y' may be used uninitialized in this function >In file included from drivers/x11/xm_tri.c:893:0: >../../src/mesa/swrast/s_tritemp.h: In function 'smooth_DITHER8_triangle': >../../src/mesa/swrast/s_tritemp.h:186:19: warning: 'span.y' may be used uninitialized in this function >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 drivers/glide/fxddspan.c -o drivers/glide/fxddspan.o >In file included from drivers/x11/xm_tri.c:917:0: >../../src/mesa/swrast/s_tritemp.h: In function 'smooth_DITHER_triangle': >../../src/mesa/swrast/s_tritemp.h:186:19: warning: 'span.y' may be used uninitialized in this function >drivers/glide/../dri/common/spantmp.h:235:1: warning: 'tdfxReadRGBASpan_ARGB1555' defined but not used >drivers/glide/../dri/common/spantmp.h:235:1: warning: 'tdfxReadRGBASpan_RGB565' defined but not used >drivers/glide/../dri/common/spantmp.h:235:1: warning: 'tdfxReadRGBASpan_ARGB8888' defined but not used >drivers/glide/../dri/common/depthtmp.h:67:1: warning: 'tdfxWriteMonoDepthSpan_Z16' defined but not used >drivers/glide/../dri/common/depthtmp.h:141:1: warning: 'tdfxReadDepthSpan_Z16' defined but not used >drivers/glide/../dri/common/depthtmp.h:67:1: warning: 'tdfxWriteMonoDepthSpan_Z24' defined but not used >drivers/glide/../dri/common/depthtmp.h:141:1: warning: 'tdfxReadDepthSpan_Z24' defined but not used >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 drivers/glide/fxddtex.c -o drivers/glide/fxddtex.o >In file included from drivers/x11/xm_tri.c:965:0: >../../src/mesa/swrast/s_tritemp.h: In function 'smooth_HPCR_triangle': >../../src/mesa/swrast/s_tritemp.h:186:19: warning: 'span.y' may be used uninitialized in this function >drivers/glide/fxddtex.c: In function 'fxPrintTextureData': >drivers/glide/fxddtex.c:166:4: warning: format '%ld' expects type 'long int', but argument 3 has type 'FxU32' >drivers/glide/fxddtex.c: At top level: >drivers/glide/fxddtex.c:1004:1: warning: 'PrintTexture' defined but not used >In file included from drivers/x11/xm_tri.c:984:0: >../../src/mesa/swrast/s_tritemp.h: In function 'flat_TRUECOLOR_triangle': >../../src/mesa/swrast/s_tritemp.h:186:19: warning: 'span.y' may be used uninitialized in this function >In file included from drivers/x11/xm_tri.c:1066:0: >../../src/mesa/swrast/s_tritemp.h: In function 'flat_TRUEDITHER_triangle': >../../src/mesa/swrast/s_tritemp.h:186:19: warning: 'span.y' may be used uninitialized in this function >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 drivers/glide/fxsetup.c -o drivers/glide/fxsetup.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 drivers/glide/fxtexman.c -o drivers/glide/fxtexman.o >In file included from drivers/x11/xm_tri.c:1107:0: >../../src/mesa/swrast/s_tritemp.h: In function 'flat_DITHER_5R6G5B_triangle': >../../src/mesa/swrast/s_tritemp.h:186:19: warning: 'span.y' may be used uninitialized in this function >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 drivers/glide/fxtris.c -o drivers/glide/fxtris.o >In file included from drivers/x11/xm_tri.c:1128:0: >../../src/mesa/swrast/s_tritemp.h: In function 'flat_DITHER8_triangle': >../../src/mesa/swrast/s_tritemp.h:186:19: warning: 'span.y' may be used uninitialized in this function >drivers/glide/fxtexman.c: In function 'fxTMCheckStartAddr': >drivers/glide/fxtexman.c:238:28: warning: unused variable 'obj' >drivers/glide/fxtexman.c:236:12: warning: unused variable 'prev' >drivers/glide/fxtexman.c: In function 'fxTMMoveOutTM': >drivers/glide/fxtexman.c:738:7: warning: format '%ld' expects type 'long int', but argument 3 has type 'FxU32' >In file included from drivers/glide/fxsetup.c:1290:0: >drivers/glide/fxsetup.h: In function 'fxSetupTextureEnvNapalm_NoLock': >drivers/glide/fxsetup.h:166:34: warning: 'colorComb.SourceA' may be used uninitialized in this function >drivers/glide/fxsetup.h:166:34: warning: 'colorComb.ModeA' may be used uninitialized in this function >drivers/glide/fxsetup.h:166:34: warning: 'colorComb.SourceB' may be used uninitialized in this function >drivers/glide/fxsetup.h:166:34: warning: 'colorComb.ModeB' may be used uninitialized in this function >drivers/glide/fxsetup.h:166:34: warning: 'colorComb.SourceC' may be used uninitialized in this function >drivers/glide/fxsetup.h:166:34: warning: 'colorComb.InvertC' may be used uninitialized in this function >drivers/glide/fxsetup.h:166:34: warning: 'colorComb.SourceD' may be used uninitialized in this function >drivers/glide/fxsetup.h:165:34: warning: 'alphaComb.SourceA' may be used uninitialized in this function >drivers/glide/fxsetup.h:165:34: warning: 'alphaComb.ModeA' may be used uninitialized in this function >drivers/glide/fxsetup.h:165:34: warning: 'alphaComb.SourceB' may be used uninitialized in this function >drivers/glide/fxsetup.h:165:34: warning: 'alphaComb.ModeB' may be used uninitialized in this function >drivers/glide/fxsetup.h:165:34: warning: 'alphaComb.SourceC' may be used uninitialized in this function >drivers/glide/fxsetup.h:165:34: warning: 'alphaComb.InvertC' may be used uninitialized in this function >In file included from drivers/x11/xm_tri.c:1148:0: >../../src/mesa/swrast/s_tritemp.h: In function 'flat_DITHER_triangle': >../../src/mesa/swrast/s_tritemp.h:186:19: warning: 'span.y' may be used uninitialized in this function >In file included from drivers/glide/fxtris.c:652:0: >../../src/mesa/tnl_dd/t_dd_unfilled.h: In function 'unfilled_tri': >../../src/mesa/tnl_dd/t_dd_unfilled.h:58:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_unfilled.h:58:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_unfilled.h:59:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_unfilled.h:60:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_unfilled.h:60:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_unfilled.h:61:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_unfilled.h:61:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_unfilled.h:64:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_unfilled.h:64:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_unfilled.h:65:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_unfilled.h:66:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_unfilled.h:66:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_unfilled.h:67:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_unfilled.h:67:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_unfilled.h:103:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_unfilled.h:103:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_unfilled.h:104:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_unfilled.h:107:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_unfilled.h:107:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_unfilled.h:108:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_unfilled.h: In function 'unfilled_quad': >../../src/mesa/tnl_dd/t_dd_unfilled.h:138:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_unfilled.h:138:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_unfilled.h:139:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_unfilled.h:140:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_unfilled.h:141:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_unfilled.h:141:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_unfilled.h:142:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_unfilled.h:142:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_unfilled.h:143:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_unfilled.h:143:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_unfilled.h:146:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_unfilled.h:146:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_unfilled.h:147:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_unfilled.h:148:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_unfilled.h:149:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_unfilled.h:149:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_unfilled.h:150:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_unfilled.h:150:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_unfilled.h:151:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_unfilled.h:151:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_unfilled.h:180:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_unfilled.h:180:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_unfilled.h:181:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_unfilled.h:182:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_unfilled.h:185:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_unfilled.h:185:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_unfilled.h:186:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_unfilled.h:187:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >In file included from drivers/glide/fxtris.c:661:0: >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'triangle': >../../src/mesa/tnl_dd/t_dd_tritmp.h:160:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:160:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:161:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:165:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:169:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:169:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:170:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:174:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:184:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:184:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:185:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:189:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:196:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:196:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:197:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:201:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:245:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:245:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:246:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:247:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:247:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:248:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:248:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:250:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:250:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:251:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:252:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:252:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:253:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:253:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:300:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:300:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:301:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:303:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:306:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:306:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:307:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:309:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:324:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:324:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:325:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:327:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:327:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:328:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'quad': >../../src/mesa/tnl_dd/t_dd_tritmp.h:393:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:393:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:394:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:395:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:400:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:404:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:404:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:405:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:406:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:411:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:417:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:417:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:418:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:419:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:424:12: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:432:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:432:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:433:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:434:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:439:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:486:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:486:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:487:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:488:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:489:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:489:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:490:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:490:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:491:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:491:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:493:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:493:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:494:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:495:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:496:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:496:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:497:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:497:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:498:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:498:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:550:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:550:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:551:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:552:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:554:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:557:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:557:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:558:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:559:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:561:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:577:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:577:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:578:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:579:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:581:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:581:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:582:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:583:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'line': >../../src/mesa/tnl_dd/t_dd_tritmp.h:627:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:627:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:628:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:628:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:630:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:630:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:631:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:631:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:644:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:644:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:647:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:647:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >In file included from drivers/glide/fxtris.c:665:0: >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'triangle_offset': >../../src/mesa/tnl_dd/t_dd_tritmp.h:160:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:160:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:161:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:165:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:169:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:169:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:170:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:174:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:184:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:184:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:185:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:189:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:196:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:196:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:197:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:201:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:245:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:245:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:246:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:247:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:247:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:248:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:248:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:250:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:250:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:251:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:252:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:252:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:253:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:253:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:300:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:300:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:301:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:303:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:306:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:306:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:307:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:309:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:324:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:324:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:325:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:327:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:327:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:328:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'quad_offset': >../../src/mesa/tnl_dd/t_dd_tritmp.h:393:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:393:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:394:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:395:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:400:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:404:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:404:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:405:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:406:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:411:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:417:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:417:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:418:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:419:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:424:12: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:432:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:432:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:433:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:434:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:439:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:486:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:486:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:487:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:488:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:489:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:489:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:490:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:490:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:491:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:491:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:493:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:493:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:494:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:495:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:496:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:496:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:497:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:497:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:498:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:498:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:550:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:550:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:551:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:552:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:554:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:557:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:557:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:558:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:559:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:561:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:577:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:577:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:578:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:579:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:581:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:581:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:582:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:583:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'line_offset': >../../src/mesa/tnl_dd/t_dd_tritmp.h:627:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:627:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:628:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:628:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:630:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:630:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:631:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:631:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:644:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:644:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:647:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:647:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >In file included from drivers/glide/fxtris.c:669:0: >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'triangle_twoside': >../../src/mesa/tnl_dd/t_dd_tritmp.h:160:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:160:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:161:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:165:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:169:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:169:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:170:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:174:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:184:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:184:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:185:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:189:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:196:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:196:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:197:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:201:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:245:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:245:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:246:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:247:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:247:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:248:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:248:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:250:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:250:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:251:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:252:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:252:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:253:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:253:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:300:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:300:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:301:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:303:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:306:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:306:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:307:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:309:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:324:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:324:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:325:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:327:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:327:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:328:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'quad_twoside': >../../src/mesa/tnl_dd/t_dd_tritmp.h:393:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:393:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:394:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:395:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:400:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:404:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:404:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:405:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:406:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:411:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:417:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:417:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:418:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:419:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >In file included from drivers/x11/xm_tri.c:1170:0: >../../src/mesa/swrast/s_tritemp.h: In function 'flat_HPCR_triangle': >../../src/mesa/swrast/s_tritemp.h:186:19: warning: 'span.y' may be used uninitialized in this function >../../src/mesa/tnl_dd/t_dd_tritmp.h:424:12: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:432:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:432:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:433:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:434:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:439:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:486:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:486:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:487:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:488:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:489:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:489:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:490:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:490:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:491:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:491:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:493:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:493:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:494:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:495:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:496:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:496:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:497:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:497:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:498:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:498:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:550:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:550:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:551:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:552:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:554:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:557:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:557:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:558:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:559:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:561:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:577:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:577:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:578:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:579:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:581:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:581:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:582:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:583:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'line_twoside': >../../src/mesa/tnl_dd/t_dd_tritmp.h:627:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:627:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:628:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:628:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:630:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:630:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:631:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:631:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:644:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:644:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:647:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:647:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >In file included from drivers/glide/fxtris.c:673:0: >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'triangle_twoside_offset': >../../src/mesa/tnl_dd/t_dd_tritmp.h:160:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:160:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:161:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:165:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:169:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:169:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:170:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:174:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:184:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:184:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:185:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:189:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:196:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:196:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:197:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:201:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:245:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:245:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:246:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:247:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:247:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:248:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:248:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:250:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:250:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:251:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:252:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:252:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:253:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:253:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:300:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:300:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:301:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:303:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:306:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:306:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:307:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:309:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:324:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:324:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:325:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:327:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:327:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:328:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'quad_twoside_offset': >../../src/mesa/tnl_dd/t_dd_tritmp.h:393:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:393:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:394:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:395:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:400:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:404:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:404:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:405:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:406:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:411:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:417:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:417:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:418:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:419:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:424:12: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:432:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:432:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:433:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:434:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:439:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:486:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:486:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:487:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:488:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:489:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:489:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:490:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:490:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:491:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:491:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:493:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:493:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:494:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:495:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:496:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:496:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:497:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:497:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:498:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:498:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:550:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:550:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:551:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:552:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:554:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:557:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:557:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:558:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:559:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:561:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:577:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:577:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:578:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:579:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:581:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:581:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:582:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:583:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'line_twoside_offset': >../../src/mesa/tnl_dd/t_dd_tritmp.h:627:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:627:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:628:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:628:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:630:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:630:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:631:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:631:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:644:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:644:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:647:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:647:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >In file included from drivers/glide/fxtris.c:677:0: >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'triangle_unfilled': >../../src/mesa/tnl_dd/t_dd_tritmp.h:160:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:160:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:161:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:165:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:169:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:169:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:170:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:174:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:184:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:184:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:185:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:189:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:196:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:196:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:197:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:201:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:245:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:245:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:246:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:247:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:247:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:248:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:248:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:250:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:250:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:251:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:252:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:252:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:253:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:253:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:300:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:300:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:301:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:303:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:306:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:306:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:307:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:309:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:324:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:324:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:325:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:327:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:327:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:328:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'quad_unfilled': >../../src/mesa/tnl_dd/t_dd_tritmp.h:393:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:393:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:394:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:395:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:400:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:404:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:404:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:405:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:406:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:411:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:417:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:417:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:418:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:419:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:424:12: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:432:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:432:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:433:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:434:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:439:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:486:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:486:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:487:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:488:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:489:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:489:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:490:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:490:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:491:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:491:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:493:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:493:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:494:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:495:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:496:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:496:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:497:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:497:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:498:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:498:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:550:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:550:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:551:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:552:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:554:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:557:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:557:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:558:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:559:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:561:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:577:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:577:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:578:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:579:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:581:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:581:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:582:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:583:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'line_unfilled': >../../src/mesa/tnl_dd/t_dd_tritmp.h:627:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:627:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:628:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:628:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:630:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:630:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:631:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:631:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:644:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:644:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:647:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:647:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >In file included from drivers/glide/fxtris.c:681:0: >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'triangle_offset_unfilled': >../../src/mesa/tnl_dd/t_dd_tritmp.h:160:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:160:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:161:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:165:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:169:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:169:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:170:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:174:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:184:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:184:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:185:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:189:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:196:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:196:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:197:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:201:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:245:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:245:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:246:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:247:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:247:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:248:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:248:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:250:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:250:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:251:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:252:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:252:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:253:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:253:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:300:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:300:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:301:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:303:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:306:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:306:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:307:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:309:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:324:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:324:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:325:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:327:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:327:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:328:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'quad_offset_unfilled': >../../src/mesa/tnl_dd/t_dd_tritmp.h:393:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:393:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:394:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:395:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:400:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:404:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:404:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:405:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:406:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:411:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:417:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:417:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:418:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:419:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:424:12: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:432:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:432:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:433:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:434:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:439:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:486:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:486:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:487:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:488:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:489:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:489:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:490:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:490:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:491:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:491:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:493:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:493:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:494:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:495:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:496:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:496:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:497:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:497:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:498:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:498:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:550:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:550:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:551:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:552:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:554:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:557:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:557:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:558:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:559:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:561:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:577:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:577:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:578:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:579:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:581:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:581:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:582:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:583:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'line_offset_unfilled': >../../src/mesa/tnl_dd/t_dd_tritmp.h:627:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:627:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:628:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:628:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:630:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:630:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:631:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:631:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:644:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:644:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:647:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:647:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >In file included from drivers/glide/fxtris.c:685:0: >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'triangle_twoside_unfilled': >../../src/mesa/tnl_dd/t_dd_tritmp.h:160:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:160:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:161:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:165:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:169:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:169:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:170:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:174:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:184:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:184:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:185:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:189:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:196:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:196:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:197:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:201:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:245:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:245:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:246:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:247:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:247:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:248:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:248:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:250:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:250:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:251:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:252:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:252:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:253:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:253:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:300:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:300:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:301:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:303:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:306:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:306:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:307:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:309:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:324:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:324:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:325:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:327:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:327:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:328:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'quad_twoside_unfilled': >../../src/mesa/tnl_dd/t_dd_tritmp.h:393:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:393:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:394:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:395:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:400:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:404:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:404:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:405:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:406:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:411:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:417:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:417:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:418:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:419:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:424:12: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:432:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:432:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:433:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:434:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:439:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:486:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:486:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:487:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:488:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:489:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:489:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:490:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:490:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:491:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:491:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:493:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:493:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:494:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:495:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:496:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:496:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:497:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:497:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:498:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:498:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:550:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:550:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:551:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:552:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:554:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:557:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:557:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:558:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:559:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:561:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:577:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:577:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:578:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:579:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:581:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:581:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:582:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:583:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'line_twoside_unfilled': >../../src/mesa/tnl_dd/t_dd_tritmp.h:627:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:627:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:628:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:628:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 drivers/glide/fxvb.c -o drivers/glide/fxvb.o >../../src/mesa/tnl_dd/t_dd_tritmp.h:630:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:630:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:631:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:631:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:644:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:644:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:647:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:647:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >In file included from drivers/glide/fxtris.c:689:0: >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'triangle_twoside_offset_unfilled': >../../src/mesa/tnl_dd/t_dd_tritmp.h:160:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:160:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:161:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:165:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:169:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:169:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:170:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:174:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:184:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:184:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:185:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:189:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:196:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:196:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:197:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:201:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:245:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:245:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:246:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:247:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:247:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:248:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:248:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:250:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:250:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:251:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:252:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:252:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:253:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:253:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:300:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:300:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:301:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:303:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:306:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:306:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:307:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:309:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:324:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:324:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:325:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:327:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:327:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:328:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'quad_twoside_offset_unfilled': >../../src/mesa/tnl_dd/t_dd_tritmp.h:393:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:393:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:394:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:395:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:400:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:404:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:404:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:405:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:406:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:411:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:417:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:417:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:418:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:419:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:424:12: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:432:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:432:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:433:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:434:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:439:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:486:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:486:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:487:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:488:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:489:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:489:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:490:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:490:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:491:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:491:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:493:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:493:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:494:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:495:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:496:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:496:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:497:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:497:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:498:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:498:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:550:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:550:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:551:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:552:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:554:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:557:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:557:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:558:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:559:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:561:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:577:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:577:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:578:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:579:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:581:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:581:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:582:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:583:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'line_twoside_offset_unfilled': >../../src/mesa/tnl_dd/t_dd_tritmp.h:627:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:627:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:628:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:628:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:630:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:630:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:631:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:631:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:644:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:644:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:647:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:647:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >In file included from drivers/glide/fxtris.c:693:0: >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'triangle_fallback': >../../src/mesa/tnl_dd/t_dd_tritmp.h:160:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:160:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:161:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:165:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:169:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:169:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:170:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:174:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:184:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:184:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:185:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:189:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:196:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:196:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:197:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:201:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:245:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:245:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:246:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:247:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:247:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:248:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:248:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:250:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:250:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:251:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:252:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:252:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:253:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:253:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:300:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:300:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:301:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:303:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:306:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:306:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:307:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:309:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:324:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:324:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:325:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:327:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:327:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:328:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'quad_fallback': >../../src/mesa/tnl_dd/t_dd_tritmp.h:393:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:393:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:394:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:395:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:400:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:404:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:404:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:405:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:406:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:411:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:417:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:417:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:418:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:419:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:424:12: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:432:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:432:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:433:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:434:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:439:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:486:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:486:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:487:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:488:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:489:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:489:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:490:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:490:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:491:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:491:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:493:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:493:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:494:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:495:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:496:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:496:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:497:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:497:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:498:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:498:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:550:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:550:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:551:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:552:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:554:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:557:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:557:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:558:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:559:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:561:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:577:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:577:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:578:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:579:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:581:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:581:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:582:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:583:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'line_fallback': >../../src/mesa/tnl_dd/t_dd_tritmp.h:627:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:627:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:628:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:628:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:630:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:630:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:631:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:631:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:644:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:644:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:647:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:647:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >In file included from drivers/glide/fxtris.c:697:0: >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'triangle_offset_fallback': >../../src/mesa/tnl_dd/t_dd_tritmp.h:160:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:160:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:161:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:165:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:169:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:169:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:170:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:174:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:184:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:184:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:185:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:189:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:196:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:196:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:197:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:201:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:245:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:245:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:246:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:247:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:247:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:248:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:248:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:250:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:250:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:251:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:252:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:252:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:253:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:253:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:300:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:300:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:301:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:303:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:306:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:306:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:307:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:309:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:324:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:324:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:325:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:327:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:327:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:328:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'quad_offset_fallback': >../../src/mesa/tnl_dd/t_dd_tritmp.h:393:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:393:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:394:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:395:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:400:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:404:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:404:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:405:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:406:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:411:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:417:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:417:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:418:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:419:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:424:12: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:432:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:432:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:433:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:434:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:439:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:486:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:486:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:487:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:488:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:489:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:489:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:490:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:490:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:491:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:491:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:493:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:493:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:494:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:495:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:496:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:496:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:497:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:497:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:498:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:498:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:550:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:550:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:551:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:552:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:554:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:557:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:557:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:558:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:559:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:561:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:577:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:577:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:578:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:579:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:581:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:581:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:582:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:583:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'line_offset_fallback': >../../src/mesa/tnl_dd/t_dd_tritmp.h:627:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:627:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:628:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:628:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:630:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:630:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:631:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:631:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:644:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:644:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:647:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:647:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >In file included from drivers/glide/fxtris.c:701:0: >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'triangle_twoside_fallback': >../../src/mesa/tnl_dd/t_dd_tritmp.h:160:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:160:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:161:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:165:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:169:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:169:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:170:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:174:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:184:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:184:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:185:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:189:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:196:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:196:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:197:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:201:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:245:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:245:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:246:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:247:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:247:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:248:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:248:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:250:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:250:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:251:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:252:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:252:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:253:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:253:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:300:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:300:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:301:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:303:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:306:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:306:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:307:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:309:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:324:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:324:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:325:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:327:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:327:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:328:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'quad_twoside_fallback': >../../src/mesa/tnl_dd/t_dd_tritmp.h:393:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:393:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:394:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:395:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:400:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:404:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:404:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:405:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:406:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:411:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:417:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:417:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:418:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:419:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:424:12: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:432:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:432:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:433:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:434:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:439:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:486:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:486:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:487:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:488:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:489:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:489:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:490:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:490:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:491:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:491:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:493:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:493:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:494:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:495:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:496:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:496:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:497:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:497:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:498:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:498:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:550:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:550:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:551:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:552:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:554:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:557:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:557:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:558:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:559:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:561:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:577:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:577:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:578:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:579:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:581:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:581:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:582:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:583:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'line_twoside_fallback': >../../src/mesa/tnl_dd/t_dd_tritmp.h:627:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:627:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:628:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:628:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:630:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:630:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:631:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:631:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:644:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:644:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:647:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:647:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >In file included from drivers/glide/fxtris.c:705:0: >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'triangle_twoside_offset_fallback': >../../src/mesa/tnl_dd/t_dd_tritmp.h:160:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:160:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:161:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:165:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:169:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:169:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:170:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:174:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:184:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:184:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:185:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:189:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:196:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:196:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:197:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:201:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:245:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:245:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:246:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:247:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:247:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:248:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:248:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:250:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:250:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:251:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:252:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:252:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:253:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:253:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:300:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:300:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:301:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:303:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:306:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:306:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:307:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:309:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:324:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:324:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:325:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:327:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:327:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:328:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'quad_twoside_offset_fallback': >../../src/mesa/tnl_dd/t_dd_tritmp.h:393:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:393:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:394:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:395:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:400:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:404:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:404:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:405:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:406:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:411:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:417:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:417:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:418:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:419:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:424:12: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:432:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:432:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:433:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:434:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:439:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:486:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:486:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:487:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:488:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:489:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:489:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:490:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:490:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:491:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:491:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:493:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:493:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:494:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:495:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:496:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:496:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:497:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:497:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:498:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:498:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:550:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:550:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:551:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:552:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:554:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:557:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:557:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:558:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:559:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:561:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:577:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:577:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:578:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:579:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:581:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:581:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:582:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:583:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'line_twoside_offset_fallback': >../../src/mesa/tnl_dd/t_dd_tritmp.h:627:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:627:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:628:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:628:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:630:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:630:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:631:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:631:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:644:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:644:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:647:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:647:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >In file included from drivers/glide/fxtris.c:709:0: >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'triangle_unfilled_fallback': >../../src/mesa/tnl_dd/t_dd_tritmp.h:160:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:160:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:161:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:165:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:169:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:169:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:170:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:174:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:184:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:184:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:185:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:189:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:196:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:196:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:197:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:201:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:245:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:245:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:246:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:247:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:247:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:248:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:248:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:250:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:250:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:251:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:252:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:252:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:253:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:253:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:300:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:300:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:301:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:303:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:306:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:306:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:307:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:309:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:324:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:324:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:325:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:327:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:327:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:328:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'quad_unfilled_fallback': >../../src/mesa/tnl_dd/t_dd_tritmp.h:393:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:393:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:394:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:395:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:400:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:404:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:404:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:405:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:406:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:411:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:417:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:417:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:418:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:419:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:424:12: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:432:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:432:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:433:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:434:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:439:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:486:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:486:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:487:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:488:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:489:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:489:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:490:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:490:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:491:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:491:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:493:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:493:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:494:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:495:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:496:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:496:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:497:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:497:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:498:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:498:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:550:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:550:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:551:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:552:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:554:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:557:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:557:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:558:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:559:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:561:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:577:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:577:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:578:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:579:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:581:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:581:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:582:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:583:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'line_unfilled_fallback': >../../src/mesa/tnl_dd/t_dd_tritmp.h:627:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:627:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:628:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:628:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:630:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:630:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:631:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:631:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:644:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:644:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:647:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:647:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >In file included from drivers/glide/fxtris.c:713:0: >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'triangle_offset_unfilled_fallback': >../../src/mesa/tnl_dd/t_dd_tritmp.h:160:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:160:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:161:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:165:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:169:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:169:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:170:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:174:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:184:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:184:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:185:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:189:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:196:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:196:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:197:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:201:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:245:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:245:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:246:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:247:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:247:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:248:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:248:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:250:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:250:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:251:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:252:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:252:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:253:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:253:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:300:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:300:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:301:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:303:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:306:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:306:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:307:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:309:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:324:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:324:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:325:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:327:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:327:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:328:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'quad_offset_unfilled_fallback': >../../src/mesa/tnl_dd/t_dd_tritmp.h:393:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:393:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:394:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:395:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:400:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:404:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:404:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:405:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:406:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:411:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:417:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:417:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:418:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:419:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:424:12: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:432:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:432:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:433:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:434:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:439:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:486:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:486:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:487:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:488:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:489:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:489:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:490:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:490:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:491:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:491:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:493:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:493:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:494:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:495:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:496:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:496:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:497:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:497:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:498:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:498:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:550:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:550:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:551:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:552:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:554:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:557:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:557:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:558:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:559:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:561:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:577:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:577:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:578:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:579:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:581:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:581:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:582:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:583:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'line_offset_unfilled_fallback': >../../src/mesa/tnl_dd/t_dd_tritmp.h:627:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:627:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:628:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:628:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:630:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:630:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:631:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:631:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:644:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:644:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:647:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:647:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >In file included from drivers/glide/fxtris.c:717:0: >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'triangle_twoside_unfilled_fallback': >../../src/mesa/tnl_dd/t_dd_tritmp.h:160:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:160:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:161:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:165:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:169:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:169:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:170:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:174:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:184:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:184:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:185:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:189:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:196:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:196:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:197:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:201:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:245:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:245:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:246:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:247:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:247:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:248:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:248:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:250:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:250:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:251:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:252:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:252:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:253:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:253:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:300:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:300:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:301:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:303:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:306:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:306:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:307:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:309:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:324:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:324:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:325:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:327:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:327:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:328:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'quad_twoside_unfilled_fallback': >../../src/mesa/tnl_dd/t_dd_tritmp.h:393:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:393:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:394:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:395:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:400:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:404:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:404:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:405:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:406:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:411:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:417:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:417:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:418:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:419:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:424:12: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:432:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:432:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:433:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:434:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:439:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:486:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:486:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:487:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:488:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:489:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:489:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:490:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:490:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:491:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:491:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:493:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:493:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:494:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:495:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:496:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:496:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:497:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:497:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:498:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:498:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:550:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:550:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:551:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:552:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:554:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:557:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:557:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:558:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:559:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:561:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:577:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:577:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:578:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:579:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:581:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:581:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:582:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:583:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'line_twoside_unfilled_fallback': >../../src/mesa/tnl_dd/t_dd_tritmp.h:627:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:627:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:628:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:628:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:630:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:630:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:631:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:631:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:644:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:644:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:647:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:647:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >In file included from drivers/glide/fxtris.c:722:0: >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'triangle_twoside_offset_unfilled_fallback': >../../src/mesa/tnl_dd/t_dd_tritmp.h:160:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:160:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:161:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:165:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:169:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:169:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:170:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:174:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:184:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:184:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:185:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:189:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:196:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:196:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:197:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:201:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:245:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:245:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:246:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:247:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:247:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:248:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:248:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:250:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:250:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:251:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:252:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:252:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:253:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:253:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:300:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:300:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:301:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:303:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:306:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:306:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:307:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:309:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:324:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:324:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:325:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:327:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:327:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:328:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'quad_twoside_offset_unfilled_fallback': >../../src/mesa/tnl_dd/t_dd_tritmp.h:393:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:393:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:394:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:395:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:400:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:404:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:404:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:405:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:406:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:411:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:417:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:417:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:418:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:419:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:424:12: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:432:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:432:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:433:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:434:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:439:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:486:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:486:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:487:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:488:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:489:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:489:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:490:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:490:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:491:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:491:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:493:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:493:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:494:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:495:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:496:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:496:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:497:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:497:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:498:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:498:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:550:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:550:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:551:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:552:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:554:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:557:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:557:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:558:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:559:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:561:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:577:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:577:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:578:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:579:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:581:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:581:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:582:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:583:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'line_twoside_offset_unfilled_fallback': >../../src/mesa/tnl_dd/t_dd_tritmp.h:627:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:627:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:628:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:628:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:630:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:630:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:631:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:631:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:644:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:644:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:647:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:647:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >In file included from drivers/glide/fxtris.c:729:0: >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'triangle_flat': >../../src/mesa/tnl_dd/t_dd_tritmp.h:160:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:160:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:161:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:165:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:169:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:169:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:170:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:174:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:184:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:184:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:185:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:189:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:196:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:196:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:197:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:201:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:245:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:245:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:246:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:247:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:247:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:248:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:248:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:250:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:250:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:251:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:252:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:252:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:253:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:253:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:300:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:300:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:301:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:303:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:306:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:306:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:307:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:309:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:324:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:324:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:325:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:327:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:327:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:328:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'quad_flat': >../../src/mesa/tnl_dd/t_dd_tritmp.h:393:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:393:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:394:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:395:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:400:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:404:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:404:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:405:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:406:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:411:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:417:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:417:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:418:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:419:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:424:12: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:432:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:432:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:433:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:434:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:439:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:486:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:486:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:487:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:488:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:489:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:489:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:490:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:490:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:491:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:491:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:493:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:493:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:494:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:495:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:496:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:496:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:497:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:497:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:498:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:498:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:550:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:550:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:551:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:552:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:554:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:557:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:557:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:558:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:559:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:561:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:577:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:577:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:578:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:579:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:581:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:581:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:582:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:583:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'line_flat': >../../src/mesa/tnl_dd/t_dd_tritmp.h:627:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:627:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:628:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:628:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:630:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:630:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:631:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:631:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:644:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:644:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:647:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:647:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >In file included from drivers/glide/fxtris.c:733:0: >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'triangle_offset_flat': >../../src/mesa/tnl_dd/t_dd_tritmp.h:160:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:160:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:161:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:165:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:169:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:169:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:170:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:174:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:184:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:184:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:185:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:189:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:196:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:196:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:197:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:201:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:245:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:245:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:246:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:247:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:247:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:248:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:248:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:250:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:250:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:251:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:252:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:252:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:253:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:253:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:300:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:300:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:301:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:303:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:306:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:306:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:307:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:309:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:324:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:324:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:325:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:327:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:327:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:328:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'quad_offset_flat': >../../src/mesa/tnl_dd/t_dd_tritmp.h:393:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:393:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:394:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:395:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:400:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:404:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:404:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:405:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:406:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:411:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:417:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:417:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:418:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:419:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:424:12: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:432:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:432:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:433:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:434:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:439:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:486:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:486:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:487:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:488:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:489:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:489:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:490:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:490:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:491:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:491:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:493:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:493:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:494:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:495:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:496:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:496:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:497:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:497:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:498:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:498:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:550:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:550:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:551:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:552:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:554:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:557:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >drivers/glide/fxvb.c: In function 'copy_pv':../../src/mesa/tnl_dd/t_dd_tritmp.h:557:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:558:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >drivers/glide/fxvb.c:59:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:559:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:561:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >drivers/glide/fxvb.c:59:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:577:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:577:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:578:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:579:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >drivers/glide/fxvb.c: In function 'copy_pv2': >drivers/glide/fxvb.c:75:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:581:6: warning: dereferencing type-punned pointer will break strict-aliasing rulesdrivers/glide/fxvb.c:75:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:581:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >drivers/glide/fxvb.c:76:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:582:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >drivers/glide/fxvb.c:76:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:583:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'line_offset_flat': >../../src/mesa/tnl_dd/t_dd_tritmp.h:627:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:627:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:628:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:628:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:630:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:630:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:631:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:631:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:644:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:644:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:647:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:647:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >In file included from drivers/glide/fxtris.c:737:0: >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'triangle_twoside_flat': >../../src/mesa/tnl_dd/t_dd_tritmp.h:160:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:160:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:161:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:165:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:169:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:169:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:170:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:174:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:184:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:184:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:185:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:189:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:196:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:196:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:197:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:201:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:245:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:245:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:246:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:247:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:247:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:248:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:248:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:250:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:250:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:251:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:252:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:252:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:253:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:253:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:300:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:300:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:301:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:303:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:306:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:306:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:307:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:309:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:324:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:324:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:325:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:327:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:327:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:328:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'quad_twoside_flat': >../../src/mesa/tnl_dd/t_dd_tritmp.h:393:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:393:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:394:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:395:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:400:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:404:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:404:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:405:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:406:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:411:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:417:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:417:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:418:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:419:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:424:12: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:432:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:432:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:433:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:434:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:439:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:486:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:486:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:487:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:488:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:489:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:489:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:490:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:490:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:491:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:491:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:493:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:493:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:494:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:495:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:496:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:496:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:497:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:497:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:498:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:498:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:550:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:550:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:551:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:552:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:554:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:557:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:557:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:558:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:559:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:561:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:577:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:577:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:578:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:579:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:581:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:581:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:582:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:583:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'line_twoside_flat': >../../src/mesa/tnl_dd/t_dd_tritmp.h:627:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:627:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:628:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:628:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:630:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:630:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:631:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:631:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:644:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:644:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:647:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:647:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >In file included from drivers/glide/fxtris.c:741:0: >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'triangle_twoside_offset_flat': >../../src/mesa/tnl_dd/t_dd_tritmp.h:160:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:160:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:161:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:165:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:169:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:169:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:170:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:174:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:184:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:184:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:185:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:189:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:196:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:196:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:197:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:201:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:245:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:245:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:246:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:247:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:247:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:248:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:248:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:250:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:250:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:251:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:252:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:252:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:253:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:253:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:300:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:300:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:301:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:303:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:306:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:306:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:307:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:309:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:324:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:324:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:325:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:327:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:327:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:328:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'quad_twoside_offset_flat': >../../src/mesa/tnl_dd/t_dd_tritmp.h:393:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:393:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:394:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:395:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:400:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:404:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:404:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:405:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:406:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:411:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:417:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:417:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:418:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:419:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:424:12: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:432:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:432:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:433:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:434:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:439:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:486:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:486:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:487:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:488:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:489:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:489:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:490:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:490:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:491:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:491:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:493:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:493:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:494:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:495:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:496:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:496:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:497:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:497:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:498:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:498:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:550:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:550:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:551:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:552:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:554:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:557:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:557:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:558:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:559:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:561:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:577:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:577:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:578:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:579:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:581:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:581:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:582:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:583:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'line_twoside_offset_flat': >../../src/mesa/tnl_dd/t_dd_tritmp.h:627:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:627:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:628:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:628:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:630:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:630:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:631:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:631:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:644:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:644:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:647:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:647:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >In file included from drivers/glide/fxtris.c:745:0: >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'triangle_unfilled_flat': >../../src/mesa/tnl_dd/t_dd_tritmp.h:160:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:160:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:161:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:165:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:169:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:169:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:170:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:174:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:184:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:184:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:185:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:189:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:196:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:196:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:197:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:201:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:245:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:245:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:246:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:247:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:247:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:248:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:248:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:250:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:250:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:251:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:252:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:252:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:253:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:253:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:300:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:300:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:301:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:303:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:306:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:306:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:307:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:309:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:324:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:324:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:325:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:327:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:327:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:328:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'quad_unfilled_flat': >../../src/mesa/tnl_dd/t_dd_tritmp.h:393:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:393:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:394:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:395:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:400:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:404:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:404:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:405:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:406:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:411:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:417:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:417:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:418:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:419:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:424:12: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:432:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:432:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:433:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:434:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:439:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:486:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:486:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:487:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:488:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:489:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:489:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:490:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:490:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:491:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:491:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:493:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:493:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:494:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:495:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:496:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:496:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:497:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:497:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:498:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:498:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:550:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:550:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:551:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:552:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:554:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:557:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:557:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:558:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:559:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:561:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:577:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:577:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:578:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:579:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:581:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:581:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:582:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:583:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'line_unfilled_flat': >../../src/mesa/tnl_dd/t_dd_tritmp.h:627:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:627:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:628:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:628:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:630:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:630:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:631:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:631:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:644:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:644:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:647:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:647:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >In file included from drivers/x11/xm_tri.c:643:0: >../../src/mesa/swrast/s_tritemp.h: In function 'flat_DITHER_z_triangle': >../../src/mesa/swrast/s_tritemp.h:186:19: warning: 'span.y' may be used uninitialized in this function >In file included from drivers/glide/fxtris.c:749:0: >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'triangle_offset_unfilled_flat': >../../src/mesa/tnl_dd/t_dd_tritmp.h:160:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:160:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:161:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:165:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:169:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:169:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:170:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:174:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:184:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:184:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:185:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:189:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:196:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:196:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:197:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:201:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:245:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:245:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:246:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:247:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:247:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:248:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:248:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:250:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:250:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:251:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:252:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:252:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:253:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:253:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:300:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:300:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:301:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:303:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:306:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:306:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:307:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:309:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:324:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:324:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:325:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:327:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:327:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:328:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'quad_offset_unfilled_flat': >../../src/mesa/tnl_dd/t_dd_tritmp.h:393:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:393:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:394:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:395:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:400:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:404:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:404:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:405:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:406:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:411:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:417:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:417:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:418:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:419:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:424:12: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:432:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:432:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:433:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:434:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:439:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:486:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:486:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:487:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:488:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:489:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:489:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:490:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:490:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:491:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:491:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:493:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:493:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:494:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:495:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:496:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:496:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:497:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:497:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:498:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:498:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:550:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:550:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:551:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:552:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:554:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:557:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:557:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:558:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:559:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:561:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:577:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:577:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:578:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:579:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:581:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:581:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:582:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:583:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'line_offset_unfilled_flat': >../../src/mesa/tnl_dd/t_dd_tritmp.h:627:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:627:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:628:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:628:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:630:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:630:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:631:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:631:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:644:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:644:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:647:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:647:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >In file included from drivers/glide/fxtris.c:753:0: >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'triangle_twoside_unfilled_flat': >../../src/mesa/tnl_dd/t_dd_tritmp.h:160:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:160:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:161:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:165:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:169:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:169:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:170:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:174:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:184:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:184:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:185:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:189:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:196:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:196:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:197:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:201:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:245:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:245:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:246:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:247:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:247:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:248:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:248:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:250:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:250:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:251:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:252:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:252:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:253:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:253:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:300:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:300:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:301:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:303:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:306:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:306:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:307:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:309:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:324:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:324:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:325:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:327:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:327:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:328:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'quad_twoside_unfilled_flat': >../../src/mesa/tnl_dd/t_dd_tritmp.h:393:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:393:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:394:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:395:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:400:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:404:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:404:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:405:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:406:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:411:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:417:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:417:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:418:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:419:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:424:12: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:432:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:432:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:433:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:434:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:439:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:486:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:486:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:487:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:488:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:489:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:489:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:490:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:490:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:491:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:491:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:493:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:493:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:494:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:495:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:496:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:496:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:497:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:497:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:498:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:498:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:550:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:550:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:551:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:552:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:554:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:557:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:557:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:558:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:559:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:561:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:577:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:577:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:578:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:579:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:581:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:581:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:582:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:583:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'line_twoside_unfilled_flat': >../../src/mesa/tnl_dd/t_dd_tritmp.h:627:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:627:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:628:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:628:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:630:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:630:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:631:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:631:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:644:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:644:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:647:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:647:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >In file included from drivers/glide/fxtris.c:757:0: >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'triangle_twoside_offset_unfilled_flat': >../../src/mesa/tnl_dd/t_dd_tritmp.h:160:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:160:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:161:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:165:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:169:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:169:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:170:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:174:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:184:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:184:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:185:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:189:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:196:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:196:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:197:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:201:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:245:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:245:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:246:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:247:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:247:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:248:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:248:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:250:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:250:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:251:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:252:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:252:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:253:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:253:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:300:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:300:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:301:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:303:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:306:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:306:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:307:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:309:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:324:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:324:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:325:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:327:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:327:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:328:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'quad_twoside_offset_unfilled_flat': >../../src/mesa/tnl_dd/t_dd_tritmp.h:393:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:393:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:394:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:395:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:400:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:404:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:404:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:405:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:406:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:411:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:417:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:417:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:418:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:419:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:424:12: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:432:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:432:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:433:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:434:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:439:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:486:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:486:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:487:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:488:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:489:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:489:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:490:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:490:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:491:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:491:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:493:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:493:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:494:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:495:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:496:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:496:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:497:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:497:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:498:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:498:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:550:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:550:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:551:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:552:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:554:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:557:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:557:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:558:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:559:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:561:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:577:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:577:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:578:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:579:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:581:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:581:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:582:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:583:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'line_twoside_offset_unfilled_flat': >../../src/mesa/tnl_dd/t_dd_tritmp.h:627:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:627:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:628:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:628:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:630:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:630:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:631:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:631:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:644:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:644:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:647:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:647:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >In file included from drivers/glide/fxtris.c:761:0: >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'triangle_fallback_flat': >../../src/mesa/tnl_dd/t_dd_tritmp.h:160:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:160:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:161:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:165:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:169:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:169:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:170:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:174:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:184:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:184:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:185:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:189:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:196:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:196:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:197:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:201:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:245:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:245:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:246:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:247:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:247:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:248:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:248:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:250:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:250:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:251:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:252:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:252:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:253:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:253:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:300:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:300:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:301:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:303:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:306:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:306:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:307:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:309:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:324:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:324:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:325:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:327:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:327:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:328:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'quad_fallback_flat': >../../src/mesa/tnl_dd/t_dd_tritmp.h:393:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:393:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:394:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:395:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:400:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:404:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:404:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:405:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:406:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:411:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:417:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:417:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:418:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:419:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:424:12: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:432:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:432:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:433:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:434:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:439:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:486:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:486:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:487:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:488:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:489:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:489:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:490:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:490:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:491:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:491:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:493:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:493:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:494:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:495:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:496:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:496:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:497:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:497:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:498:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:498:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:550:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:550:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:551:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:552:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:554:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:557:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:557:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:558:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:559:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:561:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:577:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:577:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:578:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:579:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:581:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:581:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:582:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:583:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'line_fallback_flat': >../../src/mesa/tnl_dd/t_dd_tritmp.h:627:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:627:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:628:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:628:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:630:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:630:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:631:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:631:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:644:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:644:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:647:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:647:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >In file included from drivers/glide/fxtris.c:765:0: >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'triangle_offset_fallback_flat': >../../src/mesa/tnl_dd/t_dd_tritmp.h:160:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:160:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:161:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:165:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:169:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:169:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:170:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:174:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:184:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:184:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:185:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:189:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:196:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:196:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:197:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 drivers/glide/fxglidew.c -o drivers/glide/fxglidew.o >../../src/mesa/tnl_dd/t_dd_tritmp.h:201:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:245:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:245:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:246:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:247:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:247:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:248:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:248:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:250:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:250:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:251:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:252:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:252:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:253:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:253:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:300:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:300:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:301:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:303:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:306:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:306:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:307:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:309:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:324:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:324:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:325:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:327:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:327:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:328:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'quad_offset_fallback_flat': >../../src/mesa/tnl_dd/t_dd_tritmp.h:393:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:393:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:394:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:395:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:400:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:404:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:404:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:405:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:406:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:411:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:417:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:417:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:418:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:419:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:424:12: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:432:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:432:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:433:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:434:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:439:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:486:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:486:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:487:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:488:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:489:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:489:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:490:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:490:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:491:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:491:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:493:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:493:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:494:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:495:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:496:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:496:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:497:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:497:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:498:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:498:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:550:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:550:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:551:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:552:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:554:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:557:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:557:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:558:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:559:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:561:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:577:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:577:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:578:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:579:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:581:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:581:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:582:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:583:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'line_offset_fallback_flat': >../../src/mesa/tnl_dd/t_dd_tritmp.h:627:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:627:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:628:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:628:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:630:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:630:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:631:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:631:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:644:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:644:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:647:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:647:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >In file included from drivers/glide/fxtris.c:769:0: >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'triangle_twoside_fallback_flat': >../../src/mesa/tnl_dd/t_dd_tritmp.h:160:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:160:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:161:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:165:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:169:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:169:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:170:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:174:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:184:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:184:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:185:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:189:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:196:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:196:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:197:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:201:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:245:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:245:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:246:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:247:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:247:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:248:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:248:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:250:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:250:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:251:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:252:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:252:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:253:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:253:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:300:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:300:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:301:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:303:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:306:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:306:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:307:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:309:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:324:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:324:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:325:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:327:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:327:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:328:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'quad_twoside_fallback_flat': >../../src/mesa/tnl_dd/t_dd_tritmp.h:393:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:393:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:394:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:395:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:400:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:404:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:404:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:405:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:406:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:411:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:417:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:417:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:418:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:419:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:424:12: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:432:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:432:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:433:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:434:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:439:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:486:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:486:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:487:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:488:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:489:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:489:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:490:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:490:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:491:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:491:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:493:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:493:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:494:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:495:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:496:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:496:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:497:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:497:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:498:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:498:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:550:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:550:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:551:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:552:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:554:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:557:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:557:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:558:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:559:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:561:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:577:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:577:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:578:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:579:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:581:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:581:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:582:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:583:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'line_twoside_fallback_flat': >../../src/mesa/tnl_dd/t_dd_tritmp.h:627:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:627:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:628:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:628:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:630:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:630:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:631:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:631:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:644:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:644:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:647:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:647:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >In file included from drivers/glide/fxtris.c:773:0: >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'triangle_twoside_offset_fallback_flat': >../../src/mesa/tnl_dd/t_dd_tritmp.h:160:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:160:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:161:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:165:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:169:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:169:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:170:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:174:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:184:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:184:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:185:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:189:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:196:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:196:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:197:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:201:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:245:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:245:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:246:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:247:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:247:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:248:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:248:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:250:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:250:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:251:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:252:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:252:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:253:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:253:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:300:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:300:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:301:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:303:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:306:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:306:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:307:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:309:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:324:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:324:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:325:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:327:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:327:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:328:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'quad_twoside_offset_fallback_flat': >../../src/mesa/tnl_dd/t_dd_tritmp.h:393:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:393:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:394:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:395:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:400:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:404:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:404:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:405:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:406:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:411:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:417:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:417:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:418:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:419:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:424:12: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:432:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:432:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:433:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:434:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:439:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:486:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:486:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:487:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:488:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:489:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:489:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:490:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:490:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:491:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:491:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:493:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:493:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:494:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:495:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:496:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:496:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:497:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:497:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:498:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:498:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:550:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:550:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:551:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:552:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:554:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:557:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:557:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:558:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:559:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:561:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:577:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:577:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:578:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:579:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:581:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:581:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:582:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:583:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'line_twoside_offset_fallback_flat': >../../src/mesa/tnl_dd/t_dd_tritmp.h:627:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:627:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:628:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:628:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:630:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:630:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:631:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:631:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:644:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:644:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:647:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:647:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >In file included from drivers/glide/fxtris.c:777:0: >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'triangle_unfilled_fallback_flat': >../../src/mesa/tnl_dd/t_dd_tritmp.h:160:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:160:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:161:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:165:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:169:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:169:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:170:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:174:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:184:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:184:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:185:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:189:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:196:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:196:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:197:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:201:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:245:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:245:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:246:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:247:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:247:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:248:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:248:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:250:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:250:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:251:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:252:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:252:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:253:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:253:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:300:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:300:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:301:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:303:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:306:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:306:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:307:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:309:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:324:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:324:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:325:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:327:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:327:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:328:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'quad_unfilled_fallback_flat': >../../src/mesa/tnl_dd/t_dd_tritmp.h:393:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:393:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:394:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:395:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:400:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:404:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:404:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:405:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:406:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:411:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:417:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:417:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:418:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:419:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:424:12: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:432:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:432:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:433:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:434:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:439:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:486:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:486:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:487:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:488:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:489:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:489:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:490:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:490:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:491:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:491:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:493:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:493:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:494:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:495:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:496:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:496:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:497:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:497:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:498:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:498:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:550:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:550:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:551:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:552:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:554:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:557:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:557:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:558:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:559:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:561:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:577:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:577:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:578:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:579:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:581:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:581:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:582:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:583:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'line_unfilled_fallback_flat': >../../src/mesa/tnl_dd/t_dd_tritmp.h:627:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:627:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:628:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:628:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:630:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:630:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:631:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:631:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:644:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:644:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:647:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:647:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >In file included from drivers/glide/fxtris.c:781:0: >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'triangle_offset_unfilled_fallback_flat': >../../src/mesa/tnl_dd/t_dd_tritmp.h:160:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:160:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:161:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:165:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:169:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:169:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:170:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:174:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:184:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:184:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:185:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:189:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:196:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:196:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:197:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:201:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:245:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:245:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:246:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:247:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:247:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:248:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:248:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:250:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:250:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:251:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:252:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:252:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:253:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:253:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:300:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:300:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:301:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:303:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:306:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:306:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:307:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:309:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:324:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:324:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:325:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:327:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:327:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:328:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'quad_offset_unfilled_fallback_flat': >../../src/mesa/tnl_dd/t_dd_tritmp.h:393:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:393:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:394:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:395:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:400:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:404:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:404:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:405:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:406:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:411:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:417:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:417:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:418:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:419:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:424:12: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:432:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:432:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:433:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:434:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:439:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:486:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:486:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:487:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:488:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:489:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:489:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:490:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:490:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:491:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:491:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:493:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:493:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:494:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:495:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:496:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:496:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:497:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:497:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:498:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:498:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:550:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:550:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:551:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:552:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:554:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:557:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:557:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:558:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:559:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:561:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:577:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:577:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:578:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:579:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:581:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:581:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:582:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:583:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'line_offset_unfilled_fallback_flat': >../../src/mesa/tnl_dd/t_dd_tritmp.h:627:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:627:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:628:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:628:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:630:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:630:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:631:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:631:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:644:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:644:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:647:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:647:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >In file included from drivers/glide/fxtris.c:785:0: >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'triangle_twoside_unfilled_fallback_flat': >../../src/mesa/tnl_dd/t_dd_tritmp.h:160:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:160:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:161:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:165:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:169:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:169:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:170:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:174:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:184:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:184:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:185:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:189:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:196:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:196:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:197:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:201:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:245:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:245:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:246:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:247:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:247:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:248:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:248:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:250:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:250:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:251:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:252:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:252:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:253:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:253:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:300:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:300:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:301:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:303:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:306:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:306:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:307:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:309:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:324:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:324:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:325:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:327:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:327:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:328:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >In file included from drivers/x11/xm_tri.c:616:0: >../../src/mesa/swrast/s_tritemp.h: In function 'flat_DITHER8_z_triangle': >../../src/mesa/swrast/s_tritemp.h:186:19: warning: 'span.y' may be used uninitialized in this function >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'quad_twoside_unfilled_fallback_flat': >../../src/mesa/tnl_dd/t_dd_tritmp.h:393:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:393:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:394:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:395:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:400:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:404:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:404:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:405:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:406:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:411:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:417:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:417:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:418:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:419:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:424:12: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:432:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:432:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:433:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:434:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:439:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:486:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:486:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:487:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:488:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:489:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:489:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:490:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:490:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:491:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:491:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:493:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:493:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:494:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:495:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:496:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:496:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:497:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:497:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:498:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:498:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:550:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:550:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:551:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:552:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:554:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:557:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:557:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:558:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:559:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:561:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:577:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:577:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:578:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:579:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:581:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:581:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:582:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:583:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'line_twoside_unfilled_fallback_flat': >../../src/mesa/tnl_dd/t_dd_tritmp.h:627:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:627:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:628:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:628:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:630:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:630:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:631:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:631:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:644:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:644:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:647:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:647:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >In file included from drivers/glide/fxtris.c:790:0: >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'triangle_twoside_offset_unfilled_fallback_flat': >../../src/mesa/tnl_dd/t_dd_tritmp.h:160:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:160:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:161:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:165:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:169:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:169:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:170:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:174:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:184:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:184:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:185:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:189:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:196:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:196:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:197:4: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:201:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:245:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:245:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:246:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:247:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:247:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:248:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:248:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:250:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:250:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:251:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:252:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:252:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:253:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:253:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:300:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:300:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:301:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:303:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:306:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:306:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:307:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:309:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:324:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:324:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:325:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:327:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:327:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:328:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'quad_twoside_offset_unfilled_fallback_flat': >../../src/mesa/tnl_dd/t_dd_tritmp.h:393:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:393:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:394:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:395:22: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:400:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:404:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:404:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:405:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:406:25: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:411:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:417:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:417:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:418:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:419:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:424:12: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:432:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:432:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:433:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:434:11: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:439:8: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:486:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:486:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:487:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:488:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:489:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:489:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:490:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:490:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:491:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:491:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:493:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:493:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:494:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:495:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:496:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:496:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:497:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:497:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:498:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:498:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:550:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:550:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:551:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:552:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:554:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:557:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:557:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:558:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:559:9: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:561:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:577:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:577:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:578:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:579:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:581:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:581:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:582:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:583:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'line_twoside_offset_unfilled_fallback_flat': >../../src/mesa/tnl_dd/t_dd_tritmp.h:627:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:627:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:628:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:628:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:630:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:630:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:631:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:631:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:644:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:644:3: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:647:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >../../src/mesa/tnl_dd/t_dd_tritmp.h:647:6: warning: dereferencing type-punned pointer will break strict-aliasing rules >drivers/glide/fxglidew.c: In function 'FX_grGetInteger_NoLock': >drivers/glide/fxglidew.c:58:5: warning: format '%lx' expects type 'long unsigned int', but argument 3 has type 'FxU32' >In file included from drivers/x11/xm_tri.c:672:0: >../../src/mesa/swrast/s_tritemp.h: In function 'flat_HPCR_z_triangle': >../../src/mesa/swrast/s_tritemp.h:186:19: warning: 'span.y' may be used uninitialized in this function >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 drivers/glide/fxg.c -o drivers/glide/fxg.o >drivers/glide/fxg.c:71:26: warning: anonymous variadic macros were introduced in C99 >drivers/glide/fxg.c: In function 'tdfx_hook_glide': >drivers/glide/fxg.c:2262:2: warning: dereferencing type-punned pointer will break strict-aliasing rules >drivers/glide/fxg.c:2263:2: warning: dereferencing type-punned pointer will break strict-aliasing rules >drivers/glide/fxg.c:2264:2: warning: dereferencing type-punned pointer will break strict-aliasing rules >drivers/glide/fxg.c:2265:2: warning: dereferencing type-punned pointer will break strict-aliasing rules >drivers/glide/fxg.c:2266:2: warning: dereferencing type-punned pointer will break strict-aliasing rules >drivers/glide/fxg.c:2267:2: warning: dereferencing type-punned pointer will break strict-aliasing rules >drivers/glide/fxg.c:2268:2: warning: dereferencing type-punned pointer will break strict-aliasing rules >drivers/glide/fxg.c:2271:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >drivers/glide/fxg.c:2272:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >drivers/glide/fxg.c:2273:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >drivers/glide/fxg.c:2280:2: warning: dereferencing type-punned pointer will break strict-aliasing rules >drivers/glide/fxg.c:2281:2: warning: dereferencing type-punned pointer will break strict-aliasing rules >drivers/glide/fxg.c:2282:2: warning: dereferencing type-punned pointer will break strict-aliasing rules >drivers/glide/fxg.c:2284:2: warning: dereferencing type-punned pointer will break strict-aliasing rules >drivers/glide/fxg.c:2285:2: warning: dereferencing type-punned pointer will break strict-aliasing rules >drivers/glide/fxg.c:2286:2: warning: dereferencing type-punned pointer will break strict-aliasing rules >drivers/glide/fxg.c:2287:2: warning: dereferencing type-punned pointer will break strict-aliasing rules >drivers/glide/fxg.c:2288:2: warning: dereferencing type-punned pointer will break strict-aliasing rules >drivers/glide/fxg.c:2289:2: warning: dereferencing type-punned pointer will break strict-aliasing rules >drivers/glide/fxg.c:2290:2: warning: dereferencing type-punned pointer will break strict-aliasing rules >drivers/glide/fxg.c:2291:2: warning: dereferencing type-punned pointer will break strict-aliasing rules >drivers/glide/fxg.c:2292:2: warning: dereferencing type-punned pointer will break strict-aliasing rules >drivers/glide/fxg.c:2293:2: warning: dereferencing type-punned pointer will break strict-aliasing rules >drivers/glide/fxg.c:2294:2: warning: dereferencing type-punned pointer will break strict-aliasing rules >drivers/glide/fxg.c:2295:2: warning: dereferencing type-punned pointer will break strict-aliasing rules >drivers/glide/fxg.c:2296:2: warning: dereferencing type-punned pointer will break strict-aliasing rules >drivers/glide/fxg.c:2297:2: warning: dereferencing type-punned pointer will break strict-aliasing rules >drivers/glide/fxg.c:2302:2: warning: dereferencing type-punned pointer will break strict-aliasing rules >drivers/glide/fxg.c:2303:2: warning: dereferencing type-punned pointer will break strict-aliasing rules >drivers/glide/fxg.c:2304:2: warning: dereferencing type-punned pointer will break strict-aliasing rules >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 drivers/svga/svgamesa.c -o drivers/svga/svgamesa.o >In file included from drivers/x11/xm_tri.c:588:0: >../../src/mesa/swrast/s_tritemp.h: In function 'flat_DITHER_5R6G5B_z_triangle': >../../src/mesa/swrast/s_tritemp.h:186:19: warning: 'span.y' may be used uninitialized in this function >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 drivers/svga/svgamesa8.c -o drivers/svga/svgamesa8.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 drivers/svga/svgamesa15.c -o drivers/svga/svgamesa15.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 drivers/svga/svgamesa16.c -o drivers/svga/svgamesa16.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 drivers/svga/svgamesa24.c -o drivers/svga/svgamesa24.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 drivers/svga/svgamesa32.c -o drivers/svga/svgamesa32.o >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 drivers/fbdev/glfbdev.c -o drivers/fbdev/glfbdev.o >drivers/fbdev/glfbdev.c:791:0: warning: ISO C forbids an empty translation unit >gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DFX -I/usr/include/glide3 drivers/osmesa/osmesa.c -o drivers/osmesa/osmesa.o >In file included from drivers/x11/xm_tri.c:533:0: >../../src/mesa/swrast/s_tritemp.h: In function 'flat_TRUEDITHER_z_triangle': >../../src/mesa/swrast/s_tritemp.h:186:19: warning: 'span.y' may be used uninitialized in this function >drivers/osmesa/osmesa.c: In function 'OSMesaGetProcAddress': >drivers/osmesa/osmesa.c:1304:17: warning: ISO C forbids conversion of function pointer to object pointer type >drivers/osmesa/osmesa.c:1306:11: warning: ISO C forbids conversion of function pointer to object pointer type >In file included from drivers/x11/xm_tri.c:423:0: >../../src/mesa/swrast/s_tritemp.h: In function 'flat_TRUECOLOR_z_triangle': >../../src/mesa/swrast/s_tritemp.h:186:19: warning: 'span.y' may be used uninitialized in this function >In file included from drivers/osmesa/osmesa.c:552:0: >../../src/mesa/swrast/s_tritemp.h: In function 'flat_rgba_z_triangle': >../../src/mesa/swrast/s_tritemp.h:186:19: warning: 'span.y' may be used uninitialized in this function >In file included from drivers/x11/xm_tri.c:335:0: >../../src/mesa/swrast/s_tritemp.h: In function 'smooth_DITHER_z_triangle': >../../src/mesa/swrast/s_tritemp.h:186:19: warning: 'span.y' may be used uninitialized in this function >In file included from drivers/osmesa/osmesa.c:521:0: >../../src/mesa/swrast/s_tritemp.h: In function 'smooth_rgba_z_triangle': >../../src/mesa/swrast/s_tritemp.h:186:19: warning: 'span.y' may be used uninitialized in this function >In file included from drivers/x11/xm_tri.c:304:0: >../../src/mesa/swrast/s_tritemp.h: In function 'smooth_DITHER8_z_triangle': >../../src/mesa/swrast/s_tritemp.h:186:19: warning: 'span.y' may be used uninitialized in this function >In file included from drivers/x11/xm_tri.c:397:0: >../../src/mesa/swrast/s_tritemp.h: In function 'smooth_HPCR_z_triangle': >../../src/mesa/swrast/s_tritemp.h:186:19: warning: 'span.y' may be used uninitialized in this function >if [ "x11 osmesa" = "osmesa" ] ; then \ > CC=gcc CXX=g++ ../../bin/mklib -o OSMesa -major 6 \ > -minor 2 -patch 1 \ > -install ../../lib \ > -L../../lib -lGL main/api_arrayelt.o main/api_loopback.o main/api_noop.o main/api_validate.o main/accum.o main/attrib.o main/blend.o main/bufferobj.o main/buffers.o main/clip.o main/colortab.o main/context.o main/convolve.o main/debug.o main/depth.o main/dispatch.o main/dlist.o main/drawpix.o main/enable.o main/enums.o main/eval.o main/extensions.o main/feedback.o main/fog.o main/get.o main/hash.o main/hint.o main/histogram.o main/image.o main/imports.o main/light.o main/lines.o main/matrix.o main/occlude.o main/pixel.o main/points.o main/polygon.o main/rastpos.o main/state.o main/stencil.o main/texcompress.o main/texcompress_s3tc.o main/texcompress_fxt1.o main/texformat.o main/teximage.o main/texobj.o main/texstate.o main/texstore.o main/varray.o main/vtxfmt.o glapi/glapi.o glapi/glthread.o math/m_debug_clip.o math/m_debug_norm.o math/m_debug_xform.o math/m_eval.o math/m_matrix.o math/m_translate.o math/m_vector.o math/m_xform.o array_cache/ac_context.o array_cache/ac_import.o tnl/t_array_api.o tnl/t_array_import.o tnl/t_context.o tnl/t_pipeline.o tnl/t_save_api.o tnl/t_save_loopback.o tnl/t_save_playback.o tnl/t_vb_fog.o tnl/t_vb_light.o tnl/t_vb_normals.o tnl/t_vb_points.o tnl/t_vb_program.o tnl/t_vb_render.o tnl/t_vb_texgen.o tnl/t_vb_texmat.o tnl/t_vb_vertex.o tnl/t_vertex.o tnl/t_vertex_c.o tnl/t_vertex_codegen.o tnl/t_vtx_api.o tnl/t_vtx_generic.o tnl/t_vtx_x86.o tnl/t_vtx_eval.o tnl/t_vtx_exec.o shader/arbfragparse.o shader/arbprogparse.o shader/arbprogram.o shader/arbvertparse.o shader/grammar_mesa.o shader/nvfragparse.o shader/nvprogram.o shader/nvvertexec.o shader/nvvertparse.o shader/program.o swrast/s_fragprog_to_c.o swrast/s_aaline.o swrast/s_aatriangle.o swrast/s_accum.o swrast/s_alpha.o swrast/s_alphabuf.o swrast/s_auxbuffer.o swrast/s_bitmap.o swrast/s_blend.o swrast/s_buffers.o swrast/s_copypix.o swrast/s_context.o swrast/s_depth.o swrast/s_drawpix.o swrast/s_feedback.o swrast/s_fog.o swrast/s_imaging.o swrast/s_lines.o swrast/s_logic.o swrast/s_masking.o swrast/s_nvfragprog.o swrast/s_pixeltex.o swrast/s_points.o swrast/s_readpix.o swrast/s_span.o swrast/s_stencil.o swrast/s_tcc.o swrast/s_texture.o swrast/s_texstore.o swrast/s_triangle.o swrast/s_zoom.o swrast_setup/ss_context.o swrast_setup/ss_triangle.o x86/common_x86.o x86/x86.o x86/3dnow.o x86/sse.o sparc/sparc.o drivers/common/driverfuncs.o drivers/osmesa/osmesa.o ; \ >else \ > CC=gcc CXX=g++ ../../bin/mklib -o OSMesa -major 6 \ > -minor 2 -patch 060201 \ > -install ../../lib \ > -L../../lib -lGL drivers/osmesa/osmesa.o ; \ >fi >mklib: Making Linux shared library: libOSMesa.so.6.2.060201 >mklib: Installing libOSMesa.so.6.2.060201 libOSMesa.so.6 libOSMesa.so in ../../lib >mv: target `../../lib/' is not a directory >make[4]: *** [../../lib/libOSMesa.so] Error 1 >make[4]: *** Waiting for unfinished jobs.... >In file included from drivers/x11/xm_tri.c:272:0: >../../src/mesa/swrast/s_tritemp.h: In function 'smooth_DITHER_5R6G5B_z_triangle': >../../src/mesa/swrast/s_tritemp.h:186:19: warning: 'span.y' may be used uninitialized in this function >In file included from drivers/x11/xm_tri.c:211:0: >../../src/mesa/swrast/s_tritemp.h: In function 'smooth_TRUEDITHER_z_triangle': >../../src/mesa/swrast/s_tritemp.h:186:19: warning: 'span.y' may be used uninitialized in this function >In file included from drivers/x11/xm_tri.c:83:0: >../../src/mesa/swrast/s_tritemp.h: In function 'smooth_TRUECOLOR_z_triangle': >../../src/mesa/swrast/s_tritemp.h:186:19: warning: 'span.y' may be used uninitialized in this function >make[4]: Leaving directory `/builddir/build/BUILD/Mesa-6.2.1/src/mesa' >make[3]: *** [default] Error 2 >make[3]: Leaving directory `/builddir/build/BUILD/Mesa-6.2.1/src/mesa' >make[2]: *** [subdirs] Error 1 >make[2]: Leaving directory `/builddir/build/BUILD/Mesa-6.2.1/src' >make[1]: *** [default] Error 1 >make[1]: Leaving directory `/builddir/build/BUILD/Mesa-6.2.1' >make: *** [linux-glide] Error 2 >error: Bad exit status from /var/tmp/rpm-tmp.IR5fDu (%build) >RPM build errors: > Bad exit status from /var/tmp/rpm-tmp.IR5fDu (%build) >Child returncode was: 1 >EXCEPTION: Command failed. See logs for output. > # ['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/Glide3-libGL.spec'] >Traceback (most recent call last): > File "/usr/lib/python2.6/site-packages/mock/trace_decorator.py", line 70, in trace > result = func(*args, **kw) > File "/usr/lib/python2.6/site-packages/mock/util.py", line 333, in do > raise mock.exception.Error, ("Command failed. See logs for output.\n # %s" % (command,), child.returncode) >Error: Command failed. See logs for output. > # ['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/Glide3-libGL.spec'] >LEAVE do --> EXCEPTION RAISED >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 631031
:
443610
| 443611 |
443612