(do_D): Remove attribute hidden.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@146031
138bc75d-0d04-0410-961f-
82ee72b054a4
+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
/* { dg-do compile } */
-/* { dg-options "-O3 -std=c99" } */
+/* { dg-options "-O3 -std=c99 -mexplicit-relocs" } */
typedef int R_len_t;
typedef unsigned int SEXPTYPE;
}
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 ();