public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/12742] New: Type alignment is lost if const is added to typedef
@ 2003-10-23 10:02 William dot Munns at arm dot com
  2003-10-23 10:48 ` [Bug c/12742] " William dot Munns at arm dot com
  2004-01-18  8:21 ` dhazeghi at yahoo dot com
  0 siblings, 2 replies; 97+ messages in thread
From: William dot Munns at arm dot com @ 2003-10-23 10:02 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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

           Summary: Type alignment is lost if const is added to typedef
           Product: gcc
           Version: 3.2.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: William dot Munns at arm dot com
                CC: gcc-bugs at gcc dot gnu dot org
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu

typedef int __attribute__ ((aligned(64))) int_64;
typedef const int cint;
typedef cint __attribute__((aligned(64))) cint_64;
typedef const int_64 intc_64;

Loses the alignment for the types intc_64 and cint_64


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
  2003-10-23 10:02 [Bug c/12742] New: Type alignment is lost if const is added to typedef William dot Munns at arm dot com
@ 2003-10-23 10:48 ` William dot Munns at arm dot com
  2004-01-18  8:21 ` dhazeghi at yahoo dot com
  1 sibling, 0 replies; 97+ messages in thread
From: William dot Munns at arm dot com @ 2003-10-23 10:48 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From William dot Munns at arm dot com  2003-10-23 10:02 -------
Created an attachment (id=4981)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=4981&action=view)
Example file, compiled with no extra options

Compiled:
gcc aligned_type_failure.c -Wall

no warnings or errors produced


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
  2003-10-23 10:02 [Bug c/12742] New: Type alignment is lost if const is added to typedef William dot Munns at arm dot com
  2003-10-23 10:48 ` [Bug c/12742] " William dot Munns at arm dot com
@ 2004-01-18  8:21 ` dhazeghi at yahoo dot com
  1 sibling, 0 replies; 97+ messages in thread
From: dhazeghi at yahoo dot com @ 2004-01-18  8:21 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dhazeghi at yahoo dot com  2004-01-18 08:20 -------
Confirmed with mainline/3.4 branch.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |wrong-code
   Last reconfirmed|0000-00-00 00:00:00         |2004-01-18 08:20:55
               date|                            |


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


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
                   ` (91 preceding siblings ...)
  2014-10-23 14:32 ` StaffLeavers at arm dot com
@ 2014-10-23 14:36 ` StaffLeavers at arm dot com
  92 siblings, 0 replies; 97+ messages in thread
From: StaffLeavers at arm dot com @ 2014-10-23 14:36 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742

--- Comment #98 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
                   ` (90 preceding siblings ...)
  2014-10-23 14:32 ` StaffLeavers at arm dot com
@ 2014-10-23 14:32 ` StaffLeavers at arm dot com
  2014-10-23 14:36 ` StaffLeavers at arm dot com
  92 siblings, 0 replies; 97+ messages in thread
From: StaffLeavers at arm dot com @ 2014-10-23 14:32 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742

--- Comment #96 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
                   ` (89 preceding siblings ...)
  2014-10-23 14:31 ` StaffLeavers at arm dot com
@ 2014-10-23 14:32 ` StaffLeavers at arm dot com
  2014-10-23 14:32 ` StaffLeavers at arm dot com
  2014-10-23 14:36 ` StaffLeavers at arm dot com
  92 siblings, 0 replies; 97+ messages in thread
From: StaffLeavers at arm dot com @ 2014-10-23 14:32 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742

--- Comment #97 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
                   ` (88 preceding siblings ...)
  2014-10-23 14:30 ` StaffLeavers at arm dot com
@ 2014-10-23 14:31 ` StaffLeavers at arm dot com
  2014-10-23 14:32 ` StaffLeavers at arm dot com
                   ` (2 subsequent siblings)
  92 siblings, 0 replies; 97+ messages in thread
From: StaffLeavers at arm dot com @ 2014-10-23 14:31 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742

--- Comment #95 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
                   ` (87 preceding siblings ...)
  2014-10-23 14:29 ` StaffLeavers at arm dot com
@ 2014-10-23 14:30 ` StaffLeavers at arm dot com
  2014-10-23 14:31 ` StaffLeavers at arm dot com
                   ` (3 subsequent siblings)
  92 siblings, 0 replies; 97+ messages in thread
From: StaffLeavers at arm dot com @ 2014-10-23 14:30 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742

--- Comment #94 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
                   ` (86 preceding siblings ...)
  2014-10-23 14:28 ` StaffLeavers at arm dot com
@ 2014-10-23 14:29 ` StaffLeavers at arm dot com
  2014-10-23 14:30 ` StaffLeavers at arm dot com
                   ` (4 subsequent siblings)
  92 siblings, 0 replies; 97+ messages in thread
From: StaffLeavers at arm dot com @ 2014-10-23 14:29 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742

--- Comment #93 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
                   ` (85 preceding siblings ...)
  2014-10-23 14:28 ` StaffLeavers at arm dot com
@ 2014-10-23 14:28 ` StaffLeavers at arm dot com
  2014-10-23 14:29 ` StaffLeavers at arm dot com
                   ` (5 subsequent siblings)
  92 siblings, 0 replies; 97+ messages in thread
From: StaffLeavers at arm dot com @ 2014-10-23 14:28 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742

--- Comment #92 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
                   ` (84 preceding siblings ...)
  2014-10-23 14:27 ` StaffLeavers at arm dot com
@ 2014-10-23 14:28 ` StaffLeavers at arm dot com
  2014-10-23 14:28 ` StaffLeavers at arm dot com
                   ` (6 subsequent siblings)
  92 siblings, 0 replies; 97+ messages in thread
From: StaffLeavers at arm dot com @ 2014-10-23 14:28 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742

--- Comment #91 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
                   ` (83 preceding siblings ...)
  2014-10-23 14:26 ` StaffLeavers at arm dot com
@ 2014-10-23 14:27 ` StaffLeavers at arm dot com
  2014-10-23 14:28 ` StaffLeavers at arm dot com
                   ` (7 subsequent siblings)
  92 siblings, 0 replies; 97+ messages in thread
From: StaffLeavers at arm dot com @ 2014-10-23 14:27 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742

--- Comment #90 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
                   ` (82 preceding siblings ...)
  2014-10-23 14:25 ` StaffLeavers at arm dot com
