linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* FYI ARM GCC 4.6.x miscompiles the kernel
@ 2011-08-13 23:10 Krzysztof Halasa
  2011-08-14  1:27 ` Marek Vasut
  0 siblings, 1 reply; 3+ messages in thread
From: Krzysztof Halasa @ 2011-08-13 23:10 UTC (permalink / raw)
  To: linux-arm-kernel

Current gcc-4.6.x SVN, ARMEB EABI.

unsigned var[2];

void test(int arg)
{
        unsigned v = *(volatile unsigned *)(&var[arg]);
        *(volatile unsigned *)(&var[arg]) = v;
}

Disassembly of section .text:

00000000 <test>:
   0:   e12fff1e        bx      lr
-- 
Krzysztof Halasa

^ permalink raw reply	[flat|nested] 3+ messages in thread

* FYI ARM GCC 4.6.x miscompiles the kernel
  2011-08-13 23:10 FYI ARM GCC 4.6.x miscompiles the kernel Krzysztof Halasa
@ 2011-08-14  1:27 ` Marek Vasut
  2011-08-14 16:05   ` FYI " Krzysztof Halasa
  0 siblings, 1 reply; 3+ messages in thread
From: Marek Vasut @ 2011-08-14  1:27 UTC (permalink / raw)
  To: linux-arm-kernel

On Sunday, August 14, 2011 01:10:21 AM Krzysztof Halasa wrote:
> Current gcc-4.6.x SVN, ARMEB EABI.

Shouldn't this go to GCC ML too ?

Cheers

> 
> unsigned var[2];
> 
> void test(int arg)
> {
>         unsigned v = *(volatile unsigned *)(&var[arg]);
>         *(volatile unsigned *)(&var[arg]) = v;
> }
> 
> Disassembly of section .text:
> 
> 00000000 <test>:
>    0:   e12fff1e        bx      lr

^ permalink raw reply	[flat|nested] 3+ messages in thread

* FYI GCC 4.6.x miscompiles the kernel
  2011-08-14  1:27 ` Marek Vasut
@ 2011-08-14 16:05   ` Krzysztof Halasa
  0 siblings, 0 replies; 3+ messages in thread
From: Krzysztof Halasa @ 2011-08-14 16:05 UTC (permalink / raw)
  To: linux-arm-kernel

Correction: this bug isn't ARM-specific.

Marek Vasut <marek.vasut@gmail.com> writes:

>> Current gcc-4.6.x SVN, ARMEB EABI.
>
> Shouldn't this go to GCC ML too ?

Nope, I put it in bugzilla.

>> unsigned var[2];
>>
>> void test(int arg)
>> {
>>         unsigned v = *(volatile unsigned *)(&var[arg]);
>>         *(volatile unsigned *)(&var[arg]) = v;
>> }
>>
>> Disassembly of section .text:
>>
>> 00000000 <test>:
>>    0:   e12fff1e        bx      lr

On x86-64:
0000000000000000 <test>:
   0:   f3 c3                   repz retq
-- 
Krzysztof Halasa

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-08-14 16:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-13 23:10 FYI ARM GCC 4.6.x miscompiles the kernel Krzysztof Halasa
2011-08-14  1:27 ` Marek Vasut
2011-08-14 16:05   ` FYI " Krzysztof Halasa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).