Eric Cooper writes:
> While I was looking at the code, I saw that the fix for my original
> complaint was pretty trivial, so I've attached a patch.
Oh, cool! Thanks for the patch, I'll fold it in and make another upload
shortly.
Bdale
signature.asc
Description: PGP signature
tags 784273 patch
thanks
On Thu, May 07, 2015 at 06:04:04PM -0600, Bdale Garbee wrote:
> Eric Cooper writes:
>
> > Why does the __code storage class affect it?
>
> Neither Keith nor I have any idea. Have you tried the same code with
> current SDCC to see if things perhaps work better there?
Y
Eric Cooper writes:
> Why does the __code storage class affect it?
Neither Keith nor I have any idea. Have you tried the same code with
current SDCC to see if things perhaps work better there?
Bdale
signature.asc
Description: PGP signature
Package: cc
Version: 2.9.0-4
Severity: normal
When I compile the following code:
struct s {
int v;
};
struct t {
struct s *ptr;
};
void *address;
struct t __code problem = {
(struct s *) &address,
};
I get the following warning messages:
4 matches
Mail list logo