OpenCores
URL https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [g++.dg/] [opt/] [const5.C] - Blame information for rev 478

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 301 jeremybenn
// We don't have a good way of determining how ".rodata" is spelled on
2
// all targets, so we limit this test to a few common targets where we
3
// do know the spelling.
4
// { dg-do compile { target i?86-*-linux* x86_64-*-linux* } }
5
// { dg-final { scan-assembler "\\.rodata" } }
6
 
7
template 
8
struct B {
9
  int i;
10
};
11
 
12
// This declaration should be placed in .rodata.
13
const B const_B __attribute__((used)) = { 3 };

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.