@ 2014-10-23 14:26 ` StaffLeavers at arm dot com
  2014-10-23 14:27 ` StaffLeavers at arm dot com
                   ` (8 subsequent siblings)
  92 siblings, 0 replies; 97+ messages in thread
From: StaffLeavers at arm dot com @ 2014-10-23 14:26 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742

--- Comment #89 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
                   ` (80 preceding siblings ...)
  2014-10-23 14:24 ` StaffLeavers at arm dot com
@ 2014-10-23 14:25 ` StaffLeavers at arm dot com
  2014-10-23 14:25 ` StaffLeavers at arm dot com
                   ` (10 subsequent siblings)
  92 siblings, 0 replies; 97+ messages in thread
From: StaffLeavers at arm dot com @ 2014-10-23 14:25 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742

--- Comment #87 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
                   ` (81 preceding siblings ...)
  2014-10-23 14:25 ` StaffLeavers at arm dot com
@ 2014-10-23 14:25 ` StaffLeavers at arm dot com
  2014-10-23 14:26 ` StaffLeavers at arm dot com
                   ` (9 subsequent siblings)
  92 siblings, 0 replies; 97+ messages in thread
From: StaffLeavers at arm dot com @ 2014-10-23 14:25 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742

--- Comment #88 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
                   ` (79 preceding siblings ...)
  2014-10-23 14:23 ` StaffLeavers at arm dot com
@ 2014-10-23 14:24 ` StaffLeavers at arm dot com
  2014-10-23 14:25 ` StaffLeavers at arm dot com
                   ` (11 subsequent siblings)
  92 siblings, 0 replies; 97+ messages in thread
From: StaffLeavers at arm dot com @ 2014-10-23 14:24 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742

--- Comment #86 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
                   ` (77 preceding siblings ...)
  2014-10-23 14:22 ` StaffLeavers at arm dot com
@ 2014-10-23 14:23 ` StaffLeavers at arm dot com
  2014-10-23 14:23 ` StaffLeavers at arm dot com
                   ` (13 subsequent siblings)
  92 siblings, 0 replies; 97+ messages in thread
From: StaffLeavers at arm dot com @ 2014-10-23 14:23 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742

--- Comment #84 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
                   ` (78 preceding siblings ...)
  2014-10-23 14:23 ` StaffLeavers at arm dot com
@ 2014-10-23 14:23 ` StaffLeavers at arm dot com
  2014-10-23 14:24 ` StaffLeavers at arm dot com
                   ` (12 subsequent siblings)
  92 siblings, 0 replies; 97+ messages in thread
From: StaffLeavers at arm dot com @ 2014-10-23 14:23 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742

--- Comment #85 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
                   ` (76 preceding siblings ...)
  2014-10-23 14:21 ` StaffLeavers at arm dot com
@ 2014-10-23 14:22 ` StaffLeavers at arm dot com
  2014-10-23 14:23 ` StaffLeavers at arm dot com
                   ` (14 subsequent siblings)
  92 siblings, 0 replies; 97+ messages in thread
From: StaffLeavers at arm dot com @ 2014-10-23 14:22 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742

--- Comment #83 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
                   ` (75 preceding siblings ...)
  2014-10-23 14:20 ` StaffLeavers at arm dot com
@ 2014-10-23 14:21 ` StaffLeavers at arm dot com
  2014-10-23 14:22 ` StaffLeavers at arm dot com
                   ` (15 subsequent siblings)
  92 siblings, 0 replies; 97+ messages in thread
From: StaffLeavers at arm dot com @ 2014-10-23 14:21 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742

--- Comment #82 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
                   ` (74 preceding siblings ...)
  2014-10-23 14:20 ` StaffLeavers at arm dot com
@ 2014-10-23 14:20 ` StaffLeavers at arm dot com
  2014-10-23 14:21 ` StaffLeavers at arm dot com
                   ` (16 subsequent siblings)
  92 siblings, 0 replies; 97+ messages in thread
From: StaffLeavers at arm dot com @ 2014-10-23 14:20 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742

--- Comment #80 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
                   ` (73 preceding siblings ...)
  2014-10-23 14:19 ` StaffLeavers at arm dot com
@ 2014-10-23 14:20 ` StaffLeavers at arm dot com
  2014-10-23 14:20 ` StaffLeavers at arm dot com
                   ` (17 subsequent siblings)
  92 siblings, 0 replies; 97+ messages in thread
From: StaffLeavers at arm dot com @ 2014-10-23 14:20 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742

--- Comment #81 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
                   ` (72 preceding siblings ...)
  2014-10-23 14:18 ` StaffLeavers at arm dot com
@ 2014-10-23 14:19 ` StaffLeavers at arm dot com
  2014-10-23 14:20 ` StaffLeavers at arm dot com
                   ` (18 subsequent siblings)
  92 siblings, 0 replies; 97+ messages in thread
From: StaffLeavers at arm dot com @ 2014-10-23 14:19 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742

--- Comment #79 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
                   ` (71 preceding siblings ...)
  2014-10-23 14:18 ` StaffLeavers at arm dot com
@ 2014-10-23 14:18 ` StaffLeavers at arm dot com
  2014-10-23 14:19 ` StaffLeavers at arm dot com
                   ` (19 subsequent siblings)
  92 siblings, 0 replies; 97+ messages in thread
From: StaffLeavers at arm dot com @ 2014-10-23 14:18 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742

--- Comment #77 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
                   ` (70 preceding siblings ...)
  2014-10-23 14:17 ` StaffLeavers at arm dot com
@ 2014-10-23 14:18 ` StaffLeavers at arm dot com
  2014-10-23 14:18 ` StaffLeavers at arm dot com
                   ` (20 subsequent siblings)
  92 siblings, 0 replies; 97+ messages in thread
From: StaffLeavers at arm dot com @ 2014-10-23 14:18 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742

--- Comment #78 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
                   ` (69 preceding siblings ...)
  2014-10-23 14:16 ` StaffLeavers at arm dot com
@ 2014-10-23 14:17 ` StaffLeavers at arm dot com
  2014-10-23 14:18 ` StaffLeavers at arm dot com
                   ` (21 subsequent siblings)
  92 siblings, 0 replies; 97+ messages in thread
From: StaffLeavers at arm dot com @ 2014-10-23 14:17 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742

--- Comment #76 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
                   ` (68 preceding siblings ...)
  2014-10-23 14:15 ` StaffLeavers at arm dot com
