This is the mail archive of the insight@sourceware.org mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

anti-aliasing optimizations are a pain, but we're here now


gcc -c -Wall -g -O2    -I. -I../.././gdb/gdbserver
-I../.././gdb/gdbserver/../regformats
-I../.././gdb/gdbserver/../../include -I../../bfd
-I../.././gdb/gdbserver/../../bfd i387-fp.c
i387-fp.c: In function 'i387_cache_to_fsave':
i387-fp.c:92: warning: dereferencing type-punned pointer will break
strict-aliasing rules
i387-fp.c:96: warning: dereferencing type-punned pointer will break
strict-aliasing rules
i387-fp.c:100: warning: dereferencing type-punned pointer will break
strict-aliasing rules
i387-fp.c:108: warning: dereferencing type-punned pointer will break
strict-aliasing rules
i387-fp.c: In function 'i387_cache_to_fxsave':
i387-fp.c:189: warning: dereferencing type-punned pointer will break
strict-aliasing rules
i387-fp.c:193: warning: dereferencing type-punned pointer will break
strict-aliasing rules


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]