Commit c8faa0f9 by Ramana Radhakrishnan Committed by Ramana Radhakrishnan

re PR target/26702 (.size is not emitted for BSS variables)

Fix PR target/26702

For Kwok Cheung Yeung.

From-SVN: r223473
parent 551dc300
2015-05-21 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
PR target/65937
* gcc.target/arm/pr26702.c: Adjust target selector.
2015-05-21 Ilya Enkovich <enkovich.gnu@gmail.com>
PR middle-end/66221
......
/* { dg-do compile { target arm_eabi } } */
/* { dg-do compile { target arm*-*-eabi* } } */
/* { dg-final { scan-assembler "\\.size\[\\t \]+static_foo, 4" } } */
int foo;
static int static_foo;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment