Re: GCC ARM: aligned access

2014-08-31 Thread Senthil Kumar Selvaraj
On Mon, Sep 01, 2014 at 09:14:31AM +0800, Peng Fan wrote: > > > On 09/01/2014 08:09 AM, Matt Thomas wrote: > > > > On Aug 31, 2014, at 11:32 AM, Joel Sherrill > > wrote: > > > >>> Hi, > >>> > >>> I am writing some code and found that system crashed. I found it was > >>> unaligned access which

Re: GCC ARM: aligned access

2014-08-31 Thread Peng Fan
On 09/01/2014 08:09 AM, Matt Thomas wrote: > > On Aug 31, 2014, at 11:32 AM, Joel Sherrill wrote: > >>> Hi, >>> >>> I am writing some code and found that system crashed. I found it was >>> unaligned access which causes `data abort` exception. I write a piece >>> of code and objdump >>> it. I a

Re: GCC ARM: aligned access

2014-08-31 Thread Matt Thomas
On Aug 31, 2014, at 11:32 AM, Joel Sherrill wrote: >> Hi, >> >> I am writing some code and found that system crashed. I found it was >> unaligned access which causes `data abort` exception. I write a piece >> of code and objdump >> it. I am not sure this is right or not. >> >> command: >> arm-

New anti-spam extension enabled on GCC Bugzilla

2014-08-31 Thread Frédéric Buclin
Hello, I just enabled an extension on GCC Bugzilla which automatically disables reporter's account if their bugs are marked as INVALID and are in the 'spam' component. So if you have enough privileges on GCC Bugzilla to close a bug as INVALID and to move it in the 'spam' component (in the 'gcc' pr

gcc-5-20140831 is now available

2014-08-31 Thread gccadmin
Snapshot gcc-5-20140831 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/5-20140831/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 5 SVN branch with the following options: svn://gcc.gnu.org/svn/gcc/trunk revision

Re: GCC ARM: aligned access

2014-08-31 Thread Joel Sherrill
On August 31, 2014 8:19:49 AM CDT, Peng Fan wrote: >Hi, > >I am writing some code and found that system crashed. I found it was >unaligned access which causes `data abort` exception. I write a piece >of code and objdump >it. I am not sure this is right or not. > >command: >arm-poky-linux-gnueabi

[wwwdocs] Patch for Re: _contribute.html_: missing information regarding feedback procedure

2014-08-31 Thread Gerald Pfeifer
On Fri, 10 May 2013, Jonathan Wakely wrote: >> At the very bottom of the above page (http://gcc.gnu.org/contribute.html), >> there is no indication of GCC only accepting *plain text* messages. > That would belong on http://gcc.gnu.org/lists.html but it could be > improved, as it only says "Please r

Ann: MELT 1.1.2 plugin for GCC 4.8 & 4.9 release (bugfixes)

2014-08-31 Thread Basile Starynkevitch
Dear All, It is my pleasure to announce the MELT 1.1.2 plugin for GCC 4.8 & 4.9. MELT -see http://gcc-melt.org/ for more- is a domain specific language to extend GCC, and a GCC plugin (free software, GPLv3 licensed, FSF copyrighted). This (mostly bug-fixing) release is available from http://gcc

GCC ARM: aligned access

2014-08-31 Thread Peng Fan
Hi, I am writing some code and found that system crashed. I found it was unaligned access which causes `data abort` exception. I write a piece of code and objdump it. I am not sure this is right or not. command: arm-poky-linux-gnueabi-gcc -marm -mno-thumb-interwork -mabi=aapcs-linux -mword-relo