# This file is distributed under the same license as the gcc package. # # Messages français pour GNU concernant gcc. # Copyright © 2019 Free Software Foundation, Inc. # # Michel Robitaille , traducteur depuis/since 1996. # François-Xavier Coudert , 2008. # Stéphane Aulery , 2015, 2016. # Frédéric Marchal , 2019. # # Vocabulaire utilisé # lvalue = l-valeur # deprecated = obsolète # out of range = hors des limites # range = gamme # scope = porté, champ # shadowing = masquer # embedded PIC = PIC enchâssé # CPU = processeur # structure with # flexible member = structure ayant un membre flexible # flag = fanion # forward # declaration = déclaration anticipée # token = élément lexical (dans le contexte du parsing) # to subscript = indicer # top-level = hors de toute fonction # member function = fonction membre # template = patron (apparaît dans plusieurs dictionnaires) # edge = arête (car il s'agit d'un saut indirect qui est un lien entre deux blocs de code. # J'ai utilisé une analogie avec l'arête d'un polyèdre.) # loop unrolling = dépliage de boucle (car développement est déjà utilisé pour « variable expansion ».) # loop peeling = aplatissage de boucle (c'est comme le unrolling sauf que toutes les itérations # de la boucle initiale ont été dépliées. La boucle est complètement à plat.) # # Pas traduit: # thread # iv = Induction Variable reste tel quel car la traduction serait VI ce qui ne facilite pas # la recherche de documentation sur internet. # cfg = Control Flow Graph (j'ai parfois noté la signification de l'acronyme dans le message # pour ceux qui voudraient faire une recherche pour le comprendre). # # J'ai des doutes pour : # inline = enligne (pas systématiquement) # oui dans le contexte du langage C par exemple MR # non autrement ...de manière générale MR # section attribute = attribut de section OK MR # wide char = caractère long ...non mieux caractère large MR # plus conforme à l'esprit. # # ------ # literals = littéral, ou mot composé ? # msgid "ISO C89 forbids compound literals" # msgstr "le C89 ISO interdit les mots composés" # # symbol table = table des symboles ou table de symbole # command map = carte des commandes # Combiner = combinateur # msgid "" # ";; Combiner statistics: %d attempts, %d substitutions (%d requiring new space),\n" # ";; %d successes.\n" # "\n" # msgstr "" # ";; Statistiques du combinateur : %d tentatives, %d substitutions (%d requérant un nouvel espace),\n" # ";; %d succès.\n" # "\n" # # promote = promouvoir # msgid "the left operand of \"%s\" changes sign when promoted" # msgstr "L'opérande gauche de « %s » change de signe lors de sa promotion" # # include guards = ??? # msgid "Multiple include guards may be useful for:\n" # msgstr "De multiples balises pour les inclusions peuvent être utiles pour :\n" # # # universal-character-name = ??? # msgid "incomplete universal-character-name" # msgid "non-hex digit '%c' in universal-character-name" # msgid "universal-character-name on EBCDIC target" # # poisoning = empoisonnement # msgid "poisoning existing macro \"%s\"" # msgstr "empoisonnement de la macro existente « %s »" # MR 9-jan 2004: poisoning etc... transformé par corruption corrompu etc.. # MR 24-mai 2004: poison etc...suite au msg concernant le #pragma once et #pragma poison # # Autres règles: # - j'ai ajouté un adjectif par rapport à l'anglais si le message est # une phrase avec verbe conjugé. # - ISO est considéré comme un adjectif dans « C ISO » # # Erreurs corrigées: # librairies, assumer # # A faire: # - s/en ligne/en-ligne/ modifié 9-janv-2004 MR # - s/en-ligne/enligne/ modifié 18-février-2004 MR pcq expression ou terme enlignage vs inlining # - hors gamme a été changé pour hors limite ...MR 09-jan-2004 # - literal # - chaîne de format => formatage # - scope # - supporté est un faux ami # # A rapporter upstream: # <<<<<<<< # In c-opts.c, begining line 1732, a lot of options are of the kind: # " -W[no-]trigraphs Warn if trigraphs are encountered\n" # I guess it would be better to change them all to something like # " -W[no-]trigraphs Warn [or not] if trigraphs are encountered\n" # # # #: c-opts.c:1759 # " -MP\t\t\t Generate phony targets for all headers\n" # you may want to change the \t to spaces, as it is done for the other lines. # # #: c-typeck.c:3166 c-typeck.c:4632 c-typeck.c:4648 c-typeck.c:4664 # #: final.c:3146 final.c:3148 gcc.c:4397 rtl-error.c:122 toplev.c:1694 # #: config/cris/cris.c:529 cp/typeck.c:4341 java/expr.c:364 java/verify.c:1467 # #: java/verify.c:1468 java/verify.c:1483 # #, c-format # msgid "%s" # msgstr "%s" # # Are you sure you want to translate the messages in cfgrtl.c, or are they # debugging informations ? # # You may want to use ngettext instead of putting (s) in text. # msgid "null character(s) preserved in literal" # # >>>>>>>>> # msgid "" msgstr "" "Project-Id-Version: gcc 9.1.0\n" "Report-Msgid-Bugs-To: https://gcc.gnu.org/bugs/\n" "POT-Creation-Date: 2019-05-02 20:28+0000\n" "PO-Revision-Date: 2019-05-08 21:01+0200\n" "Last-Translator: Frédéric Marchal \n" "Language-Team: French \n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8-bit\n" "X-Bugs: Report translation errors to the Language-Team address.\n" "Plural-Forms: nplurals=2; plural=(n >= 2);\n" #: cfgrtl.c:2705 msgid "flow control insn inside a basic block" msgstr "insn de contrôle de flot à l'intérieur d’un bloc de base" #: cfgrtl.c:2937 msgid "wrong insn in the fallthru edge" msgstr "insn erronée dans l'arête fallthru" #: cfgrtl.c:2994 msgid "insn outside basic block" msgstr "insn à l'extérieur de tout bloc de base" #: cfgrtl.c:3002 msgid "return not followed by barrier" msgstr "return n’est pas suivi d’une barrière" #: collect-utils.c:164 #, c-format msgid "[cannot find %s]" msgstr "[%s introuvable]" #: collect2.c:1632 #, c-format msgid "collect2 version %s\n" msgstr "collect2 version %s\n" #: collect2.c:1737 #, c-format msgid "%d constructor found\n" msgid_plural "%d constructors found\n" msgstr[0] "%d constructeur trouvé\n" msgstr[1] "%d constructeurs trouvés\n" #: collect2.c:1741 #, c-format msgid "%d destructor found\n" msgid_plural "%d destructors found\n" msgstr[0] "%d destructeur trouvé\n" msgstr[1] "%d destructeurs trouvés\n" #: collect2.c:1745 #, c-format msgid "%d frame table found\n" msgid_plural "%d frame tables found\n" msgstr[0] "%d table de trame trouvée\n" msgstr[1] "%d tables de trame trouvées\n" #: collect2.c:1910 #, c-format msgid "[Leaving %s]\n" msgstr "[Quitte %s]\n" #: collect2.c:2140 #, c-format msgid "" "\n" "write_c_file - output name is %s, prefix is %s\n" msgstr "" "\n" "write_c_file - le nom de sortie est %s, le préfixe est %s\n" #: collect2.c:2645 #, c-format msgid "" "\n" "ldd output with constructors/destructors.\n" msgstr "" "\n" "sortie de ldd avec constructeurs/destructeurs.\n" #: cprop.c:1756 msgid "const/copy propagation disabled" msgstr "propagation des constantes et copies désactivée" #: diagnostic.c:145 #, c-format msgid "%s: all warnings being treated as errors" msgstr "%s : tous les avertissements sont traités comme des erreurs" #: diagnostic.c:150 #, c-format msgid "%s: some warnings being treated as errors" msgstr "%s : certains avertissements sont traités comme des erreurs" #: diagnostic.c:341 input.c:223 input.c:1854 c-family/c-opts.c:1400 #: fortran/cpp.c:577 fortran/error.c:1012 fortran/error.c:1032 msgid "" msgstr "" #: diagnostic.c:494 #, c-format msgid "compilation terminated due to -fmax-errors=%u.\n" msgstr "compilation terminée en raison de -fmax-errors=%u.\n" #: diagnostic.c:522 #, c-format msgid "compilation terminated due to -Wfatal-errors.\n" msgstr "compilation terminée en raison de -Wfatal-errors.\n" #: diagnostic.c:542 #, c-format msgid "" "Please submit a full bug report,\n" "with preprocessed source if appropriate.\n" msgstr "" "Veuillez soumettre un rapport d’anomalies complet,\n" "avec la sortie du préprocesseur si nécessaire.\n" #: diagnostic.c:548 #, c-format msgid "See %s for instructions.\n" msgstr "Voir %s pour les instructions.\n" #: diagnostic.c:557 #, c-format msgid "compilation terminated.\n" msgstr "compilation terminée.\n" #: diagnostic.c:618 msgid "In file included from" msgstr "Dans le fichier inclus depuis" #: diagnostic.c:619 msgid " from" msgstr " depuis" #: diagnostic.c:991 #, c-format msgid "%s:%d: confused by earlier errors, bailing out\n" msgstr "%s:%d: embrouillé par les erreurs précédentes, abandon\n" #: diagnostic.c:1589 #, c-format msgid "Internal compiler error: Error reporting routines re-entered.\n" msgstr "Erreur interne du compilateur : Erreur en rapportant les routines ré-entrées.\n" #: final.c:1127 msgid "negative insn length" msgstr "longueur insn négative" #: final.c:3074 msgid "could not split insn" msgstr "n'a pu séparer insn" #: final.c:3603 msgid "invalid 'asm': " msgstr "« asm » invalide : " #: final.c:3736 #, c-format msgid "nested assembly dialect alternatives" msgstr "alternatives imbriquées de dialecte assembleur" #: final.c:3764 final.c:3776 #, c-format msgid "unterminated assembly dialect alternative" msgstr "alternative non terminée de dialecte assembleur" #: final.c:3918 #, c-format msgid "operand number missing after %%-letter" msgstr "numéro d’opérande manquant après %%-lettre" #: final.c:3921 final.c:3962 #, c-format msgid "operand number out of range" msgstr "numéro d’opérande hors limite" #: final.c:3979 #, c-format msgid "invalid %%-code" msgstr "%%-code invalide" #: final.c:4013 #, c-format msgid "'%%l' operand isn't a label" msgstr "l'opérande « %%l » n'est pas une étiquette" #. We can't handle floating point constants; #. PRINT_OPERAND must handle them. #. We can't handle floating point constants; #. TARGET_PRINT_OPERAND must handle them. #: final.c:4149 config/arc/arc.c:6158 config/i386/i386.c:16998 #, c-format msgid "floating constant misused" msgstr "constante flottante mal utilisée" #: final.c:4207 config/arc/arc.c:6255 config/i386/i386.c:17089 #: config/pdp11/pdp11.c:1874 #, c-format msgid "invalid expression as operand" msgstr "expression invalide comme opérande" #: gcc.c:120 #, c-format msgid "%s\n" msgstr "%s\n" #: gcc.c:1721 #, c-format msgid "Using built-in specs.\n" msgstr "Utilisation des specs internes.\n" #: gcc.c:1921 #, c-format msgid "" "Setting spec %s to '%s'\n" "\n" msgstr "" "Initialisation des specs %s à « %s »\n" "\n" #: gcc.c:2100 #, c-format msgid "Reading specs from %s\n" msgstr "Lecture des spécifications à partir de %s\n" #: gcc.c:2232 #, c-format msgid "could not find specs file %s\n" msgstr "impossible de trouver le fichier des specs %s\n" #: gcc.c:2307 #, c-format msgid "rename spec %s to %s\n" msgstr "renommer les specs %s à %s\n" #: gcc.c:2309 #, c-format msgid "" "spec is '%s'\n" "\n" msgstr "" "spec est « %s »\n" "\n" #: gcc.c:3156 #, c-format msgid "" "\n" "Go ahead? (y or n) " msgstr "" "\n" "Continuer ? (y ou n) " #: gcc.c:3328 #, c-format msgid "# %s %.2f %.2f\n" msgstr "# %s %.2f %.2f\n" #: gcc.c:3544 #, c-format msgid "Usage: %s [options] file...\n" msgstr "Usage : %s [options] fichier…\n" #: gcc.c:3545 msgid "Options:\n" msgstr "Options :\n" #: gcc.c:3547 msgid " -pass-exit-codes Exit with highest error code from a phase.\n" msgstr " -pass-exit-codes Quitter avec le plus grand code d’erreur d’une phase.\n" #: gcc.c:3548 msgid " --help Display this information.\n" msgstr " --help Afficher cette aide.\n" #: gcc.c:3549 msgid " --target-help Display target specific command line options.\n" msgstr " --target-help Afficher les options de ligne de commande spécifiques à la cible.\n" #: gcc.c:3550 msgid " --help={common|optimizers|params|target|warnings|[^]{joined|separate|undocumented}}[,...].\n" msgstr " --help={common|optimizers|params|target|warnings|[^]{joined|separate|undocumented}}[,…].\n" #: gcc.c:3551 msgid " Display specific types of command line options.\n" msgstr " Afficher les types spécifiques des options de la ligne de commande.\n" #: gcc.c:3553 msgid " (Use '-v --help' to display command line options of sub-processes).\n" msgstr " (Utilisez « -v --help » pour afficher les options de la ligne de commande des sous-processus).\n" #: gcc.c:3554 msgid " --version Display compiler version information.\n" msgstr " --version Afficher des informations sur la version du compilateur.\n" #: gcc.c:3555 msgid " -dumpspecs Display all of the built in spec strings.\n" msgstr " -dumpspecs Afficher toutes les chaînes de specs internes.\n" #: gcc.c:3556 msgid " -dumpversion Display the version of the compiler.\n" msgstr " -dumpversion Afficher la version du compilateur.\n" #: gcc.c:3557 msgid " -dumpmachine Display the compiler's target processor.\n" msgstr " -dumpmachine Afficher le processeur ciblé par le compilateur.\n" #: gcc.c:3558 msgid " -print-search-dirs Display the directories in the compiler's search path.\n" msgstr " -print-search-dirs Afficher les répertoires du chemin de recherche du compilateur.\n" #: gcc.c:3559 msgid " -print-libgcc-file-name Display the name of the compiler's companion library.\n" msgstr " -print-libgcc-file-name Afficher le nom de la bibliothèque accompagnant le compilateur.\n" #: gcc.c:3560 msgid " -print-file-name= Display the full path to library .\n" msgstr " -print-file-name= Afficher le chemin complet vers la bibliothèque .\n" #: gcc.c:3561 msgid " -print-prog-name= Display the full path to compiler component .\n" msgstr " -print-prog-name= Afficher le chemin complet vers le composant du compilateur.\n" #: gcc.c:3562 msgid "" " -print-multiarch Display the target's normalized GNU triplet, used as\n" " a component in the library path.\n" msgstr "" " -print-multiarch Afficher le triplet GNU normalisé de la cible, utilisé comme\n" " un composant dans le chemin d’accès de la bibliothèque.\n" #: gcc.c:3565 msgid " -print-multi-directory Display the root directory for versions of libgcc.\n" msgstr " -print-multi-directory Afficher la racine du répertoire des versions de libgcc.\n" #: gcc.c:3566 msgid "" " -print-multi-lib Display the mapping between command line options and\n" " multiple library search directories.\n" msgstr "" " -print-multi-lib Afficher la table de correspondance entre les options de\n" " la ligne de commande et les multiples répertoires de\n" " recherche des bibliothèques.\n" #: gcc.c:3569 msgid " -print-multi-os-directory Display the relative path to OS libraries.\n" msgstr " -print-multi-os-directory Afficher le chemin relatif vers les bibliothèques de l'OS.\n" #: gcc.c:3570 msgid " -print-sysroot Display the target libraries directory.\n" msgstr " -print-sysroot Afficher le répertoire des bibliothèques de la cible.\n" #: gcc.c:3571 msgid " -print-sysroot-headers-suffix Display the sysroot suffix used to find headers.\n" msgstr " -print-sysroot-headers-suffix Afficher le suffixe de la racine système utilisé pour trouver les en-têtes.\n" #: gcc.c:3572 msgid " -Wa, Pass comma-separated on to the assembler.\n" msgstr " -Wa, Passer les séparées par des virgules à l'assembleur.\n" #: gcc.c:3573 msgid " -Wp, Pass comma-separated on to the preprocessor.\n" msgstr " -Wp, Passer les séparées par des virgules au préprocesseur.\n" #: gcc.c:3574 msgid " -Wl, Pass comma-separated on to the linker.\n" msgstr " -Wl, Passer les séparées par des virgules à l'éditeur de liens.\n" #: gcc.c:3575 msgid " -Xassembler Pass on to the assembler.\n" msgstr " -Xassembler Passer l' à l'assembleur.\n" #: gcc.c:3576 msgid " -Xpreprocessor Pass on to the preprocessor.\n" msgstr " -Xpreprocessor Passer l' au préprocesseur.\n" #: gcc.c:3577 msgid " -Xlinker Pass on to the linker.\n" msgstr " -Xlinker Passer l’ à l'éditeur de liens.\n" #: gcc.c:3578 msgid " -save-temps Do not delete intermediate files.\n" msgstr " -save-temps Ne pas détruire les fichiers intermédiaires.\n" #: gcc.c:3579 msgid " -save-temps= Do not delete intermediate files.\n" msgstr " -save-temps= Ne pas effacer les fichiers intermédiaires.\n" #: gcc.c:3580 msgid "" " -no-canonical-prefixes Do not canonicalize paths when building relative\n" " prefixes to other gcc components.\n" msgstr "" " -no-canonical-prefixes Ne pas normaliser les chemins lors de la compilation\n" " de préfixes relatifs à d'autres composants de gcc.\n" #: gcc.c:3583 msgid " -pipe Use pipes rather than intermediate files.\n" msgstr " -pipe Utiliser des pipes au lieu de fichiers intermédiaires.\n" #: gcc.c:3584 msgid " -time Time the execution of each subprocess.\n" msgstr " -time Mesurer le temps d'exécution de chaque sous-processus.\n" #: gcc.c:3585 msgid " -specs= Override built-in specs with the contents of .\n" msgstr " -specs= Remplacer les specs internes par le contenu du .\n" #: gcc.c:3586 msgid " -std= Assume that the input sources are for .\n" msgstr " -std= Supposer que les fichiers sources respectent le .\n" #: gcc.c:3587 msgid "" " --sysroot= Use as the root directory for headers\n" " and libraries.\n" msgstr "" " --sysroot= Utiliser comme répertoire racine pour les\n" " en-têtes et les bibliothèques.\n" #: gcc.c:3590 msgid " -B Add to the compiler's search paths.\n" msgstr " -B Ajouter le aux chemins de recherche du compilateur.\n" #: gcc.c:3591 msgid " -v Display the programs invoked by the compiler.\n" msgstr " -v Afficher les programmes invoqués par le compilateur.\n" #: gcc.c:3592 msgid " -### Like -v but options quoted and commands not executed.\n" msgstr " -### Identique à -v mais les options et les commandes entre guillemets ne sont pas exécutées.\n" #: gcc.c:3593 msgid " -E Preprocess only; do not compile, assemble or link.\n" msgstr " -E Pré-traitement seul ; ne pas compiler, assembler ou éditer les liens.\n" #: gcc.c:3594 msgid " -S Compile only; do not assemble or link.\n" msgstr " -S Compilation seule ; ne pas assembler ou éditer les liens.\n" #: gcc.c:3595 msgid " -c Compile and assemble, but do not link.\n" msgstr " -c Compiler et assembler, mais ne pas éditer les liens.\n" #: gcc.c:3596 msgid " -o Place the output into .\n" msgstr " -o Placer la sortie dans le .\n" #: gcc.c:3597 msgid "" " -pie Create a dynamically linked position independent\n" " executable.\n" msgstr "" " -pie Créer un exécutable indépendant de la position en\n" " mémoire (PIE) lié dynamiquement.\n" #: gcc.c:3599 msgid " -shared Create a shared library.\n" msgstr " -shared Créer une bibliothèque partagée.\n" #: gcc.c:3600 msgid "" " -x Specify the language of the following input files.\n" " Permissible languages include: c c++ assembler none\n" " 'none' means revert to the default behavior of\n" " guessing the language based on the file's extension.\n" msgstr "" " -x Spécifier le langage des fichiers d'entrée suivants.\n" " Les langages permis sont: c c++ assembler none\n" " « none » signifiant d'utiliser le comportement par défaut\n" " en tentant d'identifier le langage par l'extension du fichier.\n" #: gcc.c:3607 #, c-format msgid "" "\n" "Options starting with -g, -f, -m, -O, -W, or --param are automatically\n" " passed on to the various sub-processes invoked by %s. In order to pass\n" " other options on to these processes the -W options must be used.\n" msgstr "" "\n" "Options débutant par -g, -f, -m, -O, -W, ou --param sont automatiquement\n" " passées aux divers sous-processus invoqués par %s. Afin de passer\n" " les autres options à ces processus l'option -W doit être utilisé.\n" #: gcc.c:6029 #, c-format msgid "Processing spec (%s), which is '%s'\n" msgstr "Traitement du spec (%s), lequel est « %s »\n" #: gcc.c:6778 #, c-format msgid "Target: %s\n" msgstr "Cible : %s\n" #: gcc.c:6779 #, c-format msgid "Configured with: %s\n" msgstr "Configuré avec: %s\n" #: gcc.c:6793 #, c-format msgid "Thread model: %s\n" msgstr "Modèle de thread: %s\n" #: gcc.c:6804 #, c-format msgid "gcc version %s %s\n" msgstr "gcc version %s %s\n" #: gcc.c:6807 #, c-format msgid "gcc driver version %s %sexecuting gcc version %s\n" msgstr "pilote gcc version %s %sexécutant gcc version %s\n" #: gcc.c:6880 gcc.c:7090 #, c-format msgid "The bug is not reproducible, so it is likely a hardware or OS problem.\n" msgstr "Le bogue n'est pas reproductible, donc c'est probablement un problème matériel ou dans l'OS.\n" #: gcc.c:7014 #, c-format msgid "Preprocessed source stored into %s file, please attach this to your bugreport.\n" msgstr "La source convertie par le préprocesseur a été stockée dans le fichier %s, veuillez l'attacher à votre rapport d'anomalie.\n" #: gcc.c:7864 #, c-format msgid "install: %s%s\n" msgstr "installés: %s%s\n" #: gcc.c:7867 #, c-format msgid "programs: %s\n" msgstr "programmes: %s\n" #: gcc.c:7869 #, c-format msgid "libraries: %s\n" msgstr "bibliothèques: %s\n" #: gcc.c:7986 #, c-format msgid "" "\n" "For bug reporting instructions, please see:\n" msgstr "" "\n" "Pour les instructions afin de rapporter des anomalies, consultez :\n" #: gcc.c:8002 gcov-tool.c:527 #, c-format msgid "%s %s%s\n" msgstr "%s %s%s\n" #: gcc.c:8005 gcov-tool.c:529 gcov.c:923 fortran/gfortranspec.c:282 msgid "(C)" msgstr "©" #: gcc.c:8006 fortran/gfortranspec.c:283 msgid "" "This is free software; see the source for copying conditions. There is NO\n" "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n" "\n" msgstr "" "Ce logiciel est un logiciel libre; voir les sources pour les conditions de copie. Il n'y a\n" "AUCUNE GARANTIE, pas même pour la COMMERCIALISATION ni L'ADÉQUATION À UNE TÂCHE PARTICULIÈRE.\n" "\n" #: gcc.c:8313 #, c-format msgid "" "\n" "Linker options\n" "==============\n" "\n" msgstr "" "\n" "Options de l'éditeur de liens\n" "=============================\n" "\n" #: gcc.c:8314 #, c-format msgid "" "Use \"-Wl,OPTION\" to pass \"OPTION\" to the linker.\n" "\n" msgstr "" "Utilisez « -Wl,OPTION » pour passer « OPTION » à l'éditeur de liens.\n" "\n" #: gcc.c:9622 #, c-format msgid "" "Assembler options\n" "=================\n" "\n" msgstr "" "Options de l'assembleur\n" "=======================\n" "\n" #: gcc.c:9623 #, c-format msgid "" "Use \"-Wa,OPTION\" to pass \"OPTION\" to the assembler.\n" "\n" msgstr "" "Utilisez « -Wa,OPTION » pour passer « OPTION » à l'assembleur.\n" "\n" #: gcov-tool.c:175 #, c-format msgid " merge [options] Merge coverage file contents\n" msgstr " merge [options] Fusionner les contenus des fichiers de couverture\n" #: gcov-tool.c:176 gcov-tool.c:271 #, c-format msgid " -o, --output Output directory\n" msgstr " -o, --output Répertoire de sortie\n" #: gcov-tool.c:177 gcov-tool.c:273 gcov-tool.c:425 #, c-format msgid " -v, --verbose Verbose mode\n" msgstr " -v, --verbose Mode verbeux\n" #: gcov-tool.c:178 #, c-format msgid " -w, --weight Set weights (float point values)\n" msgstr " -w, --weight Définir les poids (valeurs décimales)\n" #: gcov-tool.c:194 #, c-format msgid "Merge subcomand usage:" msgstr "Utilisation de la sous-commande de fusion:" #: gcov-tool.c:269 #, c-format msgid " rewrite [options] Rewrite coverage file contents\n" msgstr " rewrite [options] Réécrire le contenu des fichiers de couverture\n" #: gcov-tool.c:270 #, c-format msgid " -n, --normalize Normalize the profile\n" msgstr " -n, --normalize Normaliser le profil\n" #: gcov-tool.c:272 #, c-format msgid " -s, --scale Scale the profile counters\n" msgstr " -s, --scale Met à l'échelle les compteurs de profils\n" #: gcov-tool.c:290 #, c-format msgid "Rewrite subcommand usage:" msgstr "Utilisation de la sous-commande de réécriture:" #: gcov-tool.c:329 #, c-format msgid "scaling cannot co-exist with normalization, skipping\n" msgstr "la mise à l'échelle s'oppose à la normalisation, ignoré\n" #: gcov-tool.c:342 gcov-tool.c:352 #, c-format msgid "incorrect format in scaling, using 1/1\n" msgstr "format incorrect dans la mise à l'échelle, utilise 1/1\n" #: gcov-tool.c:362 #, c-format msgid "normalization cannot co-exist with scaling\n" msgstr "la normalisation s'oppose à la mise à l'échelle\n" #: gcov-tool.c:419 #, c-format msgid " overlap [options] Compute the overlap of two profiles\n" msgstr " overlap [options] Calcule le recouvrement de deux profils\n" #: gcov-tool.c:420 #, c-format msgid " -f, --function Print function level info\n" msgstr " -f, --function Afficher les informations au niveau de la fonction\n" #: gcov-tool.c:421 #, c-format msgid " -F, --fullname Print full filename\n" msgstr " -F, --fullname Afficher le nom complet du fichier\n" #: gcov-tool.c:422 #, c-format msgid " -h, --hotonly Only print info for hot objects/functions\n" msgstr " -h, --hotonly Afficher seulement les informations sur les fonctions/objets chargés (hot)\n" #: gcov-tool.c:423 #, c-format msgid " -o, --object Print object level info\n" msgstr " -o, --object Afficher les informations au niveau de l'objet\n" #: gcov-tool.c:424 #, c-format msgid " -t , --hot_threshold Set the threshold for hotness\n" msgstr " -t , --hot_threshold Changer le seuil pour déclarer une fonction ou objet « hot »\n" #: gcov-tool.c:444 #, c-format msgid "Overlap subcomand usage:" msgstr "Utilisation de la sous-commande de recouvrement:" #: gcov-tool.c:510 #, c-format msgid "" "Usage: %s [OPTION]... SUB_COMMAND [OPTION]...\n" "\n" msgstr "" "Usage : %s [OPTION]… SOUS_COMMANDE [OPTION]…\n" "\n" #: gcov-tool.c:511 #, c-format msgid "" "Offline tool to handle gcda counts\n" "\n" msgstr "" "Outil hors ligne pour gérer les décomptes gcda\n" "\n" #: gcov-tool.c:512 #, c-format msgid " -h, --help Print this help, then exit\n" msgstr " -h, --help Afficher cette aide, et quitter\n" #: gcov-tool.c:513 #, c-format msgid " -v, --version Print version number, then exit\n" msgstr " -v, --version Afficher le numéro de version, et quitter\n" #: gcov-tool.c:517 gcov.c:911 #, c-format msgid "" "\n" "For bug reporting instructions, please see:\n" "%s.\n" msgstr "" "\n" "Pour les instructions afin de rapporter des anomalies, consultez :\n" "%s.\n" #: gcov-tool.c:528 #, c-format msgid "Copyright %s 2019 Free Software Foundation, Inc.\n" msgstr "Copyright %s 2019 Free Software Foundation, Inc.\n" #: gcov-tool.c:531 gcov.c:925 #, c-format msgid "" "This is free software; see the source for copying conditions.\n" "There is NO warranty; not even for MERCHANTABILITY or \n" "FITNESS FOR A PARTICULAR PURPOSE.\n" "\n" msgstr "" "Ce logiciel est un logiciel libre; voir les sources pour les conditions de copie.\n" "Il n'y a AUCUNE GARANTIE, pas même pour la COMMERCIALISATION ni\n" "L'ADÉQUATION À UNE TÂCHE PARTICULIÈRE.\n" "\n" #: gcov.c:885 #, c-format msgid "" "Usage: gcov [OPTION...] SOURCE|OBJ...\n" "\n" msgstr "" "Usage: gcov [OPTION…] SOURCE|OBJ…\n" "\n" #: gcov.c:886 #, c-format msgid "" "Print code coverage information.\n" "\n" msgstr "" "Afficher les informations de couverture du code.\n" "\n" #: gcov.c:887 #, c-format msgid " -a, --all-blocks Show information for every basic block\n" msgstr " -a, --all-blocks Afficher l'information pour chaque bloc de base\n" #: gcov.c:888 #, c-format msgid " -b, --branch-probabilities Include branch probabilities in output\n" msgstr " -b, --branch-probabilities Inclure les probabilités de branchement dans la sortie\n" #: gcov.c:889 #, c-format msgid "" " -c, --branch-counts Output counts of branches taken\n" " rather than percentages\n" msgstr "" " -c, --branch-counts Afficher le décompte des branchements pris\n" " plutôt que les pourcentages\n" #: gcov.c:891 #, c-format msgid " -d, --display-progress Display progress information\n" msgstr " -d, --display-progress Afficher les informations de progression\n" #: gcov.c:892 #, c-format msgid " -f, --function-summaries Output summaries for each function\n" msgstr " -f, --function-summaries Produire des résumés pour chaque fonction\n" #: gcov.c:893 #, c-format msgid " -h, --help Print this help, then exit\n" msgstr " -h, --help Afficher cette aide puis quitter\n" #: gcov.c:894 #, c-format msgid " -i, --json-format Output JSON intermediate format into .gcov.json.gz file\n" msgstr " -i, --json-format Sortir le format intermédiaire JSON dans le fichier .gcov.json.gz\n" #: gcov.c:895 #, c-format msgid " -j, --human-readable Output human readable numbers\n" msgstr " -j, --human-readable Afficher les nombres sous forme lisible par un humain\n" #: gcov.c:896 #, c-format msgid " -k, --use-colors Emit colored output\n" msgstr " -k, --use-colors Produire une sortie colorée\n" #: gcov.c:897 #, c-format msgid "" " -l, --long-file-names Use long output file names for included\n" " source files\n" msgstr "" " -l, --long-file-names Utiliser des noms longs pour les fichiers de\n" " sortie des fichiers sources inclus\n" #: gcov.c:899 #, c-format msgid " -m, --demangled-names Output demangled function names\n" msgstr " -m, --demangled-names Afficher les noms de fonctions sans la décoration des noms\n" #: gcov.c:900 #, c-format msgid " -n, --no-output Do not create an output file\n" msgstr " -n, --no-output Ne pas créer de fichier de sortie\n" #: gcov.c:901 #, c-format msgid " -o, --object-directory DIR|FILE Search for object files in DIR or called FILE\n" msgstr " -o, --object-directory RÉP|FICHIER Rechercher les fichiers objets dans le RÉPertoire ou appelés FICHIER\n" #: gcov.c:902 #, c-format msgid " -p, --preserve-paths Preserve all pathname components\n" msgstr " -p, --preserve-paths Préserver tous les composants des chemins d'accès\n" #: gcov.c:903 #, c-format msgid " -q, --use-hotness-colors Emit perf-like colored output for hot lines\n" msgstr " -g, --use-hotness-colors Écrire une sortie colorée comme perf pour les lignes importantes\n" #: gcov.c:904 #, c-format msgid " -r, --relative-only Only show data for relative sources\n" msgstr " -r, --relative-only Afficher seulement les données des sources relatives\n" #: gcov.c:905 #, c-format msgid " -s, --source-prefix DIR Source prefix to elide\n" msgstr " -s, --source-prefix RÉP Préfixe a retirer des sources\n" #: gcov.c:906 #, c-format msgid " -t, --stdout Output to stdout instead of a file\n" msgstr " -t, --stdout Écrire vers stdout plutôt que vers un fichier\n" #: gcov.c:907 #, c-format msgid " -u, --unconditional-branches Show unconditional branch counts too\n" msgstr " -u, --unconditional-branches Afficher aussi les compteurs de branchements inconditionnels\n" #: gcov.c:908 #, c-format msgid " -v, --version Print version number, then exit\n" msgstr " -v, --version Afficher le numéro de version puis quitter\n" #: gcov.c:909 #, c-format msgid " -w, --verbose Print verbose informations\n" msgstr " -w, --verbose Afficher des informations verbeuses\n" #: gcov.c:910 #, c-format msgid " -x, --hash-filenames Hash long pathnames\n" msgstr " -x, --hash-filenames Hacher les longs noms de chemins\n" #: gcov.c:921 #, c-format msgid "gcov %s%s\n" msgstr "gcov %s%s\n" #: gcov.c:1250 #, c-format msgid "'%s' file is already processed\n" msgstr "le fichier « %s » a déjà été traité\n" #: gcov.c:1364 #, c-format msgid "Creating '%s'\n" msgstr "Création de « %s »\n" #: gcov.c:1367 #, c-format msgid "Error writing output file '%s'\n" msgstr "Erreur d’écriture du fichier de sortie « %s »\n" #: gcov.c:1372 #, c-format msgid "Could not open output file '%s'\n" msgstr "Impossible d'ouvrir le fichier de sortie « %s »\n" #: gcov.c:1377 #, c-format msgid "Removing '%s'\n" msgstr "Suppression de « %s »\n" # I18N #: gcov.c:1399 gcov.c:1467 gcov.c:2804 #, c-format msgid "\n" msgstr "\n" #: gcov.c:1489 #, c-format msgid "Cannot open JSON output file %s\n" msgstr "Impossible d'ouvrir le fichier JSON de sortie %s\n" #: gcov.c:1497 #, c-format msgid "Error writing JSON output file %s\n" msgstr "Erreur d’écriture dans le fichier JSON de sortie %s\n" #: gcov.c:1664 #, c-format msgid "%s:source file is newer than notes file '%s'\n" msgstr "%s: fichier source est plus récent que le fichier de notes « %s »\n" #: gcov.c:1669 #, c-format msgid "(the message is displayed only once per source file)\n" msgstr "(le message est affiché une seule fois par fichier source)\n" #: gcov.c:1689 #, c-format msgid "%s:cannot open notes file\n" msgstr "%s: Impossible d'ouvrir le fichier de notes\n" #: gcov.c:1695 #, c-format msgid "%s:not a gcov notes file\n" msgstr "%s: n'est pas un fichier de notes gcov\n" #: gcov.c:1708 #, c-format msgid "%s:version '%.4s', prefer '%.4s'\n" msgstr "%s: version « %.4s », préférée « %.4s »\n" #: gcov.c:1758 #, c-format msgid "%s:already seen blocks for '%s'\n" msgstr "%s: blocs déjà vus pour « %s »\n" #: gcov.c:1872 gcov.c:1974 #, c-format msgid "%s:corrupted\n" msgstr "%s: corrompu\n" #: gcov.c:1879 #, c-format msgid "%s:no functions found\n" msgstr "%s: aucune fonction trouvée\n" #: gcov.c:1897 #, c-format msgid "%s:cannot open data file, assuming not executed\n" msgstr "%s: ne peut ouvrir le fichier de données, supposé non exécuté\n" #: gcov.c:1904 #, c-format msgid "%s:not a gcov data file\n" msgstr "%s: pas un fichier de données gcov\n" #: gcov.c:1917 #, c-format msgid "%s:version '%.4s', prefer version '%.4s'\n" msgstr "%s: version « %.4s », version préférée « %.4s »\n" #: gcov.c:1923 #, c-format msgid "%s:stamp mismatch with notes file\n" msgstr "%s: l'estampille ne concorde par avec le fichier de notes\n" #: gcov.c:1955 #, c-format msgid "%s:profile mismatch for '%s'\n" msgstr "%s: profile ne concorde pas pour « %s »\n" #: gcov.c:1973 #, c-format msgid "%s:overflowed\n" msgstr "%s: débordement\n" #: gcov.c:2020 #, c-format msgid "%s:'%s' lacks entry and/or exit blocks\n" msgstr "%s: il manque les blocs d'entrée ou de sortie de « %s »\n" #: gcov.c:2025 #, c-format msgid "%s:'%s' has arcs to entry block\n" msgstr "%s: « %s » possède des arcs vers un bloc d'entrée\n" #: gcov.c:2033 #, c-format msgid "%s:'%s' has arcs from exit block\n" msgstr "%s: « %s » possède des arcs à partir du bloc de sortie\n" #: gcov.c:2242 #, c-format msgid "%s:graph is unsolvable for '%s'\n" msgstr "%s: le graphe n'a pas de solution pour « %s »\n" #: gcov.c:2358 #, c-format msgid "Lines executed:%s of %d\n" msgstr "Lignes exécutées: %s sur %d\n" #: gcov.c:2361 #, c-format msgid "No executable lines\n" msgstr "Aucune ligne exécutable\n" #: gcov.c:2369 gcov.c:2378 #, c-format msgid "%s '%s'\n" msgstr "%s « %s »\n" #: gcov.c:2385 #, c-format msgid "Branches executed:%s of %d\n" msgstr "Branchements exécutés: %s sur %d\n" #: gcov.c:2389 #, c-format msgid "Taken at least once:%s of %d\n" msgstr "Pris au moins une fois: %s sur %d\n" #: gcov.c:2395 #, c-format msgid "No branches\n" msgstr "Pas de branchement\n" #: gcov.c:2397 #, c-format msgid "Calls executed:%s of %d\n" msgstr "Appels exécutés: %s sur %d\n" #: gcov.c:2401 #, c-format msgid "No calls\n" msgstr "Pas d'appel\n" #: gcov.c:2658 #, c-format msgid "%s:no lines for '%s'\n" msgstr "%s: pas de ligne pour « %s »\n" #: gcov.c:2784 #, c-format msgid "call %2d returned %s\n" msgstr "appel %2d a retourné %s\n" #: gcov.c:2789 #, c-format msgid "call %2d never executed\n" msgstr "appel %2d jamais exécuté\n" #: gcov.c:2794 #, c-format msgid "branch %2d taken %s%s" msgstr "branchement %2d pris %s%s" #: gcov.c:2799 #, c-format msgid "branch %2d never executed" msgstr "branchement %2d jamais exécuté" #: gcov.c:2802 #, c-format msgid " (BB %d)" msgstr " (BB %d)" #: gcov.c:2809 #, c-format msgid "unconditional %2d taken %s\n" msgstr "inconditionnel %2d pris %s\n" #: gcov.c:2812 #, c-format msgid "unconditional %2d never executed\n" msgstr "inconditionnel %2d jamais exécuté\n" #: gcov.c:3065 #, c-format msgid "Cannot open source file %s\n" msgstr "N'a pu ouvrir le fichier source %s\n" #: gcse.c:2591 msgid "PRE disabled" msgstr "PRE désactivé" #: gcse.c:3520 msgid "GCSE disabled" msgstr "GCSE désactivé" #: gimple-ssa-isolate-paths.c:547 c/c-typeck.c:10638 #, gcc-internal-format msgid "function returns address of local variable" msgstr "la fonction retourne l'adresse d'une variable locale" #: gimple-ssa-isolate-paths.c:549 gimple-ssa-isolate-paths.c:428 #, gcc-internal-format msgid "function may return address of local variable" msgstr "la fonction peut retourner l'adresse d'une variable locale" #: incpath.c:73 #, c-format msgid "ignoring duplicate directory \"%s\"\n" msgstr "le répertoire « %s » est ignoré car présent deux fois\n" #: incpath.c:76 #, c-format msgid " as it is a non-system directory that duplicates a system directory\n" msgstr " car il s'agit d'un répertoire non système dupliquant un répertoire système\n" #: incpath.c:80 #, c-format msgid "ignoring nonexistent directory \"%s\"\n" msgstr "le répertoire « %s » est ignoré car inexistant\n" #: incpath.c:385 #, c-format msgid "#include \"...\" search starts here:\n" msgstr "la recherche pour #include \"...\" débute ici :\n" #: incpath.c:389 #, c-format msgid "#include <...> search starts here:\n" msgstr "la recherche pour #include <...> débute ici:\n" #: incpath.c:394 #, c-format msgid "End of search list.\n" msgstr "Fin de la liste de recherche.\n" #. Opening quotation mark. #: intl.c:62 msgid "`" msgstr "« " #. Closing quotation mark. #: intl.c:65 msgid "'" msgstr " »" #: langhooks.c:380 msgid "At top level:" msgstr "Au plus haut niveau:" #: langhooks.c:396 cp/error.c:3458 #, c-format msgid "In member function %qs" msgstr "Dans la fonction membre %qs" #: langhooks.c:400 cp/error.c:3461 #, c-format msgid "In function %qs" msgstr "Dans la fonction %qs" #: langhooks.c:445 cp/error.c:3411 msgid " inlined from %qs at %r%s:%d:%d%R" msgstr " mis en ligne depuis %qs à %r%s:%d:%d%R" # FRONT #: langhooks.c:450 cp/error.c:3416 msgid " inlined from %qs at %r%s:%d%R" msgstr " mis en ligne depuis %qs à %r%s:%d%R" #: langhooks.c:456 cp/error.c:3422 #, c-format msgid " inlined from %qs" msgstr " mis en ligne depuis %qs" #: lra-assigns.c:1841 reload1.c:2078 msgid "this is the insn:" msgstr "ceci est la insn :" #: lra-constraints.c:2971 msgid "unable to generate reloads for impossible constraints:" msgstr "incapacité de générer des recharges pour les contraintes impossible :" #: lra-constraints.c:3962 reload.c:3814 msgid "unable to generate reloads for:" msgstr "incapable de générer des recharges pour:" #. What to print when a switch has no documentation. #: opts.c:185 msgid "This option lacks documentation." msgstr "Il manque la documentation pour cette option." #: opts.c:186 msgid "Uses of this option are diagnosed." msgstr "Les utilisations de cette option sont diagnostiquées." #: opts.c:1327 #, c-format msgid "default %d minimum %d maximum %d" msgstr "par défaut %d minimum %d maximum %d" #: opts.c:1396 #, c-format msgid "Same as %s. Use the latter option instead." msgstr "Comme %s. Utilisez plutôt cette dernière option." #: opts.c:1404 #, c-format msgid "%s Same as %s." msgstr "%s Comme %s." #: opts.c:1475 msgid "[default]" msgstr "[par défaut]" #: opts.c:1486 msgid "[enabled]" msgstr "[activé]" #: opts.c:1486 msgid "[disabled]" msgstr "[désactivé]" #: opts.c:1521 #, c-format msgid " No options with the desired characteristics were found\n" msgstr " Aucune option avec les caractéristiques désirées a été trouvée\n" #: opts.c:1530 #, c-format msgid " None found. Use --help=%s to show *all* the options supported by the %s front-end.\n" msgstr " Aucune trouvée. Utilisez --help=%s pour voir *toutes* les options acceptées par l'interface %s.\n" #: opts.c:1536 #, c-format msgid " All options with the desired characteristics have already been displayed\n" msgstr " Toutes les options avec les caractéristiques désirées ont déjà été affichées\n" #: opts.c:1581 #, c-format msgid "" " Known valid arguments for %s option:\n" " " msgstr "" " Arguments valides connus pour l’option %s:\n" " " #: opts.c:1631 msgid "The following options are target specific" msgstr "Les options suivantes sont spécifiques à la cible" #: opts.c:1634 msgid "The following options control compiler warning messages" msgstr "Les options suivantes contrôlent les messages d’avertissement du compilateur" #: opts.c:1637 msgid "The following options control optimizations" msgstr "Les options suivantes contrôlent les optimisations" #: opts.c:1640 opts.c:1679 msgid "The following options are language-independent" msgstr "Les options suivantes sont indépendantes du langage" #: opts.c:1643 msgid "The --param option recognizes the following as parameters" msgstr "L'option --param reconnaît les paramètres suivant" #: opts.c:1649 msgid "The following options are specific to just the language " msgstr "Les options suivantes sont uniquement spécifiques au langage " #: opts.c:1651 msgid "The following options are supported by the language " msgstr "Les options suivantes sont prises en charge par le langage " #: opts.c:1662 msgid "The following options are not documented" msgstr "Les options suivantes ne sont pas documentées" #: opts.c:1664 msgid "The following options take separate arguments" msgstr "Les options suivantes prennent des arguments séparées" #: opts.c:1666 msgid "The following options take joined arguments" msgstr "Les options suivantes prennent des arguments groupés" #: opts.c:1677 msgid "The following options are language-related" msgstr "Les options suivantes concernent des langages" #: passes.c:1763 #, c-format msgid "during %s pass: %s\n" msgstr "durant l'étape %s: %s\n" #: passes.c:1768 #, c-format msgid "dump file: %s\n" msgstr "fichier de vidange: %s\n" #: plugin.c:923 msgid "Event" msgstr "Événement" #: plugin.c:923 msgid "Plugins" msgstr "Extensions" #: plugin.c:955 #, c-format msgid "*** WARNING *** there are active plugins, do not report this as a bug unless you can reproduce it without enabling any plugins.\n" msgstr "*** ATTENTION *** il y a des extensions actives, ne rapportez pas ceci comme un bogue à moins de savoir le reproduire sans activer les extensions.\n" #. It's the compiler's fault. #: reload1.c:6113 msgid "could not find a spill register" msgstr "n'a pu trouver un registre de déversement" #. It's the compiler's fault. #: reload1.c:7995 msgid "VOIDmode on an output" msgstr "mode VOID sur une sortie" #: reload1.c:8751 msgid "failure trying to reload:" msgstr "échec en essayant de recharger:" #: rtl-error.c:116 msgid "unrecognizable insn:" msgstr "insn non reconnaissable:" #: rtl-error.c:118 msgid "insn does not satisfy its constraints:" msgstr "insn ne satisfait pas à ses contraintes:" #: targhooks.c:2023 #, c-format msgid "created and used with differing settings of '%s'" msgstr "créé et utilisé avec des configurations différentes de « %s »" #: targhooks.c:2038 msgid "created and used with different settings of %<-fpic%>" msgstr "créé et utilisé avec des configurations différentes de %<-fpic%>" #: targhooks.c:2040 msgid "created and used with different settings of %<-fpie%>" msgstr "créé et utilisé avec des configurations différentes de %<-fpie%>" #: tlink.c:387 #, c-format msgid "collect: reading %s\n" msgstr "collect: lecture de %s\n" #: tlink.c:543 #, c-format msgid "collect: recompiling %s\n" msgstr "collect: recompilation de %s\n" #: tlink.c:627 #, c-format msgid "collect: tweaking %s in %s\n" msgstr "collect: ajuste %s dans %s\n" #: tlink.c:844 #, c-format msgid "collect: relinking\n" msgstr "collect: réédition des liens\n" #: toplev.c:322 #, c-format msgid "unrecoverable error" msgstr "erreur irrécupérable" #: toplev.c:632 #, c-format msgid "" "%s%s%s %sversion %s (%s)\n" "%s\tcompiled by GNU C version %s, " msgstr "" "%s%s%s %sversion %s (%s)\n" "%s\tcompilé par GNU C version %s, " #: toplev.c:634 #, c-format msgid "%s%s%s %sversion %s (%s) compiled by CC, " msgstr "%s%s%s %sversion %s (%s) compilé par CC, " #: toplev.c:638 #, c-format msgid "GMP version %s, MPFR version %s, MPC version %s, isl version %s\n" msgstr "GMP version %s, MPFR version %s, MPC version %s, isl version %s\n" #: toplev.c:640 #, c-format msgid "%s%swarning: %s header version %s differs from library version %s.\n" msgstr "%s%savertissement: l'en-tête %s version %s diffère de la version %s de la bibliothèque.\n" #: toplev.c:642 #, c-format msgid "%s%sGGC heuristics: --param ggc-min-expand=%d --param ggc-min-heapsize=%d\n" msgstr "heuristiques %s%sGGC: --param ggc-min-expand=%d --param ggc-min-heapsize=%d\n" #: toplev.c:809 msgid "options passed: " msgstr "options passées : " #: toplev.c:837 msgid "options enabled: " msgstr "options activées : " #: tree-diagnostic.c:299 c/c-decl.c:5634 c/c-typeck.c:7603 cp/error.c:1061 #: c-family/c-pretty-print.c:413 #, gcc-internal-format msgid "" msgstr "" #: cif-code.def:39 msgid "function not considered for inlining" msgstr "fonction pas retenue pour être mise en ligne" #: cif-code.def:43 msgid "caller is not optimized" msgstr "l'appelant n'est pas optimisé" #: cif-code.def:47 msgid "function body not available" msgstr "le corps de la fonction n'est pas disponible" #: cif-code.def:51 msgid "redefined extern inline functions are not considered for inlining" msgstr "les fonctions externes enlignes redéfinies ne sont pas retenues pour être mises en ligne" #: cif-code.def:56 msgid "function not inlinable" msgstr "la fonction ne peut être mise en ligne" #: cif-code.def:60 msgid "function body can be overwritten at link time" msgstr "le corps de la fonction peut être écrasé durant l'édition de liens" #: cif-code.def:64 msgid "function not inline candidate" msgstr "la fonction n’est pas une candidate à la mise en ligne" #: cif-code.def:68 msgid "--param large-function-growth limit reached" msgstr "--param large-function-growth limite atteinte" #: cif-code.def:70 msgid "--param large-stack-frame-growth limit reached" msgstr "--param large-stack-frame-growth limite atteinte" #: cif-code.def:72 msgid "--param max-inline-insns-single limit reached" msgstr "--param max-inline-insns-single limite atteinte" #: cif-code.def:74 msgid "--param max-inline-insns-auto limit reached" msgstr "--param max-inline-insns-auto limite atteinte" #: cif-code.def:76 msgid "--param inline-unit-growth limit reached" msgstr "--param inline-unit-growth limite atteinte" #: cif-code.def:80 msgid "recursive inlining" msgstr "mise en ligne récursive" #: cif-code.def:84 msgid "call is unlikely and code size would grow" msgstr "l'appel est improbable et la taille du code augmenterait" #: cif-code.def:88 msgid "function not declared inline and code size would grow" msgstr "la fonction n'est pas déclarée en ligne et la taille du code augmenterait" #: cif-code.def:92 msgid "mismatched arguments" msgstr "arguments non concordants" #: cif-code.def:96 msgid "mismatched declarations during linktime optimization" msgstr "déclarations non concordantes pendant l'optimisation lors de l'édition de liens" #: cif-code.def:100 msgid "variadic thunk call" msgstr "appel de fragment variadique" #: cif-code.def:104 msgid "originally indirect function call not considered for inlining" msgstr "l'appel de fonction initialement indirect n'est pas pris en compte pour la mise en ligne" #: cif-code.def:108 msgid "indirect function call with a yet undetermined callee" msgstr "appel de fonction indirect vers un appelé encore à déterminer" #: cif-code.def:112 msgid "exception handling personality mismatch" msgstr "désaccord sur la personnalité du traitement de l'exception" #: cif-code.def:117 msgid "non-call exception handling mismatch" msgstr "désaccord sur le traitement de l'exception sans appel" #: cif-code.def:121 msgid "target specific option mismatch" msgstr "option spécifique à la cible incohérente" #: cif-code.def:125 msgid "optimization level attribute mismatch" msgstr "incohérence d'un attribut au niveau de l'optimisation" #: cif-code.def:129 msgid "callee refers to comdat-local symbols" msgstr "l'appelé fait référence à des symboles locaux à comdat" #: cif-code.def:133 msgid "function attribute mismatch" msgstr "attribut de fonction incohérent" #: cif-code.def:138 msgid "function has external linkage when the user requests only inlining static for live patching" msgstr "la fonction a un lien externe alors que l'utilisateur demande uniquement la mise en ligne statique pour la correction à chaud" #: cif-code.def:143 msgid "unreachable" msgstr "inatteignable" #: cif-code.def:147 msgid "caller is instrumentation thunk" msgstr "l'appelant est un fragment ajouté pour le profilage" #. The remainder are real diagnostic types. #: diagnostic.def:33 msgid "fatal error: " msgstr "erreur fatale: " #. This is like DK_ICE, but backtrace is not printed. Used in the driver #. when reporting fatal signal in the compiler. #: diagnostic.def:34 diagnostic.def:50 msgid "internal compiler error: " msgstr "erreur interne du compilateur: " #. This one is just for counting DK_WARNING promoted to DK_ERROR #. due to -Werror and -Werror=warning. #: diagnostic.def:35 diagnostic.def:47 msgid "error: " msgstr "erreur: " #: diagnostic.def:36 msgid "sorry, unimplemented: " msgstr "désolé, pas implémenté: " #: diagnostic.def:37 msgid "warning: " msgstr "attention: " #: diagnostic.def:38 msgid "anachronism: " msgstr "anachronisme: " #: diagnostic.def:39 msgid "note: " msgstr "note: " #: diagnostic.def:40 msgid "debug: " msgstr "débogage: " #. These two would be re-classified as DK_WARNING or DK_ERROR, so the #. prefix does not matter. #: diagnostic.def:43 msgid "pedwarn: " msgstr "pédant: " #: diagnostic.def:44 msgid "permerror: " msgstr "permerreur: " #: params.def:49 #, no-c-format msgid "Maximal estimated outcome of branch considered predictable." msgstr "Estimation maximale de la conclusion des branches considérées prévisibles." #: params.def:54 #, no-c-format msgid "The minimal estimated speedup allowing inliner to ignore inline-insns-single and inline-insns-auto." msgstr "L'estimation de l'accélération minimale permettant au code de mise en ligne d'ignorer inline-insns-single et inline-insns-auto." #: params.def:70 #, no-c-format msgid "The maximum number of instructions in a single function eligible for inlining." msgstr "Le nombre maximum d'instructions dans une seule fonction éligible à la mise en ligne." #: params.def:82 #, no-c-format msgid "The maximum number of instructions when automatically inlining." msgstr "Le nombre maximum d'instructions lors de la mise en ligne automatique." #: params.def:87 #, no-c-format msgid "The maximum number of instructions when automatically inlining small functions." msgstr "Le nombre maximum d'instructions lors de la mise en ligne automatique de petites fonctions." #: params.def:92 #, no-c-format msgid "The maximum number of instructions when inlining for size." msgstr "Le nombre maximum d'instructions lors de la mise en ligne pour la taille." #: params.def:97 #, no-c-format msgid "Instruction accounted for function prologue, epilogue and other overhead." msgstr "Instruction prise en compte pour le prologue, l'épilogue et d'autres surcharges des fonctions." #: params.def:103 #, no-c-format msgid "Time accounted for function prologue, epilogue and other overhead." msgstr "Temps pris en compte pour le prologue, l'épilogue et d'autres surcharges des fonctions." #: params.def:109 #, no-c-format msgid "Instruction accounted for function thunk overhead." msgstr "Instruction prise en compte pour la surcharge du fragment d'une fonction." #: params.def:114 #, no-c-format msgid "Time accounted for function thunk overhead." msgstr "Temps pris en compte pour la surcharge du fragment d'une fonction." #: params.def:119 #, no-c-format msgid "The maximum number of instructions inline function can grow to via recursive inlining." msgstr "Le nombre maximum d'instructions qu'une fonction en ligne peut grandir par la mise en ligne récursive." #: params.def:124 #, no-c-format msgid "The maximum number of instructions non-inline function can grow to via recursive inlining." msgstr "Le nombre maximum d'instructions qu'une fonction pas en ligne peut grandir par la mise en ligne récursive." #: params.def:129 #, no-c-format msgid "The maximum depth of recursive inlining for inline functions." msgstr "La profondeur maximum de mise en ligne récursive pour les fonctions en ligne." #: params.def:134 #, no-c-format msgid "The maximum depth of recursive inlining for non-inline functions." msgstr "La profondeur maximum de mise en ligne récursive pour les fonctions pas en ligne." #: params.def:139 #, no-c-format msgid "Inline recursively only when the probability of call being executed exceeds the parameter." msgstr "Mettre en ligne récursif uniquement quand la probabilité que l'appel soit exécuté dépasse le paramètre." #: params.def:147 #, no-c-format msgid "The maximum number of nested indirect inlining performed by early inliner." msgstr "Le nombre maximum de mises en ligne indirectes imbriquées réalisées par les premières mises en ligne." #: params.def:153 #, no-c-format msgid "Probability that COMDAT function will be shared with different compilation unit." msgstr "Probabilité qu'une fonction COMDAT soit partagée avec des unités de compilation différentes." #: params.def:159 #, no-c-format msgid "Maximum probability of the entry BB of split region (in percent relative to entry BB of the function) to make partial inlining happen." msgstr "Probabilité maximum que l'entrée B8 d'une région scindée (en pourcent relatif à l'entrée B8 de la fonction) pour réaliser la mise en ligne partielle." #: params.def:166 #, no-c-format msgid "If -fvariable-expansion-in-unroller is used, the maximum number of times that an individual variable will be expanded during loop unrolling." msgstr "Si -fvariable-expansion-in-unroller est utilisé, le nombre maximum de fois qu'une variable individuelle sera développée pendant le dépliage de la boucle." #: params.def:172 #, no-c-format msgid "If -ftree-vectorize is used, the minimal loop bound of a loop to be considered for vectorization." msgstr "Si -ftree-vectorize est utilisé, la limite minimale de boucle d'une boucle prise en compte pour la vectorisation." #: params.def:183 #, no-c-format msgid "The maximum number of instructions to consider to fill a delay slot." msgstr "Le nombre maximum d'instructions à considérer pour remplir un créneau de délai." #: params.def:194 #, no-c-format msgid "The maximum number of instructions to consider to find accurate live register information." msgstr "Le nombre maximum d'instructions à considérer pour trouver les informations correctes d'un registre actif." #: params.def:204 #, no-c-format msgid "The maximum length of scheduling's pending operations list." msgstr "La longueur maximale de la liste des opération en attente d'ordonnancement." #: params.def:211 #, no-c-format msgid "The maximum number of backtrack attempts the scheduler should make when modulo scheduling a loop." msgstr "Le nombre maximum de retours en arrière que l'ordonnanceur doit essayer lors de l'ordonnancement modulo d'une boucle." #: params.def:216 #, no-c-format msgid "The size of function body to be considered large." msgstr "La taille du corps d'une fonction à considérer comme étant grand." #: params.def:220 #, no-c-format msgid "Maximal growth due to inlining of large function (in percent)." msgstr "Croissance maximale due à la mise en ligne d'une grande fonction (en pourcentage)." #: params.def:224 #, no-c-format msgid "The size of translation unit to be considered large." msgstr "La taille d'une unité de traduction à considérer comme grande." #: params.def:228 #, no-c-format msgid "How much can given compilation unit grow because of the inlining (in percent)." msgstr "Quelle croissance d'une unité de compilation peut être tolérée en raison de la mise en ligne (en pourcentage)." #: params.def:232 #, no-c-format msgid "How much can given compilation unit grow because of the interprocedural constant propagation (in percent)." msgstr "Quelle croissance d'une unité de compilation peut être tolérée à cause de la propagation interprocédurale de constantes (en pourcentage)." #: params.def:236 #, no-c-format msgid "Maximal estimated growth of function body caused by early inlining of single call." msgstr "Croissance maximale estimée du corps d'une fonction causée par la première vague de mises en ligne des appels uniques." #: params.def:240 #, no-c-format msgid "The size of stack frame to be considered large." msgstr "La taille de la trame de pile qui est considérée comme étant grande" #: params.def:244 #, no-c-format msgid "Maximal stack frame growth due to inlining (in percent)." msgstr "Croissance maximale de la trame de pile causée par la mise en ligne (en pourcentage)." #: params.def:250 #, no-c-format msgid "Size of the stack guard expressed as a power of two in bytes." msgstr "Taille de la protection de la pile exprimée comme une puissance de deux en octets." #: params.def:255 #, no-c-format msgid "Interval in which to probe the stack expressed as a power of two in bytes." msgstr "Intervalle durant lequel sonder la pile, exprimé comme une puissance de deux en octets." #: params.def:262 #, no-c-format msgid "The maximum amount of memory to be allocated by GCSE." msgstr "La quantité maximale de mémoire à être allouée par GCSE." #: params.def:269 #, no-c-format msgid "The maximum ratio of insertions to deletions of expressions in GCSE." msgstr "Le rapport maximum entre les insertions et les suppressions d'expressions dans GCSE." #: params.def:280 #, no-c-format msgid "The threshold ratio for performing partial redundancy elimination after reload." msgstr "Le rapport seuil pour réaliser l'élimination des redondances partielles après le rechargement." #: params.def:287 #, no-c-format msgid "The threshold ratio of critical edges execution count that permit performing redundancy elimination after reload." msgstr "Le rapport seuil du décompte d'exécution des arêtes critiques qui permet l'élimination des redondances après rechargement." #: params.def:295 #, no-c-format msgid "Scaling factor in calculation of maximum distance an expression can be moved by GCSE optimizations." msgstr "Facteur d'échelle dans le calcul de la distance maximale qu'une expression peut être déplacée par les optimisations de GCSE." #: params.def:301 #, no-c-format msgid "Cost at which GCSE optimizations will not constraint the distance an expression can travel." msgstr "Coût auquel les optimisations de GCSE ne contraindront pas la distance de déplacement d'une expression." #: params.def:309 #, no-c-format msgid "Maximum depth of search in the dominator tree for expressions to hoist." msgstr "Profondeur maximum de recherche dans l'arbre des dominateurs pour trouver des expressions à élever." #: params.def:317 #, no-c-format msgid "Maximum depth of sqrt chains to use when synthesizing exponentiation by a real constant." msgstr "Profondeur maximum des chaînes de racines carrées à utiliser lors de la synthèse d'une élévation à la puissance par une constante réelle." #: params.def:329 #, no-c-format msgid "The maximum number of instructions to consider to unroll in a loop." msgstr "Le nombre maximum d'instructions à envisager de déplier dans une boucle." #: params.def:335 #, no-c-format msgid "The maximum number of instructions to consider to unroll in a loop on average." msgstr "Le nombre maximum d'instructions à envisager de déplier en moyenne dans une boucle." #: params.def:340 #, no-c-format msgid "The maximum number of unrollings of a single loop." msgstr "Le nombre maximum de dépliages d'une boucle." #: params.def:345 #, no-c-format msgid "The maximum number of insns of a peeled loop." msgstr "Le nombre maximum d'insns dans une boucle aplatie." #: params.def:350 #, no-c-format msgid "The maximum number of peelings of a single loop." msgstr "Le nombre maximum de dépliages pour aplatir une boucle." #: params.def:355 #, no-c-format msgid "The maximum number of branches on the path through the peeled sequence." msgstr "Le nombre maximum de branches sur le chemin pour aplatir une séquence." #: params.def:360 #, no-c-format msgid "The maximum number of insns of a completely peeled loop." msgstr "Le nombre maximum d'insns d'une boucle complètement aplatie." #: params.def:365 #, no-c-format msgid "The maximum number of peelings of a single loop that is peeled completely." msgstr "Le nombre maximum de réductions d'une boucle simple qui est complètement aplatie." #: params.def:370 #, no-c-format msgid "The maximum number of insns of a peeled loop that rolls only once." msgstr "Le nombre maximum d'insns d'une boucle aplatie qui tourne une seule fois." #: params.def:375 #, no-c-format msgid "The maximum depth of a loop nest we completely peel." msgstr "La profondeur maximum de boucles imbriquées que nous aplatissons complètement." #: params.def:381 #, no-c-format msgid "The maximum number of insns of an unswitched loop." msgstr "Le nombre maximum d'insns d'une boucle qui est déplacée à l'intérieur de ses branchements." #: params.def:386 #, no-c-format msgid "The maximum number of unswitchings in a single loop." msgstr "Le nombre maximum de déplacements d'une seule boucle à l'intérieur de ses branchements." #: params.def:393 #, no-c-format msgid "The maximum number of insns in loop header duplicated by the copy loop headers pass." msgstr "Le nombre maximum d'insns dans l'en-tête d'une boucle qui sont dupliquées par l'étape de copie des en-têtes de boucles." #: params.def:400 #, no-c-format msgid "Bound on the number of iterations the brute force # of iterations analysis algorithm evaluates." msgstr "Limite le nombre d'itérations que l'algorithme d'analyse du nombre d'itérations évalue par la force brute." #: params.def:406 #, no-c-format msgid "Bound on the cost of an expression to compute the number of iterations." msgstr "Limite sur le coût d'une expression pour calculer le nombre d'itérations." #: params.def:412 #, no-c-format msgid "A factor for tuning the upper bound that swing modulo scheduler uses for scheduling a loop." msgstr "Un facteur pour ajuster la limite supérieure que le « Swing Modulo Scheduler » utilise pour ordonnancer une boucle." #: params.def:417 #, no-c-format msgid "The minimum value of stage count that swing modulo scheduler will generate." msgstr "La valeur minimum du décompte des étapes que le « Swing Modulo Scheduler » va générer." #: params.def:421 #, no-c-format msgid "The number of cycles the swing modulo scheduler considers when checking conflicts using DFA." msgstr "Le nombre de cycles que le « Swing Modulo Scheduler » prend en compte lorsqu'il vérifie les conflits en utilisant DFA." #: params.def:425 #, no-c-format msgid "A threshold on the average loop count considered by the swing modulo scheduler." msgstr "Un seuil sur le nombre moyen d'itérations prises en compte par le « Swing Modulo Scheduler »." #: params.def:430 #, no-c-format msgid "Select fraction of the maximal count of repetitions of basic block in program given basic block needs to have to be considered hot (used in non-LTO mode)." msgstr "Sélectionner la fraction du nombre de répétitions maximum du bloc de base dans le programme selon que le bloc de base donné doit être considéré comme « chaud » (utilisé en mode non-LTO)." #: params.def:435 #, no-c-format msgid "A basic block profile count is considered hot if it contributes to the given permillage of the entire profiled execution (used in LTO mode)." msgstr "Le décompte du profilage d'un bloc de base est considéré comme « chaud » si il contribue à hauteur du pour mille spécifié au profilage entier de l'exécution (utilisé en mode LTO)." #: params.def:440 #, no-c-format msgid "Select fraction of the maximal frequency of executions of basic block in function given basic block needs to have to be considered hot." msgstr "Sélectionner la fraction de la fréquence maximale d'exécutions du bloc de base dans la fonction selon le bloc de base donné doit être considéré comme « chaud »." #: params.def:445 #, no-c-format msgid "The minimum fraction of profile runs a given basic block execution count must be not to be considered unlikely." msgstr "La fraction minimum des exécutions de profilage que le décompte de l'exécution d'un bloc de base doit être pour qu'il ne soit pas considéré comme improbable." #: params.def:450 #, no-c-format msgid "Select fraction of the maximal frequency of executions of basic block in function given basic block get alignment." msgstr "Sélectionner la fraction de la fréquence maximale d'exécutions du bloc de base dans la fonction selon l'alignement que le bloc de base reçoit." #: params.def:455 #, no-c-format msgid "Loops iterating at least selected number of iterations will get loop alignment." msgstr "Les boucles qui itèrent au moins le nombre de fois sélectionné recevront un alignement de boucle." #: params.def:471 #, no-c-format msgid "The maximum number of loop iterations we predict statically." msgstr "Le nombre maximum d’itérations de boucles qui sont prédites statiquement." #: params.def:484 #, no-c-format msgid "Set the estimated probability in percentage for builtin expect. The default value is 90% probability." msgstr "Fixe la probabilité estimée en pourcentage pour « builtin expect ». La valeur par défaut est une probabilité de 90%." #: params.def:488 #, no-c-format msgid "The maximum length of a constant string for a builtin string cmp call eligible for inlining. The default value is 3." msgstr "La longueur maximale d'une chaîne constante pour la fonction interne de comparaison de chaînes qui peut être mise en ligne. La valeur par défaut est 3." #: params.def:492 #, no-c-format msgid "The percentage of function, weighted by execution frequency, that must be covered by trace formation. Used when profile feedback is available." msgstr "Le pourcentage d'une fonction, pondéré par la fréquence d'exécution, qui doit être couvert par la formation de la trace. Utilisé lorsque le feedback par profilage est disponible." #: params.def:496 #, no-c-format msgid "The percentage of function, weighted by execution frequency, that must be covered by trace formation. Used when profile feedback is not available." msgstr "Le pourcentage d'une fonction, pondéré par la fréquence d'exécution, qui doit être couvert par la formation de la trace. Utilisé lorsque le feedback par profilage n'est pas disponible." #: params.def:500 #, no-c-format msgid "Maximal code growth caused by tail duplication (in percent)." msgstr "Croissance maximale du code par la duplication de queue (en pourcentage)." #: params.def:504 #, no-c-format msgid "Stop reverse growth if the reverse probability of best edge is less than this threshold (in percent)." msgstr "Stopper la croissance renversée si la probabilité inverse des meilleures arêtes est inférieure à ce seuil (en pourcentage)." #: params.def:508 #, no-c-format msgid "Stop forward growth if the probability of best edge is less than this threshold (in percent). Used when profile feedback is available." msgstr "Stopper la croissance anticipée si la probabilité des meilleures arêtes est inférieure à ce seuil (en pourcentage). Utilisé lorsque le feedback par profilage est disponible." #: params.def:512 #, no-c-format msgid "Stop forward growth if the probability of best edge is less than this threshold (in percent). Used when profile feedback is not available." msgstr "Stopper la croissance anticipée si la probabilité des meilleures arêtes est inférieure à ce seuil (en pourcentage). Utilisé lorsque le feedback par profilage n'est pas disponible." #: params.def:518 #, no-c-format msgid "The maximum number of incoming edges to consider for crossjumping." msgstr "Le nombre maximum d'arêtes entrantes à considérer pour les sauts croisés." #: params.def:524 #, no-c-format msgid "The minimum number of matching instructions to consider for crossjumping." msgstr "Le nombre minimum d'instructions concordantes à considérer pour les sauts croisés." #: params.def:530 #, no-c-format msgid "The maximum expansion factor when copying basic blocks." msgstr "Le facteur d'expansion maximum en copiant des blocs de base." #: params.def:536 #, no-c-format msgid "The maximum number of insns to duplicate when unfactoring computed gotos." msgstr "Le nombre maximum d'insns à dupliquer lors de la défactorisation des goto calculés." #: params.def:542 #, no-c-format msgid "The maximum length of path considered in cse." msgstr "La longueur maximale des chemins considérés dans cse." #: params.def:546 #, no-c-format msgid "The maximum instructions CSE process before flushing." msgstr "Le nombre maximum d'instructions que CSE traite avant vidange." #: params.def:553 #, no-c-format msgid "The minimum cost of an expensive expression in the loop invariant motion." msgstr "Le coût minimum d'une expression onéreuse dans le déplacement d'un invariant de boucle." #: params.def:562 #, no-c-format msgid "Bound on number of candidates below that all candidates are considered in iv optimizations." msgstr "Limite sur le nombre de candidats en dessous de laquelle tous les candidats sont pris en compte dans les optimisations d'IV." #: params.def:570 #, no-c-format msgid "Bound on number of iv uses in loop optimized in iv optimizations." msgstr "Limite sur le nombre d'utilisations d'IV dans une boucle optimisée dans des optimisations d'IV." #: params.def:578 #, no-c-format msgid "If number of candidates in the set is smaller, we always try to remove unused ivs during its optimization." msgstr "Si le nombre de candidats dans l'ensemble est plus petit, on essaie toujours de retirer les IV inutilisés durant son optimisation." #: params.def:583 #, no-c-format msgid "Average number of iterations of a loop." msgstr "Le nombre moyen d'itérations d'une boucle." #: params.def:588 #, no-c-format msgid "Maximum size (in bytes) of objects tracked bytewise by dead store elimination." msgstr "La taille maximale (en octets) des objets pistés octet par octet par l'élimination des stockages morts." #: params.def:593 #, no-c-format msgid "Maximum number of queries into the alias oracle per store." msgstr "Le nombre maximum de requêtes dans l'oracle des alias par zone de stockage." #: params.def:598 #, no-c-format msgid "Bound on size of expressions used in the scalar evolutions analyzer." msgstr "Limite sur la taille des expressions utilisées dans l'analyseur d'évolution de scalaires." #: params.def:603 #, no-c-format msgid "Bound on the complexity of the expressions in the scalar evolutions analyzer." msgstr "Limite sur la complexité des expressions dans l'analyseur d'évolution de scalaires." #: params.def:608 #, no-c-format msgid "Maximum number of arguments in a PHI supported by TREE if-conversion unless the loop is marked with simd pragma." msgstr "Nombre maximum d'arguments dans un PHI supporté par la conversion de « if » TREE à moins que la boucle soit marquée avec un pragma simd." #: params.def:614 #, no-c-format msgid "Bound on number of runtime checks inserted by the vectorizer's loop versioning for alignment check." msgstr "Limite sur le nombre de vérifications à l'exécution de l'alignement que le code qui décline les versions des boucles vectorisées doit insérer." #: params.def:619 #, no-c-format msgid "Bound on number of runtime checks inserted by the vectorizer's loop versioning for alias check." msgstr "Limite sur le nombre de vérifications à l'exécution pour détecter les pointeurs qui se recouvrent (pointer aliasing) que le code qui décline les versions des boucles vectorisées doit insérer." #: params.def:624 #, no-c-format msgid "Maximum number of loop peels to enhance alignment of data references in a loop." msgstr "Le nombre maximum d'aplatissages de boucles pour améliorer l'alignement des références aux données dans une boucle." #: params.def:629 #, no-c-format msgid "The maximum memory locations recorded by cselib." msgstr "Les positions mémoire maximum enregistrées par cselib." #: params.def:642 #, no-c-format msgid "Minimum heap expansion to trigger garbage collection, as a percentage of the total size of the heap." msgstr "L'expansion minimale du tas pour lancer la collecte des rebuts, en pourcentage de la taille totale du tas." #: params.def:647 #, no-c-format msgid "Minimum heap size before we start collecting garbage, in kilobytes." msgstr "La taille minimale du tas avant de commencer la collecte des rebuts, en kilooctets." #: params.def:655 #, no-c-format msgid "The maximum number of instructions to search backward when looking for equivalent reload." msgstr "Le nombre maximum d'instructions à rechercher en arrière lors d'une recherche d'une recharge équivalente." #: params.def:660 #, no-c-format msgid "Target block's relative execution frequency (as a percentage) required to sink a statement." msgstr "Fréquence d'exécution relative du bloc cible (en pourcent) requis pour faire descendre (sink) une expression." #: params.def:665 params.def:675 #, no-c-format msgid "The maximum number of blocks in a region to be considered for interblock scheduling." msgstr "Le nombre maximum de blocs dans une région à considérer pour l'ordonnancement interblocs." #: params.def:670 params.def:680 #, no-c-format msgid "The maximum number of insns in a region to be considered for interblock scheduling." msgstr "Le nombre maximum d'insns dans une région à considérer pour l'ordonnancement interblocs." #: params.def:685 #, no-c-format msgid "The minimum probability of reaching a source block for interblock speculative scheduling." msgstr "La probabilité minimum d'atteindre un bloc source pour l'ordonnancement spéculatif interblocs." #: params.def:690 #, no-c-format msgid "The maximum number of iterations through CFG to extend regions." msgstr "Le nombre maximum d'itérations au travers du CFG pour étendre des régions." #: params.def:695 #, no-c-format msgid "The maximum conflict delay for an insn to be considered for speculative motion." msgstr "Le délai conflictuel maximum pour qu'une insn soit prise en compte pour un déplacement spéculatif." #: params.def:700 #, no-c-format msgid "The minimal probability of speculation success (in percents), so that speculative insn will be scheduled." msgstr "La probabilité minimale de succès de spéculation (en pourcent) de telle manière que l'insn spéculative sera ordonnancée." #: params.def:705 #, no-c-format msgid "The minimum probability an edge must have for the scheduler to save its state across it." msgstr "La probabilité minimale qu'une arête doit avoir pour que l'ordonnanceur sauvegarde son état d'un bout à l'autre." #: params.def:710 #, no-c-format msgid "The maximum size of the lookahead window of selective scheduling." msgstr "La taille maximum de la fenêtre d'anticipation de l'ordonnanceur sélectif." #: params.def:715 #, no-c-format msgid "Maximum number of times that an insn could be scheduled." msgstr "Le nombre maximum de fois qu'une insn peut être ordonnancée." #: params.def:720 #, no-c-format msgid "Maximum number of instructions in the ready list that are considered eligible for renaming." msgstr "Le nombre maximum d'instructions dans la liste « prêtes » qui sont considérées éligibles pour être renommées." #: params.def:725 #, no-c-format msgid "Minimal distance between possibly conflicting store and load." msgstr "Distance minimale entre un « store » et un « load » qui peuvent entrer en conflit." #: params.def:730 #, no-c-format msgid "Hardware autoprefetcher scheduler model control flag. Number of lookahead cycles the model looks into; at '0' only enable instruction sorting heuristic. Disabled by default." msgstr "Fanion de contrôle du modèle de l'ordonnanceur avec pré-extraction automatique matérielle. Nombre de cycles d'anticipation que le modèle examine; la valeur « 0 » active uniquement l'heuristique de tri des instructions. Désactivé par défaut." #: params.def:735 #, no-c-format msgid "The maximum number of RTL nodes that can be recorded as combiner's last value." msgstr "Le nombre maximum de nœuds RTL qui peuvent être enregistrés comme dernière valeur du combinateur." #: params.def:740 #, no-c-format msgid "The maximum number of insns combine tries to combine." msgstr "Le nombre maximum de tentatives de combinaisons d'insns à combiner." #: params.def:749 #, no-c-format msgid "The upper bound for sharing integer constants." msgstr "La limite supérieure pour partager des entiers constants." #: params.def:754 #, no-c-format msgid "The lower bound for a buffer to be considered for stack smashing protection." msgstr "La limite inférieure pour qu'un tampon soit considéré pour être protégé contre l'écrasement de la pile." #: params.def:759 #, no-c-format msgid "The minimum size of variables taking part in stack slot sharing when not optimizing." msgstr "La taille minimale des variables contribuant au partage d'un emplacement de pile quand il n'y a pas d'optimisation." #: params.def:778 #, no-c-format msgid "Maximum number of statements allowed in a block that needs to be duplicated when threading jumps." msgstr "Le nombre maximum d'expressions autorisées dans un bloc qui doit être dupliqué pour enchaîner des sauts." #: params.def:787 #, no-c-format msgid "Maximum number of fields in a structure before pointer analysis treats the structure as a single variable." msgstr "Le nombre maximum de champs dans une structure avant que l'analyse de pointeur traite la structure comme une seule variable." #: params.def:792 #, no-c-format msgid "The maximum number of instructions ready to be issued to be considered by the scheduler during the first scheduling pass." msgstr "Le nombre maximum d'instructions prêtes à être expédiées qui doivent être prises en compte par l'ordonnanceur durant le premier passage de l'ordonnancement." #: params.def:798 #, no-c-format msgid "Maximum number of active local stores in RTL dead store elimination." msgstr "Le nombre maximum de stockages locaux actifs dans l'élimination des stockages morts de RTL." #: params.def:808 #, no-c-format msgid "The number of insns executed before prefetch is completed." msgstr "Le nombre d'insns exécutées avant que la pré-extraction soit terminée." #: params.def:815 #, no-c-format msgid "The number of prefetches that can run at the same time." msgstr "Le nombre de pré-extractions qui peuvent se dérouler en même temps." #: params.def:822 #, no-c-format msgid "The size of L1 cache." msgstr "La taille du cache L1." #: params.def:829 #, no-c-format msgid "The size of L1 cache line." msgstr "La taille de ligne du cache L1." #: params.def:836 #, no-c-format msgid "The size of L2 cache." msgstr "La taille du cache L2." #: params.def:844 #, no-c-format msgid "Whether software prefetch hints should be issued for non-constant strides." msgstr "Faut-il générer des indices de pré-extraction logicielle pour des pas non constants." #: params.def:853 #, no-c-format msgid "The minimum constant stride beyond which we should use prefetch hints for." msgstr "Le pas constant minimum au delà duquel il faut utiliser des indices de pré-extraction." #: params.def:861 #, no-c-format msgid "The maximum number of stmts in loop nest for loop interchange." msgstr "Le nombre maximum de stmts dans une boucle imbriquée pour l'échange de boucle." #: params.def:868 #, no-c-format msgid "The minimum stride ratio for loop interchange to be profitable." msgstr "Le rapport du pas minimum pour que l'échange de boucle soit profitable." #: params.def:879 #, no-c-format msgid "Whether to use canonical types." msgstr "Faut-il utiliser les types canoniques." #: params.def:884 #, no-c-format msgid "Maximum length of partial antic set when performing tree pre optimization." msgstr "La longueur maximale de l'ensemble ANTIC partiel lors de la pré-optimisation de l'arbre." #: params.def:894 #, no-c-format msgid "Maximum depth of a loop nest to fully value-number optimistically." msgstr "La profondeur maximum de boucles imbriquées qu'il faut entièrement numéroter par valeur de manière optimiste." #: params.def:905 #, no-c-format msgid "Maximum number of disambiguations to perform per memory access." msgstr "Le nombre maximum de désambiguïsations à réaliser par accès mémoire." #: params.def:910 #, no-c-format msgid "Max loops number for regional RA." msgstr "Le nombre max de boucles pour l'allocation de registre régional." #: params.def:915 #, no-c-format msgid "Max size of conflict table in MB." msgstr "La taille max de la table des conflits en Mo." #: params.def:920 #, no-c-format msgid "The number of registers in each class kept unused by loop invariant motion." msgstr "Le nombre de registres de chaque classe laissés inutilisés par les déplacements invariants au niveau des boucles." #: params.def:925 #, no-c-format msgid "The max number of reload pseudos which are considered during spilling a non-reload pseudo." msgstr "Le nombre maximum de pseudos rechargeables qui doivent être considérés pendant le déversement de pseudos qui ne peuvent pas être rechargés." #: params.def:930 #, no-c-format msgid "Minimal fall-through edge probability in percentage used to add BB to inheritance EBB in LRA." msgstr "La probabilité minimale, en pourcents, qu'une arrête enchaîne immédiatement sur une autre pour décider d'ajouter un BB à un EBB d'héritage dans LRA." #: params.def:938 #, no-c-format msgid "The maximum ratio between array size and switch branches for a switch conversion to take place." msgstr "La rapport maximum entre la taille du tableau et les branchements du switch pour qu'une conversion du switch ait lieu." #: params.def:946 #, no-c-format msgid "Size of tiles for loop blocking." msgstr "La taille des blocs pour le découpage de boucle en blocs (loop blocking)." #: params.def:953 #, no-c-format msgid "Maximum number of parameters in a SCoP." msgstr "Le nombre maximum de paramètres dans un SCoP." #: params.def:960 #, no-c-format msgid "Maximum number of arrays per SCoP." msgstr "Le nombre maximum de tableaux par SCoP." #: params.def:965 #, no-c-format msgid "Maximum number of isl operations, 0 means unlimited." msgstr "Le nombre maximum d'opérations isl, 0 pour illimité" #: params.def:971 #, no-c-format msgid "Whether codegen errors should be ICEs when -fchecking." msgstr "Est-ce que les erreurs codegen devraient produire des erreurs interne du compilateur (ICE) avec -fchecking." #: params.def:977 #, no-c-format msgid "Maximum number of datarefs in loop for building loop data dependencies." msgstr "Le nombre maximum de datarefs dans une boucle pour construire les dépendances de données de la boucle." #: params.def:984 #, no-c-format msgid "Max basic blocks number in loop for loop invariant motion." msgstr "Le nombre max de blocs de base dans une boucle pour un déplacement de boucle invariant." #: params.def:992 #, no-c-format msgid "Use internal function id in profile lookup." msgstr "Utiliser un ID de fonction interne dans la recherche de profilage." #: params.def:1000 #, no-c-format msgid "Track top N target addresses in indirect-call profile." msgstr "Pister les N adresses cibles les plus fréquentes dans le profilage d'appels indirects." #: params.def:1006 #, no-c-format msgid "Maximum number of instructions in basic block to be considered for SLP vectorization." msgstr "Le nombre maximum d'instructions dans un bloc de base à considérer pour la vectorisation SLP." #: params.def:1011 #, no-c-format msgid "Min. ratio of insns to prefetches to enable prefetching for a loop with an unknown trip count." msgstr "Le rapport min entre les insns et les pré-extractions pour activer la pré-extraction dans une boucle avec un nombre inconnu d'itérations." #: params.def:1017 #, no-c-format msgid "Min. ratio of insns to mem ops to enable prefetching in a loop." msgstr "Le rapport min entre les insns et les opérandes mémoire pour activer la pré-extraction dans une boucle." #: params.def:1024 #, no-c-format msgid "Max. size of var tracking hash tables." msgstr "La taille max des tables de hachage pour le pistage des variables." #: params.def:1032 #, no-c-format msgid "Max. recursion depth for expanding var tracking expressions." msgstr "La profondeur de récursion max pour développer les expressions de pistage de variables." #: params.def:1040 #, no-c-format msgid "Max. size of loc list for which reverse ops should be added." msgstr "La taille max de la liste des emplacements pour laquelle des opérations inverses devraient être ajoutées." #: params.def:1049 #, no-c-format msgid "Max. count of debug markers to expand or inline." msgstr "Nombre max de marqueurs de débogage à étendre ou mettre en ligne." #: params.def:1056 #, no-c-format msgid "The minimum UID to be used for a nondebug insn." msgstr "Le UID minimum à utiliser pour une insn qui n'est pas pour le déboguage." #: params.def:1061 #, no-c-format msgid "Maximum allowed growth of number and total size of new parameters that ipa-sra replaces a pointer to an aggregate with." msgstr "La croissance maximale autorisée du nombre et de la taille totale des nouveaux paramètres que IPA-SRA remplace par un pointeur vers un agrégat." #: params.def:1067 #, no-c-format msgid "Size in bytes after which thread-local aggregates should be instrumented with the logging functions instead of save/restore pairs." msgstr "La taille en octets au delà de laquelle des agrégats locaux au thread doivent être manipulés par les fonctions de journalisation au lieu de paires de save/restore." #: params.def:1074 #, no-c-format msgid "Maximum size, in storage units, of an aggregate which should be considered for scalarization when compiling for speed." msgstr "La taille maximale, en unité de stockage, d'un agrégat qui devrait être considéré pour une conversion scalaire lors d'une compilation pour la vitesse." #: params.def:1080 #, no-c-format msgid "Maximum size, in storage units, of an aggregate which should be considered for scalarization when compiling for size." msgstr "La taille maximale, en unité de stockage, d'un agrégat qui devrait être considéré pour une conversion scalaire lors d'une compilation pour l'espace." #: params.def:1086 #, no-c-format msgid "Maximum size of a list of values associated with each parameter for interprocedural constant propagation." msgstr "La taille maximale d'une liste de valeurs associées à chaque paramètre pour la propagation de constantes interprocédurale." #: params.def:1092 #, no-c-format msgid "Threshold ipa-cp opportunity evaluation that is still considered beneficial to clone." msgstr "Le seuil de l'évaluation de l'opportunité de IPA-CP qui est encore considérée comme bénéfique au clone." #: params.def:1098 #, no-c-format msgid "Percentage penalty the recursive functions will receive when they are evaluated for cloning." msgstr "Le pourcentage de pénalité que des fonctions récursives recevront quand elles seront évaluées pour un clonage." #: params.def:1104 #, no-c-format msgid "Percentage penalty functions containing a single call to another function will receive when they are evaluated for cloning." msgstr "Le pourcentage de pénalité que des fonctions contenant un unique appel à une autre fonction recevront quand elles seront évaluées pour un clonage." #: params.def:1110 #, no-c-format msgid "Maximum number of aggregate content items for a parameter in jump functions and lattices." msgstr "Le nombre maximum d'éléments contenus dans un agrégat d'un paramètre dans des fonctions de saut ou des maillages." #: params.def:1116 #, no-c-format msgid "Compile-time bonus IPA-CP assigns to candidates which make loop bounds or strides known." msgstr "Bonus à la compilation que IPA-CP assigne aux candidats qui rendent les limites ou les pas des boucles connus." #: params.def:1122 #, no-c-format msgid "Compile-time bonus IPA-CP assigns to candidates which make an array index known." msgstr "Bonus à la compilation que IPA-CP assigne aux candidats qui rendent connus l'index dans un tableau." #: params.def:1128 #, no-c-format msgid "Maximum number of statements that will be visited by IPA formal parameter analysis based on alias analysis in any given function." msgstr "Le nombre maximum d'expressions qui seront visitées par l'analyse des paramètres formels de IPA basé sur l'analyse d'alias dans une fonction quelconque." #: params.def:1136 #, no-c-format msgid "Number of partitions the program should be split to." msgstr "Le nombre de partitions dans lesquelles il faudrait scinder le programme." #: params.def:1141 #, no-c-format msgid "Minimal size of a partition for LTO (in estimated instructions)." msgstr "La taille minimale d'une partition pour LTO (en instructions estimées)." #: params.def:1146 #, no-c-format msgid "Maximal size of a partition for LTO (in estimated instructions)." msgstr "La taille maximale d'une partition pour LTO (en instructions estimées)." #: params.def:1151 #, no-c-format msgid "maximal number of LTO partitions streamed in parallel." msgstr "nombre maximum de partitions LTO envoyées en parallèle dans le flux." #: params.def:1158 #, no-c-format msgid "Maximum number of namespaces to search for alternatives when name lookup fails." msgstr "Le nombre maximum d'espaces de noms à parcourir pour chercher des alternatives quand la recherche de nom a échoué." #: params.def:1165 #, no-c-format msgid "Maximum number of conditional store pairs that can be sunk." msgstr "Le nombre maximum de paires de stockage conditionnel qui peuvent être descendues." #: params.def:1173 #, no-c-format msgid "The smallest number of different values for which it is best to use a jump-table instead of a tree of conditional branches, if 0, use the default for the machine." msgstr "Le plus petit nombre de valeurs différentes pour lequel il est préférable d'utiliser une table de sauts plutôt qu'un arbre de branchements conditionnels. Si 0, utilise le choix par défaut pour la machine." #: params.def:1181 #, no-c-format msgid "Allow new data races on stores to be introduced." msgstr "Permet l'introduction de compétitions sur de nouvelles données durant un stockage." #: params.def:1187 #, no-c-format msgid "Set the maximum number of instructions executed in parallel in reassociated tree. If 0, use the target dependent heuristic." msgstr "Fixe le nombre maximum d'instructions exécutées en parallèle dans un arbre ré-associé. Si 0, utilise l'heuristique dépendant de la cible." #: params.def:1193 #, no-c-format msgid "Maximum amount of similar bbs to compare a bb with." msgstr "La quantité maximale de bbs similaires à comparer avec un bb." #: params.def:1198 #, no-c-format msgid "Allow the store merging pass to introduce unaligned stores if it is legal to do so." msgstr "Autoriser l'étape de fusion des stockages à introduire des stockages non alignés si il est légal de faire ainsi." #: params.def:1204 #, no-c-format msgid "Maximum number of constant stores to merge in the store merging pass." msgstr "Le nombre maximum de stockages constants à fusionner dans l'étape de fusion des stockages." #: params.def:1210 #, no-c-format msgid "Maximum amount of iterations of the pass over a function." msgstr "Le nombre maximum d'itérations du passage sur une fonction." #: params.def:1217 #, no-c-format msgid "Maximum number of strings for which strlen optimization pass will track string lengths." msgstr "Le nombre maximum de chaînes pour lesquelles l'optimisation de strlen conserve la longueur des chaînes." #: params.def:1224 #, no-c-format msgid "Which -fsched-pressure algorithm to apply." msgstr "Quel algorithme de -fsched-pressure appliquer." #: params.def:1230 #, no-c-format msgid "Maximum length of candidate scans for straight-line strength reduction." msgstr "La longueur maximale de la recherche dans les candidats pour la simplification des instructions dupliquées lors de l'aplatissage d'une boucle (Straight-Line Strength Reduction)." #: params.def:1238 #, no-c-format msgid "Enable asan stack protection." msgstr "Autoriser ASan à protéger la pile." #: params.def:1243 #, no-c-format msgid "Enable asan allocas/VLAs protection." msgstr "Autoriser la protection allocas/VLAs de ASan." #: params.def:1248 #, no-c-format msgid "Enable asan globals protection." msgstr "Autoriser ASan à protéger les globales." #: params.def:1253 #, no-c-format msgid "Enable asan store operations protection." msgstr "Autoriser ASan à protéger les opérations d'écriture." #: params.def:1258 #, no-c-format msgid "Enable asan load operations protection." msgstr "Autoriser ASan à protéger les opérations de chargement." #: params.def:1263 #, no-c-format msgid "Enable asan builtin functions protection." msgstr "Autoriser ASan à protéger les fonctions intégrées." #: params.def:1268 #, no-c-format msgid "Enable asan detection of use-after-return bugs." msgstr "Autoriser la détection par ASan des bogues d'utilisation après retour." #: params.def:1273 #, no-c-format msgid "Use callbacks instead of inline code if number of accesses in function becomes greater or equal to this number." msgstr "Utiliser une fonction de rappel au lieu de code en ligne si le nombre d'accès dans la fonction devient plus grand ou égal à ce nombre." #: params.def:1279 #, no-c-format msgid "Use direct poisoning/unpoisoning instructions for variables smaller or equal to this number." msgstr "Utiliser des instructions d'empoisonnement/dés-empoisonnement direct pour les variables plus petites ou égales à ce nombre." #: params.def:1285 #, no-c-format msgid "Maximum number of nested calls to search for control dependencies during uninitialized variable analysis." msgstr "Nombre maximum d'appels imbriqués pour rechercher une dépendance de contrôle pendant l'analyse d'une variable non initialisée." #: params.def:1291 #, no-c-format msgid "Scale factor to apply to the number of statements in a threading path when comparing to the number of (scaled) blocks." msgstr "Facteur d'échelle à appliquer au nombre d'expressions dans un chemin de sauts enchaînés lors de la comparaison de blocs (mis à l'échelle)." #: params.def:1296 #, no-c-format msgid "Maximum number of arguments a PHI may have before the FSM threader will not try to thread through its block." msgstr "Le nombre maximum d'arguments qu'un PHI peut avoir avant que le FSM qui est responsable de l'enchaînement arrête d'essayer d'enchaîner les sauts dans ses blocs." #: params.def:1301 #, no-c-format msgid "Scale factor to apply to the number of blocks in a threading path when comparing to the number of (scaled) statements." msgstr "Facteur d'échelle à appliquer au nombre de blocs dans un chemin de sauts enchaînés lors de la comparaison avec le nombre d'expressions (mises à l'échelle)." #: params.def:1306 #, no-c-format msgid "Maximum number of instructions to copy when duplicating blocks on a finite state automaton jump thread path." msgstr "Le nombre maximum d'instructions à copier en dupliquant des blocs le long du chemin de sauts enchaînés d'un automate à états finis." #: params.def:1311 #, no-c-format msgid "Maximum number of basic blocks on a finite state automaton jump thread path." msgstr "Le nombre maximum de blocs de base sur le chemin de sauts enchaînés d'un automate à états finis." #: params.def:1316 #, no-c-format msgid "Maximum number of new jump thread paths to create for a finite state automaton." msgstr "Le nombre maximum de nouveaux chemins pour enchaîner des sauts pour un automate à états finis." #: params.def:1321 #, no-c-format msgid "Chunk size of omp schedule for loops parallelized by parloops." msgstr "Taille des fragments de l'ordonnanceur OMP pour des boucles parallélisées par parloops." #: params.def:1326 #, no-c-format msgid "Schedule type of omp schedule for loops parallelized by parloops (static, dynamic, guided, auto, runtime)." msgstr "Type d'ordonnancement de l'ordonnanceur OMP pour des boucles parallélisées par parloops (static, dynamic, guided, auto, runtime)." #: params.def:1333 #, no-c-format msgid "Minimum number of iterations per thread of an innermost parallelized loop." msgstr "Le nombre minimum d'itérations par thread d'une boucle parallélisée la plus à l'intérieur." #: params.def:1339 #, no-c-format msgid "Maximum recursion depth allowed when querying a property of an SSA name." msgstr "La profondeur de récursion maximum permise en interrogeant une propriété d'un nom SSA." #: params.def:1345 #, no-c-format msgid "Maximum number of insns in a basic block to consider for RTL if-conversion." msgstr "Le nombre maximum d'insns dans un bloc de base pour considérer une conversion du if par RTL." #: params.def:1351 #, no-c-format msgid "Maximum permissible cost for the sequence that would be generated by the RTL if-conversion pass for a branch that is considered predictable." msgstr "Coût maximum admissible pour la séquence qui serait générée par l'étape de conversion des « if » du RTL pour un branchement qui est considéré comme prévisible." #: params.def:1358 #, no-c-format msgid "Maximum permissible cost for the sequence that would be generated by the RTL if-conversion pass for a branch that is considered unpredictable." msgstr "Coût maximum admissible pour la séquence qui serait générée par l'étape de conversion des « if » du RTL pour un branchement qui est considéré comme imprévisible." #: params.def:1365 #, no-c-format msgid "Level of hsa debug stores verbosity." msgstr "Le niveau de verbosité des stockages de débogage de hsa." #: params.def:1370 #, no-c-format msgid "Maximum number of may-defs visited when devirtualizing speculatively." msgstr "Le nombre maximum de may-defs visités lors d'une dévirtualisation spéculative." #: params.def:1375 #, no-c-format msgid "Maximum number of assertions to add along the default edge of a switch statement during VRP." msgstr "Le nombre maximum d'assertions à ajouter le long de l'arête par défaut d'une instruction switch pendant le VRP." #: params.def:1381 #, no-c-format msgid "Enable loop epilogue vectorization using smaller vector size." msgstr "Activer la vectorisation de l'épilogue d'une boucle en utilisant une taille de vecteur plus petite." #: params.def:1386 #, no-c-format msgid "Minimum percentage of memrefs that must go away for unroll-and-jam to be considered profitable." msgstr "Pourcentage minimum de memrefs qui doit être éliminé pour que le unroll-and-jam soit estimé profitable." #: params.def:1391 #, no-c-format msgid "Maximum unroll factor for the unroll-and-jam transformation." msgstr "Facteur de déroulement maximum pour le unroll-and-jam" #: params.def:1396 #, no-c-format msgid "Maximum number of bits for which we avoid creating FMAs." msgstr "Le nombre maximum de bits pour lesquels on évite de créer des FMA." #: params.def:1401 #, no-c-format msgid "True if a non-short-circuit operation is optimal." msgstr "Vrai si une opération qui n'est pas un court-circuit est optimale." #: params.def:1406 #, no-c-format msgid "The maximum number of instructions in an inner loop that is being considered for versioning." msgstr "Le nombre maximum d'instructions dans une boucle interne qui est envisagée pour la déclinaison de version." #: params.def:1412 #, no-c-format msgid "The maximum number of instructions in an outer loop that is being considered for versioning, on top of the instructions in inner loops." msgstr "Le nombre maximum d'instructions dans une boucle externe qui est envisagée pour la déclinaison de version en plus des instruction dans la boucle interne." #: c-family/c-format.c:404 msgid "format" msgstr "format" #: c-family/c-format.c:405 msgid "field width specifier" msgstr "spécificateur de largeur de champ" #: c-family/c-format.c:406 msgid "field precision specifier" msgstr "spécificateur de champ de précision" #: c-family/c-format.c:524 c-family/c-format.c:548 config/i386/msformat-c.c:44 msgid "' ' flag" msgstr "fanion « »" #: c-family/c-format.c:524 c-family/c-format.c:548 config/i386/msformat-c.c:44 msgid "the ' ' printf flag" msgstr "le fanion « » de printf" #: c-family/c-format.c:525 c-family/c-format.c:549 c-family/c-format.c:580 #: c-family/c-format.c:645 config/i386/msformat-c.c:45 msgid "'+' flag" msgstr "fanion « + »" #: c-family/c-format.c:525 c-family/c-format.c:549 c-family/c-format.c:580 #: config/i386/msformat-c.c:45 msgid "the '+' printf flag" msgstr "le fanion « + » de printf" #: c-family/c-format.c:526 c-family/c-format.c:550 c-family/c-format.c:581 #: c-family/c-format.c:621 config/i386/msformat-c.c:46 #: config/i386/msformat-c.c:81 msgid "'#' flag" msgstr "fanion « # »" #: c-family/c-format.c:526 c-family/c-format.c:550 c-family/c-format.c:581 #: config/i386/msformat-c.c:46 msgid "the '#' printf flag" msgstr "le fanion « # » de printf" #: c-family/c-format.c:527 c-family/c-format.c:551 c-family/c-format.c:619 #: config/i386/msformat-c.c:47 msgid "'0' flag" msgstr "fanion « 0 »" #: c-family/c-format.c:527 c-family/c-format.c:551 config/i386/msformat-c.c:47 msgid "the '0' printf flag" msgstr "le fanion « 0 » de printf" #: c-family/c-format.c:528 c-family/c-format.c:552 c-family/c-format.c:618 #: c-family/c-format.c:648 config/i386/msformat-c.c:48 msgid "'-' flag" msgstr "fanion « - »" #: c-family/c-format.c:528 c-family/c-format.c:552 config/i386/msformat-c.c:48 msgid "the '-' printf flag" msgstr "le fanion « - » de printf" #: c-family/c-format.c:529 c-family/c-format.c:601 config/i386/msformat-c.c:49 #: config/i386/msformat-c.c:69 msgid "''' flag" msgstr "fanion « ' »" #: c-family/c-format.c:529 config/i386/msformat-c.c:49 msgid "the ''' printf flag" msgstr "le fanion « ' » de printf" #: c-family/c-format.c:530 c-family/c-format.c:602 msgid "'I' flag" msgstr "fanion « I »" #: c-family/c-format.c:530 msgid "the 'I' printf flag" msgstr "le fanion « I » de printf" #: c-family/c-format.c:531 c-family/c-format.c:553 c-family/c-format.c:599 #: c-family/c-format.c:622 c-family/c-format.c:649 config/sol2-c.c:43 #: config/i386/msformat-c.c:50 config/i386/msformat-c.c:67 msgid "field width" msgstr "largeur de champ" #: c-family/c-format.c:531 c-family/c-format.c:553 config/sol2-c.c:43 #: config/i386/msformat-c.c:50 msgid "field width in printf format" msgstr "largeur de champ dans le format de printf" #: c-family/c-format.c:532 c-family/c-format.c:554 c-family/c-format.c:583 #: config/i386/msformat-c.c:51 msgid "precision" msgstr "précision" #: c-family/c-format.c:532 c-family/c-format.c:554 c-family/c-format.c:583 #: config/i386/msformat-c.c:51 msgid "precision in printf format" msgstr "précision dans le format de printf" #: c-family/c-format.c:533 c-family/c-format.c:555 c-family/c-format.c:584 #: c-family/c-format.c:600 c-family/c-format.c:652 config/sol2-c.c:44 #: config/i386/msformat-c.c:52 config/i386/msformat-c.c:68 msgid "length modifier" msgstr "modificateur de longueur" #: c-family/c-format.c:533 c-family/c-format.c:555 c-family/c-format.c:584 #: config/sol2-c.c:44 config/i386/msformat-c.c:52 msgid "length modifier in printf format" msgstr "modificateur de longueur dans le format printf" #: c-family/c-format.c:582 msgid "'q' flag" msgstr "fanion « q »" #: c-family/c-format.c:582 msgid "the 'q' diagnostic flag" msgstr "le fanion « q » de diagnostique" #: c-family/c-format.c:596 config/i386/msformat-c.c:65 msgid "assignment suppression" msgstr "suppression d'affectation" #: c-family/c-format.c:596 config/i386/msformat-c.c:65 msgid "the assignment suppression scanf feature" msgstr "la fonctionnalité de suppression d'affectation de scanf" #: c-family/c-format.c:597 config/i386/msformat-c.c:66 msgid "'a' flag" msgstr "fanion « a »" #: c-family/c-format.c:597 config/i386/msformat-c.c:66 msgid "the 'a' scanf flag" msgstr "le fanion « a » de scanf" #: c-family/c-format.c:598 msgid "'m' flag" msgstr "fanion « m »" #: c-family/c-format.c:598 msgid "the 'm' scanf flag" msgstr "la fanion « m » de scanf" #: c-family/c-format.c:599 config/i386/msformat-c.c:67 msgid "field width in scanf format" msgstr "largeur de champ dans le format de scanf" #: c-family/c-format.c:600 config/i386/msformat-c.c:68 msgid "length modifier in scanf format" msgstr "modificateur de longueur dans le format de scanf" #: c-family/c-format.c:601 config/i386/msformat-c.c:69 msgid "the ''' scanf flag" msgstr "la fanion « ' » de scanf" #: c-family/c-format.c:602 msgid "the 'I' scanf flag" msgstr "le fanion « I » de scanf" #: c-family/c-format.c:617 msgid "'_' flag" msgstr "fanion « _ »" #: c-family/c-format.c:617 msgid "the '_' strftime flag" msgstr "le fanion « _ » de strftime" #: c-family/c-format.c:618 msgid "the '-' strftime flag" msgstr "le fanion « - » de strftime" #: c-family/c-format.c:619 msgid "the '0' strftime flag" msgstr "le fanion « 0 » de strftime" #: c-family/c-format.c:620 c-family/c-format.c:644 msgid "'^' flag" msgstr "fanion « ^ »" #: c-family/c-format.c:620 msgid "the '^' strftime flag" msgstr "la fanion « ^ » de strftime" #: c-family/c-format.c:621 config/i386/msformat-c.c:81 msgid "the '#' strftime flag" msgstr "le fanion « # » de strftime" #: c-family/c-format.c:622 msgid "field width in strftime format" msgstr "largeur de champ dans le format de strftime" #: c-family/c-format.c:623 msgid "'E' modifier" msgstr "modificateur « E »" #: c-family/c-format.c:623 msgid "the 'E' strftime modifier" msgstr "le modificateur « E » de strftime" #: c-family/c-format.c:624 msgid "'O' modifier" msgstr "modificateur « O »" #: c-family/c-format.c:624 msgid "the 'O' strftime modifier" msgstr "le modificateur « O » de strftime" #: c-family/c-format.c:625 msgid "the 'O' modifier" msgstr "le modificateur « O »" #: c-family/c-format.c:643 msgid "fill character" msgstr "caractère de remplissage" #: c-family/c-format.c:643 msgid "fill character in strfmon format" msgstr "caractère de remplissage dans le format de strfmon" #: c-family/c-format.c:644 msgid "the '^' strfmon flag" msgstr "le fanion « ^ » de strfmon" #: c-family/c-format.c:645 msgid "the '+' strfmon flag" msgstr "le fanion « + » de strfmon" #: c-family/c-format.c:646 msgid "'(' flag" msgstr "fanion « ( »" #: c-family/c-format.c:646 msgid "the '(' strfmon flag" msgstr "le fanion « ( » de strfmon" #: c-family/c-format.c:647 msgid "'!' flag" msgstr "fanion « ! »" #: c-family/c-format.c:647 msgid "the '!' strfmon flag" msgstr "le fanion « ! » de strfmon" #: c-family/c-format.c:648 msgid "the '-' strfmon flag" msgstr "le fanion « - » de strfmon" #: c-family/c-format.c:649 msgid "field width in strfmon format" msgstr "largeur de champ dans le format de strfmon" #: c-family/c-format.c:650 msgid "left precision" msgstr "précision à gauche" #: c-family/c-format.c:650 msgid "left precision in strfmon format" msgstr "précision à gauche dans le format de strfmon" #: c-family/c-format.c:651 msgid "right precision" msgstr "précision à droite" #: c-family/c-format.c:651 msgid "right precision in strfmon format" msgstr "précision à droite dans le format de strfmon" #: c-family/c-format.c:652 msgid "length modifier in strfmon format" msgstr "modificateur de longueur dans le format de strfmon" #. Handle deferred options from command-line. #: c-family/c-opts.c:1423 fortran/cpp.c:590 msgid "" msgstr "" #: config/aarch64/aarch64.c:7587 #, c-format msgid "unsupported operand for code '%c'" msgstr "opérande non supporté pour le code « %c »" #: config/aarch64/aarch64.c:7598 config/aarch64/aarch64.c:7614 #: config/aarch64/aarch64.c:7626 config/aarch64/aarch64.c:7637 #: config/aarch64/aarch64.c:7653 config/aarch64/aarch64.c:7674 #: config/aarch64/aarch64.c:7744 config/aarch64/aarch64.c:7755 #: config/aarch64/aarch64.c:7769 config/aarch64/aarch64.c:7991 #: config/aarch64/aarch64.c:8009 #, c-format msgid "invalid operand for '%%%c'" msgstr "opérande invalide pour « %%%c »" #: config/aarch64/aarch64.c:7689 config/aarch64/aarch64.c:7700 #: config/aarch64/aarch64.c:7851 config/aarch64/aarch64.c:7862 #, c-format msgid "invalid vector constant" msgstr "constante vecteur invalide" #: config/aarch64/aarch64.c:7712 config/aarch64/aarch64.c:7724 #: config/aarch64/aarch64.c:7735 #, c-format msgid "incompatible floating point / vector register operand for '%%%c'" msgstr "opérande en virgule flottante ou registre vecteur incompatible pour « %%%c »" #: config/aarch64/aarch64.c:7803 config/arm/arm.c:22877 #, c-format msgid "missing operand" msgstr "opérande manquant" #: config/aarch64/aarch64.c:7888 #, c-format msgid "invalid constant" msgstr "constante invalide" #: config/aarch64/aarch64.c:7891 #, c-format msgid "invalid operand" msgstr "opérande invalide" #: config/aarch64/aarch64.c:8017 config/aarch64/aarch64.c:8022 #, c-format msgid "invalid operand prefix '%%%c'" msgstr "préfixe d'opérande invalide « %%%c »" #: config/aarch64/aarch64.c:8042 #, c-format msgid "invalid address mode" msgstr "mode d'adresse invalide" #: config/alpha/alpha.c:5129 config/i386/i386.c:18256 #: config/rs6000/rs6000.c:21430 config/sparc/sparc.c:9342 #, c-format msgid "'%%&' used without any local dynamic TLS references" msgstr "« %%& » utilisé sans référence à un TLS dynamique local" #: config/alpha/alpha.c:5187 config/bfin/bfin.c:1428 #, c-format msgid "invalid %%J value" msgstr "valeur %%J invalide" #: config/alpha/alpha.c:5217 config/ia64/ia64.c:5580 config/or1k/or1k.c:1219 #, c-format msgid "invalid %%r value" msgstr "valeur %%r invalide" #: config/alpha/alpha.c:5227 config/ia64/ia64.c:5534 #: config/rs6000/rs6000.c:21124 config/xtensa/xtensa.c:2432 #, c-format msgid "invalid %%R value" msgstr "valeur %%R invalide" #: config/alpha/alpha.c:5233 config/rs6000/rs6000.c:21044 #: config/xtensa/xtensa.c:2399 #, c-format msgid "invalid %%N value" msgstr "valeur %%N invalide" #: config/alpha/alpha.c:5241 config/rs6000/rs6000.c:21072 #, c-format msgid "invalid %%P value" msgstr "valeur %%P invalide" #: config/alpha/alpha.c:5249 #, c-format msgid "invalid %%h value" msgstr "valeur %%h invalide" #: config/alpha/alpha.c:5257 config/xtensa/xtensa.c:2425 #, c-format msgid "invalid %%L value" msgstr "valeur %%L invalide" #: config/alpha/alpha.c:5276 #, c-format msgid "invalid %%m value" msgstr "valeur %%m invalide" #: config/alpha/alpha.c:5282 #, c-format msgid "invalid %%M value" msgstr "valeur %%M invalide" #: config/alpha/alpha.c:5319 #, c-format msgid "invalid %%U value" msgstr "valeur %%U invalide" #: config/alpha/alpha.c:5327 config/rs6000/rs6000.c:21132 #, c-format msgid "invalid %%s value" msgstr "valeur %%s invalide" #: config/alpha/alpha.c:5338 #, c-format msgid "invalid %%C value" msgstr "valeur %%C invalide" #: config/alpha/alpha.c:5375 config/rs6000/rs6000.c:20908 #, c-format msgid "invalid %%E value" msgstr "valeur %%E invalide" #: config/alpha/alpha.c:5400 config/alpha/alpha.c:5450 #, c-format msgid "unknown relocation unspec" msgstr "relocalisation unspec inconnue" #: config/alpha/alpha.c:5409 config/cr16/cr16.c:1570 config/gcn/gcn.c:5595 #: config/gcn/gcn.c:5604 config/gcn/gcn.c:5664 config/gcn/gcn.c:5672 #: config/gcn/gcn.c:5688 config/gcn/gcn.c:5706 config/gcn/gcn.c:5757 #: config/gcn/gcn.c:5858 config/gcn/gcn.c:5969 config/rs6000/rs6000.c:21435 #: config/spu/spu.c:1461 #, c-format msgid "invalid %%xn code" msgstr "valeur %%xn invalide" #: config/alpha/alpha.c:5515 #, c-format msgid "invalid operand address" msgstr "adresse d'opérande invalide" #: config/arc/arc.c:4220 #, c-format msgid "invalid operand to %%Z code" msgstr "opérande invalide pour le code %%Z" #: config/arc/arc.c:4228 #, c-format msgid "invalid operand to %%z code" msgstr "opérande invalide pour le code %%z" #: config/arc/arc.c:4236 #, c-format msgid "invalid operands to %%c code" msgstr "opérandes invalides pour le code %%c" #: config/arc/arc.c:4244 #, c-format msgid "invalid operand to %%M code" msgstr "opérande invalide pour le code %%M" #: config/arc/arc.c:4252 config/m32r/m32r.c:2103 #, c-format msgid "invalid operand to %%p code" msgstr "opérande invalide pour le code %%p" #: config/arc/arc.c:4263 config/m32r/m32r.c:2096 #, c-format msgid "invalid operand to %%s code" msgstr "opérande invalide pour le code %%s" #: config/arc/arc.c:4411 config/m32r/m32r.c:2129 #, c-format msgid "invalid operand to %%R code" msgstr "opérande invalide pour le code %%R" #: config/arc/arc.c:4487 config/m32r/m32r.c:2152 #, c-format msgid "invalid operand to %%H/%%L code" msgstr "opérande invalide pour le code %%H/%%L" #: config/arc/arc.c:4555 config/m32r/m32r.c:2223 #, c-format msgid "invalid operand to %%U code" msgstr "opérande invalide pour le code %%U" #: config/arc/arc.c:4567 #, c-format msgid "invalid operand to %%V code" msgstr "opérande invalide pour le code %%V" #: config/arc/arc.c:4624 #, c-format msgid "invalid operand to %%O code" msgstr "opérande invalide pour le code %%O" #. Unknown flag. #. Undocumented flag. #: config/arc/arc.c:4650 config/epiphany/epiphany.c:1305 #: config/m32r/m32r.c:2250 config/nds32/nds32.c:3512 config/sparc/sparc.c:9621 #, c-format msgid "invalid operand output code" msgstr "opérande invalide pour le code de sortie" #: config/arc/arc.c:6243 #, c-format msgid "invalid UNSPEC as operand: %d" msgstr "UNSPEC invalide comme opérande : %d" #: config/arc/arc.c:6532 config/cris/cris.c:2571 msgid "unrecognized supposed constant" msgstr "constante supposée non reconnue" #: config/arm/arm.c:19315 config/arm/arm.c:19340 config/arm/arm.c:19350 #: config/arm/arm.c:19359 config/arm/arm.c:19368 #, c-format msgid "invalid shift operand" msgstr "opérande shift invalide" #: config/arm/arm.c:22208 config/arm/arm.c:22226 #, c-format msgid "predicated Thumb instruction" msgstr "instruction Thumb établie" #: config/arm/arm.c:22214 #, c-format msgid "predicated instruction in conditional sequence" msgstr "instruction établie dans la séquence conditionnelle" #: config/arm/arm.c:22332 config/arm/arm.c:22345 config/arm/arm.c:22370 #: config/nios2/nios2.c:3070 #, c-format msgid "Unsupported operand for code '%c'" msgstr "Opérande non supporté pour le code « %c »" #: config/arm/arm.c:22447 config/arm/arm.c:22469 config/arm/arm.c:22479 #: config/arm/arm.c:22489 config/arm/arm.c:22499 config/arm/arm.c:22538 #: config/arm/arm.c:22556 config/arm/arm.c:22581 config/arm/arm.c:22596 #: config/arm/arm.c:22623 config/arm/arm.c:22630 config/arm/arm.c:22648 #: config/arm/arm.c:22655 config/arm/arm.c:22663 config/arm/arm.c:22684 #: config/arm/arm.c:22691 config/arm/arm.c:22824 config/arm/arm.c:22831 #: config/arm/arm.c:22858 config/arm/arm.c:22865 config/bfin/bfin.c:1441 #: config/bfin/bfin.c:1448 config/bfin/bfin.c:1455 config/bfin/bfin.c:1462 #: config/bfin/bfin.c:1471 config/bfin/bfin.c:1478 config/bfin/bfin.c:1485 #: config/bfin/bfin.c:1492 config/nds32/nds32.c:3538 #, c-format msgid "invalid operand for code '%c'" msgstr "opérande invalide pour « %c »" #: config/arm/arm.c:22551 #, c-format msgid "instruction never executed" msgstr "instruction jamais exécutée" #. Former Maverick support, removed after GCC-4.7. #: config/arm/arm.c:22572 #, c-format msgid "obsolete Maverick format code '%c'" msgstr "code de format Maverick « %c » obsolète" #: config/avr/avr.c:2655 #, c-format msgid "address operand requires constraint for X, Y, or Z register" msgstr "l'opérande d'adresse requiert une contrainte sur le registre X, Y ou Z" #: config/avr/avr.c:2836 msgid "operands to %T/%t must be reg + const_int:" msgstr "les opérandes de %T/%t doivent être reg + const_int:" #: config/avr/avr.c:2886 config/avr/avr.c:2953 msgid "bad address, not an I/O address:" msgstr "mauvaise adresse, pas une adresse E/S:" #: config/avr/avr.c:2895 msgid "bad address, not a constant:" msgstr "mauvaise adresse, pas une constante:" #: config/avr/avr.c:2913 config/avr/avr.c:2920 msgid "bad address, not (reg+disp):" msgstr "mauvaise adresse, pas (reg+disp):" #: config/avr/avr.c:2927 msgid "bad address, not post_inc or pre_dec:" msgstr "mauvaise adresse, pas post_inc ou pre_dec:" #: config/avr/avr.c:2939 msgid "internal compiler error. Bad address:" msgstr "erreur interne du compilateur. Mauvaise adresse:" #: config/avr/avr.c:2972 #, c-format msgid "Unsupported code '%c' for fixed-point:" msgstr "Code « %c » non supporté en virgule fixe:" #: config/avr/avr.c:2980 msgid "internal compiler error. Unknown mode:" msgstr "erreur interne du compilateur. Mode inconnu:" #: config/avr/avr.c:4022 config/avr/avr.c:4966 config/avr/avr.c:5413 msgid "invalid insn:" msgstr "insn invalide :" #: config/avr/avr.c:4076 config/avr/avr.c:4188 config/avr/avr.c:4246 #: config/avr/avr.c:4298 config/avr/avr.c:4317 config/avr/avr.c:4509 #: config/avr/avr.c:4817 config/avr/avr.c:5102 config/avr/avr.c:5306 #: config/avr/avr.c:5470 config/avr/avr.c:5563 config/avr/avr.c:5762 msgid "incorrect insn:" msgstr "insn incorrecte :" #: config/avr/avr.c:4333 config/avr/avr.c:4608 config/avr/avr.c:4888 #: config/avr/avr.c:5174 config/avr/avr.c:5352 config/avr/avr.c:5619 #: config/avr/avr.c:5820 msgid "unknown move insn:" msgstr "insn de déplacement inconnue :" #: config/avr/avr.c:6279 msgid "bad shift insn:" msgstr "insn de décalage erronée :" #: config/avr/avr.c:6387 config/avr/avr.c:6868 config/avr/avr.c:7283 msgid "internal compiler error. Incorrect shift:" msgstr "erreur interne du compilateur. Décalage incorrect:" #: config/avr/avr.c:8689 msgid "unsupported fixed-point conversion" msgstr "conversion en virgule fixe non supportée" #: config/avr/avr.c:10046 msgid "variable" msgstr "variable" #: config/avr/avr.c:10051 msgid "function parameter" msgstr "paramètre de fonction" #: config/avr/avr.c:10056 msgid "structure field" msgstr "champ de structure" #: config/avr/avr.c:10062 msgid "return type of function" msgstr "type de retour d'une fonction" #: config/avr/avr.c:10067 msgid "pointer" msgstr "pointeur" #: config/avr/driver-avr.c:50 #, c-format msgid "" "Running spec function '%s' with %d args\n" "\n" msgstr "" "Exécution de la fonction spec « %s » avec %d args\n" "\n" #: config/bfin/bfin.c:1390 #, c-format msgid "invalid %%j value" msgstr "valeur %%j invalide" #: config/bfin/bfin.c:1583 config/c6x/c6x.c:2293 #, c-format msgid "invalid const_double operand" msgstr "opérande const_double invalide" #: config/cris/cris.c:625 config/ft32/ft32.c:110 config/moxie/moxie.c:108 #: final.c:3608 final.c:3610 fold-const.c:267 gcc.c:5393 gcc.c:5407 #: rtl-error.c:101 toplev.c:326 vr-values.c:2450 cp/typeck.c:6520 #: lto/lto-object.c:184 lto/lto-object.c:281 lto/lto-object.c:338 #: lto/lto-object.c:362 #, gcc-internal-format, gfc-internal-format msgid "%s" msgstr "%s" #: config/cris/cris.c:676 msgid "unexpected index-type in cris_print_index" msgstr "type d'index inattendu dans cris_print_index" #: config/cris/cris.c:693 msgid "unexpected base-type in cris_print_base" msgstr "type de base inattendu dans cris_print_base" #: config/cris/cris.c:757 msgid "invalid operand for 'b' modifier" msgstr "opérande invalide pour le modificateur « b »" #: config/cris/cris.c:774 msgid "invalid operand for 'o' modifier" msgstr "opérande invalide pour le modificateur « o »" #: config/cris/cris.c:793 msgid "invalid operand for 'O' modifier" msgstr "opérande invalide pour le modificateur « O »" #: config/cris/cris.c:826 msgid "invalid operand for 'p' modifier" msgstr "opérande invalide pour le modificateur « p »" #: config/cris/cris.c:865 msgid "invalid operand for 'z' modifier" msgstr "opérande invalide pour le modificateur « z »" #: config/cris/cris.c:929 config/cris/cris.c:963 msgid "invalid operand for 'H' modifier" msgstr "opérande invalide pour le modificateur « H »" #: config/cris/cris.c:939 msgid "bad register" msgstr "mauvais registre" #: config/cris/cris.c:983 msgid "invalid operand for 'e' modifier" msgstr "opérande invalide pour le modificateur « e »" #: config/cris/cris.c:1000 msgid "invalid operand for 'm' modifier" msgstr "opérande invalide pour le modificateur « m »" #: config/cris/cris.c:1025 msgid "invalid operand for 'A' modifier" msgstr "opérande invalide pour le modificateur « A »" #: config/cris/cris.c:1095 msgid "invalid operand for 'D' modifier" msgstr "opérande invalide pour le modificateur « D »" #: config/cris/cris.c:1109 msgid "invalid operand for 'T' modifier" msgstr "opérande invalide pour le modificateur « T »" #: config/cris/cris.c:1129 config/ft32/ft32.c:236 config/moxie/moxie.c:178 msgid "invalid operand modifier letter" msgstr "lettre de modificateur d'opérande invalide" #: config/cris/cris.c:1183 msgid "unexpected multiplicative operand" msgstr "opérande multiplicatif inattendu" #: config/cris/cris.c:1203 config/ft32/ft32.c:259 config/moxie/moxie.c:203 msgid "unexpected operand" msgstr "opérande inattendu" #: config/cris/cris.c:1242 config/cris/cris.c:1252 msgid "unrecognized address" msgstr "adresse non reconnue" #: config/cris/cris.c:2972 config/cris/cris.c:3030 msgid "unexpected side-effects in address" msgstr "effets de bord inattendus dans l'adresse" #. Can't possibly get anything else for a function-call, right? #: config/cris/cris.c:3858 msgid "unidentifiable call op" msgstr "opérande d'appel non identifiable" #: config/cris/cris.c:3920 #, c-format msgid "PIC register isn't set up" msgstr "le registre PIC n'est pas initialisé" #: config/fr30/fr30.c:510 #, c-format msgid "fr30_print_operand_address: unhandled address" msgstr "fr30_print_operand_address: adresse non traitée" #: config/fr30/fr30.c:534 #, c-format msgid "fr30_print_operand: unrecognized %%p code" msgstr "fr30_print_operand: code %%p non reconnu" #: config/fr30/fr30.c:554 #, c-format msgid "fr30_print_operand: unrecognized %%b code" msgstr "fr30_print_operand: code %%b non reconnu" #: config/fr30/fr30.c:575 #, c-format msgid "fr30_print_operand: unrecognized %%B code" msgstr "fr30_print_operand: code %%B non reconnu" #: config/fr30/fr30.c:583 #, c-format msgid "fr30_print_operand: invalid operand to %%A code" msgstr "fr30_print_operand: opérande invalide pour le code %%A" #: config/fr30/fr30.c:600 #, c-format msgid "fr30_print_operand: invalid %%x code" msgstr "fr30_print_operand: code %%x invalide" #: config/fr30/fr30.c:607 #, c-format msgid "fr30_print_operand: invalid %%F code" msgstr "fr30_print_operand: code %%F invalide" #: config/fr30/fr30.c:624 #, c-format msgid "fr30_print_operand: unknown code" msgstr "fr30_print_operand: code inconnu" #: config/fr30/fr30.c:652 config/fr30/fr30.c:661 config/fr30/fr30.c:672 #: config/fr30/fr30.c:685 #, c-format msgid "fr30_print_operand: unhandled MEM" msgstr "fr30_print_operand: MEM non traité" #: config/frv/frv.c:2497 msgid "bad insn to frv_print_operand_address:" msgstr "mauvaise insn pour frv_print_operand_addresse:" #: config/frv/frv.c:2508 msgid "bad register to frv_print_operand_memory_reference_reg:" msgstr "mauvais registre pour frv_print_operand_memory_reference_reg:" #: config/frv/frv.c:2547 config/frv/frv.c:2557 config/frv/frv.c:2566 #: config/frv/frv.c:2587 config/frv/frv.c:2592 msgid "bad insn to frv_print_operand_memory_reference:" msgstr "mauvaise insn pour frv_print_operand_memory_reference:" #: config/frv/frv.c:2677 #, c-format msgid "bad condition code" msgstr "mauvais code de condition" #: config/frv/frv.c:2751 msgid "bad insn in frv_print_operand, bad const_double" msgstr "mauvaise insn dans frv_print_operand, mauvais const_double" #: config/frv/frv.c:2812 msgid "bad insn to frv_print_operand, 'e' modifier:" msgstr "mauvaise insn pour frv_print_operand, modificateur « e »:" #: config/frv/frv.c:2820 msgid "bad insn to frv_print_operand, 'F' modifier:" msgstr "mauvaise insn pour frv_print_operand, modificateur « F »:" #: config/frv/frv.c:2836 msgid "bad insn to frv_print_operand, 'f' modifier:" msgstr "mauvaise insn pour frv_print_operand, modificateur « f »:" #: config/frv/frv.c:2850 msgid "bad insn to frv_print_operand, 'g' modifier:" msgstr "mauvaise insn pour frv_print_operand, modificateur « g »:" #: config/frv/frv.c:2898 msgid "bad insn to frv_print_operand, 'L' modifier:" msgstr "mauvaise insn pour frv_print_operand, modificateur « L »:" #: config/frv/frv.c:2911 msgid "bad insn to frv_print_operand, 'M/N' modifier:" msgstr "mauvaise insn pour frv_print_operand, modificateur « M/N »:" #: config/frv/frv.c:2932 msgid "bad insn to frv_print_operand, 'O' modifier:" msgstr "mauvaise insn pour frv_print_operand, modificateur « O »:" #: config/frv/frv.c:2950 msgid "bad insn to frv_print_operand, P modifier:" msgstr "mauvaise insn pour frv_print_operand, modificateur « P »:" #: config/frv/frv.c:2970 msgid "bad insn in frv_print_operand, z case" msgstr "mauvaise insn dans frv_print_operand, case z" #: config/frv/frv.c:3001 msgid "bad insn in frv_print_operand, 0 case" msgstr "mauvaise insn dans frv_print_operand, case 0" #: config/frv/frv.c:3006 msgid "frv_print_operand: unknown code" msgstr "frv_print_operand: code inconnu" #: config/frv/frv.c:4410 msgid "bad output_move_single operand" msgstr "mauvais opérande output_move_single" #: config/frv/frv.c:4537 msgid "bad output_move_double operand" msgstr "mauvais opérande output_move_double" #: config/frv/frv.c:4679 msgid "bad output_condmove_single operand" msgstr "mauvais opérande output_condmove_single" #: config/gcn/gcn.c:5285 config/gcn/gcn.c:5309 config/gcn/gcn.c:5313 #: config/gcn/gcn.c:5637 config/gcn/gcn.c:5648 config/gcn/gcn.c:5651 #, c-format msgid "bad ADDR_SPACE_GLOBAL address" msgstr "adresse ADDR_SPACE_GLOBAL invalide" #: config/gcn/gcn.c:5423 config/gcn/gcn.c:5446 config/gcn/gcn.c:5475 #: config/gcn/gcn.c:5491 config/gcn/gcn.c:5510 config/gcn/gcn.c:5586 #: config/gcn/gcn.c:5782 config/gcn/gcn.c:5879 #, c-format msgid "invalid operand %%xn code" msgstr "code d'opérande %%xn invalide" #: config/gcn/gcn.c:5949 #, c-format msgid "invalid fp constant" msgstr "constante en virgule flottante invalide" #: config/i386/i386.c:17083 #, c-format msgid "invalid UNSPEC as operand" msgstr "UNSPEC invalide comme opérande" #: config/i386/i386.c:17622 #, c-format msgid "invalid use of register '%s'" msgstr "utilisation invalide du registre « %s »" #: config/i386/i386.c:17627 #, c-format msgid "invalid use of asm flag output" msgstr "utilisation invalide de la sortie du fanion asm" #: config/i386/i386.c:17858 #, c-format msgid "invalid operand size for operand code 'O'" msgstr "taille d'opérande invalide pour le code d'opérande « 0 »" #: config/i386/i386.c:17893 #, c-format msgid "invalid operand size for operand code 'z'" msgstr "taille d'opérande invalide pour le code d'opérande « z »" #: config/i386/i386.c:17962 #, c-format msgid "invalid operand type used with operand code 'Z'" msgstr "type opérande invalide utilisé avec le code d'opérande « Z »" #: config/i386/i386.c:17967 #, c-format msgid "invalid operand size for operand code 'Z'" msgstr "taille d'opérande invalide pour le code d'opérande « Z »" #: config/i386/i386.c:18044 #, c-format msgid "operand is not a condition code, invalid operand code 'Y'" msgstr "l'opérande n'est pas du code de condition, code d'opérande « Y » invalide" #: config/i386/i386.c:18123 #, c-format msgid "operand is not a condition code, invalid operand code 'D'" msgstr "l'opérande n'est pas du code de condition, code d'opérande « D » invalide" #: config/i386/i386.c:18141 #, c-format msgid "operand is not a condition code, invalid operand code '%c'" msgstr "l'opérande n'est pas du code de condition, code d'opérande « %c » invalide" #: config/i386/i386.c:18154 #, c-format msgid "operand is not an offsettable memory reference, invalid operand code 'H'" msgstr "l'opérande n'est pas une référence mémoire avec décalage, code d'opérande « H » invalide" #: config/i386/i386.c:18169 #, c-format msgid "operand is not an integer, invalid operand code 'K'" msgstr "l'opérande n'est pas un entier, code d'opérande « K » invalide" #: config/i386/i386.c:18197 #, c-format msgid "operand is not a specific integer, invalid operand code 'r'" msgstr "l'opérande n'est pas un entier spécifique, code d'opérande « r » invalide" #: config/i386/i386.c:18215 #, c-format msgid "operand is not an integer, invalid operand code 'R'" msgstr "l'opérande n'est pas un entier, code d'opérande « R » invalide" #: config/i386/i386.c:18238 #, c-format msgid "operand is not a specific integer, invalid operand code 'R'" msgstr "l'opérande n'est pas un entier spécifique, code d'opérande « R » invalide" #: config/i386/i386.c:18342 #, c-format msgid "invalid operand code '%c'" msgstr "opérande invalide pour « %c »" #: config/i386/i386.c:18404 #, c-format msgid "invalid constraints for operand" msgstr "contrainte invalide pour l'opérande" #: config/i386/i386.c:18454 #, c-format msgid "invalid vector immediate" msgstr "immédiat vecteur invalide" #: config/i386/i386.c:29334 msgid "unknown insn mode" msgstr "mode insn inconnu" #: config/i386/djgpp.h:143 #, c-format msgid "-f%s ignored (not supported for DJGPP)\n" msgstr "-f%s ignoré (pas supporté par DJGPP)\n" #: config/ia64/ia64.c:5462 #, c-format msgid "invalid %%G mode" msgstr "mode %%G invalide" #: config/ia64/ia64.c:5633 #, c-format msgid "ia64_print_operand: unknown code" msgstr "ia64_print_operand : code inconnu" #: config/ia64/ia64.c:11239 msgid "invalid conversion from %<__fpreg%>" msgstr "conversion invalide depuis %<__fpreg%>" #: config/ia64/ia64.c:11242 msgid "invalid conversion to %<__fpreg%>" msgstr "conversion invalide vers %<__fpreg%>" #: config/ia64/ia64.c:11255 config/ia64/ia64.c:11266 msgid "invalid operation on %<__fpreg%>" msgstr "opération invalide sur %<__fpreg%>" #: config/iq2000/iq2000.c:3180 config/tilegx/tilegx.c:5318 #: config/tilepro/tilepro.c:4707 #, c-format msgid "invalid %%P operand" msgstr "opérande %%P invalide" #: config/iq2000/iq2000.c:3188 config/rs6000/rs6000.c:21062 #, c-format msgid "invalid %%p value" msgstr "valeur %%p invalide" #: config/iq2000/iq2000.c:3247 #, c-format msgid "invalid use of %%d, %%x, or %%X" msgstr "utilisation invalide de %%d, %%x, ou %%X" #: config/lm32/lm32.c:527 #, c-format msgid "only 0.0 can be loaded as an immediate" msgstr "seul 0.0 peut être chargé comme valeur immédiate" #: config/lm32/lm32.c:597 msgid "bad operand" msgstr "mauvais opérande" #: config/lm32/lm32.c:609 msgid "can't use non gp relative absolute address" msgstr "impossible d'utiliser une adresse absolue pas relative à gp" #: config/lm32/lm32.c:613 msgid "invalid addressing mode" msgstr "mode d'adressage invalide" #: config/m32r/m32r.c:2161 msgid "bad insn for 'A'" msgstr "mauvaise insn pour « A »" #: config/m32r/m32r.c:2208 #, c-format msgid "invalid operand to %%T/%%B code" msgstr "opérande invalide pour le code %%T/%%B" #: config/m32r/m32r.c:2231 #, c-format msgid "invalid operand to %%N code" msgstr "opérande invalide pour le code %%N" #: config/m32r/m32r.c:2264 msgid "pre-increment address is not a register" msgstr "le pré-incrément d'adresse n'est pas un registre" #: config/m32r/m32r.c:2271 msgid "pre-decrement address is not a register" msgstr "le pré-décrément d'adresse n'est pas un registre" #: config/m32r/m32r.c:2278 msgid "post-increment address is not a register" msgstr "le post-incrément d'adresse n'est pas un registre" #: config/m32r/m32r.c:2353 config/m32r/m32r.c:2368 #: config/rs6000/rs6000.c:33204 msgid "bad address" msgstr "mauvaise adresse" #: config/m32r/m32r.c:2373 msgid "lo_sum not of register" msgstr "lo_sum n'est pas un registre" #: config/microblaze/microblaze.c:2301 #, c-format msgid "unknown punctuation '%c'" msgstr "ponctuation « %c » inconnue" #: config/microblaze/microblaze.c:2310 #, c-format msgid "null pointer" msgstr "pointeur null" #: config/microblaze/microblaze.c:2345 #, c-format msgid "PRINT_OPERAND, invalid insn for %%C" msgstr "PRINT_OPERAND, insn invalide pour %%C" #: config/microblaze/microblaze.c:2374 #, c-format msgid "PRINT_OPERAND, invalid insn for %%N" msgstr "PRINT_OPERAND, insn invalide pour %%N" #: config/microblaze/microblaze.c:2394 config/microblaze/microblaze.c:2570 msgid "insn contains an invalid address !" msgstr "insn contient une adresse invalide !" #: config/microblaze/microblaze.c:2410 config/microblaze/microblaze.c:2640 #: config/xtensa/xtensa.c:2529 msgid "invalid address" msgstr "adresse invalide" #: config/microblaze/microblaze.c:2513 #, c-format msgid "letter %c was found & insn was not CONST_INT" msgstr "la lettre %c n'a pas été trouvée et insn n'était pas CONST_INT" #: config/mips/mips.c:8927 config/mips/mips.c:8954 config/mips/mips.c:9137 #, c-format msgid "'%%%c' is not a valid operand prefix" msgstr "« %%%c » n'est pas un préfixe d'opérande valide" #: config/mips/mips.c:9026 config/mips/mips.c:9033 config/mips/mips.c:9040 #: config/mips/mips.c:9047 config/mips/mips.c:9060 config/mips/mips.c:9067 #: config/mips/mips.c:9077 config/mips/mips.c:9080 config/mips/mips.c:9092 #: config/mips/mips.c:9095 config/mips/mips.c:9155 config/mips/mips.c:9162 #: config/mips/mips.c:9183 config/mips/mips.c:9198 config/mips/mips.c:9217 #: config/mips/mips.c:9226 config/riscv/riscv.c:3195 config/riscv/riscv.c:3201 #: config/riscv/riscv.c:3210 #, c-format msgid "invalid use of '%%%c'" msgstr "utilisation invalide de « %%%c »" #: config/mmix/mmix.c:1599 config/mmix/mmix.c:1729 msgid "MMIX Internal: Expected a CONST_INT, not this" msgstr "MMIX interne: Attendait CONST_INT, pas ceci" #: config/mmix/mmix.c:1678 msgid "MMIX Internal: Bad value for 'm', not a CONST_INT" msgstr "MMIX interne: Valeur erronée pour « m », pas un CONST_INT" #: config/mmix/mmix.c:1697 msgid "MMIX Internal: Expected a register, not this" msgstr "MMIX interne: Attendait un registre, pas ceci" #: config/mmix/mmix.c:1707 msgid "MMIX Internal: Expected a constant, not this" msgstr "MMIX interne: Attendait une constante, pas ceci" #. We need the original here. #: config/mmix/mmix.c:1791 msgid "MMIX Internal: Cannot decode this operand" msgstr "MMIX interne: Ne peut décoder cet opérande" #: config/mmix/mmix.c:1847 msgid "MMIX Internal: This is not a recognized address" msgstr "MMIX interne: Ce n'est pas une adresse reconnue" #: config/mmix/mmix.c:2723 msgid "MMIX Internal: Trying to output invalidly reversed condition:" msgstr "MMIX interne: Tentative de produire une condition incorrectement inversée:" #: config/mmix/mmix.c:2730 msgid "MMIX Internal: What's the CC of this?" msgstr "MMIX interne: Quel est le CC de ceci ?" #: config/mmix/mmix.c:2734 msgid "MMIX Internal: What is the CC of this?" msgstr "MMIX interne: Quel est le CC de ceci ?" #: config/mmix/mmix.c:2776 msgid "MMIX Internal: This is not a constant:" msgstr "MMIX interne: Ce n'est pas une constante:" #: config/msp430/msp430.c:3731 #, c-format msgid "invalid operand prefix" msgstr "préfixe d'opérande invalide" #: config/msp430/msp430.c:3765 #, c-format msgid "invalid zero extract" msgstr "« zero extract » invalide" #: config/or1k/or1k.c:1124 config/or1k/or1k.c:1132 #, c-format msgid "invalid relocation" msgstr "réadressage invalide" #: config/or1k/or1k.c:1226 #, c-format msgid "invalid %%H value" msgstr "valeur %%H invalide" #: config/or1k/or1k.c:1274 #, c-format msgid "unknown operand letter: '%c'" msgstr "lettre d'opérande inconnue: « %c »" #: config/rl78/rl78.c:2009 config/rl78/rl78.c:2095 #, c-format msgid "q/Q modifiers invalid for symbol references" msgstr "modificateurs q/Q invalides pour des références de symboles" #: config/rs6000/host-darwin.c:96 #, c-format msgid "Out of stack space.\n" msgstr "Manque d'espace sur la pile.\n" #: config/rs6000/host-darwin.c:117 #, c-format msgid "Try running '%s' in the shell to raise its limit.\n" msgstr "Essayez d'exécuter « %s » dans le shell pour augmenter sa limite.\n" #: config/rs6000/rs6000.c:3995 msgid "%<-mvsx%> requires hardware floating point" msgstr "%<-mvsx%> nécessite une unité matérielle en virgule flottante" #: config/rs6000/rs6000.c:4003 msgid "%<-mvsx%> needs indexed addressing" msgstr "%<-mvsx%> nécessite l'adressage indexé" #: config/rs6000/rs6000.c:4008 msgid "%<-mvsx%> and %<-mno-altivec%> are incompatible" msgstr "%<-mvsx%> et %<-mno-altivec%> sont incompatibles" #: config/rs6000/rs6000.c:4010 msgid "%<-mno-altivec%> disables vsx" msgstr "%<-mno-altivec%> désactive vsx" #: config/rs6000/rs6000.c:4136 msgid "%<-mquad-memory%> requires 64-bit mode" msgstr "%<-mquad-memory%> requiert le mode 64 bits" #: config/rs6000/rs6000.c:4139 msgid "%<-mquad-memory-atomic%> requires 64-bit mode" msgstr "%<-mquad-memory-atomic%> requiert le mode 64 bits" #: config/rs6000/rs6000.c:4151 msgid "%<-mquad-memory%> is not available in little endian mode" msgstr "%<-mquad-memory%> n'est pas disponible en mode petit-boutiste" #: config/rs6000/rs6000.c:10374 msgid "bad move" msgstr "mauvais déplacement" #: config/rs6000/rs6000.c:20687 msgid "Bad 128-bit move" msgstr "Mauvais déplacement sur 128 bits" #: config/rs6000/rs6000.c:20881 config/xtensa/xtensa.c:2375 #, c-format msgid "invalid %%D value" msgstr "valeur %%D invalide" #: config/rs6000/rs6000.c:20896 #, c-format msgid "invalid %%e value" msgstr "valeur %%e invalide" #: config/rs6000/rs6000.c:20917 #, c-format msgid "invalid %%f value" msgstr "valeur %%f invalide" #: config/rs6000/rs6000.c:20926 #, c-format msgid "invalid %%F value" msgstr "valeur %%F invalide" #: config/rs6000/rs6000.c:20935 #, c-format msgid "invalid %%G value" msgstr "valeur %%G invalide" #: config/rs6000/rs6000.c:20970 #, c-format msgid "invalid %%j code" msgstr "valeur %%j invalide" #: config/rs6000/rs6000.c:20980 #, c-format msgid "invalid %%J code" msgstr "valeur %%J invalide" #: config/rs6000/rs6000.c:20990 #, c-format msgid "invalid %%k value" msgstr "valeur %%k invalide" #: config/rs6000/rs6000.c:21005 config/xtensa/xtensa.c:2418 #, c-format msgid "invalid %%K value" msgstr "valeur %%K invalide" #: config/rs6000/rs6000.c:21052 #, c-format msgid "invalid %%O value" msgstr "valeur %%O invalide" #: config/rs6000/rs6000.c:21099 #, c-format msgid "invalid %%q value" msgstr "valeur %%q invalide" #: config/rs6000/rs6000.c:21141 #, c-format msgid "invalid %%t value" msgstr "valeur %%t invalide" #: config/rs6000/rs6000.c:21158 #, c-format msgid "invalid %%T value" msgstr "valeur %%T invalide" #: config/rs6000/rs6000.c:21170 #, c-format msgid "invalid %%u value" msgstr "valeur %%u invalide" #: config/rs6000/rs6000.c:21184 config/xtensa/xtensa.c:2387 #, c-format msgid "invalid %%v value" msgstr "valeur %%v invalide" #: config/rs6000/rs6000.c:21234 #, c-format msgid "invalid %%V value" msgstr "valeur %%V invalide" #: config/rs6000/rs6000.c:21251 config/xtensa/xtensa.c:2439 #, c-format msgid "invalid %%x value" msgstr "valeur %%x invalide" #: config/rs6000/rs6000.c:21308 #, c-format msgid "invalid %%z value" msgstr "valeur %%z invalide" #: config/rs6000/rs6000.c:21377 #, c-format msgid "invalid %%y value, try using the 'Z' constraint" msgstr "valeur %%y invalide, essayez d'utiliser la contrainte « Z »" #: config/rs6000/rs6000.c:22208 msgid "__float128 and __ibm128 cannot be used in the same expression" msgstr "__float128 et __ibm128 ne peuvent pas être utilisés dans la même expression" #: config/rs6000/rs6000.c:22214 msgid "__ibm128 and long double cannot be used in the same expression" msgstr "__ibm128 et long double ne peuvent pas être utilisés dans la même expression" #: config/rs6000/rs6000.c:22220 msgid "__float128 and long double cannot be used in the same expression" msgstr "__float128 et long double ne peuvent pas être utilisés dans la même expression" #: config/rs6000/rs6000.c:36437 msgid "AltiVec argument passed to unprototyped function" msgstr "Argument AltiVec passé à une fonction sans prototype" #: config/rs6000/rs6000.c:38906 msgid "Could not generate addis value for fusion" msgstr "N'a pu générer de valeur addis pour la fusion" #: config/rs6000/rs6000.c:38975 msgid "Unable to generate load/store offset for fusion" msgstr "Impossible de générer un offset load/store pour la fusion" #: config/rs6000/rs6000.c:39051 msgid "Bad GPR fusion" msgstr "Mauvaise fusion GPR" #: config/s390/s390.c:7694 #, c-format msgid "symbolic memory references are only supported on z10 or later" msgstr "les références mémoire symboliques sont uniquement supportées sur z10 ou ultérieur" #: config/s390/s390.c:7705 #, c-format msgid "cannot decompose address" msgstr "adresse indécomposable" #: config/s390/s390.c:7787 #, c-format msgid "invalid comparison operator for 'E' output modifier" msgstr "opérateur de comparaison invalide pour le modificateur de sortie « E »" #: config/s390/s390.c:7810 #, c-format msgid "invalid reference for 'J' output modifier" msgstr "référence invalide pour le modificateur de sortie « J »" #: config/s390/s390.c:7828 #, c-format msgid "invalid address for 'O' output modifier" msgstr "adresse invalide pour le modificateur de sortie « O »" #: config/s390/s390.c:7850 #, c-format msgid "invalid address for 'R' output modifier" msgstr "adresse invalide pour le modificateur de sortie « R »" #: config/s390/s390.c:7868 #, c-format msgid "memory reference expected for 'S' output modifier" msgstr "référence mémoire attendue pour le modificateur de sortie « S »" #: config/s390/s390.c:7878 #, c-format msgid "invalid address for 'S' output modifier" msgstr "adresse invalide pour le modificateur de sortie « S »" #: config/s390/s390.c:7899 #, c-format msgid "register or memory expression expected for 'N' output modifier" msgstr "registre ou expression mémoire attendue pour le modificateur de sortie « N »" #: config/s390/s390.c:7910 #, c-format msgid "register or memory expression expected for 'M' output modifier" msgstr "registre ou expression mémoire attendue pour le modificateur de sortie « M »" #: config/s390/s390.c:7996 config/s390/s390.c:8017 #, c-format msgid "invalid constant for output modifier '%c'" msgstr "constante invalide pour le modificateur de sortie « %c »" #: config/s390/s390.c:8014 #, c-format msgid "invalid constant - try using an output modifier" msgstr "constante invalide - essayez un modificateur de sortie" #: config/s390/s390.c:8051 #, c-format msgid "invalid constant vector for output modifier '%c'" msgstr "vecteur constant invalide pour le modificateur de sortie « %c »" #: config/s390/s390.c:8058 #, c-format msgid "invalid expression - try using an output modifier" msgstr "expression invalide - essayez un modificateur de sortie" #: config/s390/s390.c:8061 #, c-format msgid "invalid expression for output modifier '%c'" msgstr "expression invalide pour le modificateur de sortie « %c »" #: config/s390/s390.c:11733 msgid "vector argument passed to unprototyped function" msgstr "vecteur passé en argument à une fonction sans prototype" #: config/s390/s390.c:16057 msgid "types differ in signedness" msgstr "les types diffèrent sur le type signé/non-signé" #: config/s390/s390.c:16067 msgid "binary operator does not support two vector bool operands" msgstr "l'opérateur binaire ne supporte pas deux opérandes booléens vectoriels" #: config/s390/s390.c:16070 msgid "binary operator does not support vector bool operand" msgstr "l'opérateur binaire ne supporte pas l'opérande booléen vectoriel" #: config/s390/s390.c:16078 msgid "binary operator does not support mixing vector bool with floating point vector operands" msgstr "l'opérateur binaire ne supporte pas le mélange d'un booléen vectoriel avec un vecteur en virgule flottante" #: config/sh/sh.c:1220 #, c-format msgid "invalid operand to %%R" msgstr "opérande invalide pour %%R" #: config/sh/sh.c:1247 #, c-format msgid "invalid operand to %%S" msgstr "opérande invalide pour %%S" #: config/sh/sh.c:8682 msgid "created and used with different architectures / ABIs" msgstr "créé et utilisé avec des architectures / ABI différentes" #: config/sh/sh.c:8684 msgid "created and used with different ABIs" msgstr "créé et utilisé avec des ABI différentes" #: config/sh/sh.c:8686 msgid "created and used with different endianness" msgstr "créé et utilisé avec des boutismes différents" #: config/sparc/sparc.c:9351 config/sparc/sparc.c:9357 #, c-format msgid "invalid %%Y operand" msgstr "opérande %%Y invalide" #: config/sparc/sparc.c:9444 #, c-format msgid "invalid %%A operand" msgstr "opérande %%A invalide" #: config/sparc/sparc.c:9464 #, c-format msgid "invalid %%B operand" msgstr "opérande %%B invalide" #: config/sparc/sparc.c:9544 config/tilegx/tilegx.c:5105 #: config/tilepro/tilepro.c:4514 #, c-format msgid "invalid %%C operand" msgstr "opérande %%C invalide" #: config/sparc/sparc.c:9576 config/tilegx/tilegx.c:5138 #, c-format msgid "invalid %%D operand" msgstr "opérande %%D invalide" #: config/sparc/sparc.c:9595 #, c-format msgid "invalid %%f operand" msgstr "opérande %%f invalide" #: config/sparc/sparc.c:9607 #, c-format msgid "invalid %%s operand" msgstr "opérande %%s invalide" #: config/sparc/sparc.c:9652 #, c-format msgid "floating-point constant not a valid immediate operand" msgstr "la constante en virgule flottante n'est pas un opérande immédiat valide" #: config/stormy16/stormy16.c:1738 config/stormy16/stormy16.c:1809 #, c-format msgid "'B' operand is not constant" msgstr "l'opérande « B » n'est pas une constante" #: config/stormy16/stormy16.c:1765 #, c-format msgid "'B' operand has multiple bits set" msgstr "l'opérande « B » a plusieurs bits activés" #: config/stormy16/stormy16.c:1791 #, c-format msgid "'o' operand is not constant" msgstr "l'opérande « o » n'est pas une constante" #: config/stormy16/stormy16.c:1823 #, c-format msgid "xstormy16_print_operand: unknown code" msgstr "xstormy16_print_operand: code inconnu" #: config/tilegx/tilegx.c:5090 config/tilepro/tilepro.c:4499 #, c-format msgid "invalid %%c operand" msgstr "opérande %%c invalide" #: config/tilegx/tilegx.c:5121 #, c-format msgid "invalid %%d operand" msgstr "opérande %%d invalide" #: config/tilegx/tilegx.c:5218 #, c-format msgid "invalid %%H specifier" msgstr "spécificateur %%H invalide" #: config/tilegx/tilegx.c:5260 config/tilepro/tilepro.c:4528 #, c-format msgid "invalid %%h operand" msgstr "opérande %%h invalide" #: config/tilegx/tilegx.c:5272 config/tilepro/tilepro.c:4592 #, c-format msgid "invalid %%I operand" msgstr "opérande %%I invalide" #: config/tilegx/tilegx.c:5284 config/tilepro/tilepro.c:4604 #, c-format msgid "invalid %%i operand" msgstr "opérande %%i invalide" #: config/tilegx/tilegx.c:5305 config/tilepro/tilepro.c:4625 #, c-format msgid "invalid %%j operand" msgstr "opérande %%j invalide" #: config/tilegx/tilegx.c:5336 #, c-format msgid "invalid %%%c operand" msgstr "opérande %%%c invalide" #: config/tilegx/tilegx.c:5351 config/tilepro/tilepro.c:4739 #, c-format msgid "invalid %%N operand" msgstr "opérande %%N invalide" #: config/tilegx/tilegx.c:5395 #, c-format msgid "invalid operand for 'r' specifier" msgstr "opérande invalide pour le spécificateur « r »" #: config/tilegx/tilegx.c:5419 config/tilepro/tilepro.c:4819 #, c-format msgid "unable to print out operand yet; code == %d (%c)" msgstr "impossible d'imprimer l'opérande pour l'instant; code == %d (%c)" #: config/tilepro/tilepro.c:4564 #, c-format msgid "invalid %%H operand" msgstr "opérande %%H invalide" #: config/tilepro/tilepro.c:4664 #, c-format msgid "invalid %%L operand" msgstr "opérande %%L invalide" #: config/tilepro/tilepro.c:4724 #, c-format msgid "invalid %%M operand" msgstr "opérande %%M invalide" #: config/tilepro/tilepro.c:4767 config/tilepro/tilepro.c:4774 #, c-format msgid "invalid %%t operand" msgstr "opérande %%t invalide" #: config/tilepro/tilepro.c:4794 #, c-format msgid "invalid %%r operand" msgstr "opérande %%r invalide" #: config/v850/v850.c:295 msgid "const_double_split got a bad insn:" msgstr "const_double_split a reçu une mauvaise insn :" #: config/v850/v850.c:909 msgid "output_move_single:" msgstr "output_move_single :" #: config/vax/vax.c:465 #, c-format msgid "symbol used with both base and indexed registers" msgstr "symbole utilisé conjointement avec des registres de base et d'index" #: config/vax/vax.c:474 #, c-format msgid "symbol with offset used in PIC mode" msgstr "symbole avec offset utilisé en mode PIC" #: config/vax/vax.c:562 #, c-format msgid "symbol used as immediate operand" msgstr "symbole utilisé comme opérande immédiat" #: config/vax/vax.c:1591 msgid "illegal operand detected" msgstr "opérande illégal détecté" #: config/visium/visium.c:3373 msgid "illegal operand " msgstr "opérande illégal " #: config/visium/visium.c:3424 msgid "illegal operand address (1)" msgstr "adresse d'opérande illégale (1)" #: config/visium/visium.c:3431 msgid "illegal operand address (2)" msgstr "adresse d'opérande illégale (2)" #: config/visium/visium.c:3446 msgid "illegal operand address (3)" msgstr "adresse d'opérande illégale (3)" #: config/visium/visium.c:3454 msgid "illegal operand address (4)" msgstr "adresse d'opérande illégale (4)" #: config/xtensa/xtensa.c:805 config/xtensa/xtensa.c:837 #: config/xtensa/xtensa.c:846 msgid "bad test" msgstr "mauvais test" #: config/xtensa/xtensa.c:2413 msgid "invalid mask" msgstr "masque invalide" #: config/xtensa/xtensa.c:2446 #, c-format msgid "invalid %%d value" msgstr "valeur %%d invalide" #: config/xtensa/xtensa.c:2465 config/xtensa/xtensa.c:2475 #, c-format msgid "invalid %%t/%%b value" msgstr "valeur %%t/%%b invalide" #: config/xtensa/xtensa.c:2554 msgid "no register in address" msgstr "pas de registre dans l'adresse" #: config/xtensa/xtensa.c:2562 msgid "address offset not a constant" msgstr "le décalage d'adresse n'est pas une constante" #: c/c-objc-common.c:106 msgid "aka" msgstr "alias" #: c/c-objc-common.c:213 msgid "({anonymous})" msgstr "({anonyme})" #. If we have #. declaration-specifiers declarator decl-specs #. then assume we have a missing semicolon, which would #. give us: #. declaration-specifiers declarator decl-specs #. ^ #. ; #. <~~~~~~~~~ declaration ~~~~~~~~~~> #. Use c_parser_require to get an error with a fix-it hint. #: c/c-parser.c:2280 c/c-parser.c:2396 c/c-parser.c:2410 c/c-parser.c:5034 #: c/c-parser.c:5612 c/c-parser.c:6060 c/c-parser.c:6229 c/c-parser.c:6262 #: c/c-parser.c:6503 c/c-parser.c:10102 c/c-parser.c:10137 c/c-parser.c:10168 #: c/c-parser.c:10215 c/c-parser.c:10396 c/c-parser.c:11182 c/c-parser.c:11252 #: c/c-parser.c:11295 c/c-parser.c:16448 c/c-parser.c:16472 c/c-parser.c:16490 #: c/c-parser.c:16842 c/c-parser.c:16892 c/gimple-parser.c:306 #: c/gimple-parser.c:346 c/gimple-parser.c:355 c/gimple-parser.c:522 #: c/gimple-parser.c:1820 c/gimple-parser.c:1855 c/gimple-parser.c:1934 #: c/gimple-parser.c:1961 c/c-parser.c:3232 c/c-parser.c:10389 #: c/gimple-parser.c:1707 c/gimple-parser.c:1746 cp/parser.c:28779 #: cp/parser.c:29358 #, gcc-internal-format msgid "expected %<;%>" msgstr "%<;%> attendu" #: c/c-parser.c:2845 c/c-parser.c:3764 c/c-parser.c:3934 c/c-parser.c:3996 #: c/c-parser.c:4049 c/c-parser.c:4358 c/c-parser.c:4423 c/c-parser.c:4432 #: c/c-parser.c:4484 c/c-parser.c:4493 c/c-parser.c:7657 c/c-parser.c:7723 #: c/c-parser.c:8188 c/c-parser.c:8210 c/c-parser.c:8266 c/c-parser.c:8375 #: c/c-parser.c:9158 c/c-parser.c:9569 c/c-parser.c:10503 c/c-parser.c:12641 #: c/c-parser.c:13274 c/c-parser.c:13333 c/c-parser.c:13388 c/c-parser.c:14574 #: c/c-parser.c:14672 c/c-parser.c:15777 c/c-parser.c:16532 c/c-parser.c:16850 #: c/c-parser.c:19015 c/c-parser.c:19093 c/gimple-parser.c:430 #: c/gimple-parser.c:440 c/gimple-parser.c:606 c/gimple-parser.c:705 #: c/gimple-parser.c:1088 c/gimple-parser.c:1200 c/gimple-parser.c:1216 #: c/gimple-parser.c:1232 c/gimple-parser.c:1259 c/gimple-parser.c:1458 #: c/gimple-parser.c:1649 c/gimple-parser.c:1781 c/gimple-parser.c:1891 #: cp/parser.c:29406 #, gcc-internal-format msgid "expected %<)%>" msgstr "%<)%> attendu" #: c/c-parser.c:3852 c/c-parser.c:4803 c/c-parser.c:4839 c/c-parser.c:6555 #: c/c-parser.c:8366 c/c-parser.c:9256 c/c-parser.c:9545 c/c-parser.c:12104 #: c/c-parser.c:19646 c/c-parser.c:19648 c/gimple-parser.c:1435 #: cp/parser.c:29370 #, gcc-internal-format msgid "expected %<]%>" msgstr "%<]%> attendu" #: c/c-parser.c:4029 msgid "expected %<;%>, %<,%> or %<)%>" msgstr "%<;%>, %<,%> ou %<)%> attendu" #. Look for the two `(' tokens. #: c/c-parser.c:4453 c/c-parser.c:4458 c/c-parser.c:12624 c/c-parser.c:13363 #: c/c-parser.c:18823 c/c-parser.c:19036 c/gimple-parser.c:378 #: c/gimple-parser.c:416 c/gimple-parser.c:675 c/gimple-parser.c:1083 #: c/gimple-parser.c:1190 c/gimple-parser.c:1252 c/gimple-parser.c:1618 #: c/gimple-parser.c:1629 c/gimple-parser.c:1778 c/gimple-parser.c:1888 #: c/c-parser.c:12446 cp/parser.c:29361 #, gcc-internal-format msgid "expected %<(%>" msgstr "%<(%> attendu" #: c/c-parser.c:4973 c/c-parser.c:10732 c/c-parser.c:17394 c/c-parser.c:19875 #: c/gimple-parser.c:299 c/gimple-parser.c:1894 c/c-parser.c:3046 #: c/c-parser.c:3253 c/c-parser.c:10284 cp/parser.c:18816 cp/parser.c:29367 #, gcc-internal-format msgid "expected %<{%>" msgstr "%<{%> attendu" #: c/c-parser.c:5212 c/c-parser.c:5221 c/c-parser.c:6809 c/c-parser.c:7859 #: c/c-parser.c:10496 c/c-parser.c:10882 c/c-parser.c:10943 c/c-parser.c:12086 #: c/c-parser.c:12985 c/c-parser.c:13191 c/c-parser.c:13608 c/c-parser.c:13704 #: c/c-parser.c:14326 c/c-parser.c:14453 c/c-parser.c:18880 c/c-parser.c:18939 #: c/gimple-parser.c:442 c/gimple-parser.c:745 c/gimple-parser.c:1942 #: c/gimple-parser.c:1969 c/c-parser.c:6460 c/c-parser.c:12549 #: cp/parser.c:29400 cp/parser.c:30530 cp/parser.c:33265 #, gcc-internal-format msgid "expected %<:%>" msgstr "%<:%> attendu" #: c/c-parser.c:6044 cp/parser.c:29293 #, gcc-internal-format msgid "expected %" msgstr "% attendu" #: c/c-parser.c:7621 c/c-parser.c:7810 c/c-parser.c:8256 c/c-parser.c:8299 #: c/c-parser.c:8437 c/c-parser.c:9148 c/c-parser.c:13368 c/c-parser.c:14409 #: cp/parser.c:28777 cp/parser.c:29376 #, gcc-internal-format msgid "expected %<,%>" msgstr "%<,%> attendu" #: c/c-parser.c:8134 msgid "expected %<.%>" msgstr "%<.%> attendu" #: c/c-parser.c:9955 c/c-parser.c:9987 c/c-parser.c:10227 cp/parser.c:31106 #: cp/parser.c:31180 #, gcc-internal-format msgid "expected %<@end%>" msgstr "%<@end%> attendu" #: c/c-parser.c:10645 c/gimple-parser.c:1185 cp/parser.c:29385 #, gcc-internal-format msgid "expected %<>%>" msgstr "%<>%> attendu" #: c/c-parser.c:13796 c/c-parser.c:14690 cp/parser.c:29409 #, gcc-internal-format msgid "expected %<,%> or %<)%>" msgstr "%<,%> ou %<)%> attendu" #. All following cases are statements with LHS. #: c/c-parser.c:14318 c/c-parser.c:16181 c/c-parser.c:16225 c/c-parser.c:16457 #: c/c-parser.c:16831 c/c-parser.c:19077 c/gimple-parser.c:597 #: c/c-parser.c:4862 cp/parser.c:29388 #, gcc-internal-format msgid "expected %<=%>" msgstr "%<=%> attendu" #: c/c-parser.c:16473 c/gimple-parser.c:1275 c/gimple-parser.c:1307 #: c/gimple-parser.c:1317 c/gimple-parser.c:1979 cp/parser.c:29364 #: cp/parser.c:31325 #, gcc-internal-format msgid "expected %<}%>" msgstr "%<}%> attendu" #: c/c-parser.c:17437 c/c-parser.c:17427 cp/parser.c:37591 #, gcc-internal-format msgid "expected %<#pragma omp section%> or %<}%>" msgstr "%<#pragma omp section%> ou %<}%> attendu" #: c/c-parser.c:19634 c/c-parser.c:12036 cp/parser.c:29373 cp/parser.c:32495 #, gcc-internal-format msgid "expected %<[%>" msgstr "%<[%> attendu" #: c/c-typeck.c:8190 msgid "(anonymous)" msgstr "(anonyme)" #: c/gimple-parser.c:1174 cp/parser.c:16381 cp/parser.c:29382 #, gcc-internal-format msgid "expected %<<%>" msgstr "%<<%> attendu" #: c/gimple-parser.c:1938 c/gimple-parser.c:1965 c/gimple-parser.c:1808 #: c/gimple-parser.c:1843 #, gcc-internal-format msgid "expected label" msgstr "étiquette attendue" #: cp/call.c:11059 msgid "candidate 1:" msgstr "candidat 1 :" #: cp/call.c:11060 msgid "candidate 2:" msgstr "candidat 2 :" #: cp/decl.c:3158 msgid "jump to label %qD" msgstr "saut à l'étiquette %qD" #: cp/decl.c:3159 msgid "jump to case label" msgstr "saut à l'étiquette du « case »" #: cp/decl.c:3229 msgid "enters try block" msgstr "entre dans le bloc « try »" #: cp/decl.c:3235 msgid "enters catch block" msgstr "entre dans le bloc « catch »" #: cp/decl.c:3241 msgid "enters OpenMP structured block" msgstr "entre dans le bloc structuré OpenMP" #: cp/decl.c:3247 msgid "enters synchronized or atomic statement" msgstr "entre dans l'instruction synchronisée ou atomique" #: cp/decl.c:3254 msgid "enters constexpr if statement" msgstr "entre dans l'instruction « if » « constexpr »" #: cp/error.c:375 msgid "" msgstr "" #: cp/error.c:473 msgid "" msgstr "" #: cp/error.c:475 msgid "" msgstr "" #: cp/error.c:643 msgid "" msgstr "" #: cp/error.c:744 objc/objc-act.c:6194 cp/cxx-pretty-print.c:153 #, gcc-internal-format msgid "" msgstr "" #: cp/error.c:746 #, c-format msgid "" msgstr "" #. A lambda's "type" is essentially its signature. #: cp/error.c:751 msgid "" msgstr "" #: cp/error.c:1010 #, c-format msgid "(static initializers for %s)" msgstr "(initialiseurs statiques pour %s)" #: cp/error.c:1012 #, c-format msgid "(static destructors for %s)" msgstr "(destructeurs statiques pour %s)" #: cp/error.c:1059 msgid "" msgstr "" #: cp/error.c:1162 msgid "vtable for " msgstr "vtable pour " #: cp/error.c:1186 msgid " " msgstr " " #: cp/error.c:1201 msgid "{anonymous}" msgstr "{anonyme}" #: cp/error.c:1203 msgid "(anonymous namespace)" msgstr "(espace de noms anonyme)" #: cp/error.c:1295 msgid "