@ 2014-10-23 14:16 ` StaffLeavers at arm dot com
  2014-10-23 14:17 ` StaffLeavers at arm dot com
                   ` (22 subsequent siblings)
  92 siblings, 0 replies; 97+ messages in thread
From: StaffLeavers at arm dot com @ 2014-10-23 14:16 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742

--- Comment #75 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
                   ` (66 preceding siblings ...)
  2014-10-23 14:14 ` StaffLeavers at arm dot com
@ 2014-10-23 14:15 ` StaffLeavers at arm dot com
  2014-10-23 14:15 ` StaffLeavers at arm dot com
                   ` (24 subsequent siblings)
  92 siblings, 0 replies; 97+ messages in thread
From: StaffLeavers at arm dot com @ 2014-10-23 14:15 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742

--- Comment #73 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
                   ` (67 preceding siblings ...)
  2014-10-23 14:15 ` StaffLeavers at arm dot com
@ 2014-10-23 14:15 ` StaffLeavers at arm dot com
  2014-10-23 14:16 ` StaffLeavers at arm dot com
                   ` (23 subsequent siblings)
  92 siblings, 0 replies; 97+ messages in thread
From: StaffLeavers at arm dot com @ 2014-10-23 14:15 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742

--- Comment #74 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
                   ` (65 preceding siblings ...)
  2014-10-23 14:13 ` StaffLeavers at arm dot com
@ 2014-10-23 14:14 ` StaffLeavers at arm dot com
  2014-10-23 14:15 ` StaffLeavers at arm dot com
                   ` (25 subsequent siblings)
  92 siblings, 0 replies; 97+ messages in thread
From: StaffLeavers at arm dot com @ 2014-10-23 14:14 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742

--- Comment #72 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
                   ` (63 preceding siblings ...)
  2014-10-23 14:12 ` StaffLeavers at arm dot com
@ 2014-10-23 14:13 ` StaffLeavers at arm dot com
  2014-10-23 14:13 ` StaffLeavers at arm dot com
                   ` (27 subsequent siblings)
  92 siblings, 0 replies; 97+ messages in thread
From: StaffLeavers at arm dot com @ 2014-10-23 14:13 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742

--- Comment #70 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
                   ` (64 preceding siblings ...)
  2014-10-23 14:13 ` StaffLeavers at arm dot com
@ 2014-10-23 14:13 ` StaffLeavers at arm dot com
  2014-10-23 14:14 ` StaffLeavers at arm dot com
                   ` (26 subsequent siblings)
  92 siblings, 0 replies; 97+ messages in thread
From: StaffLeavers at arm dot com @ 2014-10-23 14:13 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742

--- Comment #71 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
                   ` (62 preceding siblings ...)
  2014-10-23 14:11 ` StaffLeavers at arm dot com
@ 2014-10-23 14:12 ` StaffLeavers at arm dot com
  2014-10-23 14:13 ` StaffLeavers at arm dot com
                   ` (28 subsequent siblings)
  92 siblings, 0 replies; 97+ messages in thread
From: StaffLeavers at arm dot com @ 2014-10-23 14:12 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742

--- Comment #69 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
                   ` (61 preceding siblings ...)
  2014-10-23 14:10 ` StaffLeavers at arm dot com
@ 2014-10-23 14:11 ` StaffLeavers at arm dot com
  2014-10-23 14:12 ` StaffLeavers at arm dot com
                   ` (29 subsequent siblings)
  92 siblings, 0 replies; 97+ messages in thread
From: StaffLeavers at arm dot com @ 2014-10-23 14:11 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742

--- Comment #68 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
                   ` (60 preceding siblings ...)
  2014-10-23 14:09 ` StaffLeavers at arm dot com
@ 2014-10-23 14:10 ` StaffLeavers at arm dot com
  2014-10-23 14:11 ` StaffLeavers at arm dot com
                   ` (30 subsequent siblings)
  92 siblings, 0 replies; 97+ messages in thread
From: StaffLeavers at arm dot com @ 2014-10-23 14:10 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742

--- Comment #67 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
                   ` (59 preceding siblings ...)
  2014-10-23 14:09 ` StaffLeavers at arm dot com
@ 2014-10-23 14:09 ` StaffLeavers at arm dot com
  2014-10-23 14:10 ` StaffLeavers at arm dot com
                   ` (31 subsequent siblings)
  92 siblings, 0 replies; 97+ messages in thread
From: StaffLeavers at arm dot com @ 2014-10-23 14:09 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742

--- Comment #66 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
                   ` (58 preceding siblings ...)
  2014-10-23 14:08 ` StaffLeavers at arm dot com
@ 2014-10-23 14:09 ` StaffLeavers at arm dot com
  2014-10-23 14:09 ` StaffLeavers at arm dot com
                   ` (32 subsequent siblings)
  92 siblings, 0 replies; 97+ messages in thread
From: StaffLeavers at arm dot com @ 2014-10-23 14:09 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742

--- Comment #65 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
                   ` (57 preceding siblings ...)
  2014-10-23 14:07 ` StaffLeavers at arm dot com
@ 2014-10-23 14:08 ` StaffLeavers at arm dot com
  2014-10-23 14:09 ` StaffLeavers at arm dot com
                   ` (33 subsequent siblings)
  92 siblings, 0 replies; 97+ messages in thread
From: StaffLeavers at arm dot com @ 2014-10-23 14:08 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742

--- Comment #64 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
                   ` (55 preceding siblings ...)
  2014-10-23 14:06 ` StaffLeavers at arm dot com
@ 2014-10-23 14:07 ` StaffLeavers at arm dot com
  2014-10-23 14:07 ` StaffLeavers at arm dot com
                   ` (35 subsequent siblings)
  92 siblings, 0 replies; 97+ messages in thread
From: StaffLeavers at arm dot com @ 2014-10-23 14:07 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742

--- Comment #62 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
                   ` (56 preceding siblings ...)
  2014-10-23 14:07 ` StaffLeavers at arm dot com
@ 2014-10-23 14:07 ` StaffLeavers at arm dot com
  2014-10-23 14:08 ` StaffLeavers at arm dot com
                   ` (34 subsequent siblings)
  92 siblings, 0 replies; 97+ messages in thread
From: StaffLeavers at arm dot com @ 2014-10-23 14:07 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742

--- Comment #63 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
                   ` (54 preceding siblings ...)
  2014-10-23 14:05 ` StaffLeavers at arm dot com
@ 2014-10-23 14:06 ` StaffLeavers at arm dot com
  2014-10-23 14:07 ` StaffLeavers at arm dot com
                   ` (36 subsequent siblings)
  92 siblings, 0 replies; 97+ messages in thread
From: StaffLeavers at arm dot com @ 2014-10-23 14:06 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742

--- Comment #61 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
                   ` (53 preceding siblings ...)
  2014-10-23 14:04 ` StaffLeavers at arm dot com
@ 2014-10-23 14:05 ` StaffLeavers at arm dot com
  2014-10-23 14:06 ` StaffLeavers at arm dot com
                   ` (37 subsequent siblings)
  92 siblings, 0 replies; 97+ messages in thread
From: StaffLeavers at arm dot com @ 2014-10-23 14:05 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742

--- Comment #60 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
                   ` (52 preceding siblings ...)
  2014-10-23 14:03 ` StaffLeavers at arm dot com
@ 2014-10-23 14:04 ` StaffLeavers at arm dot com
  2014-10-23 14:05 ` StaffLeavers at arm dot com
                   ` (38 subsequent siblings)
  92 siblings, 0 replies; 97+ messages in thread
From: StaffLeavers at arm dot com @ 2014-10-23 14:04 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742

--- Comment #59 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
                   ` (51 preceding siblings ...)
  2014-10-23 14:02 ` StaffLeavers at arm dot com
@ 2014-10-23 14:03 ` StaffLeavers at arm dot com
  2014-10-23 14:04 ` StaffLeavers at arm dot com
                   ` (39 subsequent siblings)
  92 siblings, 0 replies; 97+ messages in thread
From: StaffLeavers at arm dot com @ 2014-10-23 14:03 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742

--- Comment #58 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
                   ` (49 preceding siblings ...)
  2014-10-23 14:01 ` StaffLeavers at arm dot com
@ 2014-10-23 14:02 ` StaffLeavers at arm dot com
  2014-10-23 14:02 ` StaffLeavers at arm dot com
                   ` (41 subsequent siblings)
  92 siblings, 0 replies; 97+ messages in thread
From: StaffLeavers at arm dot com @ 2014-10-23 14:02 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742

--- Comment #56 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
                   ` (50 preceding siblings ...)
  2014-10-23 14:02 ` StaffLeavers at arm dot com
@ 2014-10-23 14:02 ` StaffLeavers at arm dot com
  2014-10-23 14:03 ` StaffLeavers at arm dot com
                   ` (40 subsequent siblings)
  92 siblings, 0 replies; 97+ messages in thread
From: StaffLeavers at arm dot com @ 2014-10-23 14:02 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742

--- Comment #57 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
                   ` (48 preceding siblings ...)
  2014-10-23 14:00 ` StaffLeavers at arm dot com
@ 2014-10-23 14:01 ` StaffLeavers at arm dot com
  2014-10-23 14:02 ` StaffLeavers at arm dot com
                   ` (42 subsequent siblings)
  92 siblings, 0 replies; 97+ messages in thread
From: StaffLeavers at arm dot com @ 2014-10-23 14:01 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742

--- Comment #55 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
                   ` (47 preceding siblings ...)
  2014-10-23 13:59 ` StaffLeavers at arm dot com
@ 2014-10-23 14:00 ` StaffLeavers at arm dot com
  2014-10-23 14:01 ` StaffLeavers at arm dot com
                   ` (43 subsequent siblings)
  92 siblings, 0 replies; 97+ messages in thread
From: StaffLeavers at arm dot com @ 2014-10-23 14:00 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742

--- Comment #54 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
                   ` (46 preceding siblings ...)
  2014-10-23 13:58 ` StaffLeavers at arm dot com
@ 2014-10-23 13:59 ` StaffLeavers at arm dot com
  2014-10-23 14:00 ` StaffLeavers at arm dot com
                   ` (44 subsequent siblings)
  92 siblings, 0 replies; 97+ messages in thread
From: StaffLeavers at arm dot com @ 2014-10-23 13:59 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742

--- Comment #53 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
                   ` (44 preceding siblings ...)
  2014-10-23 13:56 ` StaffLeavers at arm dot com
@ 2014-10-23 13:58 ` StaffLeavers at arm dot com
  2014-10-23 13:58 ` StaffLeavers at arm dot com
                   ` (46 subsequent siblings)
  92 siblings, 0 replies; 97+ messages in thread
From: StaffLeavers at arm dot com @ 2014-10-23 13:58 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742

--- Comment #51 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
                   ` (45 preceding siblings ...)
  2014-10-23 13:58 ` StaffLeavers at arm dot com
@ 2014-10-23 13:58 ` StaffLeavers at arm dot com
  2014-10-23 13:59 ` StaffLeavers at arm dot com
                   ` (45 subsequent siblings)
  92 siblings, 0 replies; 97+ messages in thread
From: StaffLeavers at arm dot com @ 2014-10-23 13:58 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742

--- Comment #52 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
                   ` (42 preceding siblings ...)
  2014-10-23 13:54 ` StaffLeavers at arm dot com
@ 2014-10-23 13:56 ` StaffLeavers at arm dot com
  2014-10-23 13:56 ` StaffLeavers at arm dot com
                   ` (48 subsequent siblings)
  92 siblings, 0 replies; 97+ messages in thread
From: StaffLeavers at arm dot com @ 2014-10-23 13:56 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742

--- Comment #49 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
                   ` (43 preceding siblings ...)
  2014-10-23 13:56 ` StaffLeavers at arm dot com
@ 2014-10-23 13:56 ` StaffLeavers at arm dot com
  2014-10-23 13:58 ` StaffLeavers at arm dot com
                   ` (47 subsequent siblings)
  92 siblings, 0 replies; 97+ messages in thread
From: StaffLeavers at arm dot com @ 2014-10-23 13:56 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742

--- Comment #48 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
                   ` (41 preceding siblings ...)
  2014-10-23 13:54 ` StaffLeavers at arm dot com
@ 2014-10-23 13:54 ` StaffLeavers at arm dot com
  2014-10-23 13:56 ` StaffLeavers at arm dot com
                   ` (49 subsequent siblings)
  92 siblings, 0 replies; 97+ messages in thread
From: StaffLeavers at arm dot com @ 2014-10-23 13:54 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742

--- Comment #46 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
                   ` (40 preceding siblings ...)
  2014-10-23 13:53 ` StaffLeavers at arm dot com
@ 2014-10-23 13:54 ` StaffLeavers at arm dot com
  2014-10-23 13:54 ` StaffLeavers at arm dot com
                   ` (50 subsequent siblings)
  92 siblings, 0 replies; 97+ messages in thread
From: StaffLeavers at arm dot com @ 2014-10-23 13:54 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742

--- Comment #47 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
                   ` (38 preceding siblings ...)
  2014-10-23 13:52 ` StaffLeavers at arm dot com
@ 2014-10-23 13:53 ` StaffLeavers at arm dot com
  2014-10-23 13:53 ` StaffLeavers at arm dot com
                   ` (52 subsequent siblings)
  92 siblings, 0 replies; 97+ messages in thread
