[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] Re: [PATCH 0/7] clean build - eliminate warnings
From: |
Jan Kiszka |
Subject: |
Re: [Qemu-devel] Re: [PATCH 0/7] clean build - eliminate warnings |
Date: |
Sun, 22 Feb 2009 11:20:33 +0100 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686 (x86_64); de; rv:1.8.1.12) Gecko/20080226 SUSE/2.0.0.12-1.1 Thunderbird/2.0.0.12 Mnenhy/0.7.5.666 |
Edgar E. Iglesias wrote:
> On Sat, Feb 21, 2009 at 09:09:01PM +0100, Jan Kiszka wrote:
>> Laurent Desnogues wrote:
>>> On Sat, Feb 21, 2009 at 8:00 PM, Jan Kiszka <address@hidden> wrote:
>>>> When working on larger or intrusive changes like the monitor rework, the
>>>> number of warnings a normal build generates (here: x86-64 host, gcc 4.3)
>>>> is still too high. And sometimes these warnings are not just of cosmetic
>>>> nature, see (reposted) patch 3.
>>>>
>>>> This series reduces the number of warnings significantly, still not to
>>>> zero (someone would have to look into the NetWinder stuff), but almost:
>>>>
>>>> Warning summary for 2009-02-21 (changes since 2009-02-21-base)
>>>> generic 0 (-1)
>>>> softmmu 0 (-39)
>>>> x86 0 (0)
>>>> arm 0 (-10)
>>> This means that after applying your patch there should be no more
>>> warning for the ARM target?
>> At least for softmmu, at least with my compiler (depending on the
>> precise version / distro patches, you may have different warnings
>> enabled by default): yes.
>>
>>> On my machine (x86_64, gcc 4.1.2), I still get these:
>>>
>>> CC arm-softmmu/neon_helper.o
>>> /home/ldesnogu/work/Emu/qemu/svn-ref/target-arm/neon_helper.c: In
>>> function ?helper_neon_rshl_s8?:
>>> /home/ldesnogu/work/Emu/qemu/svn-ref/target-arm/neon_helper.c:469:
>>> warning: ?vdest.v1? is used uninitialized in this function
>>> /home/ldesnogu/work/Emu/qemu/svn-ref/target-arm/neon_helper.c:469:
>>> warning: ?vdest.v2? is used uninitialized in this function
>>> /home/ldesnogu/work/Emu/qemu/svn-ref/target-arm/neon_helper.c:469:
>>> warning: ?vdest.v3? is used uninitialized in this function
>>> /home/ldesnogu/work/Emu/qemu/svn-ref/target-arm/neon_helper.c:469:
>>> warning: ?vdest.v4? is used uninitialized in this function
>>> /home/ldesnogu/work/Emu/qemu/svn-ref/target-arm/neon_helper.c: In
>>> function ?helper_neon_rshl_s16?:
>>> /home/ldesnogu/work/Emu/qemu/svn-ref/target-arm/neon_helper.c:470:
>>> warning: ?vdest.v1? is used uninitialized in this function
>>> /home/ldesnogu/work/Emu/qemu/svn-ref/target-arm/neon_helper.c:470:
>>> warning: ?vdest.v2? is used uninitialized in this function
>>> /home/ldesnogu/work/Emu/qemu/svn-ref/target-arm/neon_helper.c: In
>>> function ?helper_neon_rshl_s32?:
>>> /home/ldesnogu/work/Emu/qemu/svn-ref/target-arm/neon_helper.c:471:
>>> warning: ?vdest.v1? is used uninitialized in this function
>> Has this been identified as a real issue or just compiler blindness (my
>> series contains one "fix" for such blindness, see cris patch)? I'm
>
> Sorry, I missed any posted CRIS patch. Please post it again if you
> have one and please CC me and I'll apply it if I agree with it.
>
> Sorry if I missed your email.
There is nothing you missed, I was referring to patch 5 of this series.
I'll sent out a fixed version soon and put you on CC this time.
The point is that I lost a bit interest in building up proper CC lists
here due to the (IMHO) broken list configuration of inserting reply-to
headers. That way CCs typically get lost when someone picks up a thread
from the list. Unfortunately, no one replied on my RFC [1] to fix this
(because I forgot the proper CCs? :->).
Jan
[1] http://permalink.gmane.org/gmane.comp.emulators.qemu/28472
signature.asc
Description: OpenPGP digital signature
- [Qemu-devel] [PATCH 5/7] clean build: Fix remaining cris warnings, (continued)
- [Qemu-devel] [PATCH 5/7] clean build: Fix remaining cris warnings, Jan Kiszka, 2009/02/21
- Re: [Qemu-devel] [PATCH 5/7] clean build: Fix remaining cris warnings, Stuart Brady, 2009/02/21
- Re: [Qemu-devel] [PATCH 5/7] clean build: Fix remaining cris warnings, Stuart Brady, 2009/02/21
- Re: [Qemu-devel] [PATCH 5/7] clean build: Fix remaining cris warnings, Laurent Desnogues, 2009/02/21
- [Qemu-devel] [PATCH v2 5/7] clean build: Fix remaining cris warnings, Jan Kiszka, 2009/02/22
- Re: [Qemu-devel] [PATCH v2 5/7] clean build: Fix remaining cris warnings, Edgar E. Iglesias, 2009/02/22
- Re: [Qemu-devel] [PATCH 5/7] clean build: Fix remaining cris warnings, Paul Brook, 2009/02/21
- Re: [Qemu-devel] [PATCH 0/7] clean build - eliminate warnings, Laurent Desnogues, 2009/02/21