Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(583)

Unified Diff: gcc/gcc/fortran/trans-const.h

Issue 3050029: [gcc] GCC 4.5.0=>4.5.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gcc/gcc/fortran/trans-array.c ('k') | gcc/gcc/fortran/trans-const.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/gcc/fortran/trans-const.h
diff --git a/gcc/gcc/fortran/trans-const.h b/gcc/gcc/fortran/trans-const.h
index 2cba791c9c995a36fbcd84134bde8b63c1a9b9fc..6cc71c5faad8ebab91e290a14ed53d4354c524ae 100644
--- a/gcc/gcc/fortran/trans-const.h
+++ b/gcc/gcc/fortran/trans-const.h
@@ -24,7 +24,7 @@ tree gfc_conv_mpz_to_tree (mpz_t, int);
void gfc_conv_tree_to_mpz (mpz_t, tree);
/* Converts between REAL_CST and MPFR floating-point representations. */
-tree gfc_conv_mpfr_to_tree (mpfr_t, int);
+tree gfc_conv_mpfr_to_tree (mpfr_t, int, int);
void gfc_conv_tree_to_mpfr (mpfr_ptr, tree);
/* Build a tree for a constant. Must be an EXPR_CONSTANT gfc_expr.
« no previous file with comments | « gcc/gcc/fortran/trans-array.c ('k') | gcc/gcc/fortran/trans-const.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698