From: StaffLeavers at arm dot com @ 2014-10-23 13:53 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742

--- Comment #44 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
                   ` (39 preceding siblings ...)
  2014-10-23 13:53 ` StaffLeavers at arm dot com
@ 2014-10-23 13:53 ` StaffLeavers at arm dot com
  2014-10-23 13:54 ` StaffLeavers at arm dot com
                   ` (51 subsequent siblings)
  92 siblings, 0 replies; 97+ messages in thread
From: StaffLeavers at arm dot com @ 2014-10-23 13:53 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742

--- Comment #45 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
                   ` (37 preceding siblings ...)
  2014-10-23 13:51 ` StaffLeavers at arm dot com
@ 2014-10-23 13:52 ` StaffLeavers at arm dot com
  2014-10-23 13:53 ` StaffLeavers at arm dot com
                   ` (53 subsequent siblings)
  92 siblings, 0 replies; 97+ messages in thread
From: StaffLeavers at arm dot com @ 2014-10-23 13:52 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742

--- Comment #43 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
                   ` (36 preceding siblings ...)
  2014-10-23 13:50 ` StaffLeavers at arm dot com
@ 2014-10-23 13:51 ` StaffLeavers at arm dot com
  2014-10-23 13:52 ` StaffLeavers at arm dot com
                   ` (54 subsequent siblings)
  92 siblings, 0 replies; 97+ messages in thread
From: StaffLeavers at arm dot com @ 2014-10-23 13:51 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742

--- Comment #42 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
                   ` (34 preceding siblings ...)
  2014-10-23 13:49 ` StaffLeavers at arm dot com
@ 2014-10-23 13:50 ` StaffLeavers at arm dot com
  2014-10-23 13:50 ` StaffLeavers at arm dot com
                   ` (56 subsequent siblings)
  92 siblings, 0 replies; 97+ messages in thread
From: StaffLeavers at arm dot com @ 2014-10-23 13:50 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742

--- Comment #40 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
                   ` (35 preceding siblings ...)
  2014-10-23 13:50 ` StaffLeavers at arm dot com
@ 2014-10-23 13:50 ` StaffLeavers at arm dot com
  2014-10-23 13:51 ` StaffLeavers at arm dot com
                   ` (55 subsequent siblings)
  92 siblings, 0 replies; 97+ messages in thread
From: StaffLeavers at arm dot com @ 2014-10-23 13:50 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742

--- Comment #41 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
                   ` (33 preceding siblings ...)
  2014-10-23 13:48 ` StaffLeavers at arm dot com
@ 2014-10-23 13:49 ` StaffLeavers at arm dot com
  2014-10-23 13:50 ` StaffLeavers at arm dot com
                   ` (57 subsequent siblings)
  92 siblings, 0 replies; 97+ messages in thread
From: StaffLeavers at arm dot com @ 2014-10-23 13:49 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742

--- Comment #39 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
                   ` (32 preceding siblings ...)
  2014-10-23 13:47 ` StaffLeavers at arm dot com
@ 2014-10-23 13:48 ` StaffLeavers at arm dot com
  2014-10-23 13:49 ` StaffLeavers at arm dot com
                   ` (58 subsequent siblings)
  92 siblings, 0 replies; 97+ messages in thread
From: StaffLeavers at arm dot com @ 2014-10-23 13:48 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742

--- Comment #38 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
                   ` (30 preceding siblings ...)
  2014-10-23 13:46 ` StaffLeavers at arm dot com
@ 2014-10-23 13:47 ` StaffLeavers at arm dot com
  2014-10-23 13:47 ` StaffLeavers at arm dot com
                   ` (60 subsequent siblings)
  92 siblings, 0 replies; 97+ messages in thread
From: StaffLeavers at arm dot com @ 2014-10-23 13:47 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742

--- Comment #37 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
                   ` (31 preceding siblings ...)
  2014-10-23 13:47 ` StaffLeavers at arm dot com
@ 2014-10-23 13:47 ` StaffLeavers at arm dot com
  2014-10-23 13:48 ` StaffLeavers at arm dot com
                   ` (59 subsequent siblings)
  92 siblings, 0 replies; 97+ messages in thread
From: StaffLeavers at arm dot com @ 2014-10-23 13:47 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742

--- Comment #36 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
                   ` (29 preceding siblings ...)
  2014-10-23 13:45 ` StaffLeavers at arm dot com
@ 2014-10-23 13:46 ` StaffLeavers at arm dot com
  2014-10-23 13:47 ` StaffLeavers at arm dot com
                   ` (61 subsequent siblings)
  92 siblings, 0 replies; 97+ messages in thread
From: StaffLeavers at arm dot com @ 2014-10-23 13:46 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742

--- Comment #35 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
                   ` (27 preceding siblings ...)
  2014-10-23 13:44 ` StaffLeavers at arm dot com
@ 2014-10-23 13:45 ` StaffLeavers at arm dot com
  2014-10-23 13:45 ` StaffLeavers at arm dot com
                   ` (63 subsequent siblings)
  92 siblings, 0 replies; 97+ messages in thread
From: StaffLeavers at arm dot com @ 2014-10-23 13:45 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742

--- Comment #33 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
                   ` (28 preceding siblings ...)
  2014-10-23 13:45 ` StaffLeavers at arm dot com
@ 2014-10-23 13:45 ` StaffLeavers at arm dot com
  2014-10-23 13:46 ` StaffLeavers at arm dot com
                   ` (62 subsequent siblings)
  92 siblings, 0 replies; 97+ messages in thread
From: StaffLeavers at arm dot com @ 2014-10-23 13:45 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742

--- Comment #34 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
                   ` (26 preceding siblings ...)
  2014-10-23 13:43 ` StaffLeavers at arm dot com
@ 2014-10-23 13:44 ` StaffLeavers at arm dot com
  2014-10-23 13:45 ` StaffLeavers at arm dot com
                   ` (64 subsequent siblings)
  92 siblings, 0 replies; 97+ messages in thread
From: StaffLeavers at arm dot com @ 2014-10-23 13:44 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742

--- Comment #32 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
                   ` (25 preceding siblings ...)
  2014-10-23 13:42 ` StaffLeavers at arm dot com
@ 2014-10-23 13:43 ` StaffLeavers at arm dot com
  2014-10-23 13:44 ` StaffLeavers at arm dot com
                   ` (65 subsequent siblings)
  92 siblings, 0 replies; 97+ messages in thread
