Commit 58277f48 by Uros Bizjak Committed by Uros Bizjak

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
parent 50e8c6d2
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;
......@@ -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 ();
......
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