aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog26
-rw-r--r--gcc/DATESTAMP2
-rw-r--r--gcc/config/arm/cirrus.md22
-rw-r--r--gcc/config/pa/fptr.c35
-rw-r--r--gcc/config/pa/milli64.S35
-rw-r--r--gcc/function.c132
-rw-r--r--gcc/function.h4
-rw-r--r--gcc/passes.c1
-rw-r--r--gcc/po/ChangeLog4
-rw-r--r--gcc/po/gcc.pot2017
-rw-r--r--gcc/stmt.c1
-rw-r--r--gcc/testsuite/gcc.target/i386/pr21291.c5
-rw-r--r--gcc/tree-pass.h2
-rw-r--r--libcpp/po/ChangeLog4
-rw-r--r--libcpp/po/cpplib.pot2
15 files changed, 1105 insertions, 1187 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 27a2bbab2ca..d94e44dec33 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,29 @@
+2007-07-18 Paolo Bonzini <bonzini@gnu.org>
+
+ Revert:
+
+ 2007-07-09 Paolo Bonzini <bonzini@gnu.org>
+
+ PR middle-end/32004
+ * function.c (rest_of_match_asm_constraints): Pass PROP_REG_INFO.
+
+ 2007-07-06 Paolo Bonzini <bonzini@gnu.org>
+
+ PR middle-end/32004
+ * function.c (match_asm_constraints_1, rest_of_match_asm_constraints,
+ pass_match_asm_constraints): New.
+ * passes.c (init_optimization_passes): Add new pass.
+ * stmt.c (expand_asm_operands): Set cfun->has_asm_statement.
+ * function.h (struct function): Add has_asm_statement bit.
+ (current_function_has_asm_statement): New.
+ * tree-pass.h (pass_match_asm_constraints): New.
+
+2007-07-16 Paul Brook <paul@codesourcery.com>
+
+ PR target/32753
+ gcc/
+ * config/arm/cirrus.md (cirrus_arm_movsi_insn): Remove dead insn.
+
2007-07-10 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
PR target/32538
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 19860caf0a5..38e56c588fe 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20070712
+20070719
diff --git a/gcc/config/arm/cirrus.md b/gcc/config/arm/cirrus.md
index b857cbb2084..052198906c7 100644
--- a/gcc/config/arm/cirrus.md
+++ b/gcc/config/arm/cirrus.md
@@ -404,28 +404,6 @@
;; Cirrus SI values have been outlawed. Look in arm.h for the comment
;; on HARD_REGNO_MODE_OK.
-(define_insn "*cirrus_arm_movsi_insn"
- [(set (match_operand:SI 0 "general_operand" "=r,r,r,m,*v,r,*v,T,*v")
- (match_operand:SI 1 "general_operand" "rI,K,mi,r,r,*v,T,*v,*v"))]
- "TARGET_ARM && TARGET_HARD_FLOAT && TARGET_MAVERICK && 0
- && (register_operand (operands[0], SImode)
- || register_operand (operands[1], SImode))"
- "@
- mov%?\\t%0, %1
- mvn%?\\t%0, #%B1
- ldr%?\\t%0, %1
- str%?\\t%1, %0
- cfmv64lr%?\\t%Z0, %1
- cfmvr64l%?\\t%0, %Z1
- cfldr32%?\\t%V0, %1
- cfstr32%?\\t%V1, %0
- cfsh32%?\\t%V0, %V1, #0"
- [(set_attr "type" "*, *, load1,store1, *, *, load1,store1, *")
- (set_attr "pool_range" "*, *, 4096, *, *, *, 1024, *, *")
- (set_attr "neg_pool_range" "*, *, 4084, *, *, *, 1012, *, *")
- (set_attr "cirrus" "not,not, not, not,move,normal,normal,normal,normal")]
-)
-
(define_insn "*cirrus_movsf_hard_insn"
[(set (match_operand:SF 0 "nonimmediate_operand" "=v,v,v,r,m,r,r,m")
(match_operand:SF 1 "general_operand" "v,mE,r,v,v,r,mE,r"))]
diff --git a/gcc/config/pa/fptr.c b/gcc/config/pa/fptr.c
index 121b751e899..af207a3b850 100644
--- a/gcc/config/pa/fptr.c
+++ b/gcc/config/pa/fptr.c
@@ -1,23 +1,32 @@
/* Subroutine for function pointer canonicalization on PA-RISC with ELF32.
- Copyright 2002, 2003, 2004 Free Software Foundation, Inc.
+ Copyright 2002, 2003, 2004, 2007 Free Software Foundation, Inc.
Contributed by John David Anglin (dave.anglin@nrc.ca).
This file is part of GCC.
-GCC is free software; you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 2, or (at your option)
-any later version.
-
-GCC is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-GNU General Public License for more details.
+GCC is free software; you can redistribute it and/or modify it under
+the terms of the GNU General Public License as published by the Free
+Software Foundation; either version 2, or (at your option) any later
+version.
+
+In addition to the permissions in the GNU General Public License, the
+Free Software Foundation gives you unlimited permission to link the
+compiled version of this file into combinations with other programs,
+and to distribute those combinations without any restriction coming
+from the use of this file. (The General Public License restrictions
+do apply in other respects; for example, they cover modification of
+the file, and distribution when not linked into a combine
+executable.)
+
+GCC is distributed in the hope that it will be useful, but WITHOUT ANY
+WARRANTY; without even the implied warranty of MERCHANTABILITY or
+FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
+for more details.
You should have received a copy of the GNU General Public License
-along with GCC; see the file COPYING. If not, write to
-the Free Software Foundation, 51 Franklin Street, Fifth Floor,
-Boston, MA 02110-1301, USA. */
+along with GCC; see the file COPYING. If not, write to the Free
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA. */
/* WARNING: The code is this function depends on internal and undocumented
details of the GNU linker and dynamic loader as implemented for parisc
diff --git a/gcc/config/pa/milli64.S b/gcc/config/pa/milli64.S
index eb8fed105e0..1b302c2a9fb 100644
--- a/gcc/config/pa/milli64.S
+++ b/gcc/config/pa/milli64.S
@@ -2,14 +2,33 @@
adapted for gcc by Paul Bame <bame@debian.org>
and Alan Modra <alan@linuxcare.com.au>.
- Copyright 2001, 2002, 2003 Free Software Foundation, Inc.
-
- This file is part of GCC and is released under the terms of
- of the GNU General Public License as published by the Free Software
- Foundation; either version 2, or (at your option) any later version.
- See the file COPYING in the top-level GCC source directory for a copy
- of the license. */
-
+ Copyright 2001, 2002, 2003, 2007 Free Software Foundation, Inc.
+
+This file is part of GCC.
+
+GCC is free software; you can redistribute it and/or modify it under
+the terms of the GNU General Public License as published by the Free
+Software Foundation; either version 2, or (at your option) any later
+version.
+
+In addition to the permissions in the GNU General Public License, the
+Free Software Foundation gives you unlimited permission to link the
+compiled version of this file into combinations with other programs,
+and to distribute those combinations without any restriction coming
+from the use of this file. (The General Public License restrictions
+do apply in other respects; for example, they cover modification of
+the file, and distribution when not linked into a combine
+executable.)
+
+GCC is distributed in the hope that it will be useful, but WITHOUT ANY
+WARRANTY; without even the implied warranty of MERCHANTABILITY or
+FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
+for more details.
+
+You should have received a copy of the GNU General Public License
+along with GCC; see the file COPYING. If not, write to the Free
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA. */
#ifdef pa64
.level 2.0w
diff --git a/gcc/function.c b/gcc/function.c
index e3604cdee23..ca88e0b0855 100644
--- a/gcc/function.c
+++ b/gcc/function.c
@@ -5601,137 +5601,5 @@ struct tree_opt_pass pass_leaf_regs =
0 /* letter */
};
-
-/* This mini-pass fixes fall-out from SSA in asm statements that have
- in-out constraints. Say you start with
-
- orig = inout;
- asm ("": "+mr" (inout));
- use (orig);
-
- which is transformed very early to use explicit output and match operands:
-
- orig = inout;
- asm ("": "=mr" (inout) : "0" (inout));
- use (orig);
-
- Or, after SSA and copyprop,
-
- asm ("": "=mr" (inout_2) : "0" (inout_1));
- use (inout_1);
-
- Clearly inout_2 and inout_1 can't be coalesced easily anymore, as
- they represent two separate values, so they will get different pseudo
- registers during expansion. Then, since the two operands need to match
- per the constraints, but use different pseudo registers, reload can
- only register a reload for these operands. But reloads can only be
- satisfied by hardregs, not by memory, so we need a register for this
- reload, just because we are presented with non-matching operands.
- So, even though we allow memory for this operand, no memory can be
- used for it, just because the two operands don't match. This can
- cause reload failures on register-starved targets.
-
- So it's a symptom of reload not being able to use memory for reloads
- or, alternatively it's also a symptom of both operands not coming into
- reload as matching (in which case the pseudo could go to memory just
- fine, as the alternative allows it, and no reload would be necessary).
- We fix the latter problem here, by transforming
-
- asm ("": "=mr" (inout_2) : "0" (inout_1));
-
- back to
-
- inout_2 = inout_1;
- asm ("": "=mr" (inout_2) : "0" (inout_2)); */
-
-static void
-match_asm_constraints_1 (rtx insn, rtx *p_sets, int noutputs)
-{
- int i;
- rtx op = SET_SRC (p_sets[0]);
- int ninputs = ASM_OPERANDS_INPUT_LENGTH (op);
- rtvec inputs = ASM_OPERANDS_INPUT_VEC (op);
-
- for (i = 0; i < ninputs; i++)
- {
- rtx input, output, insns;
- const char *constraint = ASM_OPERANDS_INPUT_CONSTRAINT (op, i);
- char *end;
- int match;
-
- match = strtoul (constraint, &end, 10);
- if (end == constraint)
- continue;
-
- gcc_assert (match < noutputs);
- output = SET_DEST (p_sets[match]);
- input = RTVEC_ELT (inputs, i);
- if (rtx_equal_p (output, input)
- || (GET_MODE (input) != VOIDmode
- && GET_MODE (input) != GET_MODE (output)))
- continue;
-
- start_sequence ();
- emit_move_insn (copy_rtx (output), input);
- RTVEC_ELT (inputs, i) = copy_rtx (output);
- insns = get_insns ();
- end_sequence ();
-
- emit_insn_before (insns, insn);
- }
-}
-
-static unsigned
-rest_of_match_asm_constraints (void)
-{
- basic_block bb;
- rtx insn, pat, *p_sets;
- int noutputs;
-
- if (!cfun->has_asm_statement)
- return 0;
-
- FOR_EACH_BB (bb)
- {
- FOR_BB_INSNS (bb, insn)
- {
- if (!INSN_P (insn))
- continue;
-
- pat = PATTERN (insn);
- if (GET_CODE (pat) == PARALLEL)
- p_sets = &XVECEXP (pat, 0, 0), noutputs = XVECLEN (pat, 0);
- else if (GET_CODE (pat) == SET)
- p_sets = &PATTERN (insn), noutputs = 1;
- else
- continue;
-
- if (GET_CODE (*p_sets) == SET
- && GET_CODE (SET_SRC (*p_sets)) == ASM_OPERANDS)
- match_asm_constraints_1 (insn, p_sets, noutputs);
- }
- }
-
- update_life_info_in_dirty_blocks (UPDATE_LIFE_GLOBAL_RM_NOTES,
- PROP_DEATH_NOTES | PROP_REG_INFO);
- return 0;
-}
-
-struct tree_opt_pass pass_match_asm_constraints =
-{
- "asmcons", /* name */
- NULL, /* gate */
- rest_of_match_asm_constraints, /* execute */
- NULL, /* sub */
- NULL, /* next */
- 0, /* static_pass_number */
- 0, /* tv_id */
- 0, /* properties_required */
- 0, /* properties_provided */
- 0, /* properties_destroyed */
- 0, /* todo_flags_start */
- TODO_dump_func, /* todo_flags_finish */
- 0 /* letter */
-};
#include "gt-function.h"
diff --git a/gcc/function.h b/gcc/function.h
index 50f8be532a1..1903b165f41 100644
--- a/gcc/function.h
+++ b/gcc/function.h
@@ -398,9 +398,6 @@ struct function GTY(())
/* Nonzero if function being compiled has nonlocal gotos to parent
function. */
unsigned int has_nonlocal_goto : 1;
-
- /* Nonzero if function being compiled has an asm statement. */
- unsigned int has_asm_statement : 1;
/* Nonzero if the current function is a thunk, i.e., a lightweight
function implemented by the output_mi_thunk hook) that just
@@ -511,7 +508,6 @@ extern int trampolines_created;
#define current_function_epilogue_delay_list (cfun->epilogue_delay_list)
#define current_function_has_nonlocal_label (cfun->has_nonlocal_label)
#define current_function_has_nonlocal_goto (cfun->has_nonlocal_goto)
-#define current_function_has_asm_statement (cfun->has_asm_statement)
#define return_label (cfun->x_return_label)
#define naked_return_label (cfun->x_naked_return_label)
diff --git a/gcc/passes.c b/gcc/passes.c
index 81db5dd6a4a..f5194a6dea1 100644
--- a/gcc/passes.c
+++ b/gcc/passes.c
@@ -654,7 +654,6 @@ init_optimization_passes (void)
NEXT_PASS (pass_mode_switching);
NEXT_PASS (pass_see);
NEXT_PASS (pass_recompute_reg_usage);
- NEXT_PASS (pass_match_asm_constraints);
NEXT_PASS (pass_sms);
NEXT_PASS (pass_sched);
NEXT_PASS (pass_local_alloc);
diff --git a/gcc/po/ChangeLog b/gcc/po/ChangeLog
index f29dafb63e2..48b2cb1afc3 100644
--- a/gcc/po/ChangeLog
+++ b/gcc/po/ChangeLog
@@ -1,3 +1,7 @@
+2007-07-18 Mark Mitchell <mark@codesourcery.com>
+
+ * gcc.pot: Regenerate.
+
2007-07-07 Joseph S. Myers <joseph@codesourcery.com>
* zh_CN.po: Update.
diff --git a/gcc/po/gcc.pot b/gcc/po/gcc.pot
index cb9aba7944d..7f323551801 100644
--- a/gcc/po/gcc.pot
+++ b/gcc/po/gcc.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://gcc.gnu.org/bugs.html\n"
-"POT-Creation-Date: 2007-05-13 19:50-0700\n"
+"POT-Creation-Date: 2007-07-18 21:17-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -326,7 +326,7 @@ msgstr ""
#. ??? This should not be an error when inlining calls to
#. unprototyped functions.
-#: c-typeck.c:4721 c-typeck.c:4216 cp/typeck.c:1532
+#: c-typeck.c:4721 c-typeck.c:4216 cp/typeck.c:1530
#, gcc-internal-format
msgid "invalid use of non-lvalue array"
msgstr ""
@@ -2692,80 +2692,80 @@ msgstr ""
msgid "invalid operand output code"
msgstr ""
-#: config/arm/arm.c:11005 config/arm/arm.c:11023
+#: config/arm/arm.c:11006 config/arm/arm.c:11024
#, c-format
msgid "predicated Thumb instruction"
msgstr ""
-#: config/arm/arm.c:11011
+#: config/arm/arm.c:11012
#, c-format
msgid "predicated instruction in conditional sequence"
msgstr ""
-#: config/arm/arm.c:11080
+#: config/arm/arm.c:11081
#, c-format
msgid "invalid shift operand"
msgstr ""
-#: config/arm/arm.c:11127 config/arm/arm.c:11137 config/arm/arm.c:11147
-#: config/arm/arm.c:11173 config/arm/arm.c:11191 config/arm/arm.c:11226
-#: config/arm/arm.c:11245 config/arm/arm.c:11260 config/arm/arm.c:11286
-#: config/arm/arm.c:11293 config/arm/arm.c:11300
+#: config/arm/arm.c:11128 config/arm/arm.c:11138 config/arm/arm.c:11148
+#: config/arm/arm.c:11174 config/arm/arm.c:11192 config/arm/arm.c:11227
+#: config/arm/arm.c:11246 config/arm/arm.c:11261 config/arm/arm.c:11287
+#: config/arm/arm.c:11294 config/arm/arm.c:11301
#, c-format
msgid "invalid operand for code '%c'"
msgstr ""
-#: config/arm/arm.c:11186
+#: config/arm/arm.c:11187
#, c-format
msgid "instruction never exectued"
msgstr ""
-#: config/arm/arm.c:11311
+#: config/arm/arm.c:11312
#, c-format
msgid "missing operand"
msgstr ""
-#: config/avr/avr.c:1046
+#: config/avr/avr.c:1047
#, c-format
msgid "address operand requires constraint for X, Y, or Z register"
msgstr ""
-#: config/avr/avr.c:1153
+#: config/avr/avr.c:1154
msgid "bad address, not (reg+disp):"
msgstr ""
-#: config/avr/avr.c:1160
+#: config/avr/avr.c:1161
msgid "bad address, not post_inc or pre_dec:"
msgstr ""
-#: config/avr/avr.c:1171
+#: config/avr/avr.c:1172
msgid "internal compiler error. Bad address:"
msgstr ""
-#: config/avr/avr.c:1184
+#: config/avr/avr.c:1185
msgid "internal compiler error. Unknown mode:"
msgstr ""
-#: config/avr/avr.c:1807 config/avr/avr.c:2490
+#: config/avr/avr.c:1808 config/avr/avr.c:2491
msgid "invalid insn:"
msgstr ""
-#: config/avr/avr.c:1841 config/avr/avr.c:1927 config/avr/avr.c:1976
-#: config/avr/avr.c:2004 config/avr/avr.c:2099 config/avr/avr.c:2268
-#: config/avr/avr.c:2524 config/avr/avr.c:2636
+#: config/avr/avr.c:1842 config/avr/avr.c:1928 config/avr/avr.c:1977
+#: config/avr/avr.c:2005 config/avr/avr.c:2100 config/avr/avr.c:2269
+#: config/avr/avr.c:2525 config/avr/avr.c:2637
msgid "incorrect insn:"
msgstr ""
-#: config/avr/avr.c:2023 config/avr/avr.c:2184 config/avr/avr.c:2339
-#: config/avr/avr.c:2702
+#: config/avr/avr.c:2024 config/avr/avr.c:2185 config/avr/avr.c:2340
+#: config/avr/avr.c:2703
msgid "unknown move insn:"
msgstr ""
-#: config/avr/avr.c:2932
+#: config/avr/avr.c:2933
msgid "bad shift insn:"
msgstr ""
-#: config/avr/avr.c:3048 config/avr/avr.c:3496 config/avr/avr.c:3882
+#: config/avr/avr.c:3049 config/avr/avr.c:3497 config/avr/avr.c:3883
msgid "internal compiler error. Incorrect shift:"
msgstr ""
@@ -2867,7 +2867,7 @@ msgstr ""
#: fortran/dump-parse-tree.c:801 c-typeck.c:4520 c-typeck.c:4535
#: c-typeck.c:4550 final.c:2803 final.c:2805 gcc.c:4742 loop-iv.c:2702
#: loop-iv.c:2711 rtl-error.c:113 toplev.c:605 tree-ssa-loop-niter.c:1165
-#: cp/parser.c:2087 cp/typeck.c:4468 java/expr.c:413
+#: cp/parser.c:2087 cp/typeck.c:4466 java/expr.c:413
#: /scratch/mitchell/gcc-releases/gcc-4.2.0-20070316/gcc-4.2.0-20070316/gcc/java/parse.y:5005
#, gcc-internal-format
msgid "%s"
@@ -3123,7 +3123,7 @@ msgstr ""
msgid "invalid constraints for operand"
msgstr ""
-#: config/i386/i386.c:13641
+#: config/i386/i386.c:13644
msgid "unknown insn mode"
msgstr ""
@@ -3213,7 +3213,7 @@ msgid "post-increment address is not a register"
msgstr ""
#: config/m32r/m32r.c:2030 config/m32r/m32r.c:2044
-#: config/rs6000/rs6000.c:17905
+#: config/rs6000/rs6000.c:17906
msgid "bad address"
msgstr ""
@@ -3425,7 +3425,7 @@ msgstr ""
msgid "invalid %%v value"
msgstr ""
-#: config/rs6000/rs6000.c:19522
+#: config/rs6000/rs6000.c:19523
msgid "AltiVec argument passed to unprototyped function"
msgstr ""
@@ -3453,15 +3453,15 @@ msgstr ""
msgid "invalid operand to %%S"
msgstr ""
-#: config/sh/sh.c:7820
+#: config/sh/sh.c:7829
msgid "created and used with different architectures / ABIs"
msgstr ""
-#: config/sh/sh.c:7822
+#: config/sh/sh.c:7831
msgid "created and used with different ABIs"
msgstr ""
-#: config/sh/sh.c:7824
+#: config/sh/sh.c:7833
msgid "created and used with different endianness"
msgstr ""
@@ -3593,11 +3593,11 @@ msgstr ""
msgid "candidates are:"
msgstr ""
-#: cp/call.c:6303
+#: cp/call.c:6319
msgid "candidate 1:"
msgstr ""
-#: cp/call.c:6304
+#: cp/call.c:6320
msgid "candidate 2:"
msgstr ""
@@ -6068,12 +6068,12 @@ msgstr ""
msgid "Second argument of defined assignment at %L must be INTENT(IN)"
msgstr ""
-#: fortran/interface.c:664 fortran/resolve.c:7191
+#: fortran/interface.c:664 fortran/resolve.c:7203
#, no-c-format
msgid "First argument of operator interface at %L must be INTENT(IN)"
msgstr ""
-#: fortran/interface.c:668 fortran/resolve.c:7203
+#: fortran/interface.c:668 fortran/resolve.c:7215
#, no-c-format
msgid "Second argument of operator interface at %L must be INTENT(IN)"
msgstr ""
@@ -7190,7 +7190,7 @@ msgstr ""
msgid "Syntax error in !$OMP THREADPRIVATE list at %C"
msgstr ""
-#: fortran/openmp.c:686 fortran/resolve.c:4928 fortran/resolve.c:5189
+#: fortran/openmp.c:686 fortran/resolve.c:4935 fortran/resolve.c:5196
#, no-c-format
msgid "IF clause at %L requires a scalar LOGICAL expression"
msgstr ""
@@ -7929,7 +7929,7 @@ msgstr ""
msgid "Named constant at %C in an EQUIVALENCE"
msgstr ""
-#: fortran/primary.c:2432
+#: fortran/primary.c:2433
#, no-c-format
msgid "Expected VARIABLE at %C"
msgstr ""
@@ -8069,7 +8069,7 @@ msgid ""
"assumed size array '%s' at %L."
msgstr ""
-#: fortran/resolve.c:878 fortran/resolve.c:4406 fortran/resolve.c:5154
+#: fortran/resolve.c:878 fortran/resolve.c:4413 fortran/resolve.c:5161
#, no-c-format
msgid "Label %d referenced at %L is never defined"
msgstr ""
@@ -8108,32 +8108,32 @@ msgstr ""
msgid "Symbol '%s' at %L is ambiguous"
msgstr ""
-#: fortran/resolve.c:1018
+#: fortran/resolve.c:1025
#, no-c-format
msgid "By-value argument at %L is not of numeric type"
msgstr ""
-#: fortran/resolve.c:1025
+#: fortran/resolve.c:1032
#, no-c-format
msgid "By-value argument at %L cannot be an array or an array section"
msgstr ""
-#: fortran/resolve.c:1036
+#: fortran/resolve.c:1043
#, no-c-format
msgid "By-value argument at %L is not allowed in this context"
msgstr ""
-#: fortran/resolve.c:1045
+#: fortran/resolve.c:1052
#, no-c-format
msgid "Kind of by-value argument at %L is larger than default kind"
msgstr ""
-#: fortran/resolve.c:1058
+#: fortran/resolve.c:1065
#, no-c-format
msgid "Passing internal procedure at %L by location not allowed"
msgstr ""
-#: fortran/resolve.c:1175
+#: fortran/resolve.c:1182
#, no-c-format
msgid ""
"'%s' at %L is an array and OPTIONAL; IF IT IS MISSING, it cannot be the "
@@ -8141,399 +8141,399 @@ msgid ""
"optionalargument with the same rank (12.4.1.5)"
msgstr ""
-#: fortran/resolve.c:1200
+#: fortran/resolve.c:1207
msgid "elemental subroutine"
msgstr ""
-#: fortran/resolve.c:1333
+#: fortran/resolve.c:1340
#, no-c-format
msgid "There is no specific function for the generic '%s' at %L"
msgstr ""
-#: fortran/resolve.c:1343
+#: fortran/resolve.c:1350
#, no-c-format
msgid ""
"Generic function '%s' at %L is not consistent with a specific intrinsic "
"interface"
msgstr ""
-#: fortran/resolve.c:1381
+#: fortran/resolve.c:1388
#, no-c-format
msgid ""
"Function '%s' at %L is INTRINSIC but is not compatible with an intrinsic"
msgstr ""
-#: fortran/resolve.c:1427
+#: fortran/resolve.c:1434
#, no-c-format
msgid "Unable to resolve the specific function '%s' at %L"
msgstr ""
-#: fortran/resolve.c:1483 fortran/resolve.c:7110
+#: fortran/resolve.c:1490 fortran/resolve.c:7122
#, no-c-format
msgid "Function '%s' at %L has no IMPLICIT type"
msgstr ""
-#: fortran/resolve.c:1557
+#: fortran/resolve.c:1564
#, no-c-format
msgid "'%s' at %L is not a function"
msgstr ""
#. Internal procedures are taken care of in resolve_contained_fntype.
-#: fortran/resolve.c:1590
+#: fortran/resolve.c:1597
#, no-c-format
msgid ""
"Function '%s' is declared CHARACTER(*) and cannot be used at %L since it is "
"not a dummy argument"
msgstr ""
-#: fortran/resolve.c:1643
+#: fortran/resolve.c:1650
#, no-c-format
msgid ""
"User defined non-ELEMENTAL function '%s' at %L not allowed in WORKSHARE "
"construct"
msgstr ""
-#: fortran/resolve.c:1693
+#: fortran/resolve.c:1700
#, no-c-format
msgid "reference to non-PURE function '%s' at %L inside a FORALL %s"
msgstr ""
-#: fortran/resolve.c:1700
+#: fortran/resolve.c:1707
#, no-c-format
msgid ""
"Function reference to '%s' at %L is to a non-PURE procedure within a PURE "
"procedure"
msgstr ""
-#: fortran/resolve.c:1715
+#: fortran/resolve.c:1722
#, no-c-format
msgid "Function '%s' at %L cannot call itself, as it is not RECURSIVE"
msgstr ""
-#: fortran/resolve.c:1723
+#: fortran/resolve.c:1730
#, no-c-format
msgid ""
"Call to ENTRY '%s' at %L is recursive, but function '%s' is not declared as "
"RECURSIVE"
msgstr ""
-#: fortran/resolve.c:1768
+#: fortran/resolve.c:1775
#, no-c-format
msgid "Subroutine call to '%s' in FORALL block at %L is not PURE"
msgstr ""
-#: fortran/resolve.c:1771
+#: fortran/resolve.c:1778
#, no-c-format
msgid "Subroutine call to '%s' at %L is not PURE"
msgstr ""
-#: fortran/resolve.c:1835
+#: fortran/resolve.c:1842
#, no-c-format
msgid "There is no specific subroutine for the generic '%s' at %L"
msgstr ""
-#: fortran/resolve.c:1844
+#: fortran/resolve.c:1851
#, no-c-format
msgid ""
"Generic subroutine '%s' at %L is not consistent with an intrinsic subroutine "
"interface"
msgstr ""
-#: fortran/resolve.c:1879
+#: fortran/resolve.c:1886
#, no-c-format
msgid ""
"Subroutine '%s' at %L is INTRINSIC but is not compatible with an intrinsic"
msgstr ""
-#: fortran/resolve.c:1923
+#: fortran/resolve.c:1930
#, no-c-format
msgid "Unable to resolve the specific subroutine '%s' at %L"
msgstr ""
-#: fortran/resolve.c:1980
+#: fortran/resolve.c:1987
#, no-c-format
msgid "'%s' at %L has a type, which is not consistent with the CALL at %L"
msgstr ""
-#: fortran/resolve.c:2003
+#: fortran/resolve.c:2010
#, no-c-format
msgid "SUBROUTINE '%s' at %L cannot call itself, as it is not RECURSIVE"
msgstr ""
-#: fortran/resolve.c:2011
+#: fortran/resolve.c:2018
#, no-c-format
msgid ""
"Call to ENTRY '%s' at %L is recursive, but subroutine '%s' is not declared "
"as RECURSIVE"
msgstr ""
-#: fortran/resolve.c:2081
+#: fortran/resolve.c:2088
#, no-c-format
msgid "Shapes for operands at %L and %L are not conformable"
msgstr ""
-#: fortran/resolve.c:2138
+#: fortran/resolve.c:2145
#, c-format
msgid "Operand of unary numeric operator '%s' at %%L is %s"
msgstr ""
-#: fortran/resolve.c:2154
+#: fortran/resolve.c:2161
#, c-format
msgid "Operands of binary numeric operator '%s' at %%L are %s/%s"
msgstr ""
-#: fortran/resolve.c:2168
+#: fortran/resolve.c:2175
#, c-format
msgid "Operands of string concatenation operator at %%L are %s/%s"
msgstr ""
-#: fortran/resolve.c:2187
+#: fortran/resolve.c:2194
#, c-format
msgid "Operands of logical operator '%s' at %%L are %s/%s"
msgstr ""
-#: fortran/resolve.c:2201
+#: fortran/resolve.c:2208
#, c-format
msgid "Operand of .NOT. operator at %%L is %s"
msgstr ""
-#: fortran/resolve.c:2211
+#: fortran/resolve.c:2218
msgid "COMPLEX quantities cannot be compared at %L"
msgstr ""
-#: fortran/resolve.c:2237
+#: fortran/resolve.c:2244
#, c-format
msgid "Logicals at %%L must be compared with %s instead of %s"
msgstr ""
-#: fortran/resolve.c:2242
+#: fortran/resolve.c:2249
#, c-format
msgid "Operands of comparison operator '%s' at %%L are %s/%s"
msgstr ""
-#: fortran/resolve.c:2250
+#: fortran/resolve.c:2257
#, c-format
msgid "Operand of user operator '%s' at %%L is %s"
msgstr ""
-#: fortran/resolve.c:2253
+#: fortran/resolve.c:2260
#, c-format
msgid "Operands of user operator '%s' at %%L are %s/%s"
msgstr ""
-#: fortran/resolve.c:2324
+#: fortran/resolve.c:2331
#, no-c-format
msgid "Inconsistent ranks for operator at %L and %L"
msgstr ""
-#: fortran/resolve.c:2528
+#: fortran/resolve.c:2535
#, no-c-format
msgid "Illegal stride of zero at %L"
msgstr ""
-#: fortran/resolve.c:2577
+#: fortran/resolve.c:2584
#, no-c-format
msgid "Array reference at %L is out of bounds"
msgstr ""
-#: fortran/resolve.c:2598
+#: fortran/resolve.c:2605
#, no-c-format
msgid "Rightmost upper bound of assumed size array section not specified at %L"
msgstr ""
-#: fortran/resolve.c:2608
+#: fortran/resolve.c:2615
#, no-c-format
msgid "Rank mismatch in array reference at %L (%d/%d)"
msgstr ""
-#: fortran/resolve.c:2636
+#: fortran/resolve.c:2643
#, no-c-format
msgid "Array index at %L must be scalar"
msgstr ""
-#: fortran/resolve.c:2642
+#: fortran/resolve.c:2649
#, no-c-format
msgid "Array index at %L must be of INTEGER type"
msgstr ""
-#: fortran/resolve.c:2648
+#: fortran/resolve.c:2655
#, no-c-format
msgid "Extension: REAL array index at %L"
msgstr ""
-#: fortran/resolve.c:2678
+#: fortran/resolve.c:2685
#, no-c-format
msgid "Argument dim at %L must be scalar"
msgstr ""
-#: fortran/resolve.c:2684
+#: fortran/resolve.c:2691
#, no-c-format
msgid "Argument dim at %L must be of INTEGER type"
msgstr ""
-#: fortran/resolve.c:2804
+#: fortran/resolve.c:2811
#, no-c-format
msgid "Array index at %L is an array of rank %d"
msgstr ""
-#: fortran/resolve.c:2842
+#: fortran/resolve.c:2849
#, no-c-format
msgid "Substring start index at %L must be of type INTEGER"
msgstr ""
-#: fortran/resolve.c:2849
+#: fortran/resolve.c:2856
#, no-c-format
msgid "Substring start index at %L must be scalar"
msgstr ""
-#: fortran/resolve.c:2858
+#: fortran/resolve.c:2865
#, no-c-format
msgid "Substring start index at %L is less than one"
msgstr ""
-#: fortran/resolve.c:2871
+#: fortran/resolve.c:2878
#, no-c-format
msgid "Substring end index at %L must be of type INTEGER"
msgstr ""
-#: fortran/resolve.c:2878
+#: fortran/resolve.c:2885
#, no-c-format
msgid "Substring end index at %L must be scalar"
msgstr ""
-#: fortran/resolve.c:2888
+#: fortran/resolve.c:2895
#, no-c-format
msgid "Substring end index at %L exceeds the string length"
msgstr ""
-#: fortran/resolve.c:2963
+#: fortran/resolve.c:2970
#, no-c-format
msgid ""
"Component to the right of a part reference with nonzero rank must not have "
"the POINTER attribute at %L"
msgstr ""
-#: fortran/resolve.c:2971
+#: fortran/resolve.c:2978
#, no-c-format
msgid ""
"Component to the right of a part reference with nonzero rank must not have "
"the ALLOCATABLE attribute at %L"
msgstr ""
-#: fortran/resolve.c:2991
+#: fortran/resolve.c:2998
#, no-c-format
msgid ""
"Two or more part references with nonzero rank must not be specified at %L"
msgstr ""
-#: fortran/resolve.c:3166
+#: fortran/resolve.c:3173
#, no-c-format
msgid ""
"Variable '%s',used in a specification expression, is referenced at %L before "
"the ENTRY statement in which it is a parameter"
msgstr ""
-#: fortran/resolve.c:3171
+#: fortran/resolve.c:3178
#, no-c-format
msgid ""
"Variable '%s' is used at %L before the ENTRY statement in which it is a "
"parameter"
msgstr ""
-#: fortran/resolve.c:3294
+#: fortran/resolve.c:3301
#, no-c-format
msgid "%s at %L must be a scalar"
msgstr ""
-#: fortran/resolve.c:3302
+#: fortran/resolve.c:3309
#, no-c-format
msgid "%s at %L must be INTEGER or REAL"
msgstr ""
-#: fortran/resolve.c:3305
+#: fortran/resolve.c:3312
#, no-c-format
msgid "%s at %L must be INTEGER"
msgstr ""
-#: fortran/resolve.c:3321
+#: fortran/resolve.c:3328
#, no-c-format
msgid "Obsolete: REAL DO loop iterator at %L"
msgstr ""
-#: fortran/resolve.c:3330
+#: fortran/resolve.c:3337
#, no-c-format
msgid "Cannot assign to loop variable in PURE procedure at %L"
msgstr ""
-#: fortran/resolve.c:3354
+#: fortran/resolve.c:3361
#, no-c-format
msgid "Step expression in DO loop at %L cannot be zero"
msgstr ""
-#: fortran/resolve.c:3389
+#: fortran/resolve.c:3396
#, no-c-format
msgid "FORALL index-name at %L must be a scalar INTEGER"
msgstr ""
-#: fortran/resolve.c:3394
+#: fortran/resolve.c:3401
#, no-c-format
msgid "FORALL start expression at %L must be a scalar INTEGER"
msgstr ""
-#: fortran/resolve.c:3401
+#: fortran/resolve.c:3408
#, no-c-format
msgid "FORALL end expression at %L must be a scalar INTEGER"
msgstr ""
-#: fortran/resolve.c:3409
+#: fortran/resolve.c:3416
#, no-c-format
msgid "FORALL stride expression at %L must be a scalar %s"
msgstr ""
-#: fortran/resolve.c:3414
+#: fortran/resolve.c:3421
#, no-c-format
msgid "FORALL stride expression at %L cannot be zero"
msgstr ""
-#: fortran/resolve.c:3512
+#: fortran/resolve.c:3519
#, no-c-format
msgid ""
"Expression in DEALLOCATE statement at %L must be ALLOCATABLE or a POINTER"
msgstr ""
-#: fortran/resolve.c:3518
+#: fortran/resolve.c:3525
#, no-c-format
msgid "Can't deallocate INTENT(IN) variable '%s' at %L"
msgstr ""
-#: fortran/resolve.c:3679
+#: fortran/resolve.c:3686
#, no-c-format
msgid ""
"The STAT variable '%s' in an ALLOCATE statement must not be allocated in the "
"same statement at %L"
msgstr ""
-#: fortran/resolve.c:3710
+#: fortran/resolve.c:3717
#, no-c-format
msgid "Expression in ALLOCATE statement at %L must be ALLOCATABLE or a POINTER"
msgstr ""
-#: fortran/resolve.c:3717
+#: fortran/resolve.c:3724
#, no-c-format
msgid "Can't allocate INTENT(IN) variable '%s' at %L"
msgstr ""
-#: fortran/resolve.c:3741
+#: fortran/resolve.c:3748
#, no-c-format
msgid "Array specification required in ALLOCATE statement at %L"
msgstr ""
-#: fortran/resolve.c:3771
+#: fortran/resolve.c:3778
#, no-c-format
msgid "Bad array specification in ALLOCATE statement at %L"
msgstr ""
-#: fortran/resolve.c:3789
+#: fortran/resolve.c:3796
#, no-c-format
msgid ""
"'%s' must not appear an the array specification at %L in the same ALLOCATE "
@@ -8544,635 +8544,635 @@ msgstr ""
#. element in the list. Either way, we must
#. issue an error and get the next case from P.
#. FIXME: Sort P and Q by line number.
-#: fortran/resolve.c:3948
+#: fortran/resolve.c:3955
#, no-c-format
msgid "CASE label at %L overlaps with CASE label at %L"
msgstr ""
-#: fortran/resolve.c:3999
+#: fortran/resolve.c:4006
#, no-c-format
msgid "Expression in CASE statement at %L must be of type %s"
msgstr ""
-#: fortran/resolve.c:4010
+#: fortran/resolve.c:4017
#, no-c-format
msgid "Expression in CASE statement at %L must be kind %d"
msgstr ""
-#: fortran/resolve.c:4022
+#: fortran/resolve.c:4029
#, no-c-format
msgid "Expression in CASE statement at %L must be scalar"
msgstr ""
-#: fortran/resolve.c:4069
+#: fortran/resolve.c:4076
#, no-c-format
msgid ""
"Selection expression in computed GOTO statement at %L must be a scalar "
"integer expression"
msgstr ""
-#: fortran/resolve.c:4087
+#: fortran/resolve.c:4094
#, no-c-format
msgid "Argument of SELECT statement at %L cannot be %s"
msgstr ""
-#: fortran/resolve.c:4096
+#: fortran/resolve.c:4103
#, no-c-format
msgid "Argument of SELECT statement at %L must be a scalar expression"
msgstr ""
-#: fortran/resolve.c:4161
+#: fortran/resolve.c:4168
#, no-c-format
msgid ""
"The DEFAULT CASE at %L cannot be followed by a second DEFAULT CASE at %L"
msgstr ""
-#: fortran/resolve.c:4188
+#: fortran/resolve.c:4195
#, no-c-format
msgid "Logical range in CASE statement at %L is not allowed"
msgstr ""
-#: fortran/resolve.c:4200
+#: fortran/resolve.c:4207
#, no-c-format
msgid "constant logical value in CASE statement is repeated at %L"
msgstr ""
-#: fortran/resolve.c:4214
+#: fortran/resolve.c:4221
#, no-c-format
msgid "Range specification at %L can never be matched"
msgstr ""
-#: fortran/resolve.c:4317
+#: fortran/resolve.c:4324
#, no-c-format
msgid "Logical SELECT CASE block at %L has more that two cases"
msgstr ""
-#: fortran/resolve.c:4356
+#: fortran/resolve.c:4363
#, no-c-format
msgid "Data transfer element at %L cannot have POINTER components"
msgstr ""
-#: fortran/resolve.c:4363
+#: fortran/resolve.c:4370
#, no-c-format
msgid "Data transfer element at %L cannot have ALLOCATABLE components"
msgstr ""
-#: fortran/resolve.c:4370
+#: fortran/resolve.c:4377
#, no-c-format
msgid "Data transfer element at %L cannot have PRIVATE components"
msgstr ""
-#: fortran/resolve.c:4379
+#: fortran/resolve.c:4386
#, no-c-format
msgid ""
"Data transfer element at %L cannot be a full reference to an assumed-size "
"array"
msgstr ""
-#: fortran/resolve.c:4413
+#: fortran/resolve.c:4420
#, no-c-format
msgid ""
"Statement at %L is not a valid branch target statement for the branch "
"statement at %L"
msgstr ""
-#: fortran/resolve.c:4422
+#: fortran/resolve.c:4429
#, no-c-format
msgid "Branch at %L causes an infinite loop"
msgstr ""
-#: fortran/resolve.c:4455
+#: fortran/resolve.c:4462
#, no-c-format
msgid "Label at %L is not in the same block as the GOTO statement at %L"
msgstr ""
-#: fortran/resolve.c:4471
+#: fortran/resolve.c:4478
#, no-c-format
msgid "Obsolete: GOTO at %L jumps to END of construct at %L"
msgstr ""
-#: fortran/resolve.c:4545
+#: fortran/resolve.c:4552
#, no-c-format
msgid "WHERE mask at %L has inconsistent shape"
msgstr ""
-#: fortran/resolve.c:4561
+#: fortran/resolve.c:4568
#, no-c-format
msgid "WHERE assignment target at %L has inconsistent shape"
msgstr ""
-#: fortran/resolve.c:4575 fortran/resolve.c:4774
+#: fortran/resolve.c:4582 fortran/resolve.c:4781
#, no-c-format
msgid "Unsupported statement inside WHERE at %L"
msgstr ""
-#: fortran/resolve.c:4651
+#: fortran/resolve.c:4658
#, no-c-format
msgid "expression reference type error at %L"
msgstr ""
-#: fortran/resolve.c:4683
+#: fortran/resolve.c:4690
#, no-c-format
msgid "Unsupported statement while finding forall index in expression"
msgstr ""
-#: fortran/resolve.c:4730
+#: fortran/resolve.c:4737
#, no-c-format
msgid "Assignment to a FORALL index variable at %L"
msgstr ""
-#: fortran/resolve.c:4738
+#: fortran/resolve.c:4745
#, no-c-format
msgid ""
"The FORALL with index '%s' cause more than one assignment to this object at %"
"L"
msgstr ""
-#: fortran/resolve.c:4867
+#: fortran/resolve.c:4874
#, no-c-format
msgid "An outer FORALL construct already has an index with this name %L"
msgstr ""
-#: fortran/resolve.c:4879 fortran/resolve.c:4882 fortran/resolve.c:4885
+#: fortran/resolve.c:4886 fortran/resolve.c:4889 fortran/resolve.c:4892
#, no-c-format
msgid ""
"A FORALL index must not appear in a limit or stride expression in the same "
"FORALL at %L"
msgstr ""
-#: fortran/resolve.c:4938
+#: fortran/resolve.c:4945
#, no-c-format
msgid "WHERE/ELSEWHERE clause at %L requires a LOGICAL array"
msgstr ""
-#: fortran/resolve.c:5068
+#: fortran/resolve.c:5075
#, no-c-format
msgid "ASSIGNED GOTO statement at %L requires an INTEGER variable"
msgstr ""
-#: fortran/resolve.c:5071
+#: fortran/resolve.c:5078
#, no-c-format
msgid "Variable '%s' has not been assigned a target label at %L"
msgstr ""
-#: fortran/resolve.c:5082
+#: fortran/resolve.c:5089
#, no-c-format
msgid ""
"Alternate RETURN statement at %L requires a SCALAR-INTEGER return specifier"
msgstr ""
-#: fortran/resolve.c:5097
+#: fortran/resolve.c:5104
#, no-c-format
msgid "Subroutine '%s' called instead of assignment at %L must be PURE"
msgstr ""
-#: fortran/resolve.c:5124
+#: fortran/resolve.c:5131
#, no-c-format
msgid "rhs of CHARACTER assignment at %L will be truncated (%d/%d)"
msgstr ""
-#: fortran/resolve.c:5133
+#: fortran/resolve.c:5140
#, no-c-format
msgid "Cannot assign to variable '%s' in PURE procedure at %L"
msgstr ""
-#: fortran/resolve.c:5142
+#: fortran/resolve.c:5149
#, no-c-format
msgid ""
"Right side of assignment at %L is a derived type containing a POINTER in a "
"PURE procedure"
msgstr ""
-#: fortran/resolve.c:5162
+#: fortran/resolve.c:5169
#, no-c-format
msgid "ASSIGN statement at %L requires a scalar default INTEGER variable"
msgstr ""
-#: fortran/resolve.c:5177
+#: fortran/resolve.c:5184
#, no-c-format
msgid "Arithmetic IF statement at %L requires a numeric expression"
msgstr ""
-#: fortran/resolve.c:5219
+#: fortran/resolve.c:5226
#, no-c-format
msgid ""
"Exit condition of DO WHILE loop at %L must be a scalar LOGICAL expression"
msgstr ""
-#: fortran/resolve.c:5226
+#: fortran/resolve.c:5233
#, no-c-format
msgid "STAT tag in ALLOCATE statement at %L must be of type INTEGER"
msgstr ""
-#: fortran/resolve.c:5238
+#: fortran/resolve.c:5245
#, no-c-format
msgid "STAT tag in DEALLOCATE statement at %L must be of type INTEGER"
msgstr ""
-#: fortran/resolve.c:5304
+#: fortran/resolve.c:5311
#, no-c-format
msgid "FORALL mask clause at %L requires a LOGICAL expression"
msgstr ""
-#: fortran/resolve.c:5507
+#: fortran/resolve.c:5514
#, no-c-format
msgid "Allocatable array '%s' at %L must have a deferred shape"
msgstr ""
-#: fortran/resolve.c:5510
+#: fortran/resolve.c:5517
#, no-c-format
msgid "Scalar object '%s' at %L may not be ALLOCATABLE"
msgstr ""
-#: fortran/resolve.c:5517
+#: fortran/resolve.c:5524
#, no-c-format
msgid "Array pointer '%s' at %L must have a deferred shape"
msgstr ""
-#: fortran/resolve.c:5528
+#: fortran/resolve.c:5535
#, no-c-format
msgid "Array '%s' at %L cannot have a deferred shape"
msgstr ""
-#: fortran/resolve.c:5584
+#: fortran/resolve.c:5591
#, no-c-format
msgid "The module or main program array '%s' at %L must have constant shape"
msgstr ""
-#: fortran/resolve.c:5598
+#: fortran/resolve.c:5605
#, no-c-format
msgid ""
"Entity with assumed character length at %L must be a dummy argument or a "
"PARAMETER"
msgstr ""
-#: fortran/resolve.c:5617
+#: fortran/resolve.c:5624
#, no-c-format
msgid "'%s' at %L must have constant character length in this context"
msgstr ""
-#: fortran/resolve.c:5655
+#: fortran/resolve.c:5662
#, no-c-format
msgid "Allocatable '%s' at %L cannot have an initializer"
msgstr ""
-#: fortran/resolve.c:5658
+#: fortran/resolve.c:5665
#, no-c-format
msgid "External '%s' at %L cannot have an initializer"
msgstr ""
-#: fortran/resolve.c:5661
+#: fortran/resolve.c:5668
#, no-c-format
msgid "Dummy '%s' at %L cannot have an initializer"
msgstr ""
-#: fortran/resolve.c:5664
+#: fortran/resolve.c:5671
#, no-c-format
msgid "Intrinsic '%s' at %L cannot have an initializer"
msgstr ""
-#: fortran/resolve.c:5667
+#: fortran/resolve.c:5674
#, no-c-format
msgid "Function result '%s' at %L cannot have an initializer"
msgstr ""
-#: fortran/resolve.c:5670
+#: fortran/resolve.c:5677
#, no-c-format
msgid "Automatic array '%s' at %L cannot have an initializer"
msgstr ""
-#: fortran/resolve.c:5685
+#: fortran/resolve.c:5692
#, no-c-format
msgid ""
"The type %s cannot be host associated at %L because it is blocked by an "
"incompatible object of the same name at %L"
msgstr ""
-#: fortran/resolve.c:5709
+#: fortran/resolve.c:5716
#, no-c-format
msgid "Object '%s' at %L must have the SAVE attribute %s"
msgstr ""
-#: fortran/resolve.c:5735
+#: fortran/resolve.c:5742
#, no-c-format
msgid "Although not referenced, '%s' at %L has ambiguous interfaces"
msgstr ""
-#: fortran/resolve.c:5749
+#: fortran/resolve.c:5761
#, no-c-format
msgid ""
"Character-valued statement function '%s' at %L must have constant length"
msgstr ""
-#: fortran/resolve.c:5757
+#: fortran/resolve.c:5769
#, no-c-format
msgid ""
"Automatic character length function '%s' at %L must have an explicit "
"interface"
msgstr ""
-#: fortran/resolve.c:5780
+#: fortran/resolve.c:5792
#, no-c-format
msgid ""
"'%s' is of a PRIVATE type and cannot be a dummy argument of '%s', which is "
"PUBLIC at %L"
msgstr ""
-#: fortran/resolve.c:5795
+#: fortran/resolve.c:5807
#, no-c-format
msgid "External object '%s' at %L may not have an initializer"
msgstr ""
-#: fortran/resolve.c:5803
+#: fortran/resolve.c:5815
#, no-c-format
msgid "ELEMENTAL function '%s' at %L must have a scalar result"
msgstr ""
-#: fortran/resolve.c:5824
+#: fortran/resolve.c:5836
#, no-c-format
msgid "CHARACTER(*) function '%s' at %L cannot be array-valued"
msgstr ""
-#: fortran/resolve.c:5828
+#: fortran/resolve.c:5840
#, no-c-format
msgid "CHARACTER(*) function '%s' at %L cannot be pointer-valued"
msgstr ""
-#: fortran/resolve.c:5832
+#: fortran/resolve.c:5844
#, no-c-format
msgid "CHARACTER(*) function '%s' at %L cannot be pure"
msgstr ""
-#: fortran/resolve.c:5836
+#: fortran/resolve.c:5848
#, no-c-format
msgid "CHARACTER(*) function '%s' at %L cannot be recursive"
msgstr ""
-#: fortran/resolve.c:5845
+#: fortran/resolve.c:5857
#, no-c-format
msgid "CHARACTER(*) function '%s' at %L is obsolescent in fortran 95"
msgstr ""
-#: fortran/resolve.c:5870
+#: fortran/resolve.c:5882
#, no-c-format
msgid ""
"Character length of component '%s' needs to be a constant specification "
"expression at %L."
msgstr ""
-#: fortran/resolve.c:5885
+#: fortran/resolve.c:5897
#, no-c-format
msgid ""
"The component '%s' is a PRIVATE type and cannot be a component of '%s', "
"which is PUBLIC at %L"
msgstr ""
-#: fortran/resolve.c:5895
+#: fortran/resolve.c:5907
#, no-c-format
msgid ""
"Component %s of SEQUENCE type declared at %L does not have the SEQUENCE "
"attribute"
msgstr ""
-#: fortran/resolve.c:5905
+#: fortran/resolve.c:5917
#, no-c-format
msgid ""
"The pointer component '%s' of '%s' at %L is a type that has not been declared"
msgstr ""
-#: fortran/resolve.c:5923
+#: fortran/resolve.c:5935
#, no-c-format
msgid "Component '%s' of '%s' at %L must have constant array bounds."
msgstr ""
-#: fortran/resolve.c:5964
+#: fortran/resolve.c:5976
#, no-c-format
msgid "PRIVATE symbol '%s' cannot be member of PUBLIC namelist at %L"
msgstr ""
-#: fortran/resolve.c:5977
+#: fortran/resolve.c:5989
#, no-c-format
msgid "The array '%s' must have constant shape to be a NAMELIST object at %L"
msgstr ""
-#: fortran/resolve.c:5990
+#: fortran/resolve.c:6002
#, no-c-format
msgid "NAMELIST object '%s' at %L cannot have ALLOCATABLE components"
msgstr ""
-#: fortran/resolve.c:6009
+#: fortran/resolve.c:6021
#, no-c-format
msgid "PROCEDURE attribute conflicts with NAMELIST attribute in '%s' at %L"
msgstr ""
-#: fortran/resolve.c:6026
+#: fortran/resolve.c:6038
#, no-c-format
msgid "Parameter array '%s' at %L cannot be automatic or assumed shape"
msgstr ""
-#: fortran/resolve.c:6038
+#: fortran/resolve.c:6050
#, no-c-format
msgid ""
"Implicitly typed PARAMETER '%s' at %L doesn't match a later IMPLICIT type"
msgstr ""
-#: fortran/resolve.c:6049
+#: fortran/resolve.c:6061
#, no-c-format
msgid "Incompatible derived type in PARAMETER at %L"
msgstr ""
-#: fortran/resolve.c:6151
+#: fortran/resolve.c:6163
#, no-c-format
msgid "Assumed size array at %L must be a dummy argument"
msgstr ""
-#: fortran/resolve.c:6154
+#: fortran/resolve.c:6166
#, no-c-format
msgid "Assumed shape array at %L must be a dummy argument"
msgstr ""
-#: fortran/resolve.c:6167
+#: fortran/resolve.c:6179
#, no-c-format
msgid "Symbol at %L is not a DUMMY variable"
msgstr ""
-#: fortran/resolve.c:6182
+#: fortran/resolve.c:6194
#, no-c-format
msgid ""
"The derived type '%s' at %L is of type '%s', which has not been defined."
msgstr ""
-#: fortran/resolve.c:6201
+#: fortran/resolve.c:6213
#, no-c-format
msgid ""
"The INTENT(OUT) dummy argument '%s' at %L is ASSUMED SIZE and so cannot have "
"a default initializer"
msgstr ""
-#: fortran/resolve.c:6239
+#: fortran/resolve.c:6251
#, no-c-format
msgid "Intrinsic at %L does not exist"
msgstr ""
-#: fortran/resolve.c:6272
+#: fortran/resolve.c:6284
#, no-c-format
msgid "Threadprivate at %L isn't SAVEd"
msgstr ""
-#: fortran/resolve.c:6351
+#: fortran/resolve.c:6363
#, no-c-format
msgid "BLOCK DATA element '%s' at %L must be in COMMON"
msgstr ""
-#: fortran/resolve.c:6395
+#: fortran/resolve.c:6407
#, no-c-format
msgid "Nonconstant array section at %L in DATA statement"
msgstr ""
-#: fortran/resolve.c:6408
+#: fortran/resolve.c:6420
#, no-c-format
msgid "DATA statement at %L has more variables than values"
msgstr ""
-#: fortran/resolve.c:6500
+#: fortran/resolve.c:6512
#, no-c-format
msgid "iterator start at %L does not simplify"
msgstr ""
-#: fortran/resolve.c:6508
+#: fortran/resolve.c:6520
#, no-c-format
msgid "iterator end at %L does not simplify"
msgstr ""
-#: fortran/resolve.c:6516
+#: fortran/resolve.c:6528
#, no-c-format
msgid "iterator step at %L does not simplify"
msgstr ""
-#: fortran/resolve.c:6639
+#: fortran/resolve.c:6651
#, no-c-format
msgid "DATA statement at %L has more values than variables"
msgstr ""
-#: fortran/resolve.c:6715
+#: fortran/resolve.c:6727
#, no-c-format
msgid "Label %d at %L defined but not used"
msgstr ""
-#: fortran/resolve.c:6720
+#: fortran/resolve.c:6732
#, no-c-format
msgid "Label %d at %L defined but cannot be used"
msgstr ""
-#: fortran/resolve.c:6805
+#: fortran/resolve.c:6817
#, no-c-format
msgid ""
"Derived type variable '%s' at %L must have SEQUENCE attribute to be an "
"EQUIVALENCE object"
msgstr ""
-#: fortran/resolve.c:6813
+#: fortran/resolve.c:6825
#, no-c-format
msgid ""
"Derived type variable '%s' at %L cannot have ALLOCATABLE components to be an "
"EQUIVALENCE object"
msgstr ""
-#: fortran/resolve.c:6828
+#: fortran/resolve.c:6840
#, no-c-format
msgid ""
"Derived type variable '%s' at %L with pointer component(s) cannot be an "
"EQUIVALENCE object"
msgstr ""
-#: fortran/resolve.c:6835
+#: fortran/resolve.c:6847
#, no-c-format
msgid ""
"Derived type variable '%s' at %L with default initializer cannot be an "
"EQUIVALENCE object"
msgstr ""
-#: fortran/resolve.c:6936
+#: fortran/resolve.c:6948
#, no-c-format
msgid "Syntax error in EQUIVALENCE statement at %L"
msgstr ""
-#: fortran/resolve.c:6953
+#: fortran/resolve.c:6965
#, no-c-format
msgid ""
"Initialized objects '%s' and '%s' cannot both be in the EQUIVALENCE "
"statement at %L"
msgstr ""
-#: fortran/resolve.c:6967
+#: fortran/resolve.c:6979
#, no-c-format
msgid ""
"Common block member '%s' at %L cannot be an EQUIVALENCE object in the pure "
"procedure '%s'"
msgstr ""
-#: fortran/resolve.c:6976
+#: fortran/resolve.c:6988
#, no-c-format
msgid "Named constant '%s' at %L cannot be an EQUIVALENCE object"
msgstr ""
-#: fortran/resolve.c:7055
+#: fortran/resolve.c:7067
#, no-c-format
msgid ""
"Array '%s' at %L with non-constant bounds cannot be an EQUIVALENCE object"
msgstr ""
-#: fortran/resolve.c:7066
+#: fortran/resolve.c:7078
#, no-c-format
msgid "Structure component '%s' at %L cannot be an EQUIVALENCE object"
msgstr ""
-#: fortran/resolve.c:7077
+#: fortran/resolve.c:7089
#, no-c-format
msgid "Substring at %L has length zero"
msgstr ""
-#: fortran/resolve.c:7120
+#: fortran/resolve.c:7132
#, no-c-format
msgid "PUBLIC function '%s' at %L cannot be of PRIVATE type '%s'"
msgstr ""
-#: fortran/resolve.c:7147
+#: fortran/resolve.c:7159
#, no-c-format
msgid "ENTRY '%s' at %L has no IMPLICIT type"
msgstr ""
-#: fortran/resolve.c:7173
+#: fortran/resolve.c:7185
#, no-c-format
msgid "User operator procedure '%s' at %L must be a FUNCTION"
msgstr ""
-#: fortran/resolve.c:7179
+#: fortran/resolve.c:7191
#, no-c-format
msgid "User operator procedure '%s' at %L cannot be assumed character length"
msgstr ""
-#: fortran/resolve.c:7185
+#: fortran/resolve.c:7197
#, no-c-format
msgid "User operator procedure '%s' at %L must have at least one argument"
msgstr ""
-#: fortran/resolve.c:7195
+#: fortran/resolve.c:7207
#, no-c-format
msgid "First argument of operator interface at %L cannot be optional"
msgstr ""
-#: fortran/resolve.c:7207
+#: fortran/resolve.c:7219
#, no-c-format
msgid "Second argument of operator interface at %L cannot be optional"
msgstr ""
-#: fortran/resolve.c:7211
+#: fortran/resolve.c:7223
#, no-c-format
msgid "Operator interface at %L must have, at most, two arguments"
msgstr ""
-#: fortran/resolve.c:7244
+#: fortran/resolve.c:7256
#, no-c-format
msgid "Contained procedure '%s' at %L of a PURE procedure must also be PURE"
msgstr ""
@@ -9699,35 +9699,35 @@ msgstr ""
msgid "Named COMMON block '%s' at %L shall be of the same size"
msgstr ""
-#: fortran/trans-common.c:669
+#: fortran/trans-common.c:670
#, no-c-format
msgid "Bad array reference at %L"
msgstr ""
-#: fortran/trans-common.c:677
+#: fortran/trans-common.c:678
#, no-c-format
msgid "Illegal reference type at %L as EQUIVALENCE object"
msgstr ""
-#: fortran/trans-common.c:717
+#: fortran/trans-common.c:718
#, no-c-format
msgid "Inconsistent equivalence rules involving '%s' at %L and '%s' at %L"
msgstr ""
#. Aligning this field would misalign a previous field.
-#: fortran/trans-common.c:850
+#: fortran/trans-common.c:851
#, no-c-format
msgid ""
"The equivalence set for variable '%s' declared at %L violates alignment "
"requirements"
msgstr ""
-#: fortran/trans-common.c:915
+#: fortran/trans-common.c:916
#, no-c-format
msgid "Equivalence for '%s' does not match ordering of COMMON '%s' at %L"
msgstr ""
-#: fortran/trans-common.c:930
+#: fortran/trans-common.c:931
#, no-c-format
msgid ""
"The equivalence set for '%s' cause an invalid extension to COMMON '%s' at %L"
@@ -9736,17 +9736,17 @@ msgstr ""
#. The required offset conflicts with previous alignment
#. requirements. Insert padding immediately before this
#. segment.
-#: fortran/trans-common.c:941
+#: fortran/trans-common.c:942
#, no-c-format
msgid "Padding of %d bytes required before '%s' in COMMON '%s' at %L"
msgstr ""
-#: fortran/trans-common.c:967
+#: fortran/trans-common.c:968
#, no-c-format
msgid "COMMON '%s' at %L does not exist"
msgstr ""
-#: fortran/trans-common.c:974
+#: fortran/trans-common.c:975
#, no-c-format
msgid "COMMON '%s' at %L requires %d bytes of padding at start"
msgstr ""
@@ -9771,7 +9771,7 @@ msgstr ""
msgid "Unused variable %s declared at %L"
msgstr ""
-#: fortran/trans-expr.c:1954
+#: fortran/trans-expr.c:1962
#, no-c-format
msgid "Unknown argument list function at %L"
msgstr ""
@@ -16252,7 +16252,7 @@ msgstr ""
msgid "cannot apply %<offsetof%> when %<operator[]%> is overloaded"
msgstr ""
-#: c-common.c:6070 cp/typeck.c:4434
+#: c-common.c:6070 cp/typeck.c:4432
#, gcc-internal-format
msgid "attempt to take address of bit-field structure member %qD"
msgstr ""
@@ -16304,8 +16304,8 @@ msgstr ""
#. an unprototyped function, it is compile-time undefined;
#. making it a constraint in that case was rejected in
#. DR#252.
-#: c-convert.c:96 c-typeck.c:1691 c-typeck.c:3901 cp/typeck.c:1506
-#: cp/typeck.c:5619 cp/typeck.c:6208 fortran/convert.c:89
+#: c-convert.c:96 c-typeck.c:1691 c-typeck.c:3901 cp/typeck.c:1504
+#: cp/typeck.c:5617 cp/typeck.c:6206 fortran/convert.c:89
#: treelang/tree-convert.c:79
#, gcc-internal-format
msgid "void value not ignored as it ought to be"
@@ -16597,7 +16597,7 @@ msgstr ""
msgid "%Hfor each function it appears in.)"
msgstr ""
-#: c-decl.c:2494 cp/decl.c:2252
+#: c-decl.c:2494 cp/decl.c:2269
#, gcc-internal-format
msgid "label %qE referenced outside of any function"
msgstr ""
@@ -16719,7 +16719,7 @@ msgstr ""
msgid "%q+D is usually a function"
msgstr ""
-#: c-decl.c:3187 cp/decl.c:3858 cp/decl2.c:780
+#: c-decl.c:3187 cp/decl.c:3875 cp/decl2.c:780
#, gcc-internal-format
msgid "typedef %qD is initialized (use __typeof__ instead)"
msgstr ""
@@ -16740,7 +16740,7 @@ msgstr ""
msgid "variable %qD has initializer but incomplete type"
msgstr ""
-#: c-decl.c:3299 c-decl.c:6023 cp/decl.c:3900 cp/decl.c:10482
+#: c-decl.c:3299 c-decl.c:6023 cp/decl.c:3917 cp/decl.c:10538
#, gcc-internal-format
msgid "inline function %q+D given attribute noinline"
msgstr ""
@@ -16870,22 +16870,22 @@ msgstr ""
msgid "storage class specified for structure field %qs"
msgstr ""
-#: c-decl.c:4057 cp/decl.c:7511
+#: c-decl.c:4057 cp/decl.c:7567
#, gcc-internal-format
msgid "storage class specified for parameter %qs"
msgstr ""
-#: c-decl.c:4060 cp/decl.c:7513
+#: c-decl.c:4060 cp/decl.c:7569
#, gcc-internal-format
msgid "storage class specified for typename"
msgstr ""
-#: c-decl.c:4077 cp/decl.c:7530
+#: c-decl.c:4077 cp/decl.c:7586
#, gcc-internal-format
msgid "%qs initialized and declared %<extern%>"
msgstr ""
-#: c-decl.c:4080 cp/decl.c:7533
+#: c-decl.c:4080 cp/decl.c:7589
#, gcc-internal-format
msgid "%qs has both %<extern%> and initializer"
msgstr ""
@@ -16900,12 +16900,12 @@ msgstr ""
msgid "file-scope declaration of %qs specifies %<register%>"
msgstr ""
-#: c-decl.c:4092 cp/decl.c:7537
+#: c-decl.c:4092 cp/decl.c:7593
#, gcc-internal-format
msgid "nested function %qs declared %<extern%>"
msgstr ""
-#: c-decl.c:4095 cp/decl.c:7547
+#: c-decl.c:4095 cp/decl.c:7603
#, gcc-internal-format
msgid "function-scope %qs implicitly auto and declared %<__thread%>"
msgstr ""
@@ -16958,7 +16958,7 @@ msgstr ""
msgid "ISO C90 forbids variable-size array %qs"
msgstr ""
-#: c-decl.c:4296 c-decl.c:4551 cp/decl.c:7946
+#: c-decl.c:4296 c-decl.c:4551 cp/decl.c:8002
#, gcc-internal-format
msgid "size of array %qs is too large"
msgstr ""
@@ -16979,12 +16979,12 @@ msgstr ""
msgid "array type has incomplete element type"
msgstr ""
-#: c-decl.c:4425 cp/decl.c:7631
+#: c-decl.c:4425 cp/decl.c:7687
#, gcc-internal-format
msgid "%qs declared as function returning a function"
msgstr ""
-#: c-decl.c:4430 cp/decl.c:7636
+#: c-decl.c:4430 cp/decl.c:7692
#, gcc-internal-format
msgid "%qs declared as function returning an array"
msgstr ""
@@ -17075,7 +17075,7 @@ msgstr ""
#. A mere warning is sure to result in improper
#. semantics at runtime. Don't bother to allow this to
#. compile.
-#: c-decl.c:4862 cp/decl.c:6398 cp/decl.c:8538
+#: c-decl.c:4862 cp/decl.c:6454 cp/decl.c:8594
#, gcc-internal-format
msgid "thread-local storage not supported for this target"
msgstr ""
@@ -17170,7 +17170,7 @@ msgstr ""
msgid "nested redefinition of %<struct %E%>"
msgstr ""
-#: c-decl.c:5359 cp/decl.c:3663
+#: c-decl.c:5359 cp/decl.c:3680
#, gcc-internal-format
msgid "declaration does not declare anything"
msgstr ""
@@ -17428,7 +17428,7 @@ msgstr ""
msgid "argument %qD doesn%'t match prototype"
msgstr ""
-#: c-decl.c:6758 cp/decl.c:11270
+#: c-decl.c:6758 cp/decl.c:11326
#, gcc-internal-format
msgid "no return statement in function returning non-void"
msgstr ""
@@ -18214,7 +18214,7 @@ msgstr ""
msgid "%H%qE is not initialized"
msgstr ""
-#: c-omp.c:247 cp/semantics.c:3812
+#: c-omp.c:247 cp/semantics.c:3815
#, gcc-internal-format
msgid "%Hmissing controlling predicate"
msgstr ""
@@ -18224,7 +18224,7 @@ msgstr ""
msgid "%Hinvalid controlling predicate"
msgstr ""
-#: c-omp.c:312 cp/semantics.c:3818
+#: c-omp.c:312 cp/semantics.c:3821
#, gcc-internal-format
msgid "%Hmissing increment expression"
msgstr ""
@@ -18413,7 +18413,7 @@ msgstr ""
msgid "expected identifier"
msgstr ""
-#: c-parser.c:1765 cp/parser.c:10509
+#: c-parser.c:1765 cp/parser.c:10521
#, gcc-internal-format
msgid "comma at end of enumerator list"
msgstr ""
@@ -18498,7 +18498,7 @@ msgstr ""
msgid "wide string literal in %<asm%>"
msgstr ""
-#: c-parser.c:2760 c-parser.c:6619 cp/parser.c:19250
+#: c-parser.c:2760 c-parser.c:6619 cp/parser.c:19262
#, gcc-internal-format
msgid "expected string literal"
msgstr ""
@@ -18627,29 +18627,29 @@ msgstr ""
msgid "extra semicolon in method definition specified"
msgstr ""
-#: c-parser.c:6525 cp/parser.c:19293
+#: c-parser.c:6525 cp/parser.c:19305
#, gcc-internal-format
msgid "%<#pragma omp barrier%> may only be used in compound statements"
msgstr ""
-#: c-parser.c:6536 cp/parser.c:19308
+#: c-parser.c:6536 cp/parser.c:19320
#, gcc-internal-format
msgid "%<#pragma omp flush%> may only be used in compound statements"
msgstr ""
-#: c-parser.c:6548 cp/parser.c:19334
+#: c-parser.c:6548 cp/parser.c:19346
#, gcc-internal-format
msgid ""
"%<#pragma omp section%> may only be used in %<#pragma omp sections%> "
"construct"
msgstr ""
-#: c-parser.c:6554 cp/parser.c:19283
+#: c-parser.c:6554 cp/parser.c:19295
#, gcc-internal-format
msgid "%<#pragma GCC pch_preprocess%> must be first"
msgstr ""
-#: c-parser.c:6705 cp/parser.c:18131
+#: c-parser.c:6705 cp/parser.c:18143
#, gcc-internal-format
msgid "too many %qs clauses"
msgstr ""
@@ -18679,7 +18679,7 @@ msgstr ""
msgid "expected %<+%>, %<*%>, %<-%>, %<&%>, %<^%>, %<|%>, %<&&%>, or %<||%>"
msgstr ""
-#: c-parser.c:7086 cp/parser.c:18480
+#: c-parser.c:7086 cp/parser.c:18492
#, gcc-internal-format
msgid "schedule %<runtime%> does not take a %<chunk_size%> parameter"
msgstr ""
@@ -18694,7 +18694,7 @@ msgstr ""
msgid "expected %<#pragma omp%> clause"
msgstr ""
-#: c-parser.c:7198 cp/parser.c:18589
+#: c-parser.c:7198 cp/parser.c:18601
#, gcc-internal-format
msgid "%qs is not valid for %qs"
msgstr ""
@@ -18714,7 +18714,7 @@ msgstr ""
msgid "for statement expected"
msgstr ""
-#: c-parser.c:7460 cp/semantics.c:3798 cp/semantics.c:3842
+#: c-parser.c:7460 cp/semantics.c:3801 cp/semantics.c:3845
#, gcc-internal-format
msgid "expected iteration declaration or initialization"
msgstr ""
@@ -18724,22 +18724,22 @@ msgstr ""
msgid "expected %<#pragma omp section%> or %<}%>"
msgstr ""
-#: c-parser.c:7811 cp/parser.c:19171 fortran/openmp.c:470
+#: c-parser.c:7811 cp/parser.c:19183 fortran/openmp.c:470
#, gcc-internal-format
msgid "threadprivate variables not supported in this target"
msgstr ""
-#: c-parser.c:7821 cp/semantics.c:3692
+#: c-parser.c:7821 cp/semantics.c:3695
#, gcc-internal-format
msgid "%qE declared %<threadprivate%> after first use"
msgstr ""
-#: c-parser.c:7823 cp/semantics.c:3694
+#: c-parser.c:7823 cp/semantics.c:3697
#, gcc-internal-format
msgid "automatic variable %qE cannot be %<threadprivate%>"
msgstr ""
-#: c-parser.c:7825 cp/semantics.c:3696
+#: c-parser.c:7825 cp/semantics.c:3699
#, gcc-internal-format
msgid "%<threadprivate%> %qE has incomplete type"
msgstr ""
@@ -19077,17 +19077,17 @@ msgstr ""
msgid "dereferencing %<void *%> pointer"
msgstr ""
-#: c-typeck.c:1913 cp/typeck.c:2369
+#: c-typeck.c:1913 cp/typeck.c:2367
#, gcc-internal-format
msgid "invalid type argument of %qs"
msgstr ""
-#: c-typeck.c:1941 cp/typeck.c:2512
+#: c-typeck.c:1941 cp/typeck.c:2510
#, gcc-internal-format
msgid "subscripted value is neither array nor pointer"
msgstr ""
-#: c-typeck.c:1952 cp/typeck.c:2431 cp/typeck.c:2517
+#: c-typeck.c:1952 cp/typeck.c:2429 cp/typeck.c:2515
#, gcc-internal-format
msgid "array subscript is not an integer"
msgstr ""
@@ -19238,7 +19238,7 @@ msgstr ""
msgid "comparisons like X<=Y<=Z do not have their mathematical meaning"
msgstr ""
-#: c-typeck.c:2696 c-typeck.c:2701 cp/typeck.c:3281 cp/typeck.c:3390
+#: c-typeck.c:2696 c-typeck.c:2701 cp/typeck.c:3279 cp/typeck.c:3388
#, gcc-internal-format
msgid "comparison with string literal results in unspecified behaviour"
msgstr ""
@@ -19709,7 +19709,7 @@ msgstr ""
msgid "(near initialization for %qs)"
msgstr ""
-#: c-typeck.c:5093 cp/decl.c:4824
+#: c-typeck.c:5093 cp/decl.c:4841
#, gcc-internal-format
msgid "opaque vector types cannot be initialized"
msgstr ""
@@ -19739,7 +19739,7 @@ msgstr ""
msgid "ISO C forbids %<goto *expr;%>"
msgstr ""
-#: c-typeck.c:6982 cp/typeck.c:6461
+#: c-typeck.c:6982 cp/typeck.c:6459
#, gcc-internal-format
msgid "function declared %<noreturn%> has a %<return%> statement"
msgstr ""
@@ -19796,7 +19796,7 @@ msgid ""
"containing enclosing switch statement"
msgstr ""
-#: c-typeck.c:7196 cp/parser.c:6415
+#: c-typeck.c:7196 cp/parser.c:6427
#, gcc-internal-format
msgid "case label not within a switch statement"
msgstr ""
@@ -19811,17 +19811,17 @@ msgstr ""
msgid "%Hsuggest explicit braces to avoid ambiguous %<else%>"
msgstr ""
-#: c-typeck.c:7386 cp/cp-gimplify.c:97 cp/parser.c:6911
+#: c-typeck.c:7386 cp/cp-gimplify.c:97 cp/parser.c:6923
#, gcc-internal-format
msgid "break statement not within loop or switch"
msgstr ""
-#: c-typeck.c:7388 cp/parser.c:6932
+#: c-typeck.c:7388 cp/parser.c:6944
#, gcc-internal-format
msgid "continue statement not within a loop"
msgstr ""
-#: c-typeck.c:7393 cp/parser.c:6922
+#: c-typeck.c:7393 cp/parser.c:6934
#, gcc-internal-format
msgid "break statement used with OpenMP for loop"
msgstr ""
@@ -19841,27 +19841,27 @@ msgstr ""
msgid "division by zero"
msgstr ""
-#: c-typeck.c:7987 cp/typeck.c:3214
+#: c-typeck.c:7987 cp/typeck.c:3212
#, gcc-internal-format
msgid "right shift count is negative"
msgstr ""
-#: c-typeck.c:7994 cp/typeck.c:3220
+#: c-typeck.c:7994 cp/typeck.c:3218
#, gcc-internal-format
msgid "right shift count >= width of type"
msgstr ""
-#: c-typeck.c:8015 cp/typeck.c:3239
+#: c-typeck.c:8015 cp/typeck.c:3237
#, gcc-internal-format
msgid "left shift count is negative"
msgstr ""
-#: c-typeck.c:8018 cp/typeck.c:3241
+#: c-typeck.c:8018 cp/typeck.c:3239
#, gcc-internal-format
msgid "left shift count >= width of type"
msgstr ""
-#: c-typeck.c:8036 cp/typeck.c:3277
+#: c-typeck.c:8036 cp/typeck.c:3275
#, gcc-internal-format
msgid "comparing floating point with == or != is unsafe"
msgstr ""
@@ -19906,12 +19906,12 @@ msgstr ""
msgid "comparison between signed and unsigned"
msgstr ""
-#: c-typeck.c:8448 cp/typeck.c:3709
+#: c-typeck.c:8448 cp/typeck.c:3707
#, gcc-internal-format
msgid "comparison of promoted ~unsigned with constant"
msgstr ""
-#: c-typeck.c:8456 cp/typeck.c:3717
+#: c-typeck.c:8456 cp/typeck.c:3715
#, gcc-internal-format
msgid "comparison of promoted ~unsigned with unsigned"
msgstr ""
@@ -19931,48 +19931,48 @@ msgstr ""
msgid "used union type value where scalar is required"
msgstr ""
-#: c-typeck.c:8627 cp/semantics.c:3519
+#: c-typeck.c:8627 cp/semantics.c:3522
#, gcc-internal-format
msgid "%qE has invalid type for %<reduction%>"
msgstr ""
-#: c-typeck.c:8661 cp/semantics.c:3532
+#: c-typeck.c:8661 cp/semantics.c:3535
#, gcc-internal-format
msgid "%qE has invalid type for %<reduction(%s)%>"
msgstr ""
-#: c-typeck.c:8677 cp/semantics.c:3542
+#: c-typeck.c:8677 cp/semantics.c:3545
#, gcc-internal-format
msgid "%qE must be %<threadprivate%> for %<copyin%>"
msgstr ""
-#: c-typeck.c:8686 cp/semantics.c:3347
+#: c-typeck.c:8686 cp/semantics.c:3350
#, gcc-internal-format
msgid "%qE is not a variable in clause %qs"
msgstr ""
-#: c-typeck.c:8693 c-typeck.c:8713 c-typeck.c:8733 cp/semantics.c:3354
-#: cp/semantics.c:3373 cp/semantics.c:3392
+#: c-typeck.c:8693 c-typeck.c:8713 c-typeck.c:8733 cp/semantics.c:3376
+#: cp/semantics.c:3395
#, gcc-internal-format
msgid "%qE appears more than once in data clauses"
msgstr ""
-#: c-typeck.c:8707 cp/semantics.c:3367
+#: c-typeck.c:8707 cp/semantics.c:3370
#, gcc-internal-format
msgid "%qE is not a variable in clause %<firstprivate%>"
msgstr ""
-#: c-typeck.c:8727 cp/semantics.c:3386
+#: c-typeck.c:8727 cp/semantics.c:3389
#, gcc-internal-format
msgid "%qE is not a variable in clause %<lastprivate%>"
msgstr ""
-#: c-typeck.c:8785 cp/semantics.c:3583
+#: c-typeck.c:8785 cp/semantics.c:3586
#, gcc-internal-format
msgid "%qE is predetermined %qs for %qs"
msgstr ""
-#: calls.c:1961
+#: calls.c:1973
#, gcc-internal-format
msgid "function call has aggregate value"
msgstr ""
@@ -20602,47 +20602,47 @@ msgstr ""
msgid "exception handling disabled, use -fexceptions to enable"
msgstr ""
-#: except.c:2879
+#: except.c:2883
#, gcc-internal-format
msgid "argument of %<__builtin_eh_return_regno%> must be constant"
msgstr ""
-#: except.c:3010
+#: except.c:3014
#, gcc-internal-format
msgid "__builtin_eh_return not supported on this target"
msgstr ""
-#: except.c:3871 except.c:3880
+#: except.c:3875 except.c:3884
#, gcc-internal-format
msgid "region_array is corrupted for region %i"
msgstr ""
-#: except.c:3885
+#: except.c:3889
#, gcc-internal-format
msgid "outer block of region %i is wrong"
msgstr ""
-#: except.c:3890
+#: except.c:3894
#, gcc-internal-format
msgid "region %i may contain throw and is contained in region that may not"
msgstr ""
-#: except.c:3896
+#: except.c:3900
#, gcc-internal-format
msgid "negative nesting depth of region %i"
msgstr ""
-#: except.c:3916
+#: except.c:3920
#, gcc-internal-format
msgid "tree list ends on depth %i"
msgstr ""
-#: except.c:3921
+#: except.c:3925
#, gcc-internal-format
msgid "array does not match the region tree"
msgstr ""
-#: except.c:3927
+#: except.c:3931
#, gcc-internal-format
msgid "verify_eh_tree failed"
msgstr ""
@@ -20652,7 +20652,7 @@ msgstr ""
msgid "stack limits not supported on this target"
msgstr ""
-#: fold-const.c:958 tree-ssa-loop-niter.c:1163 tree-vrp.c:4346
+#: fold-const.c:958 tree-ssa-loop-niter.c:1163 tree-vrp.c:4423
#, gcc-internal-format
msgid "%H%s"
msgstr ""
@@ -20667,27 +20667,27 @@ msgstr ""
msgid "comparison is always %d due to width of bit-field"
msgstr ""
-#: fold-const.c:4868
+#: fold-const.c:4884
#, gcc-internal-format
msgid "assuming signed overflow does not occur when simplifying range test"
msgstr ""
-#: fold-const.c:5247 fold-const.c:5262
+#: fold-const.c:5263 fold-const.c:5278
#, gcc-internal-format
msgid "comparison is always %d"
msgstr ""
-#: fold-const.c:5391
+#: fold-const.c:5407
#, gcc-internal-format
msgid "%<or%> of unmatched not-equal tests is always 1"
msgstr ""
-#: fold-const.c:5396
+#: fold-const.c:5412
#, gcc-internal-format
msgid "%<and%> of mutually exclusive equal-tests is always 0"
msgstr ""
-#: fold-const.c:11859
+#: fold-const.c:11875
#, gcc-internal-format
msgid "fold check: original tree changed by fold"
msgstr ""
@@ -20702,7 +20702,7 @@ msgstr ""
msgid "size of variable %q+D is too large"
msgstr ""
-#: function.c:1560
+#: function.c:1560 gimplify.c:4063
#, gcc-internal-format
msgid "impossible constraint in %<asm%>"
msgstr ""
@@ -20875,40 +20875,45 @@ msgstr ""
#: gimplify.c:4064
#, gcc-internal-format
+msgid "non-memory input %d must stay in memory"
+msgstr ""
+
+#: gimplify.c:4077
+#, gcc-internal-format
msgid "memory input %d is not directly addressable"
msgstr ""
-#: gimplify.c:4537
+#: gimplify.c:4550
#, gcc-internal-format
msgid "%qs not specified in enclosing parallel"
msgstr ""
-#: gimplify.c:4539
+#: gimplify.c:4552
#, gcc-internal-format
msgid "%Henclosing parallel"
msgstr ""
-#: gimplify.c:4593
+#: gimplify.c:4606
#, gcc-internal-format
msgid "iteration variable %qs should be private"
msgstr ""
-#: gimplify.c:4607
+#: gimplify.c:4620
#, gcc-internal-format
msgid "iteration variable %qs should not be firstprivate"
msgstr ""
-#: gimplify.c:4610
+#: gimplify.c:4623
#, gcc-internal-format
msgid "iteration variable %qs should not be reduction"
msgstr ""
-#: gimplify.c:4734
+#: gimplify.c:4747
#, gcc-internal-format
msgid "%s variable %qs is private in outer context"
msgstr ""
-#: gimplify.c:6025
+#: gimplify.c:6051
#, gcc-internal-format
msgid "gimplification failed"
msgstr ""
@@ -20929,42 +20934,42 @@ msgstr ""
msgid "fix_sched_param: unknown param: %s"
msgstr ""
-#: omp-low.c:1266
+#: omp-low.c:1269
#, gcc-internal-format
msgid ""
"work-sharing region may not be closely nested inside of work-sharing, "
"critical, ordered or master region"
msgstr ""
-#: omp-low.c:1282
+#: omp-low.c:1285
#, gcc-internal-format
msgid "master region may not be closely nested inside of work-sharing region"
msgstr ""
-#: omp-low.c:1296
+#: omp-low.c:1299
#, gcc-internal-format
msgid "ordered region may not be closely nested inside of critical region"
msgstr ""
-#: omp-low.c:1302
+#: omp-low.c:1305
#, gcc-internal-format
msgid ""
"ordered region must be closely nested inside a loop region with an ordered "
"clause"
msgstr ""
-#: omp-low.c:1316
+#: omp-low.c:1319
#, gcc-internal-format
msgid ""
"critical region may not be nested inside a critical region with the same name"
msgstr ""
-#: omp-low.c:4459 cp/decl.c:2515 cp/parser.c:6919 cp/parser.c:6939
+#: omp-low.c:4497 cp/decl.c:2532 cp/parser.c:6931 cp/parser.c:6951
#, gcc-internal-format
msgid "invalid exit from OpenMP structured block"
msgstr ""
-#: omp-low.c:4461
+#: omp-low.c:4499
#, gcc-internal-format
msgid "invalid entry to OpenMP structured block"
msgstr ""
@@ -22232,14 +22237,14 @@ msgstr ""
msgid "no support for induction"
msgstr ""
-#: tree-vrp.c:4328
+#: tree-vrp.c:4405
#, gcc-internal-format
msgid ""
"assuming signed overflow does not occur when simplifying conditional to "
"constant"
msgstr ""
-#: tree-vrp.c:4334
+#: tree-vrp.c:4411
#, gcc-internal-format
msgid "assuming signed overflow does not occur when simplifying conditional"
msgstr ""
@@ -22262,10 +22267,10 @@ msgid "%q+D redeclared without dllimport attribute: previous dllimport ignored"
msgstr ""
#: tree.c:3726 tree.c:3738 config/darwin.c:1359 config/arm/arm.c:2906
-#: config/arm/arm.c:2934 config/avr/avr.c:4693 config/h8300/h8300.c:5282
-#: config/h8300/h8300.c:5306 config/i386/i386.c:2382 config/i386/i386.c:17541
+#: config/arm/arm.c:2934 config/avr/avr.c:4694 config/h8300/h8300.c:5282
+#: config/h8300/h8300.c:5306 config/i386/i386.c:2382 config/i386/i386.c:17550
#: config/ia64/ia64.c:565 config/m68hc11/m68hc11.c:1118
-#: config/rs6000/rs6000.c:17704 config/sh/symbian.c:409
+#: config/rs6000/rs6000.c:17705 config/sh/symbian.c:409
#: config/sh/symbian.c:416
#, gcc-internal-format
msgid "%qs attribute ignored"
@@ -22922,39 +22927,40 @@ msgstr ""
msgid "unable to use '%s' for PIC register"
msgstr ""
-#: config/arm/arm.c:2874 config/arm/arm.c:2892 config/avr/avr.c:4713
-#: config/bfin/bfin.c:3666 config/c4x/c4x.c:4076 config/h8300/h8300.c:5258
-#: config/i386/i386.c:2337 config/m68hc11/m68hc11.c:1155
-#: config/m68k/m68k.c:381 config/mcore/mcore.c:3032 config/mt/mt.c:1276
-#: config/rs6000/rs6000.c:17630 config/sh/sh.c:7709 config/sh/sh.c:7730
-#: config/sh/sh.c:7753 config/stormy16/stormy16.c:2255 config/v850/v850.c:2123
+#: config/arm/arm.c:2874 config/arm/arm.c:2892 config/avr/avr.c:4714
+#: config/avr/avr.c:4756 config/bfin/bfin.c:3666 config/c4x/c4x.c:4076
+#: config/h8300/h8300.c:5258 config/i386/i386.c:2337
+#: config/m68hc11/m68hc11.c:1155 config/m68k/m68k.c:381
+#: config/mcore/mcore.c:3032 config/mt/mt.c:1276 config/rs6000/rs6000.c:17631
+#: config/sh/sh.c:7718 config/sh/sh.c:7739 config/sh/sh.c:7762
+#: config/stormy16/stormy16.c:2255 config/v850/v850.c:2123
#, gcc-internal-format
msgid "%qs attribute only applies to functions"
msgstr ""
-#: config/arm/arm.c:12104
+#: config/arm/arm.c:12105
#, gcc-internal-format
msgid "unable to compute real location of stacked parameter"
msgstr ""
#. @@@ better error message
-#: config/arm/arm.c:12749 config/arm/arm.c:12786
+#: config/arm/arm.c:12750 config/arm/arm.c:12787
#, gcc-internal-format
msgid "selector must be an immediate"
msgstr ""
#. @@@ better error message
-#: config/arm/arm.c:12829 config/i386/i386.c:16158 config/i386/i386.c:16192
+#: config/arm/arm.c:12830 config/i386/i386.c:16166 config/i386/i386.c:16200
#, gcc-internal-format
msgid "mask must be an immediate"
msgstr ""
-#: config/arm/arm.c:13488
+#: config/arm/arm.c:13489
#, gcc-internal-format
msgid "no low registers available for popping high registers"
msgstr ""
-#: config/arm/arm.c:13712
+#: config/arm/arm.c:13713
#, gcc-internal-format
msgid "interrupt Service Routines cannot be coded in Thumb mode"
msgstr ""
@@ -22969,32 +22975,32 @@ msgstr ""
msgid "static variable %q+D is marked dllimport"
msgstr ""
-#: config/avr/avr.c:568
+#: config/avr/avr.c:569
#, gcc-internal-format
msgid "large frame pointer change (%d) with -mtiny-stack"
msgstr ""
-#: config/avr/avr.c:4686
+#: config/avr/avr.c:4687
#, gcc-internal-format
msgid "only initialized variables can be placed into program memory area"
msgstr ""
-#: config/avr/avr.c:4730
+#: config/avr/avr.c:4731
#, gcc-internal-format
msgid "%qs appears to be a misspelled interrupt handler"
msgstr ""
-#: config/avr/avr.c:4738
+#: config/avr/avr.c:4739
#, gcc-internal-format
msgid "%qs appears to be a misspelled signal handler"
msgstr ""
-#: config/avr/avr.c:4830
+#: config/avr/avr.c:4847
#, gcc-internal-format
msgid "only uninitialized variables can be placed in the .noinit section"
msgstr ""
-#: config/avr/avr.c:4844
+#: config/avr/avr.c:4861
#, gcc-internal-format
msgid "MCU %qs supported for assembler only"
msgstr ""
@@ -23543,17 +23549,17 @@ msgstr ""
msgid "unsupported operand size for extended register"
msgstr ""
-#: config/i386/i386.c:15882 config/rs6000/rs6000.c:7318
+#: config/i386/i386.c:15890 config/rs6000/rs6000.c:7318
#, gcc-internal-format
msgid "selector must be an integer constant in the range 0..%wi"
msgstr ""
-#: config/i386/i386.c:16237 config/i386/i386.c:16321
+#: config/i386/i386.c:16245 config/i386/i386.c:16329
#, gcc-internal-format
msgid "shift must be an immediate"
msgstr ""
-#: config/i386/i386.c:17551 config/rs6000/rs6000.c:17713
+#: config/i386/i386.c:17560 config/rs6000/rs6000.c:17714
#, gcc-internal-format
msgid "%qs incompatible attribute ignored"
msgstr ""
@@ -23740,7 +23746,7 @@ msgstr ""
msgid "-fPIC is not currently supported on the 68000 or 68010"
msgstr ""
-#: config/m68k/m68k.c:680 config/rs6000/rs6000.c:13921
+#: config/m68k/m68k.c:680 config/rs6000/rs6000.c:13922
#, gcc-internal-format
msgid "stack limit expression is not supported"
msgstr ""
@@ -23935,7 +23941,7 @@ msgstr ""
msgid "-g option disabled"
msgstr ""
-#: config/pa/pa.c:8225
+#: config/pa/pa.c:8234
#, gcc-internal-format
msgid ""
"alignment (%u) for %s exceeds maximum alignment for global common data. "
@@ -24177,52 +24183,52 @@ msgstr ""
msgid "argument 1 of __builtin_spe_predicate is out of range"
msgstr ""
-#: config/rs6000/rs6000.c:13884
+#: config/rs6000/rs6000.c:13885
#, gcc-internal-format
msgid "stack frame too large"
msgstr ""
-#: config/rs6000/rs6000.c:16413
+#: config/rs6000/rs6000.c:16414
#, gcc-internal-format
msgid "no profiling of 64-bit code for this ABI"
msgstr ""
-#: config/rs6000/rs6000.c:17523
+#: config/rs6000/rs6000.c:17524
#, gcc-internal-format
msgid "use of %<long%> in AltiVec types is invalid for 64-bit code"
msgstr ""
-#: config/rs6000/rs6000.c:17525
+#: config/rs6000/rs6000.c:17526
#, gcc-internal-format
msgid "use of %<long%> in AltiVec types is deprecated; use %<int%>"
msgstr ""
-#: config/rs6000/rs6000.c:17529
+#: config/rs6000/rs6000.c:17530
#, gcc-internal-format
msgid "use of %<long long%> in AltiVec types is invalid"
msgstr ""
-#: config/rs6000/rs6000.c:17531
+#: config/rs6000/rs6000.c:17532
#, gcc-internal-format
msgid "use of %<double%> in AltiVec types is invalid"
msgstr ""
-#: config/rs6000/rs6000.c:17533
+#: config/rs6000/rs6000.c:17534
#, gcc-internal-format
msgid "use of %<long double%> in AltiVec types is invalid"
msgstr ""
-#: config/rs6000/rs6000.c:17535
+#: config/rs6000/rs6000.c:17536
#, gcc-internal-format
msgid "use of boolean types in AltiVec types is invalid"
msgstr ""
-#: config/rs6000/rs6000.c:17537
+#: config/rs6000/rs6000.c:17538
#, gcc-internal-format
msgid "use of %<complex%> in AltiVec types is invalid"
msgstr ""
-#: config/rs6000/rs6000.c:17539
+#: config/rs6000/rs6000.c:17540
#, gcc-internal-format
msgid "use of decimal floating point types in AltiVec types is invalid"
msgstr ""
@@ -24423,44 +24429,44 @@ msgstr ""
msgid "-fPIC and -G are incompatible"
msgstr ""
-#: config/sh/sh.c:6624
+#: config/sh/sh.c:6633
#, gcc-internal-format
msgid "__builtin_saveregs not supported by this subtarget"
msgstr ""
-#: config/sh/sh.c:7629
+#: config/sh/sh.c:7638
#, gcc-internal-format
msgid "%qs attribute only applies to interrupt functions"
msgstr ""
-#: config/sh/sh.c:7715
+#: config/sh/sh.c:7724
#, gcc-internal-format
msgid "attribute interrupt_handler is not compatible with -m5-compact"
msgstr ""
#. The argument must be a constant string.
-#: config/sh/sh.c:7737
+#: config/sh/sh.c:7746
#, gcc-internal-format
msgid "%qs attribute argument not a string constant"
msgstr ""
#. The argument must be a constant integer.
-#: config/sh/sh.c:7762
+#: config/sh/sh.c:7771
#, gcc-internal-format
msgid "%qs attribute argument not an integer constant"
msgstr ""
-#: config/sh/sh.c:9814
+#: config/sh/sh.c:9823
#, gcc-internal-format
msgid "r0 needs to be available as a call-clobbered register"
msgstr ""
-#: config/sh/sh.c:9835
+#: config/sh/sh.c:9844
#, gcc-internal-format
msgid "Need a second call-clobbered general purpose register"
msgstr ""
-#: config/sh/sh.c:9843
+#: config/sh/sh.c:9852
#, gcc-internal-format
msgid "Need a call-clobbered target register"
msgstr ""
@@ -24859,77 +24865,82 @@ msgstr ""
msgid "comparison between %q#T and %q#T"
msgstr ""
-#: cp/call.c:4127
+#: cp/call.c:4138
+#, gcc-internal-format
+msgid "no corresponding deallocation function for `%D'"
+msgstr ""
+
+#: cp/call.c:4143
#, gcc-internal-format
msgid "no suitable %<operator %s%> for %qT"
msgstr ""
-#: cp/call.c:4145
+#: cp/call.c:4161
#, gcc-internal-format
msgid "%q+#D is private"
msgstr ""
-#: cp/call.c:4147
+#: cp/call.c:4163
#, gcc-internal-format
msgid "%q+#D is protected"
msgstr ""
-#: cp/call.c:4149
+#: cp/call.c:4165
#, gcc-internal-format
msgid "%q+#D is inaccessible"
msgstr ""
-#: cp/call.c:4150
+#: cp/call.c:4166
#, gcc-internal-format
msgid "within this context"
msgstr ""
-#: cp/call.c:4239 cp/cvt.c:265
+#: cp/call.c:4255 cp/cvt.c:265
#, gcc-internal-format
msgid "invalid conversion from %qT to %qT"
msgstr ""
-#: cp/call.c:4241
+#: cp/call.c:4257
#, gcc-internal-format
msgid " initializing argument %P of %qD"
msgstr ""
-#: cp/call.c:4253
+#: cp/call.c:4269
#, gcc-internal-format
msgid "passing NULL to non-pointer argument %P of %qD"
msgstr ""
-#: cp/call.c:4256
+#: cp/call.c:4272
#, gcc-internal-format
msgid "converting to non-pointer type %qT from NULL"
msgstr ""
-#: cp/call.c:4264
+#: cp/call.c:4280
#, gcc-internal-format
msgid "passing %qT for argument %P to %qD"
msgstr ""
-#: cp/call.c:4267
+#: cp/call.c:4283
#, gcc-internal-format
msgid "converting to %qT from %qT"
msgstr ""
-#: cp/call.c:4407
+#: cp/call.c:4423
#, gcc-internal-format
msgid "cannot bind bitfield %qE to %qT"
msgstr ""
-#: cp/call.c:4410 cp/call.c:4426
+#: cp/call.c:4426 cp/call.c:4442
#, gcc-internal-format
msgid "cannot bind packed field %qE to %qT"
msgstr ""
-#: cp/call.c:4413
+#: cp/call.c:4429
#, gcc-internal-format
msgid "cannot bind rvalue %qE to %qT"
msgstr ""
-#: cp/call.c:4527
+#: cp/call.c:4543
#, gcc-internal-format
msgid ""
"cannot pass objects of non-POD type %q#T through %<...%>; call will abort at "
@@ -24937,103 +24948,103 @@ msgid ""
msgstr ""
#. Undefined behavior [expr.call] 5.2.2/7.
-#: cp/call.c:4555
+#: cp/call.c:4571
#, gcc-internal-format
msgid ""
"cannot receive objects of non-POD type %q#T through %<...%>; call will abort "
"at runtime"
msgstr ""
-#: cp/call.c:4598
+#: cp/call.c:4614
#, gcc-internal-format
msgid "the default argument for parameter %d of %qD has not yet been parsed"
msgstr ""
-#: cp/call.c:4682
+#: cp/call.c:4698
#, gcc-internal-format
msgid "argument of function call might be a candidate for a format attribute"
msgstr ""
-#: cp/call.c:4819
+#: cp/call.c:4835
#, gcc-internal-format
msgid "passing %qT as %<this%> argument of %q#D discards qualifiers"
msgstr ""
-#: cp/call.c:4838
+#: cp/call.c:4854
#, gcc-internal-format
msgid "%qT is not an accessible base of %qT"
msgstr ""
-#: cp/call.c:5094
+#: cp/call.c:5110
#, gcc-internal-format
msgid "could not find class$ field in java interface type %qT"
msgstr ""
-#: cp/call.c:5337
+#: cp/call.c:5353
#, gcc-internal-format
msgid "call to non-function %qD"
msgstr ""
-#: cp/call.c:5459
+#: cp/call.c:5475
#, gcc-internal-format
msgid "no matching function for call to %<%T::%s(%A)%#V%>"
msgstr ""
-#: cp/call.c:5477
+#: cp/call.c:5493
#, gcc-internal-format
msgid "call of overloaded %<%s(%A)%> is ambiguous"
msgstr ""
-#: cp/call.c:5503
+#: cp/call.c:5519
#, gcc-internal-format
msgid "cannot call member function %qD without object"
msgstr ""
-#: cp/call.c:6123
+#: cp/call.c:6139
#, gcc-internal-format
msgid "passing %qT chooses %qT over %qT"
msgstr ""
-#: cp/call.c:6125 cp/name-lookup.c:4259 cp/name-lookup.c:4680
+#: cp/call.c:6141 cp/name-lookup.c:4259 cp/name-lookup.c:4680
#, gcc-internal-format
msgid " in call to %qD"
msgstr ""
-#: cp/call.c:6182
+#: cp/call.c:6198
#, gcc-internal-format
msgid "choosing %qD over %qD"
msgstr ""
-#: cp/call.c:6183
+#: cp/call.c:6199
#, gcc-internal-format
msgid " for conversion from %qT to %qT"
msgstr ""
-#: cp/call.c:6185
+#: cp/call.c:6201
#, gcc-internal-format
msgid " because conversion sequence for the argument is better"
msgstr ""
-#: cp/call.c:6299
+#: cp/call.c:6315
#, gcc-internal-format
msgid ""
"ISO C++ says that these are ambiguous, even though the worst conversion for "
"the first is better than the worst conversion for the second:"
msgstr ""
-#: cp/call.c:6443
+#: cp/call.c:6459
#, gcc-internal-format
msgid "could not convert %qE to %qT"
msgstr ""
-#: cp/call.c:6577
+#: cp/call.c:6593
#, gcc-internal-format
msgid ""
"invalid initialization of non-const reference of type %qT from a temporary "
"of type %qT"
msgstr ""
-#: cp/call.c:6581
+#: cp/call.c:6597
#, gcc-internal-format
msgid ""
"invalid initialization of reference of type %qT from expression of type %qT"
@@ -25328,7 +25339,7 @@ msgid ""
"version of GCC"
msgstr ""
-#: cp/class.c:4980 cp/parser.c:13573
+#: cp/class.c:4980 cp/parser.c:13585
#, gcc-internal-format
msgid "redefinition of %q#T"
msgstr ""
@@ -25343,42 +25354,42 @@ msgstr ""
msgid "trying to finish struct, but kicked out due to previous parse errors"
msgstr ""
-#: cp/class.c:5690
+#: cp/class.c:5702
#, gcc-internal-format
msgid "language string %<\"%E\"%> not recognized"
msgstr ""
-#: cp/class.c:5779
+#: cp/class.c:5791
#, gcc-internal-format
msgid "cannot resolve overloaded function %qD based on conversion to type %qT"
msgstr ""
-#: cp/class.c:5908
+#: cp/class.c:5920
#, gcc-internal-format
msgid "no matches converting function %qD to type %q#T"
msgstr ""
-#: cp/class.c:5931
+#: cp/class.c:5943
#, gcc-internal-format
msgid "converting overloaded function %qD to type %q#T is ambiguous"
msgstr ""
-#: cp/class.c:5957
+#: cp/class.c:5969
#, gcc-internal-format
msgid "assuming pointer to member %qD"
msgstr ""
-#: cp/class.c:5960
+#: cp/class.c:5972
#, gcc-internal-format
msgid "(a pointer to member can only be formed with %<&%E%>)"
msgstr ""
-#: cp/class.c:6016 cp/class.c:6050
+#: cp/class.c:6028 cp/class.c:6062
#, gcc-internal-format
msgid "not enough type information"
msgstr ""
-#: cp/class.c:6033
+#: cp/class.c:6045
#, gcc-internal-format
msgid "argument of type %qT does not match %qT"
msgstr ""
@@ -25388,12 +25399,12 @@ msgstr ""
#. A name N used in a class S shall refer to the same declaration
#. in its context and when re-evaluated in the completed scope of
#. S.
-#: cp/class.c:6320 cp/decl.c:1192 cp/name-lookup.c:509
+#: cp/class.c:6332 cp/decl.c:1192 cp/name-lookup.c:509
#, gcc-internal-format
msgid "declaration of %q#D"
msgstr ""
-#: cp/class.c:6321
+#: cp/class.c:6333
#, gcc-internal-format
msgid "changes meaning of %qD from %q+#D"
msgstr ""
@@ -25433,7 +25444,7 @@ msgstr ""
msgid "conversion from %qT to %qT discards qualifiers"
msgstr ""
-#: cp/cvt.c:518 cp/typeck.c:5160
+#: cp/cvt.c:518 cp/typeck.c:5158
#, gcc-internal-format
msgid "casting %qT to %qT does not dereference pointer"
msgstr ""
@@ -25526,7 +25537,7 @@ msgstr ""
msgid "%qD was declared %<extern%> and later %<static%>"
msgstr ""
-#: cp/decl.c:1060 cp/decl.c:1593 objc/objc-act.c:2921 objc/objc-act.c:7489
+#: cp/decl.c:1060 cp/decl.c:1594 objc/objc-act.c:2921 objc/objc-act.c:7489
#, gcc-internal-format
msgid "previous declaration of %q+D"
msgstr ""
@@ -25699,7 +25710,7 @@ msgstr ""
msgid "%Jprevious non-inline declaration here"
msgstr ""
-#: cp/decl.c:1592
+#: cp/decl.c:1593
#, gcc-internal-format
msgid "redundant redeclaration of %qD in same scope"
msgstr ""
@@ -25712,306 +25723,306 @@ msgstr ""
#. that specialization that would cause an implicit
#. instantiation to take place, in every translation unit in
#. which such a use occurs.
-#: cp/decl.c:1859
+#: cp/decl.c:1860
#, gcc-internal-format
msgid "explicit specialization of %qD after first use"
msgstr ""
-#: cp/decl.c:1943
+#: cp/decl.c:1944
#, gcc-internal-format
msgid "%q+D: visibility attribute ignored because it"
msgstr ""
-#: cp/decl.c:1945
+#: cp/decl.c:1946
#, gcc-internal-format
msgid "%Jconflicts with previous declaration here"
msgstr ""
-#: cp/decl.c:2312
+#: cp/decl.c:2329
#, gcc-internal-format
msgid "jump to label %qD"
msgstr ""
-#: cp/decl.c:2314
+#: cp/decl.c:2331
#, gcc-internal-format
msgid "jump to case label"
msgstr ""
-#: cp/decl.c:2316
+#: cp/decl.c:2333
#, gcc-internal-format
msgid "%H from here"
msgstr ""
-#: cp/decl.c:2335 cp/decl.c:2498
+#: cp/decl.c:2352 cp/decl.c:2515
#, gcc-internal-format
msgid " exits OpenMP structured block"
msgstr ""
-#: cp/decl.c:2356
+#: cp/decl.c:2373
#, gcc-internal-format
msgid " crosses initialization of %q+#D"
msgstr ""
-#: cp/decl.c:2358 cp/decl.c:2473
+#: cp/decl.c:2375 cp/decl.c:2490
#, gcc-internal-format
msgid " enters scope of non-POD %q+#D"
msgstr ""
-#: cp/decl.c:2371 cp/decl.c:2477
+#: cp/decl.c:2388 cp/decl.c:2494
#, gcc-internal-format
msgid " enters try block"
msgstr ""
-#: cp/decl.c:2373 cp/decl.c:2479
+#: cp/decl.c:2390 cp/decl.c:2496
#, gcc-internal-format
msgid " enters catch block"
msgstr ""
-#: cp/decl.c:2383 cp/decl.c:2482
+#: cp/decl.c:2400 cp/decl.c:2499
#, gcc-internal-format
msgid " enters OpenMP structured block"
msgstr ""
-#: cp/decl.c:2454 cp/decl.c:2494
+#: cp/decl.c:2471 cp/decl.c:2511
#, gcc-internal-format
msgid "jump to label %q+D"
msgstr ""
-#: cp/decl.c:2455 cp/decl.c:2495
+#: cp/decl.c:2472 cp/decl.c:2512
#, gcc-internal-format
msgid " from here"
msgstr ""
#. Can't skip init of __exception_info.
-#: cp/decl.c:2467
+#: cp/decl.c:2484
#, gcc-internal-format
msgid "%J enters catch block"
msgstr ""
-#: cp/decl.c:2471
+#: cp/decl.c:2488
#, gcc-internal-format
msgid " skips initialization of %q+#D"
msgstr ""
-#: cp/decl.c:2547
+#: cp/decl.c:2564
#, gcc-internal-format
msgid "label named wchar_t"
msgstr ""
-#: cp/decl.c:2551
+#: cp/decl.c:2568
#, gcc-internal-format
msgid "duplicate label %qD"
msgstr ""
-#: cp/decl.c:2814
+#: cp/decl.c:2831
#, gcc-internal-format
msgid "%qD is not a type"
msgstr ""
-#: cp/decl.c:2820 cp/parser.c:3841
+#: cp/decl.c:2837 cp/parser.c:3853
#, gcc-internal-format
msgid "%qD used without template parameters"
msgstr ""
-#: cp/decl.c:2835
+#: cp/decl.c:2852
#, gcc-internal-format
msgid "%q#T is not a class"
msgstr ""
-#: cp/decl.c:2847 cp/decl.c:2915
+#: cp/decl.c:2864 cp/decl.c:2932
#, gcc-internal-format
msgid "no class template named %q#T in %q#T"
msgstr ""
-#: cp/decl.c:2848
+#: cp/decl.c:2865
#, gcc-internal-format
msgid "no type named %q#T in %q#T"
msgstr ""
-#: cp/decl.c:2855
+#: cp/decl.c:2872
#, gcc-internal-format
msgid "%<typename %T::%D%> names %q#T, which is not a class template"
msgstr ""
-#: cp/decl.c:2862
+#: cp/decl.c:2879
#, gcc-internal-format
msgid "%<typename %T::%D%> names %q#T, which is not a type"
msgstr ""
-#: cp/decl.c:2924
+#: cp/decl.c:2941
#, gcc-internal-format
msgid "template parameters do not match template"
msgstr ""
-#: cp/decl.c:2925 cp/friend.c:322 cp/friend.c:330
+#: cp/decl.c:2942 cp/friend.c:322 cp/friend.c:330
#, gcc-internal-format
msgid "%q+D declared here"
msgstr ""
-#: cp/decl.c:3596
+#: cp/decl.c:3613
#, gcc-internal-format
msgid "%Jan anonymous union cannot have function members"
msgstr ""
-#: cp/decl.c:3614
+#: cp/decl.c:3631
#, gcc-internal-format
msgid "member %q+#D with constructor not allowed in anonymous aggregate"
msgstr ""
-#: cp/decl.c:3617
+#: cp/decl.c:3634
#, gcc-internal-format
msgid "member %q+#D with destructor not allowed in anonymous aggregate"
msgstr ""
-#: cp/decl.c:3620
+#: cp/decl.c:3637
#, gcc-internal-format
msgid ""
"member %q+#D with copy assignment operator not allowed in anonymous aggregate"
msgstr ""
-#: cp/decl.c:3645
+#: cp/decl.c:3662
#, gcc-internal-format
msgid "multiple types in one declaration"
msgstr ""
-#: cp/decl.c:3649
+#: cp/decl.c:3666
#, gcc-internal-format
msgid "redeclaration of C++ built-in type %qT"
msgstr ""
-#: cp/decl.c:3686
+#: cp/decl.c:3703
#, gcc-internal-format
msgid "missing type-name in typedef-declaration"
msgstr ""
-#: cp/decl.c:3694
+#: cp/decl.c:3711
#, gcc-internal-format
msgid "ISO C++ prohibits anonymous structs"
msgstr ""
-#: cp/decl.c:3701
+#: cp/decl.c:3718
#, gcc-internal-format
msgid "%qs can only be specified for functions"
msgstr ""
-#: cp/decl.c:3707
+#: cp/decl.c:3724
#, gcc-internal-format
msgid "%<friend%> can only be specified inside a class"
msgstr ""
-#: cp/decl.c:3709
+#: cp/decl.c:3726
#, gcc-internal-format
msgid "%<explicit%> can only be specified for constructors"
msgstr ""
-#: cp/decl.c:3711
+#: cp/decl.c:3728
#, gcc-internal-format
msgid "a storage class can only be specified for objects and functions"
msgstr ""
-#: cp/decl.c:3717
+#: cp/decl.c:3734
#, gcc-internal-format
msgid "qualifiers can only be specified for objects and functions"
msgstr ""
-#: cp/decl.c:3747
+#: cp/decl.c:3764
#, gcc-internal-format
msgid "attribute ignored in declaration of %q+#T"
msgstr ""
-#: cp/decl.c:3748
+#: cp/decl.c:3765
#, gcc-internal-format
msgid "attribute for %q+#T must follow the %qs keyword"
msgstr ""
-#: cp/decl.c:3862
+#: cp/decl.c:3879
#, gcc-internal-format
msgid "function %q#D is initialized like a variable"
msgstr ""
-#: cp/decl.c:3873
+#: cp/decl.c:3890
#, gcc-internal-format
msgid "declaration of %q#D has %<extern%> and is initialized"
msgstr ""
-#: cp/decl.c:3889
+#: cp/decl.c:3906
#, gcc-internal-format
msgid "definition of %q#D is marked %<dllimport%>"
msgstr ""
-#: cp/decl.c:3908
+#: cp/decl.c:3925
#, gcc-internal-format
msgid "%q#D is not a static member of %q#T"
msgstr ""
-#: cp/decl.c:3914
+#: cp/decl.c:3931
#, gcc-internal-format
msgid "ISO C++ does not permit %<%T::%D%> to be defined as %<%T::%D%>"
msgstr ""
-#: cp/decl.c:3923
+#: cp/decl.c:3940
#, gcc-internal-format
msgid ""
"template header not allowed in member definition of explicitly specialized "
"class"
msgstr ""
-#: cp/decl.c:3931
+#: cp/decl.c:3948
#, gcc-internal-format
msgid "duplicate initialization of %qD"
msgstr ""
-#: cp/decl.c:3969
+#: cp/decl.c:3986
#, gcc-internal-format
msgid "declaration of %q#D outside of class is not definition"
msgstr ""
-#: cp/decl.c:4036
+#: cp/decl.c:4053
#, gcc-internal-format
msgid "variable %q#D has initializer but incomplete type"
msgstr ""
-#: cp/decl.c:4043 cp/decl.c:4770
+#: cp/decl.c:4060 cp/decl.c:4787
#, gcc-internal-format
msgid "elements of array %q#D have incomplete type"
msgstr ""
-#: cp/decl.c:4053
+#: cp/decl.c:4070
#, gcc-internal-format
msgid "aggregate %q#D has incomplete type and cannot be defined"
msgstr ""
-#: cp/decl.c:4100
+#: cp/decl.c:4117
#, gcc-internal-format
msgid "%qD declared as reference but not initialized"
msgstr ""
-#: cp/decl.c:4106
+#: cp/decl.c:4123
#, gcc-internal-format
msgid "ISO C++ forbids use of initializer list to initialize reference %qD"
msgstr ""
-#: cp/decl.c:4132
+#: cp/decl.c:4149
#, gcc-internal-format
msgid "cannot initialize %qT from %qT"
msgstr ""
-#: cp/decl.c:4160
+#: cp/decl.c:4177
#, gcc-internal-format
msgid "name %qD used in a GNU-style designated initializer for an array"
msgstr ""
-#: cp/decl.c:4209
+#: cp/decl.c:4226
#, gcc-internal-format
msgid "initializer fails to determine size of %qD"
msgstr ""
-#: cp/decl.c:4216
+#: cp/decl.c:4233
#, gcc-internal-format
msgid "array size missing in %qD"
msgstr ""
-#: cp/decl.c:4228
+#: cp/decl.c:4245
#, gcc-internal-format
msgid "zero-size array %qD"
msgstr ""
@@ -26019,238 +26030,238 @@ msgstr ""
#. An automatic variable with an incomplete type: that is an error.
#. Don't talk about array types here, since we took care of that
#. message in grokdeclarator.
-#: cp/decl.c:4271
+#: cp/decl.c:4288
#, gcc-internal-format
msgid "storage size of %qD isn't known"
msgstr ""
-#: cp/decl.c:4293
+#: cp/decl.c:4310
#, gcc-internal-format
msgid "storage size of %qD isn't constant"
msgstr ""
-#: cp/decl.c:4342
+#: cp/decl.c:4359
#, gcc-internal-format
msgid ""
"sorry: semantics of inline function static data %q+#D are wrong (you'll wind "
"up with multiple copies)"
msgstr ""
-#: cp/decl.c:4345
+#: cp/decl.c:4362
#, gcc-internal-format
msgid "%J you can work around this by removing the initializer"
msgstr ""
-#: cp/decl.c:4372
+#: cp/decl.c:4389
#, gcc-internal-format
msgid "uninitialized const %qD"
msgstr ""
-#: cp/decl.c:4484
+#: cp/decl.c:4501
#, gcc-internal-format
msgid "invalid type %qT as initializer for a vector of type %qT"
msgstr ""
-#: cp/decl.c:4526
+#: cp/decl.c:4543
#, gcc-internal-format
msgid "initializer for %qT must be brace-enclosed"
msgstr ""
-#: cp/decl.c:4544
+#: cp/decl.c:4561
#, gcc-internal-format
msgid "%qT has no non-static data member named %qD"
msgstr ""
-#: cp/decl.c:4595
+#: cp/decl.c:4612
#, gcc-internal-format
msgid "braces around scalar initializer for type %qT"
msgstr ""
-#: cp/decl.c:4678
+#: cp/decl.c:4695
#, gcc-internal-format
msgid "missing braces around initializer for %qT"
msgstr ""
-#: cp/decl.c:4735
+#: cp/decl.c:4752
#, gcc-internal-format
msgid "too many initializers for %qT"
msgstr ""
-#: cp/decl.c:4778
+#: cp/decl.c:4795
#, gcc-internal-format
msgid "variable-sized object %qD may not be initialized"
msgstr ""
-#: cp/decl.c:4784
+#: cp/decl.c:4801
#, gcc-internal-format
msgid "%qD has incomplete type"
msgstr ""
-#: cp/decl.c:4796
+#: cp/decl.c:4813
#, gcc-internal-format
msgid "scalar object %qD requires one element in initializer"
msgstr ""
-#: cp/decl.c:4844
+#: cp/decl.c:4861
#, gcc-internal-format
msgid "%qD must be initialized by constructor, not by %<{...}%>"
msgstr ""
-#: cp/decl.c:4880
+#: cp/decl.c:4897
#, gcc-internal-format
msgid "array %qD initialized by parenthesized string literal %qE"
msgstr ""
-#: cp/decl.c:4895
+#: cp/decl.c:4912
#, gcc-internal-format
msgid "structure %qD with uninitialized const members"
msgstr ""
-#: cp/decl.c:4897
+#: cp/decl.c:4914
#, gcc-internal-format
msgid "structure %qD with uninitialized reference members"
msgstr ""
-#: cp/decl.c:5106
+#: cp/decl.c:5153
#, gcc-internal-format
msgid "assignment (not initialization) in declaration"
msgstr ""
-#: cp/decl.c:5184
+#: cp/decl.c:5229
#, gcc-internal-format
msgid "shadowing previous type declaration of %q#D"
msgstr ""
-#: cp/decl.c:5214
+#: cp/decl.c:5259
#, gcc-internal-format
msgid "%qD cannot be thread-local because it has non-POD type %qT"
msgstr ""
-#: cp/decl.c:5250
+#: cp/decl.c:5295
#, gcc-internal-format
msgid "%qD is thread-local and so cannot be dynamically initialized"
msgstr ""
-#: cp/decl.c:5268
+#: cp/decl.c:5313
#, gcc-internal-format
msgid ""
"%qD cannot be initialized by a non-constant expression when being declared"
msgstr ""
-#: cp/decl.c:5857
+#: cp/decl.c:5913
#, gcc-internal-format
msgid "destructor for alien class %qT cannot be a member"
msgstr ""
-#: cp/decl.c:5859
+#: cp/decl.c:5915
#, gcc-internal-format
msgid "constructor for alien class %qT cannot be a member"
msgstr ""
-#: cp/decl.c:5880
+#: cp/decl.c:5936
#, gcc-internal-format
msgid "%qD declared as a %<virtual%> %s"
msgstr ""
-#: cp/decl.c:5882
+#: cp/decl.c:5938
#, gcc-internal-format
msgid "%qD declared as an %<inline%> %s"
msgstr ""
-#: cp/decl.c:5884
+#: cp/decl.c:5940
#, gcc-internal-format
msgid ""
"%<const%> and %<volatile%> function specifiers on %qD invalid in %s "
"declaration"
msgstr ""
-#: cp/decl.c:5888
+#: cp/decl.c:5944
#, gcc-internal-format
msgid "%q+D declared as a friend"
msgstr ""
-#: cp/decl.c:5894
+#: cp/decl.c:5950
#, gcc-internal-format
msgid "%q+D declared with an exception specification"
msgstr ""
-#: cp/decl.c:5928
+#: cp/decl.c:5984
#, gcc-internal-format
msgid "definition of %qD is not in namespace enclosing %qT"
msgstr ""
-#: cp/decl.c:6017
+#: cp/decl.c:6073
#, gcc-internal-format
msgid "defining explicit specialization %qD in friend declaration"
msgstr ""
#. Something like `template <class T> friend void f<T>()'.
-#: cp/decl.c:6027
+#: cp/decl.c:6083
#, gcc-internal-format
msgid "invalid use of template-id %qD in declaration of primary template"
msgstr ""
-#: cp/decl.c:6057
+#: cp/decl.c:6113
#, gcc-internal-format
msgid ""
"default arguments are not allowed in declaration of friend template "
"specialization %qD"
msgstr ""
-#: cp/decl.c:6065
+#: cp/decl.c:6121
#, gcc-internal-format
msgid ""
"%<inline%> is not allowed in declaration of friend template specialization %"
"qD"
msgstr ""
-#: cp/decl.c:6108
+#: cp/decl.c:6164
#, gcc-internal-format
msgid "cannot declare %<::main%> to be a template"
msgstr ""
-#: cp/decl.c:6110
+#: cp/decl.c:6166
#, gcc-internal-format
msgid "cannot declare %<::main%> to be inline"
msgstr ""
-#: cp/decl.c:6112
+#: cp/decl.c:6168
#, gcc-internal-format
msgid "cannot declare %<::main%> to be static"
msgstr ""
-#: cp/decl.c:6140
+#: cp/decl.c:6196
#, gcc-internal-format
msgid "non-local function %q#D uses anonymous type"
msgstr ""
-#: cp/decl.c:6143 cp/decl.c:6425
+#: cp/decl.c:6199 cp/decl.c:6481
#, gcc-internal-format
msgid ""
"%q+#D does not refer to the unqualified type, so it is not used for linkage"
msgstr ""
-#: cp/decl.c:6149
+#: cp/decl.c:6205
#, gcc-internal-format
msgid "non-local function %q#D uses local type %qT"
msgstr ""
-#: cp/decl.c:6172
+#: cp/decl.c:6228
#, gcc-internal-format
msgid "%smember function %qD cannot have cv-qualifier"
msgstr ""
-#: cp/decl.c:6224
+#: cp/decl.c:6280
#, gcc-internal-format
msgid "%<::main%> must return %<int%>"
msgstr ""
-#: cp/decl.c:6258
+#: cp/decl.c:6314
#, gcc-internal-format
msgid "definition of implicitly-declared %qD"
msgstr ""
-#: cp/decl.c:6273 cp/decl2.c:677
+#: cp/decl.c:6329 cp/decl2.c:677
#, gcc-internal-format
msgid "no %q#D member function declared in class %qT"
msgstr ""
@@ -26259,553 +26270,553 @@ msgstr ""
#. no linkage can only be used to declare extern "C"
#. entities. Since it's not always an error in the
#. ISO C++ 90 Standard, we only issue a warning.
-#: cp/decl.c:6422
+#: cp/decl.c:6478
#, gcc-internal-format
msgid "non-local variable %q#D uses anonymous type"
msgstr ""
-#: cp/decl.c:6431
+#: cp/decl.c:6487
#, gcc-internal-format
msgid "non-local variable %q#D uses local type %qT"
msgstr ""
-#: cp/decl.c:6548
+#: cp/decl.c:6604
#, gcc-internal-format
msgid ""
"invalid in-class initialization of static data member of non-integral type %"
"qT"
msgstr ""
-#: cp/decl.c:6558
+#: cp/decl.c:6614
#, gcc-internal-format
msgid "ISO C++ forbids in-class initialization of non-const static member %qD"
msgstr ""
-#: cp/decl.c:6562
+#: cp/decl.c:6618
#, gcc-internal-format
msgid ""
"ISO C++ forbids initialization of member constant %qD of non-integral type %"
"qT"
msgstr ""
-#: cp/decl.c:6586
+#: cp/decl.c:6642
#, gcc-internal-format
msgid "size of array %qD has non-integral type %qT"
msgstr ""
-#: cp/decl.c:6588
+#: cp/decl.c:6644
#, gcc-internal-format
msgid "size of array has non-integral type %qT"
msgstr ""
-#: cp/decl.c:6624
+#: cp/decl.c:6680
#, gcc-internal-format
msgid "size of array %qD is negative"
msgstr ""
-#: cp/decl.c:6626
+#: cp/decl.c:6682
#, gcc-internal-format
msgid "size of array is negative"
msgstr ""
-#: cp/decl.c:6634
+#: cp/decl.c:6690
#, gcc-internal-format
msgid "ISO C++ forbids zero-size array %qD"
msgstr ""
-#: cp/decl.c:6636
+#: cp/decl.c:6692
#, gcc-internal-format
msgid "ISO C++ forbids zero-size array"
msgstr ""
-#: cp/decl.c:6643
+#: cp/decl.c:6699
#, gcc-internal-format
msgid "size of array %qD is not an integral constant-expression"
msgstr ""
-#: cp/decl.c:6646
+#: cp/decl.c:6702
#, gcc-internal-format
msgid "size of array is not an integral constant-expression"
msgstr ""
-#: cp/decl.c:6652
+#: cp/decl.c:6708
#, gcc-internal-format
msgid "ISO C++ forbids variable-size array %qD"
msgstr ""
-#: cp/decl.c:6654
+#: cp/decl.c:6710
#, gcc-internal-format
msgid "ISO C++ forbids variable-size array"
msgstr ""
-#: cp/decl.c:6685
+#: cp/decl.c:6741
#, gcc-internal-format
msgid "overflow in array dimension"
msgstr ""
-#: cp/decl.c:6759
+#: cp/decl.c:6815
#, gcc-internal-format
msgid "declaration of %qD as %s"
msgstr ""
-#: cp/decl.c:6761
+#: cp/decl.c:6817
#, gcc-internal-format
msgid "creating %s"
msgstr ""
-#: cp/decl.c:6773
+#: cp/decl.c:6829
#, gcc-internal-format
msgid ""
"declaration of %qD as multidimensional array must have bounds for all "
"dimensions except the first"
msgstr ""
-#: cp/decl.c:6777
+#: cp/decl.c:6833
#, gcc-internal-format
msgid ""
"multidimensional array must have bounds for all dimensions except the first"
msgstr ""
-#: cp/decl.c:6812
+#: cp/decl.c:6868
#, gcc-internal-format
msgid "return type specification for constructor invalid"
msgstr ""
-#: cp/decl.c:6822
+#: cp/decl.c:6878
#, gcc-internal-format
msgid "return type specification for destructor invalid"
msgstr ""
-#: cp/decl.c:6835
+#: cp/decl.c:6891
#, gcc-internal-format
msgid "operator %qT declared to return %qT"
msgstr ""
-#: cp/decl.c:6837
+#: cp/decl.c:6893
#, gcc-internal-format
msgid "return type specified for %<operator %T%>"
msgstr ""
-#: cp/decl.c:6859
+#: cp/decl.c:6915
#, gcc-internal-format
msgid "unnamed variable or field declared void"
msgstr ""
-#: cp/decl.c:6863
+#: cp/decl.c:6919
#, gcc-internal-format
msgid "variable or field %qE declared void"
msgstr ""
-#: cp/decl.c:6866
+#: cp/decl.c:6922
#, gcc-internal-format
msgid "variable or field declared void"
msgstr ""
-#: cp/decl.c:7031
+#: cp/decl.c:7087
#, gcc-internal-format
msgid "invalid use of qualified-name %<::%D%>"
msgstr ""
-#: cp/decl.c:7034
+#: cp/decl.c:7090
#, gcc-internal-format
msgid "invalid use of qualified-name %<%T::%D%>"
msgstr ""
-#: cp/decl.c:7037
+#: cp/decl.c:7093
#, gcc-internal-format
msgid "invalid use of qualified-name %<%D::%D%>"
msgstr ""
-#: cp/decl.c:7049
+#: cp/decl.c:7105
#, gcc-internal-format
msgid "type %qT is not derived from type %qT"
msgstr ""
-#: cp/decl.c:7065 cp/decl.c:7155 cp/decl.c:8228
+#: cp/decl.c:7121 cp/decl.c:7211 cp/decl.c:8284
#, gcc-internal-format
msgid "declaration of %qD as non-function"
msgstr ""
-#: cp/decl.c:7071
+#: cp/decl.c:7127
#, gcc-internal-format
msgid "declaration of %qD as non-member"
msgstr ""
-#: cp/decl.c:7100
+#: cp/decl.c:7156
#, gcc-internal-format
msgid "declarator-id missing; using reserved word %qD"
msgstr ""
-#: cp/decl.c:7147
+#: cp/decl.c:7203
#, gcc-internal-format
msgid "function definition does not declare parameters"
msgstr ""
-#: cp/decl.c:7189
+#: cp/decl.c:7245
#, gcc-internal-format
msgid "two or more data types in declaration of %qs"
msgstr ""
-#: cp/decl.c:7256 cp/decl.c:7258
+#: cp/decl.c:7312 cp/decl.c:7314
#, gcc-internal-format
msgid "ISO C++ forbids declaration of %qs with no type"
msgstr ""
-#: cp/decl.c:7283
+#: cp/decl.c:7339
#, gcc-internal-format
msgid "%<signed%> or %<unsigned%> invalid for %qs"
msgstr ""
-#: cp/decl.c:7285
+#: cp/decl.c:7341
#, gcc-internal-format
msgid "%<signed%> and %<unsigned%> specified together for %qs"
msgstr ""
-#: cp/decl.c:7287
+#: cp/decl.c:7343
#, gcc-internal-format
msgid "%<long long%> invalid for %qs"
msgstr ""
-#: cp/decl.c:7289
+#: cp/decl.c:7345
#, gcc-internal-format
msgid "%<long%> invalid for %qs"
msgstr ""
-#: cp/decl.c:7291
+#: cp/decl.c:7347
#, gcc-internal-format
msgid "%<short%> invalid for %qs"
msgstr ""
-#: cp/decl.c:7293
+#: cp/decl.c:7349
#, gcc-internal-format
msgid "%<long%> or %<short%> invalid for %qs"
msgstr ""
-#: cp/decl.c:7295
+#: cp/decl.c:7351
#, gcc-internal-format
msgid "%<long%> or %<short%> specified with char for %qs"
msgstr ""
-#: cp/decl.c:7297
+#: cp/decl.c:7353
#, gcc-internal-format
msgid "%<long%> and %<short%> specified together for %qs"
msgstr ""
-#: cp/decl.c:7303
+#: cp/decl.c:7359
#, gcc-internal-format
msgid "long, short, signed or unsigned used invalidly for %qs"
msgstr ""
-#: cp/decl.c:7367
+#: cp/decl.c:7423
#, gcc-internal-format
msgid "complex invalid for %qs"
msgstr ""
-#: cp/decl.c:7396
+#: cp/decl.c:7452
#, gcc-internal-format
msgid "qualifiers are not allowed on declaration of %<operator %T%>"
msgstr ""
-#: cp/decl.c:7408 cp/typeck.c:6842
+#: cp/decl.c:7464 cp/typeck.c:6840
#, gcc-internal-format
msgid "ignoring %qV qualifiers added to function type %qT"
msgstr ""
-#: cp/decl.c:7431
+#: cp/decl.c:7487
#, gcc-internal-format
msgid "member %qD cannot be declared both virtual and static"
msgstr ""
-#: cp/decl.c:7439
+#: cp/decl.c:7495
#, gcc-internal-format
msgid "%<%T::%D%> is not a valid declarator"
msgstr ""
-#: cp/decl.c:7448
+#: cp/decl.c:7504
#, gcc-internal-format
msgid "typedef declaration invalid in parameter declaration"
msgstr ""
-#: cp/decl.c:7454
+#: cp/decl.c:7510
#, gcc-internal-format
msgid "storage class specifiers invalid in parameter declarations"
msgstr ""
-#: cp/decl.c:7461
+#: cp/decl.c:7517
#, gcc-internal-format
msgid "virtual outside class declaration"
msgstr ""
-#: cp/decl.c:7479
+#: cp/decl.c:7535
#, gcc-internal-format
msgid "multiple storage classes in declaration of %qs"
msgstr ""
-#: cp/decl.c:7484
+#: cp/decl.c:7540
#, gcc-internal-format
msgid "conflicting specifiers in declaration of %qs"
msgstr ""
-#: cp/decl.c:7507
+#: cp/decl.c:7563
#, gcc-internal-format
msgid "storage class specified for %qs"
msgstr ""
-#: cp/decl.c:7541
+#: cp/decl.c:7597
#, gcc-internal-format
msgid "top-level declaration of %qs specifies %<auto%>"
msgstr ""
-#: cp/decl.c:7553
+#: cp/decl.c:7609
#, gcc-internal-format
msgid "storage class specifiers invalid in friend function declarations"
msgstr ""
-#: cp/decl.c:7673
+#: cp/decl.c:7729
#, gcc-internal-format
msgid "destructor cannot be static member function"
msgstr ""
-#: cp/decl.c:7674
+#: cp/decl.c:7730
#, gcc-internal-format
msgid "constructor cannot be static member function"
msgstr ""
-#: cp/decl.c:7678
+#: cp/decl.c:7734
#, gcc-internal-format
msgid "destructors may not be cv-qualified"
msgstr ""
-#: cp/decl.c:7679
+#: cp/decl.c:7735
#, gcc-internal-format
msgid "constructors may not be cv-qualified"
msgstr ""
-#: cp/decl.c:7696
+#: cp/decl.c:7752
#, gcc-internal-format
msgid "constructors cannot be declared virtual"
msgstr ""
-#: cp/decl.c:7709
+#: cp/decl.c:7765
#, gcc-internal-format
msgid "can't initialize friend function %qs"
msgstr ""
#. Cannot be both friend and virtual.
-#: cp/decl.c:7713
+#: cp/decl.c:7769
#, gcc-internal-format
msgid "virtual functions cannot be friends"
msgstr ""
-#: cp/decl.c:7717
+#: cp/decl.c:7773
#, gcc-internal-format
msgid "friend declaration not in class definition"
msgstr ""
-#: cp/decl.c:7719
+#: cp/decl.c:7775
#, gcc-internal-format
msgid "can't define friend function %qs in a local class definition"
msgstr ""
-#: cp/decl.c:7732
+#: cp/decl.c:7788
#, gcc-internal-format
msgid "destructors may not have parameters"
msgstr ""
-#: cp/decl.c:7750 cp/decl.c:7757
+#: cp/decl.c:7806 cp/decl.c:7813
#, gcc-internal-format
msgid "cannot declare reference to %q#T"
msgstr ""
-#: cp/decl.c:7751
+#: cp/decl.c:7807
#, gcc-internal-format
msgid "cannot declare pointer to %q#T"
msgstr ""
-#: cp/decl.c:7759
+#: cp/decl.c:7815
#, gcc-internal-format
msgid "cannot declare pointer to %q#T member"
msgstr ""
-#: cp/decl.c:7822
+#: cp/decl.c:7878
#, gcc-internal-format
msgid "template-id %qD used as a declarator"
msgstr ""
-#: cp/decl.c:7872
+#: cp/decl.c:7928
#, gcc-internal-format
msgid "member functions are implicitly friends of their class"
msgstr ""
-#: cp/decl.c:7874
+#: cp/decl.c:7930
#, gcc-internal-format
msgid "extra qualification %<%T::%> on member %qs"
msgstr ""
-#: cp/decl.c:7906
+#: cp/decl.c:7962
#, gcc-internal-format
msgid "cannot define member function %<%T::%s%> within %<%T%>"
msgstr ""
-#: cp/decl.c:7907
+#: cp/decl.c:7963
#, gcc-internal-format
msgid "cannot declare member function %<%T::%s%> within %<%T%>"
msgstr ""
-#: cp/decl.c:7923
+#: cp/decl.c:7979
#, gcc-internal-format
msgid "cannot declare member %<%T::%s%> within %qT"
msgstr ""
-#: cp/decl.c:7957
+#: cp/decl.c:8013
#, gcc-internal-format
msgid "data member may not have variably modified type %qT"
msgstr ""
-#: cp/decl.c:7959
+#: cp/decl.c:8015
#, gcc-internal-format
msgid "parameter may not have variably modified type %qT"
msgstr ""
#. [dcl.fct.spec] The explicit specifier shall only be used in
#. declarations of constructors within a class definition.
-#: cp/decl.c:7967
+#: cp/decl.c:8023
#, gcc-internal-format
msgid "only declarations of constructors can be %<explicit%>"
msgstr ""
-#: cp/decl.c:7975
+#: cp/decl.c:8031
#, gcc-internal-format
msgid "non-member %qs cannot be declared %<mutable%>"
msgstr ""
-#: cp/decl.c:7980
+#: cp/decl.c:8036
#, gcc-internal-format
msgid "non-object member %qs cannot be declared %<mutable%>"
msgstr ""
-#: cp/decl.c:7986
+#: cp/decl.c:8042
#, gcc-internal-format
msgid "function %qs cannot be declared %<mutable%>"
msgstr ""
-#: cp/decl.c:7991
+#: cp/decl.c:8047
#, gcc-internal-format
msgid "static %qs cannot be declared %<mutable%>"
msgstr ""
-#: cp/decl.c:7996
+#: cp/decl.c:8052
#, gcc-internal-format
msgid "const %qs cannot be declared %<mutable%>"
msgstr ""
-#: cp/decl.c:8028
+#: cp/decl.c:8084
#, gcc-internal-format
msgid "%Jtypedef name may not be a nested-name-specifier"
msgstr ""
-#: cp/decl.c:8044
+#: cp/decl.c:8100
#, gcc-internal-format
msgid "ISO C++ forbids nested type %qD with same name as enclosing class"
msgstr ""
-#: cp/decl.c:8134
+#: cp/decl.c:8190
#, gcc-internal-format
msgid "qualified function types cannot be used to declare %s functions"
msgstr ""
-#: cp/decl.c:8160
+#: cp/decl.c:8216
#, gcc-internal-format
msgid "type qualifiers specified for friend class declaration"
msgstr ""
-#: cp/decl.c:8165
+#: cp/decl.c:8221
#, gcc-internal-format
msgid "%<inline%> specified for friend class declaration"
msgstr ""
-#: cp/decl.c:8173
+#: cp/decl.c:8229
#, gcc-internal-format
msgid "template parameters cannot be friends"
msgstr ""
-#: cp/decl.c:8175
+#: cp/decl.c:8231
#, gcc-internal-format
msgid "friend declaration requires class-key, i.e. %<friend class %T::%D%>"
msgstr ""
-#: cp/decl.c:8179
+#: cp/decl.c:8235
#, gcc-internal-format
msgid "friend declaration requires class-key, i.e. %<friend %#T%>"
msgstr ""
-#: cp/decl.c:8192
+#: cp/decl.c:8248
#, gcc-internal-format
msgid "trying to make class %qT a friend of global scope"
msgstr ""
-#: cp/decl.c:8203
+#: cp/decl.c:8259
#, gcc-internal-format
msgid "invalid qualifiers on non-member function type"
msgstr ""
-#: cp/decl.c:8218
+#: cp/decl.c:8274
#, gcc-internal-format
msgid "abstract declarator %qT used as declaration"
msgstr ""
-#: cp/decl.c:8247
+#: cp/decl.c:8303
#, gcc-internal-format
msgid "cannot use %<::%> in parameter declaration"
msgstr ""
#. Something like struct S { int N::j; };
-#: cp/decl.c:8293
+#: cp/decl.c:8349
#, gcc-internal-format
msgid "invalid use of %<::%>"
msgstr ""
-#: cp/decl.c:8308
+#: cp/decl.c:8364
#, gcc-internal-format
msgid "can't make %qD into a method -- not in a class"
msgstr ""
-#: cp/decl.c:8317
+#: cp/decl.c:8373
#, gcc-internal-format
msgid "function %qD declared virtual inside a union"
msgstr ""
-#: cp/decl.c:8326
+#: cp/decl.c:8382
#, gcc-internal-format
msgid "%qD cannot be declared virtual, since it is always static"
msgstr ""
-#: cp/decl.c:8342
+#: cp/decl.c:8398
#, gcc-internal-format
msgid "expected qualified name in friend declaration for destructor %qD"
msgstr ""
-#: cp/decl.c:8352
+#: cp/decl.c:8408
#, gcc-internal-format
msgid "declaration of %qD as member of %qT"
msgstr ""
-#: cp/decl.c:8428
+#: cp/decl.c:8484
#, gcc-internal-format
msgid "field %qD has incomplete type"
msgstr ""
-#: cp/decl.c:8430
+#: cp/decl.c:8486
#, gcc-internal-format
msgid "name %qT has incomplete type"
msgstr ""
-#: cp/decl.c:8439
+#: cp/decl.c:8495
#, gcc-internal-format
msgid " in instantiation of template %qT"
msgstr ""
-#: cp/decl.c:8448
+#: cp/decl.c:8504
#, gcc-internal-format
msgid "%qE is neither function nor member function; cannot be declared friend"
msgstr ""
@@ -26822,97 +26833,97 @@ msgstr ""
#. the rest of the compiler does not correctly
#. handle the initialization unless the member is
#. static so we make it static below.
-#: cp/decl.c:8500
+#: cp/decl.c:8556
#, gcc-internal-format
msgid "ISO C++ forbids initialization of member %qD"
msgstr ""
-#: cp/decl.c:8502
+#: cp/decl.c:8558
#, gcc-internal-format
msgid "making %qD static"
msgstr ""
-#: cp/decl.c:8572
+#: cp/decl.c:8628
#, gcc-internal-format
msgid "storage class %<auto%> invalid for function %qs"
msgstr ""
-#: cp/decl.c:8574
+#: cp/decl.c:8630
#, gcc-internal-format
msgid "storage class %<register%> invalid for function %qs"
msgstr ""
-#: cp/decl.c:8576
+#: cp/decl.c:8632
#, gcc-internal-format
msgid "storage class %<__thread%> invalid for function %qs"
msgstr ""
-#: cp/decl.c:8587
+#: cp/decl.c:8643
#, gcc-internal-format
msgid ""
"%<static%> specified invalid for function %qs declared out of global scope"
msgstr ""
-#: cp/decl.c:8590
+#: cp/decl.c:8646
#, gcc-internal-format
msgid ""
"%<inline%> specifier invalid for function %qs declared out of global scope"
msgstr ""
-#: cp/decl.c:8598
+#: cp/decl.c:8654
#, gcc-internal-format
msgid "virtual non-class function %qs"
msgstr ""
-#: cp/decl.c:8629
+#: cp/decl.c:8685
#, gcc-internal-format
msgid "cannot declare member function %qD to have static linkage"
msgstr ""
#. FIXME need arm citation
-#: cp/decl.c:8636
+#: cp/decl.c:8692
#, gcc-internal-format
msgid "cannot declare static function inside another function"
msgstr ""
-#: cp/decl.c:8666
+#: cp/decl.c:8722
#, gcc-internal-format
msgid ""
"%<static%> may not be used when defining (as opposed to declaring) a static "
"data member"
msgstr ""
-#: cp/decl.c:8673
+#: cp/decl.c:8729
#, gcc-internal-format
msgid "static member %qD declared %<register%>"
msgstr ""
-#: cp/decl.c:8678
+#: cp/decl.c:8734
#, gcc-internal-format
msgid "cannot explicitly declare member %q#D to have extern linkage"
msgstr ""
-#: cp/decl.c:8816
+#: cp/decl.c:8872
#, gcc-internal-format
msgid "default argument for %q#D has type %qT"
msgstr ""
-#: cp/decl.c:8819
+#: cp/decl.c:8875
#, gcc-internal-format
msgid "default argument for parameter of type %qT has type %qT"
msgstr ""
-#: cp/decl.c:8836
+#: cp/decl.c:8892
#, gcc-internal-format
msgid "default argument %qE uses local variable %qD"
msgstr ""
-#: cp/decl.c:8905
+#: cp/decl.c:8961
#, gcc-internal-format
msgid "parameter %qD invalidly declared method type"
msgstr ""
-#: cp/decl.c:8929
+#: cp/decl.c:8985
#, gcc-internal-format
msgid "parameter %qD includes %s to array of unknown bound %qT"
msgstr ""
@@ -26932,139 +26943,139 @@ msgstr ""
#. or implicitly defined), there's no need to worry about their
#. existence. Theoretically, they should never even be
#. instantiated, but that's hard to forestall.
-#: cp/decl.c:9097
+#: cp/decl.c:9153
#, gcc-internal-format
msgid "invalid constructor; you probably meant %<%T (const %T&)%>"
msgstr ""
-#: cp/decl.c:9219
+#: cp/decl.c:9275
#, gcc-internal-format
msgid "%qD may not be declared within a namespace"
msgstr ""
-#: cp/decl.c:9224
+#: cp/decl.c:9280
#, gcc-internal-format
msgid "%qD may not be declared as static"
msgstr ""
-#: cp/decl.c:9247
+#: cp/decl.c:9303
#, gcc-internal-format
msgid "%qD must be a nonstatic member function"
msgstr ""
-#: cp/decl.c:9256
+#: cp/decl.c:9312
#, gcc-internal-format
msgid ""
"%qD must be either a non-static member function or a non-member function"
msgstr ""
-#: cp/decl.c:9277
+#: cp/decl.c:9333
#, gcc-internal-format
msgid "%qD must have an argument of class or enumerated type"
msgstr ""
-#: cp/decl.c:9318
+#: cp/decl.c:9374
#, gcc-internal-format
msgid "conversion to %s%s will never use a type conversion operator"
msgstr ""
#. 13.4.0.3
-#: cp/decl.c:9326
+#: cp/decl.c:9382
#, gcc-internal-format
msgid "ISO C++ prohibits overloading operator ?:"
msgstr ""
-#: cp/decl.c:9331
+#: cp/decl.c:9387
#, gcc-internal-format
msgid "%qD must not have variable number of arguments"
msgstr ""
-#: cp/decl.c:9382
+#: cp/decl.c:9438
#, gcc-internal-format
msgid "postfix %qD must take %<int%> as its argument"
msgstr ""
-#: cp/decl.c:9385
+#: cp/decl.c:9441
#, gcc-internal-format
msgid "postfix %qD must take %<int%> as its second argument"
msgstr ""
-#: cp/decl.c:9393
+#: cp/decl.c:9449
#, gcc-internal-format
msgid "%qD must take either zero or one argument"
msgstr ""
-#: cp/decl.c:9395
+#: cp/decl.c:9451
#, gcc-internal-format
msgid "%qD must take either one or two arguments"
msgstr ""
-#: cp/decl.c:9417
+#: cp/decl.c:9473
#, gcc-internal-format
msgid "prefix %qD should return %qT"
msgstr ""
-#: cp/decl.c:9423
+#: cp/decl.c:9479
#, gcc-internal-format
msgid "postfix %qD should return %qT"
msgstr ""
-#: cp/decl.c:9432
+#: cp/decl.c:9488
#, gcc-internal-format
msgid "%qD must take %<void%>"
msgstr ""
-#: cp/decl.c:9434 cp/decl.c:9443
+#: cp/decl.c:9490 cp/decl.c:9499
#, gcc-internal-format
msgid "%qD must take exactly one argument"
msgstr ""
-#: cp/decl.c:9445
+#: cp/decl.c:9501
#, gcc-internal-format
msgid "%qD must take exactly two arguments"
msgstr ""
-#: cp/decl.c:9454
+#: cp/decl.c:9510
#, gcc-internal-format
msgid "user-defined %qD always evaluates both arguments"
msgstr ""
-#: cp/decl.c:9468
+#: cp/decl.c:9524
#, gcc-internal-format
msgid "%qD should return by value"
msgstr ""
-#: cp/decl.c:9480 cp/decl.c:9484
+#: cp/decl.c:9536 cp/decl.c:9540
#, gcc-internal-format
msgid "%qD cannot have default arguments"
msgstr ""
-#: cp/decl.c:9542
+#: cp/decl.c:9598
#, gcc-internal-format
msgid "using template type parameter %qT after %qs"
msgstr ""
-#: cp/decl.c:9557
+#: cp/decl.c:9613
#, gcc-internal-format
msgid "using typedef-name %qD after %qs"
msgstr ""
-#: cp/decl.c:9558
+#: cp/decl.c:9614
#, gcc-internal-format
msgid "%q+D has a previous declaration here"
msgstr ""
-#: cp/decl.c:9566
+#: cp/decl.c:9622
#, gcc-internal-format
msgid "%qT referred to as %qs"
msgstr ""
-#: cp/decl.c:9567 cp/decl.c:9574
+#: cp/decl.c:9623 cp/decl.c:9630
#, gcc-internal-format
msgid "%q+T has a previous declaration here"
msgstr ""
-#: cp/decl.c:9573
+#: cp/decl.c:9629
#, gcc-internal-format
msgid "%qT referred to as enum"
msgstr ""
@@ -27076,67 +27087,67 @@ msgstr ""
#. void f(class C); // No template header here
#.
#. then the required template argument is missing.
-#: cp/decl.c:9588
+#: cp/decl.c:9644
#, gcc-internal-format
msgid "template argument required for %<%s %T%>"
msgstr ""
-#: cp/decl.c:9636 cp/name-lookup.c:2658
+#: cp/decl.c:9692 cp/name-lookup.c:2658
#, gcc-internal-format
msgid "%qD has the same name as the class in which it is declared"
msgstr ""
-#: cp/decl.c:9774
+#: cp/decl.c:9830
#, gcc-internal-format
msgid "use of enum %q#D without previous declaration"
msgstr ""
-#: cp/decl.c:9795
+#: cp/decl.c:9851
#, gcc-internal-format
msgid "redeclaration of %qT as a non-template"
msgstr ""
-#: cp/decl.c:9796 cp/pt.c:3373
+#: cp/decl.c:9852 cp/pt.c:3373
#, gcc-internal-format
msgid "previous declaration %q+D"
msgstr ""
-#: cp/decl.c:9907
+#: cp/decl.c:9963
#, gcc-internal-format
msgid "derived union %qT invalid"
msgstr ""
-#: cp/decl.c:9916
+#: cp/decl.c:9972
#, gcc-internal-format
msgid "Java class %qT cannot have multiple bases"
msgstr ""
-#: cp/decl.c:9927
+#: cp/decl.c:9983
#, gcc-internal-format
msgid "Java class %qT cannot have virtual bases"
msgstr ""
-#: cp/decl.c:9948
+#: cp/decl.c:10004
#, gcc-internal-format
msgid "base type %qT fails to be a struct or class type"
msgstr ""
-#: cp/decl.c:9981
+#: cp/decl.c:10037
#, gcc-internal-format
msgid "recursive type %qT undefined"
msgstr ""
-#: cp/decl.c:9983
+#: cp/decl.c:10039
#, gcc-internal-format
msgid "duplicate base type %qT invalid"
msgstr ""
-#: cp/decl.c:10055
+#: cp/decl.c:10111
#, gcc-internal-format
msgid "multiple definition of %q#T"
msgstr ""
-#: cp/decl.c:10056
+#: cp/decl.c:10112
#, gcc-internal-format
msgid "%Jprevious definition here"
msgstr ""
@@ -27145,47 +27156,47 @@ msgstr ""
#.
#. IF no integral type can represent all the enumerator values, the
#. enumeration is ill-formed.
-#: cp/decl.c:10195
+#: cp/decl.c:10251
#, gcc-internal-format
msgid "no integral type can represent all of the enumerator values for %qT"
msgstr ""
-#: cp/decl.c:10306
+#: cp/decl.c:10362
#, gcc-internal-format
msgid "enumerator value for %qD not integer constant"
msgstr ""
-#: cp/decl.c:10334
+#: cp/decl.c:10390
#, gcc-internal-format
msgid "overflow in enumeration values at %qD"
msgstr ""
-#: cp/decl.c:10409
+#: cp/decl.c:10465
#, gcc-internal-format
msgid "return type %q#T is incomplete"
msgstr ""
-#: cp/decl.c:10519 cp/typeck.c:6579
+#: cp/decl.c:10575 cp/typeck.c:6577
#, gcc-internal-format
msgid "%<operator=%> should return a reference to %<*this%>"
msgstr ""
-#: cp/decl.c:10877
+#: cp/decl.c:10933
#, gcc-internal-format
msgid "parameter %qD declared void"
msgstr ""
-#: cp/decl.c:11358
+#: cp/decl.c:11414
#, gcc-internal-format
msgid "invalid member function declaration"
msgstr ""
-#: cp/decl.c:11373
+#: cp/decl.c:11429
#, gcc-internal-format
msgid "%qD is already defined in class %qT"
msgstr ""
-#: cp/decl.c:11582
+#: cp/decl.c:11638
#, gcc-internal-format
msgid "static member function %q#D declared with type qualifiers"
msgstr ""
@@ -27322,62 +27333,62 @@ msgstr ""
msgid "anonymous struct not inside named type"
msgstr ""
-#: cp/decl2.c:1107
+#: cp/decl2.c:1108
#, gcc-internal-format
msgid "namespace-scope anonymous aggregates must be static"
msgstr ""
-#: cp/decl2.c:1116
+#: cp/decl2.c:1117
#, gcc-internal-format
msgid "anonymous union with no members"
msgstr ""
-#: cp/decl2.c:1152
+#: cp/decl2.c:1153
#, gcc-internal-format
msgid "%<operator new%> must return type %qT"
msgstr ""
-#: cp/decl2.c:1161
+#: cp/decl2.c:1162
#, gcc-internal-format
msgid "%<operator new%> takes type %<size_t%> (%qT) as first parameter"
msgstr ""
-#: cp/decl2.c:1190
+#: cp/decl2.c:1191
#, gcc-internal-format
msgid "%<operator delete%> must return type %qT"
msgstr ""
-#: cp/decl2.c:1199
+#: cp/decl2.c:1200
#, gcc-internal-format
msgid "%<operator delete%> takes type %qT as first parameter"
msgstr ""
-#: cp/decl2.c:1862
+#: cp/decl2.c:1863
#, gcc-internal-format
msgid "%qT has a field %qD whose type uses the anonymous namespace"
msgstr ""
-#: cp/decl2.c:1868
+#: cp/decl2.c:1869
#, gcc-internal-format
msgid "%qT declared with greater visibility than the type of its field %qD"
msgstr ""
-#: cp/decl2.c:1879
+#: cp/decl2.c:1880
#, gcc-internal-format
msgid "%qT has a base %qT whose type uses the anonymous namespace"
msgstr ""
-#: cp/decl2.c:1884
+#: cp/decl2.c:1885
#, gcc-internal-format
msgid "%qT declared with greater visibility than its base %qT"
msgstr ""
-#: cp/decl2.c:3308
+#: cp/decl2.c:3309
#, gcc-internal-format
msgid "inline function %q+D used but never defined"
msgstr ""
-#: cp/decl2.c:3462
+#: cp/decl2.c:3463
#, gcc-internal-format
msgid "default argument missing for parameter %P of %q+#D"
msgstr ""
@@ -27409,7 +27420,7 @@ msgstr ""
msgid "throwing NULL, which has integral, not pointer type"
msgstr ""
-#: cp/except.c:637 cp/init.c:1723
+#: cp/except.c:637 cp/init.c:1722
#, gcc-internal-format
msgid "%qD should never be overloaded"
msgstr ""
@@ -27522,231 +27533,231 @@ msgid ""
"template-friend disables this warning"
msgstr ""
-#: cp/init.c:334
+#: cp/init.c:333
#, gcc-internal-format
msgid "%J%qD should be initialized in the member initialization list"
msgstr ""
-#: cp/init.c:382
+#: cp/init.c:381
#, gcc-internal-format
msgid "%Jdefault-initialization of %q#D, which has reference type"
msgstr ""
-#: cp/init.c:388
+#: cp/init.c:387
#, gcc-internal-format
msgid "%Juninitialized reference member %qD"
msgstr ""
-#: cp/init.c:391
+#: cp/init.c:390
#, gcc-internal-format
msgid "%Juninitialized member %qD with %<const%> type %qT"
msgstr ""
-#: cp/init.c:534
+#: cp/init.c:533
#, gcc-internal-format
msgid "%q+D will be initialized after"
msgstr ""
-#: cp/init.c:537
+#: cp/init.c:536
#, gcc-internal-format
msgid "base %qT will be initialized after"
msgstr ""
-#: cp/init.c:540
+#: cp/init.c:539
#, gcc-internal-format
msgid " %q+#D"
msgstr ""
-#: cp/init.c:542
+#: cp/init.c:541
#, gcc-internal-format
msgid " base %qT"
msgstr ""
-#: cp/init.c:543
+#: cp/init.c:542
#, gcc-internal-format
msgid "%J when initialized here"
msgstr ""
-#: cp/init.c:559
+#: cp/init.c:558
#, gcc-internal-format
msgid "%Jmultiple initializations given for %qD"
msgstr ""
-#: cp/init.c:562
+#: cp/init.c:561
#, gcc-internal-format
msgid "%Jmultiple initializations given for base %qT"
msgstr ""
-#: cp/init.c:629
+#: cp/init.c:628
#, gcc-internal-format
msgid "%Jinitializations for multiple members of %qT"
msgstr ""
-#: cp/init.c:691
+#: cp/init.c:690
#, gcc-internal-format
msgid ""
"%Jbase class %q#T should be explicitly initialized in the copy constructor"
msgstr ""
-#: cp/init.c:915 cp/init.c:934
+#: cp/init.c:914 cp/init.c:933
#, gcc-internal-format
msgid "class %qT does not have any field named %qD"
msgstr ""
-#: cp/init.c:921
+#: cp/init.c:920
#, gcc-internal-format
msgid ""
"%q#D is a static data member; it can only be initialized at its definition"
msgstr ""
-#: cp/init.c:928
+#: cp/init.c:927
#, gcc-internal-format
msgid "%q#D is not a non-static data member of %qT"
msgstr ""
-#: cp/init.c:967
+#: cp/init.c:966
#, gcc-internal-format
msgid "unnamed initializer for %qT, which has no base classes"
msgstr ""
-#: cp/init.c:975
+#: cp/init.c:974
#, gcc-internal-format
msgid "unnamed initializer for %qT, which uses multiple inheritance"
msgstr ""
-#: cp/init.c:1021
+#: cp/init.c:1020
#, gcc-internal-format
msgid "%qD is both a direct base and an indirect virtual base"
msgstr ""
-#: cp/init.c:1029
+#: cp/init.c:1028
#, gcc-internal-format
msgid "type %qT is not a direct or virtual base of %qT"
msgstr ""
-#: cp/init.c:1032
+#: cp/init.c:1031
#, gcc-internal-format
msgid "type %qT is not a direct base of %qT"
msgstr ""
-#: cp/init.c:1112
+#: cp/init.c:1111
#, gcc-internal-format
msgid "bad array initializer"
msgstr ""
-#: cp/init.c:1291
+#: cp/init.c:1290
#, gcc-internal-format
msgid "%qT is not an aggregate type"
msgstr ""
-#: cp/init.c:1345
+#: cp/init.c:1344
#, gcc-internal-format
msgid "incomplete type %qT does not have member %qD"
msgstr ""
-#: cp/init.c:1358
+#: cp/init.c:1357
#, gcc-internal-format
msgid "invalid pointer to bit-field %qD"
msgstr ""
-#: cp/init.c:1435
+#: cp/init.c:1434
#, gcc-internal-format
msgid "invalid use of non-static member function %qD"
msgstr ""
-#: cp/init.c:1441
+#: cp/init.c:1440
#, gcc-internal-format
msgid "invalid use of non-static data member %qD"
msgstr ""
-#: cp/init.c:1670
+#: cp/init.c:1669
#, gcc-internal-format
msgid "invalid type %<void%> for new"
msgstr ""
-#: cp/init.c:1680
+#: cp/init.c:1679
#, gcc-internal-format
msgid "uninitialized const in %<new%> of %q#T"
msgstr ""
-#: cp/init.c:1718
+#: cp/init.c:1717
#, gcc-internal-format
msgid "call to Java constructor with %qs undefined"
msgstr ""
-#: cp/init.c:1758
+#: cp/init.c:1757
#, gcc-internal-format
msgid "no suitable %qD found in class %qT"
msgstr ""
-#: cp/init.c:1763
+#: cp/init.c:1762
#, gcc-internal-format
msgid "request for member %qD is ambiguous"
msgstr ""
-#: cp/init.c:1905
+#: cp/init.c:1904
#, gcc-internal-format
msgid "ISO C++ forbids initialization in array new"
msgstr ""
-#: cp/init.c:2105
+#: cp/init.c:2103
#, gcc-internal-format
msgid "size in array new must have integral type"
msgstr ""
-#: cp/init.c:2121
+#: cp/init.c:2119
#, gcc-internal-format
msgid "allocating zero-element array"
msgstr ""
-#: cp/init.c:2129
+#: cp/init.c:2127
#, gcc-internal-format
msgid "new cannot be applied to a reference type"
msgstr ""
-#: cp/init.c:2135
+#: cp/init.c:2133
#, gcc-internal-format
msgid "new cannot be applied to a function type"
msgstr ""
-#: cp/init.c:2168
+#: cp/init.c:2166
#, gcc-internal-format
msgid "call to Java constructor, while %<jclass%> undefined"
msgstr ""
-#: cp/init.c:2186
+#: cp/init.c:2184
#, gcc-internal-format
msgid "can't find %<class$%> in %qT"
msgstr ""
-#: cp/init.c:2545
+#: cp/init.c:2543
#, gcc-internal-format
msgid "initializer ends prematurely"
msgstr ""
-#: cp/init.c:2600
+#: cp/init.c:2598
#, gcc-internal-format
msgid "cannot initialize multi-dimensional array with initializer"
msgstr ""
-#: cp/init.c:2737
+#: cp/init.c:2735
#, gcc-internal-format
msgid "possible problem detected in invocation of delete operator:"
msgstr ""
-#: cp/init.c:2740
+#: cp/init.c:2738
#, gcc-internal-format
msgid ""
"neither the destructor nor the class-specific operator delete will be "
"called, even if they are declared when the class is defined."
msgstr ""
-#: cp/init.c:2761
+#: cp/init.c:2759
#, gcc-internal-format
msgid "unknown array size in delete"
msgstr ""
-#: cp/init.c:3001
+#: cp/init.c:2999
#, gcc-internal-format
msgid "type to vector delete is neither pointer or array type"
msgstr ""
@@ -28188,7 +28199,7 @@ msgstr ""
msgid "(perhaps a semicolon is missing after the definition of %qT)"
msgstr ""
-#: cp/parser.c:2133 cp/parser.c:3885 cp/pt.c:4557
+#: cp/parser.c:2133 cp/parser.c:3897 cp/pt.c:4557
#, gcc-internal-format
msgid "%qT is not a template"
msgstr ""
@@ -28260,117 +28271,117 @@ msgstr ""
msgid "%<this%> may not be used in this context"
msgstr ""
-#: cp/parser.c:3222
+#: cp/parser.c:3234
#, gcc-internal-format
msgid "local variable %qD may not appear in this context"
msgstr ""
-#: cp/parser.c:3519
+#: cp/parser.c:3531
#, gcc-internal-format
msgid "scope %qT before %<~%> is not a class-name"
msgstr ""
-#: cp/parser.c:3620
+#: cp/parser.c:3632
#, gcc-internal-format
msgid "declaration of %<~%T%> as member of %qT"
msgstr ""
-#: cp/parser.c:3634
+#: cp/parser.c:3646
#, gcc-internal-format
msgid "typedef-name %qD used as destructor declarator"
msgstr ""
-#: cp/parser.c:3844 cp/parser.c:13003 cp/parser.c:15155
+#: cp/parser.c:3856 cp/parser.c:13015 cp/parser.c:15167
#, gcc-internal-format
msgid "reference to %qD is ambiguous"
msgstr ""
-#: cp/parser.c:3886 cp/typeck.c:2050 cp/typeck.c:2070
+#: cp/parser.c:3898 cp/typeck.c:2048 cp/typeck.c:2068
#, gcc-internal-format
msgid "%qD is not a template"
msgstr ""
-#: cp/parser.c:4275
+#: cp/parser.c:4287
#, gcc-internal-format
msgid "ISO C++ forbids compound-literals"
msgstr ""
-#: cp/parser.c:4623
+#: cp/parser.c:4635
#, gcc-internal-format
msgid "%qE does not have class type"
msgstr ""
-#: cp/parser.c:4699 cp/typeck.c:1979
+#: cp/parser.c:4711 cp/typeck.c:1977
#, gcc-internal-format
msgid "invalid use of %qD"
msgstr ""
-#: cp/parser.c:5223
+#: cp/parser.c:5235
#, gcc-internal-format
msgid "array bound forbidden after parenthesized type-id"
msgstr ""
-#: cp/parser.c:5224
+#: cp/parser.c:5236
#, gcc-internal-format
msgid "try removing the parentheses around the type-id"
msgstr ""
-#: cp/parser.c:5426
+#: cp/parser.c:5438
#, gcc-internal-format
msgid "expression in new-declarator must have integral or enumeration type"
msgstr ""
-#: cp/parser.c:5615
+#: cp/parser.c:5627
#, gcc-internal-format
msgid "use of old-style cast"
msgstr ""
-#: cp/parser.c:6404
+#: cp/parser.c:6416
#, gcc-internal-format
msgid "case label %qE not within a switch statement"
msgstr ""
-#: cp/parser.c:6970
+#: cp/parser.c:6982
#, gcc-internal-format
msgid "ISO C++ forbids computed gotos"
msgstr ""
-#: cp/parser.c:7102
+#: cp/parser.c:7114
#, gcc-internal-format
msgid "extra %<;%>"
msgstr ""
-#: cp/parser.c:7441
+#: cp/parser.c:7453
#, gcc-internal-format
msgid "mixing declarations and function-definitions is forbidden"
msgstr ""
-#: cp/parser.c:7573
+#: cp/parser.c:7585
#, gcc-internal-format
msgid "%<friend%> used outside of class"
msgstr ""
-#: cp/parser.c:7727
+#: cp/parser.c:7739
#, gcc-internal-format
msgid "class definition may not be declared a friend"
msgstr ""
-#: cp/parser.c:7791 cp/parser.c:14109
+#: cp/parser.c:7803 cp/parser.c:14121
#, gcc-internal-format
msgid "templates may not be %<virtual%>"
msgstr ""
-#: cp/parser.c:8044
+#: cp/parser.c:8056
#, gcc-internal-format
msgid "only constructors take base initializers"
msgstr ""
-#: cp/parser.c:8096
+#: cp/parser.c:8108
#, gcc-internal-format
msgid "anachronistic old-style base class initializer"
msgstr ""
-#: cp/parser.c:8140
+#: cp/parser.c:8152
#, gcc-internal-format
msgid ""
"keyword %<typename%> not allowed in this context (a qualified member "
@@ -28378,74 +28389,74 @@ msgid ""
msgstr ""
#. Warn that we do not support `export'.
-#: cp/parser.c:8485
+#: cp/parser.c:8497
#, gcc-internal-format
msgid "keyword %<export%> not implemented, and will be ignored"
msgstr ""
#. Otherwise, emit an error about the invalid digraph, but continue
#. parsing because we got our argument list.
-#: cp/parser.c:8878
+#: cp/parser.c:8890
#, gcc-internal-format
msgid "%<<::%> cannot begin a template-argument list"
msgstr ""
-#: cp/parser.c:8879
+#: cp/parser.c:8891
#, gcc-internal-format
msgid ""
"%<<:%> is an alternate spelling for %<[%>. Insert whitespace between %<<%> "
"and %<::%>"
msgstr ""
-#: cp/parser.c:8886
+#: cp/parser.c:8898
#, gcc-internal-format
msgid "(if you use -fpermissive G++ will accept your code)"
msgstr ""
-#: cp/parser.c:8959
+#: cp/parser.c:8971
#, gcc-internal-format
msgid "parse error in template argument list"
msgstr ""
#. Explain what went wrong.
-#: cp/parser.c:9072
+#: cp/parser.c:9084
#, gcc-internal-format
msgid "non-template %qD used as template"
msgstr ""
-#: cp/parser.c:9073
+#: cp/parser.c:9085
#, gcc-internal-format
msgid "use %<%T::template %D%> to indicate that it is a template"
msgstr ""
-#: cp/parser.c:9583
+#: cp/parser.c:9595
#, gcc-internal-format
msgid "template specialization with C linkage"
msgstr ""
-#: cp/parser.c:10158
+#: cp/parser.c:10170
#, gcc-internal-format
msgid "using %<typename%> outside of template"
msgstr ""
-#: cp/parser.c:10378
+#: cp/parser.c:10390
#, gcc-internal-format
msgid "attributes ignored on uninstantiated type"
msgstr ""
-#: cp/parser.c:10382
+#: cp/parser.c:10394
#, gcc-internal-format
msgid "attributes ignored on template instantiation"
msgstr ""
-#: cp/parser.c:10387
+#: cp/parser.c:10399
#, gcc-internal-format
msgid ""
"attributes ignored on elaborated-type-specifier that is not a forward "
"declaration"
msgstr ""
-#: cp/parser.c:10601
+#: cp/parser.c:10613
#, gcc-internal-format
msgid "%qD is not a namespace-name"
msgstr ""
@@ -28453,141 +28464,141 @@ msgstr ""
#. [namespace.udecl]
#.
#. A using declaration shall not name a template-id.
-#: cp/parser.c:10821
+#: cp/parser.c:10833
#, gcc-internal-format
msgid "a template-id may not appear in a using-declaration"
msgstr ""
-#: cp/parser.c:11166
+#: cp/parser.c:11178
#, gcc-internal-format
msgid "an asm-specification is not allowed on a function-definition"
msgstr ""
-#: cp/parser.c:11168
+#: cp/parser.c:11180
#, gcc-internal-format
msgid "attributes are not allowed on a function-definition"
msgstr ""
-#: cp/parser.c:11301
+#: cp/parser.c:11313
#, gcc-internal-format
msgid "initializer provided for function"
msgstr ""
-#: cp/parser.c:11321
+#: cp/parser.c:11333
#, gcc-internal-format
msgid "attributes after parenthesized initializer ignored"
msgstr ""
-#: cp/parser.c:11701 cp/pt.c:7312
+#: cp/parser.c:11713 cp/pt.c:7312
#, gcc-internal-format
msgid "array bound is not an integer constant"
msgstr ""
-#: cp/parser.c:11778
+#: cp/parser.c:11790
#, gcc-internal-format
msgid "%<%T::%D%> is not a type"
msgstr ""
-#: cp/parser.c:11803
+#: cp/parser.c:11815
#, gcc-internal-format
msgid "invalid use of constructor as a template"
msgstr ""
-#: cp/parser.c:11804
+#: cp/parser.c:11816
#, gcc-internal-format
msgid ""
"use %<%T::%D%> instead of %<%T::%D%> to name the constructor in a qualified "
"name"
msgstr ""
-#: cp/parser.c:11963
+#: cp/parser.c:11975
#, gcc-internal-format
msgid "%qD is a namespace"
msgstr ""
-#: cp/parser.c:12038
+#: cp/parser.c:12050
#, gcc-internal-format
msgid "duplicate cv-qualifier"
msgstr ""
-#: cp/parser.c:12586
+#: cp/parser.c:12598
#, gcc-internal-format
msgid "file ends in default argument"
msgstr ""
-#: cp/parser.c:12659
+#: cp/parser.c:12671
#, gcc-internal-format
msgid "deprecated use of default argument for parameter of non-function"
msgstr ""
-#: cp/parser.c:12662
+#: cp/parser.c:12674
#, gcc-internal-format
msgid "default arguments are only permitted for function parameters"
msgstr ""
-#: cp/parser.c:12862
+#: cp/parser.c:12874
#, gcc-internal-format
msgid "ISO C++ does not allow designated initializers"
msgstr ""
-#: cp/parser.c:13446
+#: cp/parser.c:13458
#, gcc-internal-format
msgid "invalid class name in declaration of %qD"
msgstr ""
-#: cp/parser.c:13457
+#: cp/parser.c:13469
#, gcc-internal-format
msgid "declaration of %qD in %qD which does not enclose %qD"
msgstr ""
-#: cp/parser.c:13470
+#: cp/parser.c:13482
#, gcc-internal-format
msgid "extra qualification ignored"
msgstr ""
-#: cp/parser.c:13481
+#: cp/parser.c:13493
#, gcc-internal-format
msgid "an explicit specialization must be preceded by %<template <>%>"
msgstr ""
-#: cp/parser.c:13574
+#: cp/parser.c:13586
#, gcc-internal-format
msgid "previous definition of %q+#T"
msgstr ""
-#: cp/parser.c:13809
+#: cp/parser.c:13821
#, gcc-internal-format
msgid "%Hextra %<;%>"
msgstr ""
-#: cp/parser.c:13827
+#: cp/parser.c:13839
#, gcc-internal-format
msgid "a class-key must be used when declaring a friend"
msgstr ""
-#: cp/parser.c:13841
+#: cp/parser.c:13853
#, gcc-internal-format
msgid "friend declaration does not name a class or function"
msgstr ""
-#: cp/parser.c:14018
+#: cp/parser.c:14030
#, gcc-internal-format
msgid "pure-specifier on function-definition"
msgstr ""
-#: cp/parser.c:14294
+#: cp/parser.c:14306
#, gcc-internal-format
msgid "keyword %<typename%> not allowed outside of templates"
msgstr ""
-#: cp/parser.c:14296
+#: cp/parser.c:14308
#, gcc-internal-format
msgid ""
"keyword %<typename%> not allowed in this context (the base class is "
"implicitly a type)"
msgstr ""
-#: cp/parser.c:15328
+#: cp/parser.c:15340
#, gcc-internal-format
msgid "too few template-parameter-lists"
msgstr ""
@@ -28596,13 +28607,13 @@ msgstr ""
#. something like:
#.
#. template <class T> template <class U> void S::f();
-#: cp/parser.c:15343
+#: cp/parser.c:15355
#, gcc-internal-format
msgid "too many template-parameter-lists"
msgstr ""
#. Issue an error message.
-#: cp/parser.c:15605
+#: cp/parser.c:15617
#, gcc-internal-format
msgid "named return values are no longer supported"
msgstr ""
@@ -28610,82 +28621,82 @@ msgstr ""
#. 14.5.2.2 [temp.mem]
#.
#. A local class shall not have member templates.
-#: cp/parser.c:15677
+#: cp/parser.c:15689
#, gcc-internal-format
msgid "invalid declaration of member template in local class"
msgstr ""
-#: cp/parser.c:15686
+#: cp/parser.c:15698
#, gcc-internal-format
msgid "template with C linkage"
msgstr ""
-#: cp/parser.c:15828
+#: cp/parser.c:15840
#, gcc-internal-format
msgid "template declaration of %qs"
msgstr ""
-#: cp/parser.c:16043
+#: cp/parser.c:16055
#, gcc-internal-format
msgid "%H%<>>%> should be %<> >%> within a nested template argument list"
msgstr ""
-#: cp/parser.c:16058
+#: cp/parser.c:16070
#, gcc-internal-format
msgid "spurious %<>>%>, use %<>%> to terminate a template argument list"
msgstr ""
-#: cp/parser.c:16374
+#: cp/parser.c:16386
#, gcc-internal-format
msgid "invalid use of %qD in linkage specification"
msgstr ""
-#: cp/parser.c:16387
+#: cp/parser.c:16399
#, gcc-internal-format
msgid "%<__thread%> before %qD"
msgstr ""
-#: cp/parser.c:16682
+#: cp/parser.c:16694
#, gcc-internal-format
msgid "%qs tag used in naming %q#T"
msgstr ""
-#: cp/parser.c:16703
+#: cp/parser.c:16715
#, gcc-internal-format
msgid "%qD redeclared with different access"
msgstr ""
-#: cp/parser.c:16720
+#: cp/parser.c:16732
#, gcc-internal-format
msgid "%<template%> (as a disambiguator) is only allowed within templates"
msgstr ""
-#: cp/parser.c:16973 cp/parser.c:17896 cp/parser.c:18027
+#: cp/parser.c:16985 cp/parser.c:17908 cp/parser.c:18039
#, gcc-internal-format
msgid "misplaced %<@%D%> Objective-C++ construct"
msgstr ""
-#: cp/parser.c:17114
+#: cp/parser.c:17126
#, gcc-internal-format
msgid "%<@encode%> must specify a type as an argument"
msgstr ""
-#: cp/parser.c:17429
+#: cp/parser.c:17441
#, gcc-internal-format
msgid "invalid Objective-C++ selector name"
msgstr ""
-#: cp/parser.c:17760
+#: cp/parser.c:17772
#, gcc-internal-format
msgid "identifier expected after %<@protocol%>"
msgstr ""
-#: cp/parser.c:19247
+#: cp/parser.c:19259
#, gcc-internal-format
msgid "junk at end of %<#pragma GCC pch_preprocess%>"
msgstr ""
-#: cp/parser.c:19392
+#: cp/parser.c:19404
#, gcc-internal-format
msgid "inter-module optimizations not implemented for C++"
msgstr ""
@@ -29301,72 +29312,72 @@ msgstr ""
msgid " trying to instantiate %qD"
msgstr ""
-#: cp/pt.c:11571
+#: cp/pt.c:11574
#, gcc-internal-format
msgid "ambiguous class template instantiation for %q#T"
msgstr ""
-#: cp/pt.c:11574
+#: cp/pt.c:11577
#, gcc-internal-format
msgid "%s %+#T"
msgstr ""
-#: cp/pt.c:11597 cp/pt.c:11668
+#: cp/pt.c:11600 cp/pt.c:11671
#, gcc-internal-format
msgid "explicit instantiation of non-template %q#D"
msgstr ""
-#: cp/pt.c:11613 cp/pt.c:11663
+#: cp/pt.c:11616 cp/pt.c:11666
#, gcc-internal-format
msgid "no matching template for %qD found"
msgstr ""
-#: cp/pt.c:11619
+#: cp/pt.c:11622
#, gcc-internal-format
msgid "explicit instantiation of %q#D"
msgstr ""
-#: cp/pt.c:11655
+#: cp/pt.c:11658
#, gcc-internal-format
msgid "duplicate explicit instantiation of %q#D"
msgstr ""
-#: cp/pt.c:11677
+#: cp/pt.c:11680
#, gcc-internal-format
msgid "ISO C++ forbids the use of %<extern%> on explicit instantiations"
msgstr ""
-#: cp/pt.c:11682 cp/pt.c:11775
+#: cp/pt.c:11685 cp/pt.c:11778
#, gcc-internal-format
msgid "storage class %qD applied to template instantiation"
msgstr ""
-#: cp/pt.c:11747
+#: cp/pt.c:11750
#, gcc-internal-format
msgid "explicit instantiation of non-template type %qT"
msgstr ""
-#: cp/pt.c:11756
+#: cp/pt.c:11759
#, gcc-internal-format
msgid "explicit instantiation of %q#T before definition of template"
msgstr ""
-#: cp/pt.c:11764
+#: cp/pt.c:11767
#, gcc-internal-format
msgid "ISO C++ forbids the use of %qE on explicit instantiations"
msgstr ""
-#: cp/pt.c:11809
+#: cp/pt.c:11812
#, gcc-internal-format
msgid "duplicate explicit instantiation of %q#T"
msgstr ""
-#: cp/pt.c:12225
+#: cp/pt.c:12228
#, gcc-internal-format
msgid "explicit instantiation of %qD but no definition available"
msgstr ""
-#: cp/pt.c:12383
+#: cp/pt.c:12386
#, gcc-internal-format
msgid ""
"template instantiation depth exceeds maximum of %d instantiating %q+D, "
@@ -29374,7 +29385,7 @@ msgid ""
"the maximum)"
msgstr ""
-#: cp/pt.c:12657
+#: cp/pt.c:12660
#, gcc-internal-format
msgid "%q#T is not a valid type for a template constant parameter"
msgstr ""
@@ -29528,7 +29539,7 @@ msgstr ""
msgid "invalid qualifying scope in pseudo-destructor name"
msgstr ""
-#: cp/semantics.c:1951 cp/typeck.c:2005
+#: cp/semantics.c:1951 cp/typeck.c:2003
#, gcc-internal-format
msgid "qualified type %qT does not match destructor name ~%qT"
msgstr ""
@@ -29589,7 +29600,7 @@ msgstr ""
msgid "reference to %<%T::%D%> is ambiguous"
msgstr ""
-#: cp/semantics.c:2405 cp/typeck.c:1814
+#: cp/semantics.c:2405 cp/typeck.c:1812
#, gcc-internal-format
msgid "%qD is not a member of %qT"
msgstr ""
@@ -29657,22 +29668,32 @@ msgstr ""
msgid "cannot apply %<offsetof%> to member function %qD"
msgstr ""
-#: cp/semantics.c:3414
+#: cp/semantics.c:3348
+#, gcc-internal-format
+msgid "%qD is not a variable in clause %qs"
+msgstr ""
+
+#: cp/semantics.c:3357
+#, gcc-internal-format
+msgid "%qD appears more than once in data clauses"
+msgstr ""
+
+#: cp/semantics.c:3417
#, gcc-internal-format
msgid "num_threads expression must be integral"
msgstr ""
-#: cp/semantics.c:3428
+#: cp/semantics.c:3431
#, gcc-internal-format
msgid "schedule chunk size expression must be integral"
msgstr ""
-#: cp/semantics.c:3558
+#: cp/semantics.c:3561
#, gcc-internal-format
msgid "%qE has reference type for %qs"
msgstr ""
-#: cp/semantics.c:3698
+#: cp/semantics.c:3701
#, gcc-internal-format
msgid "%<threadprivate%> %qE is not file, namespace or block scope variable"
msgstr ""
@@ -29723,247 +29744,247 @@ msgstr ""
msgid "%qE attribute is not supported on this platform"
msgstr ""
-#: cp/typeck.c:438 cp/typeck.c:452 cp/typeck.c:552
+#: cp/typeck.c:436 cp/typeck.c:450 cp/typeck.c:550
#, gcc-internal-format
msgid "%s between distinct pointer types %qT and %qT lacks a cast"
msgstr ""
-#: cp/typeck.c:514
+#: cp/typeck.c:512
#, gcc-internal-format
msgid ""
"ISO C++ forbids %s between pointer of type %<void *%> and pointer-to-function"
msgstr ""
-#: cp/typeck.c:572
+#: cp/typeck.c:570
#, gcc-internal-format
msgid "%s between distinct pointer-to-member types %qT and %qT lacks a cast"
msgstr ""
-#: cp/typeck.c:1255
+#: cp/typeck.c:1253
#, gcc-internal-format
msgid "invalid application of %qs to a member function"
msgstr ""
-#: cp/typeck.c:1305
+#: cp/typeck.c:1303
#, gcc-internal-format
msgid "invalid application of %<sizeof%> to a bit-field"
msgstr ""
-#: cp/typeck.c:1310
+#: cp/typeck.c:1308
#, gcc-internal-format
msgid "ISO C++ forbids applying %<sizeof%> to an expression of function type"
msgstr ""
-#: cp/typeck.c:1353
+#: cp/typeck.c:1351
#, gcc-internal-format
msgid "invalid application of %<__alignof%> to a bit-field"
msgstr ""
-#: cp/typeck.c:1361
+#: cp/typeck.c:1359
#, gcc-internal-format
msgid ""
"ISO C++ forbids applying %<__alignof%> to an expression of function type"
msgstr ""
-#: cp/typeck.c:1409
+#: cp/typeck.c:1407
#, gcc-internal-format
msgid "invalid use of non-static member function"
msgstr ""
-#: cp/typeck.c:1673
+#: cp/typeck.c:1671
#, gcc-internal-format
msgid "deprecated conversion from string constant to %qT"
msgstr ""
-#: cp/typeck.c:1785 cp/typeck.c:2133
+#: cp/typeck.c:1783 cp/typeck.c:2131
#, gcc-internal-format
msgid "request for member %qD in %qE, which is of non-class type %qT"
msgstr ""
-#: cp/typeck.c:1812
+#: cp/typeck.c:1810
#, gcc-internal-format
msgid "invalid use of nonstatic data member %qE"
msgstr ""
-#: cp/typeck.c:1864 cp/typeck.c:1892
+#: cp/typeck.c:1862 cp/typeck.c:1890
#, gcc-internal-format
msgid "invalid access to non-static data member %qD of NULL object"
msgstr ""
-#: cp/typeck.c:1867 cp/typeck.c:1894
+#: cp/typeck.c:1865 cp/typeck.c:1892
#, gcc-internal-format
msgid "(perhaps the %<offsetof%> macro was used incorrectly)"
msgstr ""
-#: cp/typeck.c:2011
+#: cp/typeck.c:2009
#, gcc-internal-format
msgid "the type being destroyed is %qT, but the destructor refers to %qT"
msgstr ""
-#: cp/typeck.c:2171
+#: cp/typeck.c:2169
#, gcc-internal-format
msgid "%<%D::%D%> is not a member of %qT"
msgstr ""
-#: cp/typeck.c:2186
+#: cp/typeck.c:2184
#, gcc-internal-format
msgid "%qT is not a base of %qT"
msgstr ""
-#: cp/typeck.c:2205
+#: cp/typeck.c:2203
#, gcc-internal-format
msgid "%qD has no member named %qE"
msgstr ""
-#: cp/typeck.c:2220
+#: cp/typeck.c:2218
#, gcc-internal-format
msgid "%qD is not a member template function"
msgstr ""
#. A pointer to incomplete type (other than cv void) can be
#. dereferenced [expr.unary.op]/1
-#: cp/typeck.c:2340
+#: cp/typeck.c:2338
#, gcc-internal-format
msgid "%qT is not a pointer-to-object type"
msgstr ""
-#: cp/typeck.c:2365
+#: cp/typeck.c:2363
#, gcc-internal-format
msgid "invalid use of %qs on pointer to member"
msgstr ""
-#: cp/typeck.c:2371
+#: cp/typeck.c:2369
#, gcc-internal-format
msgid "invalid type argument"
msgstr ""
-#: cp/typeck.c:2394
+#: cp/typeck.c:2392
#, gcc-internal-format
msgid "subscript missing in array reference"
msgstr ""
-#: cp/typeck.c:2468
+#: cp/typeck.c:2466
#, gcc-internal-format
msgid "ISO C++ forbids subscripting non-lvalue array"
msgstr ""
-#: cp/typeck.c:2479
+#: cp/typeck.c:2477
#, gcc-internal-format
msgid "subscripting array declared %<register%>"
msgstr ""
-#: cp/typeck.c:2562
+#: cp/typeck.c:2560
#, gcc-internal-format
msgid "object missing in use of %qE"
msgstr ""
-#: cp/typeck.c:2676
+#: cp/typeck.c:2674
#, gcc-internal-format
msgid "ISO C++ forbids calling %<::main%> from within program"
msgstr ""
-#: cp/typeck.c:2701
+#: cp/typeck.c:2699
#, gcc-internal-format
msgid ""
"must use %<.*%> or %<->*%> to call pointer-to-member function in %<%E (...)%>"
msgstr ""
-#: cp/typeck.c:2715
+#: cp/typeck.c:2713
#, gcc-internal-format
msgid "%qE cannot be used as a function"
msgstr ""
-#: cp/typeck.c:2795
+#: cp/typeck.c:2793
#, gcc-internal-format
msgid "too many arguments to %s %q+#D"
msgstr ""
-#: cp/typeck.c:2796 cp/typeck.c:2898
+#: cp/typeck.c:2794 cp/typeck.c:2896
#, gcc-internal-format
msgid "at this point in file"
msgstr ""
-#: cp/typeck.c:2799
+#: cp/typeck.c:2797
#, gcc-internal-format
msgid "too many arguments to function"
msgstr ""
-#: cp/typeck.c:2833
+#: cp/typeck.c:2831
#, gcc-internal-format
msgid "parameter %P of %qD has incomplete type %qT"
msgstr ""
-#: cp/typeck.c:2836
+#: cp/typeck.c:2834
#, gcc-internal-format
msgid "parameter %P has incomplete type %qT"
msgstr ""
-#: cp/typeck.c:2897
+#: cp/typeck.c:2895
#, gcc-internal-format
msgid "too few arguments to %s %q+#D"
msgstr ""
-#: cp/typeck.c:2901
+#: cp/typeck.c:2899
#, gcc-internal-format
msgid "too few arguments to function"
msgstr ""
-#: cp/typeck.c:3049 cp/typeck.c:3059
+#: cp/typeck.c:3047 cp/typeck.c:3057
#, gcc-internal-format
msgid "assuming cast to type %qT from overloaded function"
msgstr ""
-#: cp/typeck.c:3141
+#: cp/typeck.c:3139
#, gcc-internal-format
msgid "division by zero in %<%E / 0%>"
msgstr ""
-#: cp/typeck.c:3143
+#: cp/typeck.c:3141
#, gcc-internal-format
msgid "division by zero in %<%E / 0.%>"
msgstr ""
-#: cp/typeck.c:3178
+#: cp/typeck.c:3176
#, gcc-internal-format
msgid "division by zero in %<%E %% 0%>"
msgstr ""
-#: cp/typeck.c:3180
+#: cp/typeck.c:3178
#, gcc-internal-format
msgid "division by zero in %<%E %% 0.%>"
msgstr ""
-#: cp/typeck.c:3260
+#: cp/typeck.c:3258
#, gcc-internal-format
msgid "%s rotate count is negative"
msgstr ""
-#: cp/typeck.c:3263
+#: cp/typeck.c:3261
#, gcc-internal-format
msgid "%s rotate count >= width of type"
msgstr ""
-#: cp/typeck.c:3302 cp/typeck.c:3307 cp/typeck.c:3408 cp/typeck.c:3413
+#: cp/typeck.c:3300 cp/typeck.c:3305 cp/typeck.c:3406 cp/typeck.c:3411
#, gcc-internal-format
msgid "ISO C++ forbids comparison between pointer and integer"
msgstr ""
-#: cp/typeck.c:3427
+#: cp/typeck.c:3425
#, gcc-internal-format
msgid "unordered comparison on non-floating point argument"
msgstr ""
-#: cp/typeck.c:3465
+#: cp/typeck.c:3463
#, gcc-internal-format
msgid "invalid operands of types %qT and %qT to binary %qO"
msgstr ""
-#: cp/typeck.c:3629
+#: cp/typeck.c:3627
#, gcc-internal-format
msgid "comparison between types %q#T and %q#T"
msgstr ""
-#: cp/typeck.c:3665
+#: cp/typeck.c:3663
#, gcc-internal-format
msgid "comparison between signed and unsigned integer expressions"
msgstr ""
@@ -29972,149 +29993,149 @@ msgstr ""
#. performed. Note that pointer-difference and pointer-addition
#. have already been handled above, and so we don't end up here in
#. that case.
-#: cp/typeck.c:3744
+#: cp/typeck.c:3742
#, gcc-internal-format
msgid "NULL used in arithmetic"
msgstr ""
-#: cp/typeck.c:3802
+#: cp/typeck.c:3800
#, gcc-internal-format
msgid "ISO C++ forbids using pointer of type %<void *%> in subtraction"
msgstr ""
-#: cp/typeck.c:3804
+#: cp/typeck.c:3802
#, gcc-internal-format
msgid "ISO C++ forbids using pointer to a function in subtraction"
msgstr ""
-#: cp/typeck.c:3806
+#: cp/typeck.c:3804
#, gcc-internal-format
msgid "ISO C++ forbids using pointer to a method in subtraction"
msgstr ""
-#: cp/typeck.c:3818
+#: cp/typeck.c:3816
#, gcc-internal-format
msgid "invalid use of a pointer to an incomplete type in pointer arithmetic"
msgstr ""
-#: cp/typeck.c:3878
+#: cp/typeck.c:3876
#, gcc-internal-format
msgid "invalid use of %qE to form a pointer-to-member-function"
msgstr ""
-#: cp/typeck.c:3881
+#: cp/typeck.c:3879
#, gcc-internal-format
msgid " a qualified-id is required"
msgstr ""
-#: cp/typeck.c:3886
+#: cp/typeck.c:3884
#, gcc-internal-format
msgid ""
"parentheses around %qE cannot be used to form a pointer-to-member-function"
msgstr ""
-#: cp/typeck.c:3909
+#: cp/typeck.c:3907
#, gcc-internal-format
msgid "taking address of temporary"
msgstr ""
-#: cp/typeck.c:4157
+#: cp/typeck.c:4155
#, gcc-internal-format
msgid "ISO C++ forbids %sing an enum"
msgstr ""
-#: cp/typeck.c:4168
+#: cp/typeck.c:4166
#, gcc-internal-format
msgid "cannot %s a pointer to incomplete type %qT"
msgstr ""
-#: cp/typeck.c:4174
+#: cp/typeck.c:4172
#, gcc-internal-format
msgid "ISO C++ forbids %sing a pointer of type %qT"
msgstr ""
-#: cp/typeck.c:4199
+#: cp/typeck.c:4197
#, gcc-internal-format
msgid "cast to non-reference type used as lvalue"
msgstr ""
-#: cp/typeck.c:4234
+#: cp/typeck.c:4232
#, gcc-internal-format
msgid "invalid use of %<--%> on bool variable %qD"
msgstr ""
#. ARM $3.4
-#: cp/typeck.c:4263
+#: cp/typeck.c:4261
#, gcc-internal-format
msgid "ISO C++ forbids taking address of function %<::main%>"
msgstr ""
#. An expression like &memfn.
-#: cp/typeck.c:4319
+#: cp/typeck.c:4317
#, gcc-internal-format
msgid ""
"ISO C++ forbids taking the address of an unqualified or parenthesized non-"
"static member function to form a pointer to member function. Say %<&%T::%D%>"
msgstr ""
-#: cp/typeck.c:4324
+#: cp/typeck.c:4322
#, gcc-internal-format
msgid ""
"ISO C++ forbids taking the address of a bound member function to form a "
"pointer to member function. Say %<&%T::%D%>"
msgstr ""
-#: cp/typeck.c:4352
+#: cp/typeck.c:4350
#, gcc-internal-format
msgid "ISO C++ forbids taking the address of a cast to a non-lvalue expression"
msgstr ""
-#: cp/typeck.c:4376
+#: cp/typeck.c:4374
#, gcc-internal-format
msgid "cannot create pointer to reference member %qD"
msgstr ""
-#: cp/typeck.c:4587
+#: cp/typeck.c:4585
#, gcc-internal-format
msgid "cannot take the address of %<this%>, which is an rvalue expression"
msgstr ""
-#: cp/typeck.c:4610
+#: cp/typeck.c:4608
#, gcc-internal-format
msgid "address of explicit register variable %qD requested"
msgstr ""
-#: cp/typeck.c:4615
+#: cp/typeck.c:4613
#, gcc-internal-format
msgid "address requested for %qD, which is declared %<register%>"
msgstr ""
-#: cp/typeck.c:4681
+#: cp/typeck.c:4679
#, gcc-internal-format
msgid "%s expression list treated as compound expression"
msgstr ""
-#: cp/typeck.c:5078
+#: cp/typeck.c:5076
#, gcc-internal-format
msgid "invalid static_cast from type %qT to type %qT"
msgstr ""
-#: cp/typeck.c:5100
+#: cp/typeck.c:5098
#, gcc-internal-format
msgid "converting from %qT to %qT"
msgstr ""
-#: cp/typeck.c:5148
+#: cp/typeck.c:5146
#, gcc-internal-format
msgid "invalid cast of an rvalue expression of type %qT to type %qT"
msgstr ""
-#: cp/typeck.c:5207
+#: cp/typeck.c:5205
#, gcc-internal-format
msgid "cast from %qT to %qT loses precision"
msgstr ""
-#: cp/typeck.c:5234
+#: cp/typeck.c:5232
#, gcc-internal-format
msgid "cast from %qT to %qT increases required alignment of target type"
msgstr ""
@@ -30123,165 +30144,165 @@ msgstr ""
#. where possible, and it is necessary in some cases. DR 195
#. addresses this issue, but as of 2004/10/26 is still in
#. drafting.
-#: cp/typeck.c:5253
+#: cp/typeck.c:5251
#, gcc-internal-format
msgid ""
"ISO C++ forbids casting between pointer-to-function and pointer-to-object"
msgstr ""
-#: cp/typeck.c:5264
+#: cp/typeck.c:5262
#, gcc-internal-format
msgid "invalid cast from type %qT to type %qT"
msgstr ""
-#: cp/typeck.c:5320
+#: cp/typeck.c:5318
#, gcc-internal-format
msgid ""
"invalid use of const_cast with type %qT, which is not a pointer, reference, "
"nor a pointer-to-data-member type"
msgstr ""
-#: cp/typeck.c:5329
+#: cp/typeck.c:5327
#, gcc-internal-format
msgid ""
"invalid use of const_cast with type %qT, which is a pointer or reference to "
"a function type"
msgstr ""
-#: cp/typeck.c:5354
+#: cp/typeck.c:5352
#, gcc-internal-format
msgid "invalid const_cast of an rvalue of type %qT to type %qT"
msgstr ""
-#: cp/typeck.c:5405
+#: cp/typeck.c:5403
#, gcc-internal-format
msgid "invalid const_cast from type %qT to type %qT"
msgstr ""
-#: cp/typeck.c:5473 cp/typeck.c:5478
+#: cp/typeck.c:5471 cp/typeck.c:5476
#, gcc-internal-format
msgid "ISO C++ forbids casting to an array type %qT"
msgstr ""
-#: cp/typeck.c:5486
+#: cp/typeck.c:5484
#, gcc-internal-format
msgid "invalid cast to function type %qT"
msgstr ""
-#: cp/typeck.c:5706
+#: cp/typeck.c:5704
#, gcc-internal-format
msgid " in evaluation of %<%Q(%#T, %#T)%>"
msgstr ""
-#: cp/typeck.c:5775
+#: cp/typeck.c:5773
#, gcc-internal-format
msgid "incompatible types in assignment of %qT to %qT"
msgstr ""
-#: cp/typeck.c:5786
+#: cp/typeck.c:5784
#, gcc-internal-format
msgid "array used as initializer"
msgstr ""
-#: cp/typeck.c:5788
+#: cp/typeck.c:5786
#, gcc-internal-format
msgid "invalid array assignment"
msgstr ""
-#: cp/typeck.c:5910
+#: cp/typeck.c:5908
#, gcc-internal-format
msgid " in pointer to member function conversion"
msgstr ""
-#: cp/typeck.c:5921 cp/typeck.c:5947
+#: cp/typeck.c:5919 cp/typeck.c:5945
#, gcc-internal-format
msgid "pointer to member cast via virtual base %qT"
msgstr ""
-#: cp/typeck.c:5924
+#: cp/typeck.c:5922
#, gcc-internal-format
msgid "pointer to member conversion via virtual base %qT"
msgstr ""
-#: cp/typeck.c:5933
+#: cp/typeck.c:5931
#, gcc-internal-format
msgid " in pointer to member conversion"
msgstr ""
-#: cp/typeck.c:6023
+#: cp/typeck.c:6021
#, gcc-internal-format
msgid "invalid conversion to type %qT from type %qT"
msgstr ""
-#: cp/typeck.c:6267
+#: cp/typeck.c:6265
#, gcc-internal-format
msgid "cannot convert %qT to %qT for argument %qP to %qD"
msgstr ""
-#: cp/typeck.c:6270
+#: cp/typeck.c:6268
#, gcc-internal-format
msgid "cannot convert %qT to %qT in %s"
msgstr ""
-#: cp/typeck.c:6281
+#: cp/typeck.c:6279
#, gcc-internal-format
msgid "%s might be a candidate for a format attribute"
msgstr ""
-#: cp/typeck.c:6355 cp/typeck.c:6357
+#: cp/typeck.c:6353 cp/typeck.c:6355
#, gcc-internal-format
msgid "in passing argument %P of %q+D"
msgstr ""
-#: cp/typeck.c:6407
+#: cp/typeck.c:6405
#, gcc-internal-format
msgid "returning reference to temporary"
msgstr ""
-#: cp/typeck.c:6414
+#: cp/typeck.c:6412
#, gcc-internal-format
msgid "reference to non-lvalue returned"
msgstr ""
-#: cp/typeck.c:6430
+#: cp/typeck.c:6428
#, gcc-internal-format
msgid "reference to local variable %q+D returned"
msgstr ""
-#: cp/typeck.c:6433
+#: cp/typeck.c:6431
#, gcc-internal-format
msgid "address of local variable %q+D returned"
msgstr ""
-#: cp/typeck.c:6467
+#: cp/typeck.c:6465
#, gcc-internal-format
msgid "returning a value from a destructor"
msgstr ""
#. If a return statement appears in a handler of the
#. function-try-block of a constructor, the program is ill-formed.
-#: cp/typeck.c:6475
+#: cp/typeck.c:6473
#, gcc-internal-format
msgid "cannot return from a handler of a function-try-block of a constructor"
msgstr ""
#. You can't return a value from a constructor.
-#: cp/typeck.c:6478
+#: cp/typeck.c:6476
#, gcc-internal-format
msgid "returning a value from a constructor"
msgstr ""
-#: cp/typeck.c:6501
+#: cp/typeck.c:6499
#, gcc-internal-format
msgid "return-statement with no value, in function returning %qT"
msgstr ""
-#: cp/typeck.c:6522
+#: cp/typeck.c:6520
#, gcc-internal-format
msgid "return-statement with a value, in function returning 'void'"
msgstr ""
-#: cp/typeck.c:6553
+#: cp/typeck.c:6551
#, gcc-internal-format
msgid ""
"%<operator new%> must not return NULL unless it is declared %<throw()%> (or -"
@@ -30364,92 +30385,92 @@ msgstr ""
msgid "int-array initialized from non-wide string"
msgstr ""
-#: cp/typeck2.c:731
+#: cp/typeck2.c:732
#, gcc-internal-format
msgid "cannot initialize aggregate of type %qT with a compound literal"
msgstr ""
-#: cp/typeck2.c:740
+#: cp/typeck2.c:741
#, gcc-internal-format
msgid "array must be initialized with a brace-enclosed initializer"
msgstr ""
-#: cp/typeck2.c:816 cp/typeck2.c:917
+#: cp/typeck2.c:817 cp/typeck2.c:918
#, gcc-internal-format
msgid "non-trivial designated initializers not supported"
msgstr ""
-#: cp/typeck2.c:940 cp/typeck2.c:954
+#: cp/typeck2.c:941 cp/typeck2.c:955
#, gcc-internal-format
msgid "missing initializer for member %qD"
msgstr ""
-#: cp/typeck2.c:945
+#: cp/typeck2.c:946
#, gcc-internal-format
msgid "uninitialized const member %qD"
msgstr ""
-#: cp/typeck2.c:947
+#: cp/typeck2.c:948
#, gcc-internal-format
msgid "member %qD with uninitialized const fields"
msgstr ""
-#: cp/typeck2.c:949
+#: cp/typeck2.c:950
#, gcc-internal-format
msgid "member %qD is uninitialized reference"
msgstr ""
-#: cp/typeck2.c:1004
+#: cp/typeck2.c:1005
#, gcc-internal-format
msgid "no field %qD found in union being initialized"
msgstr ""
-#: cp/typeck2.c:1013
+#: cp/typeck2.c:1014
#, gcc-internal-format
msgid "index value instead of field name in union initializer"
msgstr ""
-#: cp/typeck2.c:1168
+#: cp/typeck2.c:1169
#, gcc-internal-format
msgid "circular pointer delegation detected"
msgstr ""
-#: cp/typeck2.c:1181
+#: cp/typeck2.c:1182
#, gcc-internal-format
msgid "base operand of %<->%> has non-pointer type %qT"
msgstr ""
-#: cp/typeck2.c:1205
+#: cp/typeck2.c:1206
#, gcc-internal-format
msgid "result of %<operator->()%> yields non-pointer result"
msgstr ""
-#: cp/typeck2.c:1207
+#: cp/typeck2.c:1208
#, gcc-internal-format
msgid "base operand of %<->%> is not a pointer"
msgstr ""
-#: cp/typeck2.c:1229
+#: cp/typeck2.c:1230
#, gcc-internal-format
msgid "%qE cannot be used as a member pointer, since it is of type %qT"
msgstr ""
-#: cp/typeck2.c:1238
+#: cp/typeck2.c:1239
#, gcc-internal-format
msgid "cannot apply member pointer %qE to %qE, which is of non-class type %qT"
msgstr ""
-#: cp/typeck2.c:1260
+#: cp/typeck2.c:1261
#, gcc-internal-format
msgid "pointer to member type %qT incompatible with object type %qT"
msgstr ""
-#: cp/typeck2.c:1482
+#: cp/typeck2.c:1485
#, gcc-internal-format
msgid "call to function %qD which throws incomplete type %q#T"
msgstr ""
-#: cp/typeck2.c:1485
+#: cp/typeck2.c:1488
#, gcc-internal-format
msgid "call to function which throws incomplete type %q#T"
msgstr ""
@@ -30489,14 +30510,14 @@ msgstr ""
msgid "Possible frontend bug: array constructor not expanded"
msgstr ""
-#: fortran/trans-array.c:4997
+#: fortran/trans-array.c:5012
#, gcc-internal-format
msgid ""
"Possible frontend bug: Deferred array size without pointer, allocatable "
"attribute or derived type without allocatable components."
msgstr ""
-#: fortran/trans-array.c:5470
+#: fortran/trans-array.c:5485
#, gcc-internal-format
msgid "bad expression type during walk (%d)"
msgstr ""
@@ -30532,7 +30553,7 @@ msgstr ""
msgid "Function return value not set"
msgstr ""
-#: fortran/trans-expr.c:1073
+#: fortran/trans-expr.c:1081
#, gcc-internal-format
msgid "Unknown intrinsic op"
msgstr ""
diff --git a/gcc/stmt.c b/gcc/stmt.c
index 37baab58a14..671e98a7206 100644
--- a/gcc/stmt.c
+++ b/gcc/stmt.c
@@ -1082,7 +1082,6 @@ expand_asm_operands (tree string, tree outputs, tree inputs,
if (real_output_rtx[i])
emit_move_insn (real_output_rtx[i], output_rtx[i]);
- cfun->has_asm_statement = 1;
free_temp_slots ();
}
diff --git a/gcc/testsuite/gcc.target/i386/pr21291.c b/gcc/testsuite/gcc.target/i386/pr21291.c
index b597509854b..acfc43df67f 100644
--- a/gcc/testsuite/gcc.target/i386/pr21291.c
+++ b/gcc/testsuite/gcc.target/i386/pr21291.c
@@ -1,8 +1,3 @@
-/* The asm has 2 "r" in/out operands, 1 earlyclobber "r" output, 1 "r"
- input and 2 fixed "r" clobbers (eax and edx), so there are a total of
- 6 registers that must not conflict. Add to that the PIC register,
- the frame pointer, and the stack pointer, and we've run out of
- registers on 32-bit targets. */
/* { dg-do compile } */
/* { dg-options "-O" } */
diff --git a/gcc/tree-pass.h b/gcc/tree-pass.h
index 4bb69768062..8a553021706 100644
--- a/gcc/tree-pass.h
+++ b/gcc/tree-pass.h
@@ -352,7 +352,7 @@ extern struct tree_opt_pass pass_life;
extern struct tree_opt_pass pass_combine;
extern struct tree_opt_pass pass_if_after_combine;
extern struct tree_opt_pass pass_partition_blocks;
-extern struct tree_opt_pass pass_match_asm_constraints;
+extern struct tree_opt_pass pass_partition_blocks;
extern struct tree_opt_pass pass_regmove;
extern struct tree_opt_pass pass_split_all_insns;
extern struct tree_opt_pass pass_mode_switching;
diff --git a/libcpp/po/ChangeLog b/libcpp/po/ChangeLog
index b27fa277d5b..66f2b17de5e 100644
--- a/libcpp/po/ChangeLog
+++ b/libcpp/po/ChangeLog
@@ -1,3 +1,7 @@
+2007-07-18 Mark Mitchell <mark@codesourcery.com>
+
+ * cpplib.pot: Regenerate.
+
2007-06-26 Joseph S. Myers <joseph@codesourcery.com>
* be.po, ca.po, da.po, de.po, el.po, es.po, fr.po, ja.po, nl.po,
diff --git a/libcpp/po/cpplib.pot b/libcpp/po/cpplib.pot
index 01d9200e230..840eb6efcf3 100644
--- a/libcpp/po/cpplib.pot
+++ b/libcpp/po/cpplib.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://gcc.gnu.org/bugs.html\n"
-"POT-Creation-Date: 2007-05-13 19:48-0700\n"
+"POT-Creation-Date: 2007-07-18 21:18-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"