mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-17 05:10:28 +08:00
pr39740.c (dg-options): Add -mexplicit-relocs.
* gcc.target/alpha/pr39740.c (dg-options): Add -mexplicit-relocs. (do_D): Remove attribute hidden. From-SVN: r146031
This commit is contained in:
parent
50e8c6d283
commit
58277f4892
@ -1,3 +1,8 @@
|
||||
2009-04-14 Uros Bizjak <ubizjak@gmail.com>
|
||||
|
||||
* gcc.target/alpha/pr39740.c (dg-options): Add -mexplicit-relocs.
|
||||
(do_D): Remove attribute hidden.
|
||||
|
||||
2009-04-13 Jason Merrill <jason@redhat.com>
|
||||
|
||||
PR c++/39480
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* { dg-do compile } */
|
||||
/* { dg-options "-O3 -std=c99" } */
|
||||
/* { dg-options "-O3 -std=c99 -mexplicit-relocs" } */
|
||||
|
||||
typedef int R_len_t;
|
||||
typedef unsigned int SEXPTYPE;
|
||||
@ -151,8 +151,7 @@ D (SEXP expr, SEXP var)
|
||||
}
|
||||
|
||||
SEXP
|
||||
__attribute__ ((visibility ("hidden"))) do_D (SEXP call, SEXP op, SEXP args,
|
||||
SEXP env)
|
||||
do_D (SEXP call, SEXP op, SEXP args, SEXP env)
|
||||
{
|
||||
SEXP expr, var;
|
||||
var = Rf_install ();
|
||||
|
Loading…
x
Reference in New Issue
Block a user