public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/43872] VLAs are not aligned correctly on ARM
       [not found] <bug-43872-4@http.gcc.gnu.org/bugzilla/>
@ 2011-03-17 14:04 ` cltang at gcc dot gnu.org
  2011-04-23  8:36 ` cltang at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 7+ messages in thread
From: cltang at gcc dot gnu.org @ 2011-03-17 14:04 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Chung-Lin Tang <cltang at gcc dot gnu.org> 2011-03-17 14:02:15 UTC ---
Author: cltang
Date: Thu Mar 17 14:02:12 2011
New Revision: 171096

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171096
Log:
2011-03-17  Chung-Lin Tang  <cltang@codesourcery.com>

    PR target/43872
    * config/arm/arm.c (arm_get_frame_offsets): Adjust early
    return condition with !cfun->calls_alloca.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/arm/arm.c


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

* [Bug target/43872] VLAs are not aligned correctly on ARM
       [not found] <bug-43872-4@http.gcc.gnu.org/bugzilla/>
  2011-03-17 14:04 ` [Bug target/43872] VLAs are not aligned correctly on ARM cltang at gcc dot gnu.org
@ 2011-04-23  8:36 ` cltang at gcc dot gnu.org
  2011-04-23  8:38 ` richard.earnshaw at arm dot com
  2011-09-19  8:14 ` jye2 at gcc dot gnu.org
  3 siblings, 0 replies; 7+ messages in thread
From: cltang at gcc dot gnu.org @ 2011-04-23  8:36 UTC (permalink / raw)
  To: gcc-bugs

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

Chung-Lin Tang <cltang at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |cltang at gcc dot gnu.org
         Resolution|                            |FIXED
      Known to fail|                            |

--- Comment #5 from Chung-Lin Tang <cltang at gcc dot gnu.org> 2011-04-23 08:36:28 UTC ---
This should be fixed now.


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

* [Bug target/43872] VLAs are not aligned correctly on ARM
       [not found] <bug-43872-4@http.gcc.gnu.org/bugzilla/>
  2011-03-17 14:04 ` [Bug target/43872] VLAs are not aligned correctly on ARM cltang at gcc dot gnu.org
  2011-04-23  8:36 ` cltang at gcc dot gnu.org
@ 2011-04-23  8:38 ` richard.earnshaw at arm dot com
  2011-09-19  8:14 ` jye2 at gcc dot gnu.org
  3 siblings, 0 replies; 7+ messages in thread
From: richard.earnshaw at arm dot com @ 2011-04-23  8:38 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #6 from richard.earnshaw at arm dot com 2011-04-23 08:37:21 UTC ---
I shall be out of the office until Tuesday 3rd May and will not have email
access during most of that time, so I will read your message when I return. 
For urgent managerial issues please contact Roger Teague.  For internal
engineering issues please contact Matthew Gretton-Dann.


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

* [Bug target/43872] VLAs are not aligned correctly on ARM
       [not found] <bug-43872-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2011-04-23  8:38 ` richard.earnshaw at arm dot com
@ 2011-09-19  8:14 ` jye2 at gcc dot gnu.org
  3 siblings, 0 replies; 7+ messages in thread
From: jye2 at gcc dot gnu.org @ 2011-09-19  8:14 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #7 from jye2 at gcc dot gnu.org 2011-09-19 06:17:57 UTC ---
Author: jye2
Date: Mon Sep 19 06:17:45 2011
New Revision: 178953

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=178953
Log:
2011-09-19  chengbin  <bin.cheng@arm.com>

    Backport r174035 from mainline
    2011-05-22  Tom de Vries  <tom@codesourcery.com>

    PR middle-end/48689
    * fold-const.c (fold_checksum_tree): Guard TREE_CHAIN use with
    CODE_CONTAINS_STRUCT (TS_COMMON).

    Backport r172297 from mainline
    2011-04-11  Chung-Lin Tang  <cltang@codesourcery.com>
        Richard Earnshaw  <rearnsha@arm.com>

    PR target/48250
    * config/arm/arm.c (arm_legitimize_reload_address): Update cases
    to use sign-magnitude offsets. Reject unsupported unaligned
    cases. Add detailed description in comments.
    * config/arm/arm.md (reload_outdf): Disable for ARM mode; change
    condition from TARGET_32BIT to TARGET_ARM.

    Backport r171978 from mainline
    2011-04-05  Tom de Vries  <tom@codesourcery.com>

    PR target/43920
    * config/arm/arm.h (BRANCH_COST): Set to 1 for Thumb-2 when optimizing
    for size.

    Backport r171632 from mainline
    2011-03-28  Richard Sandiford  <richard.sandiford@linaro.org>

    * builtins.c (expand_builtin_memset_args): Use gen_int_mode
    instead of GEN_INT.

    Backport r171379 from mainline
    2011-03-23  Chung-Lin Tang  <cltang@codesourcery.com>

    PR target/46934
    * config/arm/arm.md (casesi): Use the gen_int_mode() function
    to subtract lower bound instead of GEN_INT().

    Backport r171251 from mainline 
    2011-03-21  Daniel Jacobowitz  <dan@codesourcery.com>

    * config/arm/unwind-arm.c (__gnu_unwind_pr_common): Correct test
    for barrier handlers.

    Backport r171096 from mainline
    2011-03-17  Chung-Lin Tang  <cltang@codesourcery.com>

    PR target/43872
    * config/arm/arm.c (arm_get_frame_offsets): Adjust early
    return condition with !cfun->calls_alloca.