From: StaffLeavers at arm dot com @ 2014-10-23 13:43 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742

--- Comment #31 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
                   ` (24 preceding siblings ...)
  2014-10-23 13:41 ` StaffLeavers at arm dot com
@ 2014-10-23 13:42 ` StaffLeavers at arm dot com
  2014-10-23 13:43 ` StaffLeavers at arm dot com
                   ` (66 subsequent siblings)
  92 siblings, 0 replies; 97+ messages in thread
From: StaffLeavers at arm dot com @ 2014-10-23 13:42 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742

--- Comment #30 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
                   ` (23 preceding siblings ...)
  2014-10-23 13:40 ` StaffLeavers at arm dot com
@ 2014-10-23 13:41 ` StaffLeavers at arm dot com
  2014-10-23 13:42 ` StaffLeavers at arm dot com
                   ` (67 subsequent siblings)
  92 siblings, 0 replies; 97+ messages in thread
From: StaffLeavers at arm dot com @ 2014-10-23 13:41 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742

--- Comment #29 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
                   ` (21 preceding siblings ...)
  2014-10-23 13:39 ` StaffLeavers at arm dot com
@ 2014-10-23 13:40 ` StaffLeavers at arm dot com
  2014-10-23 13:40 ` StaffLeavers at arm dot com
                   ` (69 subsequent siblings)
  92 siblings, 0 replies; 97+ messages in thread
From: StaffLeavers at arm dot com @ 2014-10-23 13:40 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742

--- Comment #27 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
                   ` (22 preceding siblings ...)
  2014-10-23 13:40 ` StaffLeavers at arm dot com
@ 2014-10-23 13:40 ` StaffLeavers at arm dot com
  2014-10-23 13:41 ` StaffLeavers at arm dot com
                   ` (68 subsequent siblings)
  92 siblings, 0 replies; 97+ messages in thread
From: StaffLeavers at arm dot com @ 2014-10-23 13:40 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742

--- Comment #28 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
                   ` (20 preceding siblings ...)
  2014-10-23 13:38 ` StaffLeavers at arm dot com
@ 2014-10-23 13:39 ` StaffLeavers at arm dot com
  2014-10-23 13:40 ` StaffLeavers at arm dot com
                   ` (70 subsequent siblings)
  92 siblings, 0 replies; 97+ messages in thread
From: StaffLeavers at arm dot com @ 2014-10-23 13:39 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742

--- Comment #26 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
                   ` (19 preceding siblings ...)
  2014-10-23 13:37 ` StaffLeavers at arm dot com
@ 2014-10-23 13:38 ` StaffLeavers at arm dot com
  2014-10-23 13:39 ` StaffLeavers at arm dot com
                   ` (71 subsequent siblings)
  92 siblings, 0 replies; 97+ messages in thread
From: StaffLeavers at arm dot com @ 2014-10-23 13:38 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742

--- Comment #25 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
                   ` (17 preceding siblings ...)
  2014-10-23 13:36 ` StaffLeavers at arm dot com
@ 2014-10-23 13:37 ` StaffLeavers at arm dot com
  2014-10-23 13:37 ` StaffLeavers at arm dot com
                   ` (73 subsequent siblings)
  92 siblings, 0 replies; 97+ messages in thread
From: StaffLeavers at arm dot com @ 2014-10-23 13:37 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742

--- Comment #23 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
                   ` (18 preceding siblings ...)
  2014-10-23 13:37 ` StaffLeavers at arm dot com
@ 2014-10-23 13:37 ` StaffLeavers at arm dot com
  2014-10-23 13:38 ` StaffLeavers at arm dot com
                   ` (72 subsequent siblings)
  92 siblings, 0 replies; 97+ messages in thread
From: StaffLeavers at arm dot com @ 2014-10-23 13:37 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742

--- Comment #24 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
                   ` (16 preceding siblings ...)
  2014-10-23 13:35 ` StaffLeavers at arm dot com
@ 2014-10-23 13:36 ` StaffLeavers at arm dot com
  2014-10-23 13:37 ` StaffLeavers at arm dot com
                   ` (74 subsequent siblings)
  92 siblings, 0 replies; 97+ messages in thread
From: StaffLeavers at arm dot com @ 2014-10-23 13:36 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742

--- Comment #22 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
                   ` (15 preceding siblings ...)
  2014-10-23 13:34 ` StaffLeavers at arm dot com
@ 2014-10-23 13:35 ` StaffLeavers at arm dot com
  2014-10-23 13:36 ` StaffLeavers at arm dot com
                   ` (75 subsequent siblings)
  92 siblings, 0 replies; 97+ messages in thread
From: StaffLeavers at arm dot com @ 2014-10-23 13:35 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742

--- Comment #21 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
                   ` (13 preceding siblings ...)
  2014-10-23 13:33 ` StaffLeavers at arm dot com
@ 2014-10-23 13:34 ` StaffLeavers at arm dot com
  2014-10-23 13:34 ` StaffLeavers at arm dot com
                   ` (77 subsequent siblings)
  92 siblings, 0 replies; 97+ messages in thread
From: StaffLeavers at arm dot com @ 2014-10-23 13:34 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742

--- Comment #19 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
                   ` (14 preceding siblings ...)
  2014-10-23 13:34 ` StaffLeavers at arm dot com
@ 2014-10-23 13:34 ` StaffLeavers at arm dot com
  2014-10-23 13:35 ` StaffLeavers at arm dot com
                   ` (76 subsequent siblings)
  92 siblings, 0 replies; 97+ messages in thread
From: StaffLeavers at arm dot com @ 2014-10-23 13:34 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742

--- Comment #20 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
                   ` (12 preceding siblings ...)
  2014-10-23 13:32 ` StaffLeavers at arm dot com
@ 2014-10-23 13:33 ` StaffLeavers at arm dot com
  2014-10-23 13:34 ` StaffLeavers at arm dot com
                   ` (78 subsequent siblings)
  92 siblings, 0 replies; 97+ messages in thread
From: StaffLeavers at arm dot com @ 2014-10-23 13:33 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742

--- Comment #18 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
                   ` (11 preceding siblings ...)
  2014-10-23 13:31 ` StaffLeavers at arm dot com
@ 2014-10-23 13:32 ` StaffLeavers at arm dot com
  2014-10-23 13:33 ` StaffLeavers at arm dot com
                   ` (79 subsequent siblings)
  92 siblings, 0 replies; 97+ messages in thread
From: StaffLeavers at arm dot com @ 2014-10-23 13:32 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742

