This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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]

[Bug other/52278] [avr] inefficient register allocation for SUBREGs


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52278

Wouter van Gulik <wvangulik at xs4all dot nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wvangulik at xs4all dot nl

--- Comment #5 from Wouter van Gulik <wvangulik at xs4all dot nl> 2012-07-27 17:23:59 UTC ---
Note that the same behavior is seen for pointers and long.

long add(long l)
{
    return l + 1;
}

and

char* add(char* p)
{
    return p + 1;
}


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