Modified:
    branches/ARM/embedded-4_6-branch/gcc/ChangeLog.arm
    branches/ARM/embedded-4_6-branch/gcc/builtins.c
    branches/ARM/embedded-4_6-branch/gcc/config/arm/arm.c
    branches/ARM/embedded-4_6-branch/gcc/config/arm/arm.h
    branches/ARM/embedded-4_6-branch/gcc/config/arm/arm.md
    branches/ARM/embedded-4_6-branch/gcc/config/arm/unwind-arm.c
    branches/ARM/embedded-4_6-branch/gcc/fold-const.c
    branches/ARM/embedded-4_6-branch/gcc/testsuite/gcc.target/arm/pr40887.c
    branches/ARM/embedded-4_6-branch/gcc/testsuite/gcc.target/arm/pr42575.c
    branches/ARM/embedded-4_6-branch/gcc/testsuite/gcc.target/arm/pr43698.c
    branches/ARM/embedded-4_6-branch/gcc/testsuite/gcc.target/arm/pr44788.c
    branches/ARM/embedded-4_6-branch/gcc/testsuite/gcc.target/arm/sync-1.c


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

* [Bug target/43872] VLAs are not aligned correctly on ARM
  2010-04-23 19:12 [Bug target/43872] New: " mikpe at it dot uu dot se
  2010-04-23 19:14 ` [Bug target/43872] " mikpe at it dot uu dot se
  2010-04-23 19:15 ` mikpe at it dot uu dot se
@ 2010-04-23 21:31 ` rearnsha at gcc dot gnu dot org
  2 siblings, 0 replies; 7+ messages in thread
From: rearnsha at gcc dot gnu dot org @ 2010-04-23 21:31 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from rearnsha at gcc dot gnu dot org  2010-04-23 21:31 -------
Confirmed on trunk.


-- 

rearnsha at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rearnsha at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2010-04-23 21:31:24
               date|                            |


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


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

* [Bug target/43872] VLAs are not aligned correctly on ARM
  2010-04-23 19:12 [Bug target/43872] New: " mikpe at it dot uu dot se
  2010-04-23 19:14 ` [Bug target/43872] " mikpe at it dot uu dot se
@ 2010-04-23 19:15 ` mikpe at it dot uu dot se
  2010-04-23 21:31 ` rearnsha at gcc dot gnu dot org
  2 siblings, 0 replies; 7+ messages in thread
From: mikpe at it dot uu dot se @ 2010-04-23 19:15 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from mikpe at it dot uu dot se  2010-04-23 19:15 -------
Created an attachment (id=20477)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20477&action=view)
gcc-4.6.0 -O2 -march=armv5te -S output


-- 


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


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

* [Bug target/43872] VLAs are not aligned correctly on ARM
  2010-04-23 19:12 [Bug target/43872] New: " mikpe at it dot uu dot se
@ 2010-04-23 19:14 ` mikpe at it dot uu dot se
  2010-04-23 19:15 ` mikpe at it dot uu dot se
  2010-04-23 21:31 ` rearnsha at gcc dot gnu dot org
  2 siblings, 0 replies; 7+ messages in thread
From: mikpe at it dot uu dot se @ 2010-04-23 19:14 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from mikpe at it dot uu dot se  2010-04-23 19:14 -------
Created an attachment (id=20476)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20476&action=view)
test case


-- 


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


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

end of thread, other threads:[~2011-09-19  6:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-43872-4@http.gcc.gnu.org/bugzilla/>
2011-03-17 14:04 ` [Bug target/43872] VLAs are not aligned correctly on ARM cltang at gcc dot gnu.org
2011-04-23  8:36 ` cltang at gcc dot gnu.org
2011-04-23  8:38 ` richard.earnshaw at arm dot com
2011-09-19  8:14 ` jye2 at gcc dot gnu.org
2010-04-23 19:12 [Bug target/43872] New: " mikpe at it dot uu dot se
2010-04-23 19:14 ` [Bug target/43872] " mikpe at it dot uu dot se
2010-04-23 19:15 ` mikpe at it dot uu dot se
2010-04-23 21:31 ` rearnsha at gcc dot gnu dot org

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).