--- Comment #17 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
                   ` (10 preceding siblings ...)
  2014-10-23 13:30 ` StaffLeavers at arm dot com
@ 2014-10-23 13:31 ` StaffLeavers at arm dot com
  2014-10-23 13:32 ` StaffLeavers at arm dot com
                   ` (80 subsequent siblings)
  92 siblings, 0 replies; 97+ messages in thread
From: StaffLeavers at arm dot com @ 2014-10-23 13:31 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742

--- Comment #16 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
                   ` (9 preceding siblings ...)
  2014-10-23 13:30 ` StaffLeavers at arm dot com
@ 2014-10-23 13:30 ` StaffLeavers at arm dot com
  2014-10-23 13:31 ` StaffLeavers at arm dot com
                   ` (81 subsequent siblings)
  92 siblings, 0 replies; 97+ messages in thread
From: StaffLeavers at arm dot com @ 2014-10-23 13:30 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742

--- Comment #15 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
                   ` (8 preceding siblings ...)
  2014-10-23 13:29 ` StaffLeavers at arm dot com
@ 2014-10-23 13:30 ` StaffLeavers at arm dot com
  2014-10-23 13:30 ` StaffLeavers at arm dot com
                   ` (82 subsequent siblings)
  92 siblings, 0 replies; 97+ messages in thread
From: StaffLeavers at arm dot com @ 2014-10-23 13:30 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742

--- Comment #14 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
                   ` (7 preceding siblings ...)
  2014-10-23 13:28 ` StaffLeavers at arm dot com
@ 2014-10-23 13:29 ` StaffLeavers at arm dot com
  2014-10-23 13:30 ` StaffLeavers at arm dot com
                   ` (83 subsequent siblings)
  92 siblings, 0 replies; 97+ messages in thread
From: StaffLeavers at arm dot com @ 2014-10-23 13:29 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742

--- Comment #13 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
                   ` (6 preceding siblings ...)
  2014-10-23 13:27 ` StaffLeavers at arm dot com
@ 2014-10-23 13:28 ` StaffLeavers at arm dot com
  2014-10-23 13:29 ` StaffLeavers at arm dot com
                   ` (84 subsequent siblings)
  92 siblings, 0 replies; 97+ messages in thread
From: StaffLeavers at arm dot com @ 2014-10-23 13:28 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742

--- Comment #12 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2014-10-23 13:26 ` StaffLeavers at arm dot com
@ 2014-10-23 13:27 ` StaffLeavers at arm dot com
  2014-10-23 13:27 ` StaffLeavers at arm dot com
                   ` (86 subsequent siblings)
  92 siblings, 0 replies; 97+ messages in thread
From: StaffLeavers at arm dot com @ 2014-10-23 13:27 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742

--- Comment #10 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2014-10-23 13:27 ` StaffLeavers at arm dot com
@ 2014-10-23 13:27 ` StaffLeavers at arm dot com
  2014-10-23 13:28 ` StaffLeavers at arm dot com
                   ` (85 subsequent siblings)
  92 siblings, 0 replies; 97+ messages in thread
From: StaffLeavers at arm dot com @ 2014-10-23 13:27 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742

--- Comment #11 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2014-10-23 13:25 ` StaffLeavers at arm dot com
@ 2014-10-23 13:26 ` StaffLeavers at arm dot com
  2014-10-23 13:27 ` StaffLeavers at arm dot com
                   ` (87 subsequent siblings)
  92 siblings, 0 replies; 97+ messages in thread
From: StaffLeavers at arm dot com @ 2014-10-23 13:26 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742

--- Comment #9 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2014-10-23 13:24 ` StaffLeavers at arm dot com
@ 2014-10-23 13:25 ` StaffLeavers at arm dot com
  2014-10-23 13:26 ` StaffLeavers at arm dot com
                   ` (88 subsequent siblings)
  92 siblings, 0 replies; 97+ messages in thread
From: StaffLeavers at arm dot com @ 2014-10-23 13:25 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742

--- Comment #8 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
  2011-03-28 12:24 ` rguenth at gcc dot gnu.org
  2014-10-23 13:24 ` StaffLeavers at arm dot com
@ 2014-10-23 13:24 ` StaffLeavers at arm dot com
  2014-10-23 13:25 ` StaffLeavers at arm dot com
                   ` (89 subsequent siblings)
  92 siblings, 0 replies; 97+ messages in thread
From: StaffLeavers at arm dot com @ 2014-10-23 13:24 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742

--- Comment #6 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
  2011-03-28 12:24 ` rguenth at gcc dot gnu.org
@ 2014-10-23 13:24 ` StaffLeavers at arm dot com
  2014-10-23 13:24 ` StaffLeavers at arm dot com
                   ` (90 subsequent siblings)
  92 siblings, 0 replies; 97+ messages in thread
From: StaffLeavers at arm dot com @ 2014-10-23 13:24 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12742

--- Comment #7 from StaffLeavers at arm dot com ---
william.munns no longer works for ARM.

Your email will be forwarded to their line manager.


Please do not reply to this email.
If you need more information, please email real-postmaster@arm.com

Thank you.


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
@ 2011-03-28 12:24 ` rguenth at gcc dot gnu.org
  2014-10-23 13:24 ` StaffLeavers at arm dot com
                   ` (91 subsequent siblings)
  92 siblings, 0 replies; 97+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-03-28 12:24 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jepler at unpythonic dot
                   |                            |net

--- Comment #4 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-03-28 12:02:40 UTC ---
*** Bug 42098 has been marked as a duplicate of this bug. ***


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

* [Bug c/12742] Type alignment is lost if const is added to typedef
       [not found] <bug-12742-7217@http.gcc.gnu.org/bugzilla/>
@ 2008-12-03 22:47 ` tkoenig at gcc dot gnu dot org
  0 siblings, 0 replies; 97+ messages in thread
From: tkoenig at gcc dot gnu dot org @ 2008-12-03 22:47 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from tkoenig at gcc dot gnu dot org  2008-12-03 22:45 -------
Test case still fails with fairly recent trunk.


-- 

tkoenig at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2005-12-18 00:38:33         |2008-12-03 22:45:38
               date|                            |


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


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

end of thread, other threads:[~2014-10-23 14:32 UTC | newest]

Thread overview: 97+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-23 10:02 [Bug c/12742] New: Type alignment is lost if const is added to typedef William dot Munns at arm dot com
2003-10-23 10:48 ` [Bug c/12742] " William dot Munns at arm dot com
2004-01-18  8:21 ` dhazeghi at yahoo dot com
     [not found] <bug-12742-7217@http.gcc.gnu.org/bugzilla/>
