[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] fix for #1689 (argc check with -O0)
From: |
felix . winkelmann |
Subject: |
Re: [PATCH] fix for #1689 (argc check with -O0) |
Date: |
Sun, 19 Apr 2020 18:54:31 +0200 |
My attempt to use the "potential-values" db entry doesn't seem to
lead to anything, all I can come up with in the moment is this lame
attempt to fix the situation, i.e. by only signalling an error for
non-global bindings. Due to various transformations (which are even
done with -O0) it is not easy to figure out the somewhat pathological
case of the redefinition in sxml-serializer.
felix
0001-only-enable-call-signature-check-for-known-procedure.patch
Description: Text document
- [PATCH] fix for #1689 (argc check with -O0), felix . winkelmann, 2020/04/07
- Re: [PATCH] fix for #1689 (argc check with -O0), Peter Bex, 2020/04/07
- Re: [PATCH] fix for #1689 (argc check with -O0), felix . winkelmann, 2020/04/07
- Re: [PATCH] fix for #1689 (argc check with -O0), Peter Bex, 2020/04/12
- Re: [PATCH] fix for #1689 (argc check with -O0), Peter Bex, 2020/04/13
- Re: [PATCH] fix for #1689 (argc check with -O0), felix . winkelmann, 2020/04/13
- Re: [PATCH] fix for #1689 (argc check with -O0),
felix . winkelmann <=