| Summary: |
[telepathy-gabble 0.7.29] gcc 4.4 -O2 strict-aliasing warning |
| Product: |
Telepathy
|
Reporter: |
Ionut Biru <biru.ionut> |
| Component: |
gabble | Assignee: |
Telepathy bugs list <telepathy-bugs> |
| Status: |
RESOLVED
DUPLICATE
|
QA Contact: |
Telepathy bugs list <telepathy-bugs> |
| Severity: |
normal
|
|
|
| Priority: |
medium
|
|
|
| Version: |
unspecified | |
|
| Hardware: |
Other | |
|
| OS: |
All | |
|
| Whiteboard: |
|
|
i915 platform:
|
|
i915 features:
|
|
| Attachments: |
compilation log
|
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
Created attachment 27006 [details] compilation log my CFLAGS is -march=x86-64 -mtune=generic -O2 -pipe. is not x86_64 related and is working if i add -fno-strict-aliasing. asyncns.c: In function ‘asyncns_wait’: asyncns.c:984: warning: dereferencing pointer ‘ai_resp’ does break strict-aliasing rules asyncns.c:985: warning: dereferencing pointer ‘ai_resp’ does break strict-aliasing rules asyncns.c:986: warning: dereferencing pointer ‘ai_resp’ does break strict-aliasing rules asyncns.c:976: note: initialized from here asyncns.c:1017: warning: dereferencing pointer ‘ni_resp’ does break strict-aliasing rules asyncns.c:1018: warning: dereferencing pointer ‘ni_resp’ does break strict-aliasing rules asyncns.c:1019: warning: dereferencing pointer ‘ni_resp’ does break strict-aliasing rules asyncns.c:1021: warning: dereferencing pointer ‘ni_resp’ does break strict-aliasing rules