2008-12-03 22:47 ` tkoenig at gcc dot gnu dot org
     [not found] <bug-12742-4@http.gcc.gnu.org/bugzilla/>
2011-03-28 12:24 ` rguenth at gcc dot gnu.org
2014-10-23 13:24 ` StaffLeavers at arm dot com
2014-10-23 13:24 ` StaffLeavers at arm dot com
2014-10-23 13:25 ` StaffLeavers at arm dot com
2014-10-23 13:26 ` StaffLeavers at arm dot com
2014-10-23 13:27 ` StaffLeavers at arm dot com
2014-10-23 13:27 ` StaffLeavers at arm dot com
2014-10-23 13:28 ` StaffLeavers at arm dot com
2014-10-23 13:29 ` StaffLeavers at arm dot com
2014-10-23 13:30 ` StaffLeavers at arm dot com
2014-10-23 13:30 ` StaffLeavers at arm dot com
2014-10-23 13:31 ` StaffLeavers at arm dot com
2014-10-23 13:32 ` StaffLeavers at arm dot com
2014-10-23 13:33 ` StaffLeavers at arm dot com
2014-10-23 13:34 ` StaffLeavers at arm dot com
2014-10-23 13:34 ` StaffLeavers at arm dot com
2014-10-23 13:35 ` StaffLeavers at arm dot com
2014-10-23 13:36 ` StaffLeavers at arm dot com
2014-10-23 13:37 ` StaffLeavers at arm dot com
2014-10-23 13:37 ` StaffLeavers at arm dot com
2014-10-23 13:38 ` StaffLeavers at arm dot com
2014-10-23 13:39 ` StaffLeavers at arm dot com
2014-10-23 13:40 ` StaffLeavers at arm dot com
2014-10-23 13:40 ` StaffLeavers at arm dot com
2014-10-23 13:41 ` StaffLeavers at arm dot com
2014-10-23 13:42 ` StaffLeavers at arm dot com
2014-10-23 13:43 ` StaffLeavers at arm dot com
2014-10-23 13:44 ` StaffLeavers at arm dot com
2014-10-23 13:45 ` StaffLeavers at arm dot com
2014-10-23 13:45 ` StaffLeavers at arm dot com
2014-10-23 13:46 ` StaffLeavers at arm dot com
2014-10-23 13:47 ` StaffLeavers at arm dot com
2014-10-23 13:47 ` StaffLeavers at arm dot com
2014-10-23 13:48 ` StaffLeavers at arm dot com
2014-10-23 13:49 ` StaffLeavers at arm dot com
2014-10-23 13:50 ` StaffLeavers at arm dot com
2014-10-23 13:50 ` StaffLeavers at arm dot com
2014-10-23 13:51 ` StaffLeavers at arm dot com
2014-10-23 13:52 ` StaffLeavers at arm dot com
2014-10-23 13:53 ` StaffLeavers at arm dot com
2014-10-23 13:53 ` StaffLeavers at arm dot com
2014-10-23 13:54 ` StaffLeavers at arm dot com
2014-10-23 13:54 ` StaffLeavers at arm dot com
2014-10-23 13:56 ` StaffLeavers at arm dot com
2014-10-23 13:56 ` StaffLeavers at arm dot com
2014-10-23 13:58 ` StaffLeavers at arm dot com
2014-10-23 13:58 ` StaffLeavers at arm dot com
2014-10-23 13:59 ` StaffLeavers at arm dot com
2014-10-23 14:00 ` StaffLeavers at arm dot com
2014-10-23 14:01 ` StaffLeavers at arm dot com
2014-10-23 14:02 ` StaffLeavers at arm dot com
2014-10-23 14:02 ` StaffLeavers at arm dot com
2014-10-23 14:03 ` StaffLeavers at arm dot com
2014-10-23 14:04 ` StaffLeavers at arm dot com
2014-10-23 14:05 ` StaffLeavers at arm dot com
2014-10-23 14:06 ` StaffLeavers at arm dot com
2014-10-23 14:07 ` StaffLeavers at arm dot com
2014-10-23 14:07 ` StaffLeavers at arm dot com
2014-10-23 14:08 ` StaffLeavers at arm dot com
2014-10-23 14:09 ` StaffLeavers at arm dot com
2014-10-23 14:09 ` StaffLeavers at arm dot com
2014-10-23 14:10 ` StaffLeavers at arm dot com
2014-10-23 14:11 ` StaffLeavers at arm dot com
2014-10-23 14:12 ` StaffLeavers at arm dot com
2014-10-23 14:13 ` StaffLeavers at arm dot com
2014-10-23 14:13 ` StaffLeavers at arm dot com
2014-10-23 14:14 ` StaffLeavers at arm dot com
2014-10-23 14:15 ` StaffLeavers at arm dot com
2014-10-23 14:15 ` StaffLeavers at arm dot com
2014-10-23 14:16 ` StaffLeavers at arm dot com
2014-10-23 14:17 ` StaffLeavers at arm dot com
2014-10-23 14:18 ` StaffLeavers at arm dot com
2014-10-23 14:18 ` StaffLeavers at arm dot com
2014-10-23 14:19 ` StaffLeavers at arm dot com
2014-10-23 14:20 ` StaffLeavers at arm dot com
2014-10-23 14:20 ` StaffLeavers at arm dot com
2014-10-23 14:21 ` StaffLeavers at arm dot com
2014-10-23 14:22 ` StaffLeavers at arm dot com
2014-10-23 14:23 ` StaffLeavers at arm dot com
2014-10-23 14:23 ` StaffLeavers at arm dot com
2014-10-23 14:24 ` StaffLeavers at arm dot com
2014-10-23 14:25 ` StaffLeavers at arm dot com
2014-10-23 14:25 ` StaffLeavers at arm dot com
2014-10-23 14:26 ` StaffLeavers at arm dot com
2014-10-23 14:27 ` StaffLeavers at arm dot com
2014-10-23 14:28 ` StaffLeavers at arm dot com
2014-10-23 14:28 ` StaffLeavers at arm dot com
2014-10-23 14:29 ` StaffLeavers at arm dot com
2014-10-23 14:30 ` StaffLeavers at arm dot com
2014-10-23 14:31 ` StaffLeavers at arm dot com
2014-10-23 14:32 ` StaffLeavers at arm dot com
2014-10-23 14:32 ` StaffLeavers at arm dot com
2014-10-23 14:36 ` StaffLeavers at arm dot com

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 read-only IMAP folder(s) and NNTP newsgroup(s).