hc
2024-03-25 edb30157bad0c0001c32b854271ace01d3b9a16a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
Þ•»ô…OÌ e    e- e19eke €eÛ¡e+}f0©fKÚf &g<2gBogR²g>h@Dh9…hC¿hFi5JiI€iÊiái!öi$j=j#Djhjnj'jµjFÓjQk5lk]¢kwlIxlAÂlKmNPmBŸmOâmL2nRn;Òn8o>GoI†oIÐoBp~]p?ÜpDqEaq@§qEèqC.r=rr{°rB,s?os‰¯s99tPstCÄtFuEOuC•uQÙuN+vzvG wŒSwOàwR0xCƒxQÇxFy9`y=šy=Øy4zPKzMœzBêzG-{Iu{H¿{B|7K|6ƒ}º}E×}
~'(~P~b~Zk~lÆ~+30_ ± Áâ€$€$B€*g€*’€½€؀ó€ #*Ne!v;˜Eԁ‚19‚.k‚š‚0¸‚Lé‚76ƒGnƒ¶ƒՃ탠„&%„JL„8—„UЄ&…9…-L…Kz…ƅ܅#ì…#†4†G†Ja†2¬†&߆,‡?3‡Fs‡Zº‡HˆV^ˆNµˆ9‰>‰(^‰*‡‰:²‰ í‰!Š 0Š&QŠ4xŠ­Š#ƊêŠ.‹ 5‹V‹.o‹!ž‹À‹ҋí‹&Œ5)Œ*_ŒpŠŒ.ûŒ;*7fZž!ù5Ž@QŽK’Ž>ގE!c!…'§jϏ(:*c"ސ±)Ȑ-ò ‘?‘$^‘2ƒ‘¶‘͑0ì‘+’AI’2‹’2¾’1ñ’0#“9T“1Ž“2À“1ó“+%”3Q”.…”D´”$ù”+•J•a•~•'œ•ĕ'â•
–"%–1H–$z–$Ÿ–9Ė8þ–17—1i—/›—1˗Eý—2C˜+v˜+¢˜-Θ>ü˜;™Z™y™<‘™<Ι; š6Gš8~š%·š3ݚ9›8K› „›¥›"ě8ç›3 œ&Tœ/{œ «œ(̜#õœ+(E)n$˜.½ì1 ž'>ž"fž&‰ž°ž,О*ýž!(Ÿ$JŸ$oŸ&”Ÿ(»Ÿ5äŸ% ?@ €  ® É 4ä ¡(¡(E¡'n¡=–¡:Ô¡6¢:F¢3¢8µ¢!î¢8£WI£:¡£(Ü£,¤'2¤)Z¤!„¤+¦¤:Ò¤! ¥9/¥-i¥/—¥%Ç¥#í¥<¦$N¦*s¦ž¦¹¦צ,÷¦*$§,O§|§*˜§çÖ§õ§(¨7¨W¨i¨z¨•¨³¨Шë¨/©8©V©t©ˆ©"Ÿ©!©ä©)ý©'ªAª:\ª%—ª!½ªߪûª#«<«W« o«!« ²«#Ó«'÷«"¬&B¬i¬#‰¬'­¬"Õ¬ø¬-­C­0U­†­/Ÿ­'Ï­÷­®0,®]®s®4†®»®$Ú®ÿ®#¯'A¯i¯ ˆ¯©¯»¯ѯ%ð¯°6°U°p°%‹°±°Ͱ3ë°±5±T±f±+|±#¨±/̱#ü± ²,?²l²€²+Ÿ²*˲!ö²!³:³J³d³³ž³¾³Ô³"ã³"´2)´ \´}´›´"º´Ý´ö´µ&µDµ-cµ&‘µ,¸µ"åµ'¶'0¶'X¶(€¶)©¶ Ó¶/ô¶'$·L·*e··)ª· Ô·õ·¸"¸;8¸t¸”¸ °¸Ѹç¸+ù¸#%¹,I¹&v¹¹´¹˹,빺0ºGºbº|º$Žº&³ºÚº.öº%»D»]»}»)•»¿» Ú»#û»¼5¼P¼o¼ˆ¼Ÿ¼·¼8»¼.ô¼7#½3[½@½;н; ¾6H¾9¾;¹¾4õ¾6*¿4a¿<–¿6Ó¿:
À8EÀ.~À­À&ÉÀðÀÁ%#Á)IÁsÁ‘Á °ÁÑÁ*çÁ Â#3Â$WÂ|Â+œÂ1ÈÂ/úÂ*Ã"JÃ"mÐãôÃ3ÆÃ$úÃÄ<ÄSÄ-oÄ+ÄÉÄ,âÄ#Å3ÅMÅiÅ{Å –Åa¤ÅÆdÆ|ÆÆƒÆ2“Æ2ÆÆùÆÇ    Ç'Ç0Ç9ÇRÇlÇ#…Ç5©Ç5ßÇÈ2,È*_È.ŠÈ)¹È&ãÈ'
É&2É&YÉ%€É#¦É'ÊÉ%òÉ(Ê AÊ$bÊ ‡Ê"¨Ê,ËÊ2øÊ+ËKË*jË,•Ë)ÂËìË) Ì/6Ìf̝́Ì7¤ÌÜÌüÌÍ#,ÍPÍ:pÍ)«ÍJÕÍC ÎdÎ|΃Î,ŠÎ
·ÎÂÎáÎþÎ(Ï@Ï(]φϦÏ)ºÏ/äÏ!Р6Ð'WРÐ0 ÐÑÐ ìРúÐÑ2ÑHÑaÑ{ÑŠÑ-¨Ñ"ÖÑ!ùÑ)ÒEÒGÒPÒYÒ$bÒ3‡Ò»Ò×ÒàÒéÒòÒûÒ!Ó&Ó BÓOÓ XÓeÓnÓwÓ€Ó‰Ó¥Ó®Ó²Ó ÈÓÔÓòÓÔ5+Ô aÔ€oÔðÔ(öÔ+Õ.KÕ+zÕ-¦Õ|ÔÕnQÖ3ÀÖAôÖ76×.n×5×&Ó×$ú×.ØNØ+jØ$–Ø+»ØçØÙÙ)4Ù.^Ù'ÙSµÙ?    ÚQIÚB›ÚEÞÚO$ÛWtÛZÌÛD'Ü?lÜ=¬ÜBêÜK-Ý;yÝ?µÝEõÝb;ÞJžÞNéÞ98ß6rßZ©ß9à@>à2àb²àUáPkáI¼áFâ:MâRˆâ>Ûâ:ãdUã'ºã*âãC ä/QäAäLÃäEå+Vå?‚å=Âå:æA;æC}æGÁæ2    ç7<ç@tç+µç+áç9 èIGèM‘è7ßè+é:CéA~é*Àé*ëé,ê(Cêlê=Šê>ÈêOëWë%rëO˜ë èë[    ìBeìQ¨ìúì8í$PíAuí3·í#ëí-î+=î,iî#–î ºî ÆîÒî ëî!÷î
ï$ï3ï GïTïkï~ï†ï    ï™ï©ï ¸ï ÄïÐïëïð ð &ð3ðCðUðjð    }ð ‡ð”ð¤ð´ð    Çð
Ñð%Üð[ñ7^ñO–ñ3æñò3òPòdò{ò‹ò¢ò¼òÙò)öòP óVqóWÈó) ô:Jô…ôžô·ôÌôáôöô õ)õ$;õ`õ+€õ#¬õ%Ðõöõö(.ö%WöH}öBÆö3    ÷2=÷*p÷4›÷#Ð÷1ô÷'&ø5NøV„ø#Ûø!ÿøJ!ù>lù.«ùÚù0øù$)úNú$júFú%Öú9üúF6û/}û#­ûGÑûGü6aü8˜üCÑü1ý*Gý)rý5œýÒýðýþþ3þ'Nþvþ%”þ$ºþ)ßþ%    ÿ/ÿ&Kÿ1rÿ%¤ÿ%Êÿ$ðÿ1&G$n“.¯1Þt[…*á) #6(Zƒ– §&µ1Ü16@>w,¶4ãB:[–¯È çõ #3DS \i‰[©A_Gc§D MPGž_æFbt†—­ÅÞ+þ*    E    `    8r    5«    á    ú    !
:
 S
a
p
Œ
 ›
%¨
3Î
0 *3 )^ >ˆ `Ç 6( V_ $¶ #Û %ÿ *% P i "ƒ !¦ :È _c€ ¾Ý(ò1H_ ! !Â#ä#-,'Z'‚*ª4Õ
*3!^6€7·#ïO7c#›7¿#÷9%U9{%µ)Û<)B'l”*±'Ü'",O'k-“ Áâ?!A#c)‡ ±JÒ#AYr#޲Áàò$3-a"r"• ¸ Ù$ú$"D"g)Š,´)á' #3$W#|! @Â:> OpŒ£*·“â v3—$Ë7ð(Hb9y"³Ö,ñ97:q*¬ ×!ø!6<Ds4¸,í : 3U .‰ $¸ -Ý , !<8!Hu!X¾!."F"$c"ˆ" ¦"Ç"FÚ"4!#4V#‹##£#Ç#)ß#&    $&0$+W$(ƒ$"¬$(Ï$(ø$)!%)K%*u%* %*Ë%*ö%*!&*L&*w&*¢&*Í&*ø&*#'*N'(y'(¢'(Ë'(ô'(((F()o((™((Â((ë(()*=)*h)*“)*¾)(é)(*(;*(d*(*(¶*(ß*(+(1+(Z+)ƒ+)­+'×+(ÿ+((,)Q,){,(¥,(Î,(÷,( -+I-'u-'-(Å-'î-3.4J.4.3´."è.% / 1/FR/{™/'0=0#Y0}0.˜0Ç0Ð0 í01#'12K1"~1¡1·1 Ñ1Þ1ï1ÿ1 2#20=20n26Ÿ2Ö2*ó2)31H3-z3/¨3(Ø3d4Bf4*©4Ô40ô47%50]5Ž5 5(²5$Û56> 6!_66%š6.À6ï6 ÿ6* 7K7"g7Š7#©7)Í7/÷7'8'G8o8(8¶8!Ð82ò8%9&?9f9/{9'«97Ó9 :&:)E:)o:™:)¹:%ã:    ;&;@;[;s;‘;«;2É;1ü;.<E<)[<…<1£< Õ<ö<2 = ?=(`=7‰=Á=á=vù=<p> ­>'Î>(ö>.?!N?0p?"¡?Ä?!ß?!@6#@"Z@}@&”@ »@(Ü@AA4AQAmAsA%ŒA²AËAêA
B!B2BEBXBmB‹B( BÉBßB/õB$%CJC#aC+…C3±CåCD"DAD\D|D ˜D¹D"ÕDøDE"E:E TEbEwE’E¢EÂE$ßE1F6FIF-fF”F´FÊFFåF ,G$8G]G?uG%µG9ÛG;H2QH3„H!¸H/ÚH-
I8I,XI/…I µIÃI@ÙI0JKJ:ZJ•J³JÍJ)ãJ K'KCKYK&uKœK&µKÜKóKLL2LGL[LqL†L6›L!ÒLôLMM7MKM^MrMŽM¡MÁMØMøMN/NFNcNwN:N8ËN/O#4OXOrOŒO$§O4ÌO&P2(P%[P0P²P&ÌPóP* Q08Q0iQ,šQÇQ!æQR(RCR]RwR‘R«RËRæRSS87SpS8‹SÄSßSúST!0TRTkT‡T¢T¾TÚT4öT;+UgU#„UA¨U'êU;V0NV V" V!ÃV!åV$W$,W9QW6‹W=ÂW/X-0X:^X,™X>ÆX4Y4:YoY'Y#µY(ÙY0Z03Z+dZ/Z/ÀZ/ðZ, [$M[]r[Ð[@î[>/\An\7°\:è\2#]5V]2Œ]¿]Û]ø]*^-@^'n^–^'²^Ú^õ^-_(>_,g_,”_,Á_)î_`,3`'``ˆ`1§`Ù` ù`a&5a!\a~aN—ajæaQbpb‡bžb(®b=×b(c(>c'gcc!­c<ÏcF dSdrd!d2²d>åd>$e,ce6e,Çe!ôef35f"if%Œf)²fÜf#üf% g%Fg&lg+“g;¿g&ûg"h&?h&fh/h2½h%ðh)i%@i%fi&Œi+³ißi2üi/jaJjŒ¬jj9k'¤kÌkìkõkl'l?lQlaltl‹l©l*Ãl-îl.mKm<km8¨m.ám#n64nYknZÅnM o!no+o+¼o+èo+p,@p,mp-šp-Èp-öp-$q-Rq-€q-®q-Üq-
r-8r-fr-”r+Âr+îr+s+Fs+rs+žs,Ês+÷s+#t+Ot+{t-§t-Õt-u-1u+_u+‹u+·u+ãu+v+;v+gv+“v+¿v+ëv,w,Dw*qw+œw+Èw,ôw,!x+Nx+zx+¦x+Òx.þx*-y*Xy+ƒyA¯yñy+    z35z>iz7¨z*àz$ {$0{#U{$y{$ž{#Ã{8ç{ |3|+S|)|&©|Ð| ê| })},A}n}4‚},·}0ä}0~=F~0„~:µ~1ð~9"1\3Ž5Â1ø2*€@]€1ž€?ЀJ6[4’4ǁ<ü=9‚3w‚7«‚6ã‚EƒA`ƒO¢ƒHòƒ);„6e„#œ„À„҄'ñ„(…B…W…!p…5’…ȅ-ۅ&    † 0†Q†'p†*˜†%Æ*é†$‡69‡%p‡ –‡'¤‡-̇&ú‡!ˆ*Aˆ1lˆ)žˆ-Ȉ,öˆ,#‰&P‰/w‰=§‰&å‰% Š2ŠFŠUŠqŠ Š±Š:͊‹$#‹H‹:d‹!Ÿ‹!Á‹&ã‹<
ŒRGŒ;šŒ>֌8JN;™jՍK@ŽUŒŽ[âŽO>aŽ8ð=)YgÁ?ؐ^‘=w‘dµ‘C’3^’0’’.Òò’“!“40“-e“““ª“>“”'”@” W”e” ”    Œ”–”©”¾”!Ӕ!õ”•3)•"]•€•$••º•&ٕ)–8*–%c–)‰–³–Ŗ&ז7þ–.6—=e—9£—6ݗ:˜3O˜<ƒ˜%À˜;æ˜"™!9™#[™8™    ¸™™יð™ šš 3š@š#[š#š#£šǚܚöš"›"1›)T›.~›­›;ś0œ&2œ/Yœ4‰œ3¾œ&òœ%J?Š’§+¼(è6žHžOdž5´ž1êž<Ÿ"YŸ)|Ÿ0¦Ÿ,ן0 55 $k 8 \É &¡$?¡d¡1€¡$²¡ס#ó¡$¢<¢"[¢;~¢%º¢@à¢8!£PZ£H«£"ô£¤.¤"I¤l¤Œ¤ª¤Ǥפñ¤6¥>7¥Nv¥Å¥.ߥD¦"S¦4v¦7«¦*ã¦,§";§^§3x§)¬§ Ö§#䧨$¨5¨-D¨3r¨ ¦¨´¨Ϩ ä¨ ò¨ ©!©>©,R©©™©¬©Æ©rÙ©/Lª!|ª9žªتìª-«-3«-a««¤«8µ«*2¬I¬!d¬,†¬³¬=ͬ4 ­1@­3r­3¦­3Ú­g®>v®µ®ή*è®"¯ã6¯N°Di°W®°)±$0±bU±1¸±ê±6²;²*K²v² ”²)µ²2ß²³12³)d³?޳[γ@*´^k´9Ê´µ)"µLµ(dµ#µ,±µ<Þµ>¶3Z¶޶¦¶$ƶ5ë¶<!·^·3z·:®·=é·'¸†B¸ŠÉ¸eT¹º¹$Ô¹0ù¹ *ºKº"kº3Žº)º3ìº4 » U»v»6»4Ç»4ü»81¼(j¼'“¼3»¼4ï¼;$½`½A€½G½N
¾NY¾V¨¾^ÿ¾c^¿i¿h,À•ÀÁ•Á•ÂÁ—ÃÄr™Ä€ Å€ÅCÆ6RÆ3‰Æ½Æ;ÜÆ5ÇNÇ3jÇ?žÇ3ÞÇ$È37È&kȒȯÈ(ÍÈ5öÈH,É2uÉ-¨É-ÖÉ.ÊA3Ê/uÊ¥Ê6ÅÊ/üÊ,Ë)EËoËE‚ËGÈË'Ì8Ì.TÌ-ƒÌ±ÌÏÌæÌ úÌ'ÍCÍWÍ$u͚ͰÍËÍêÍ ÎGÎ.YÎ*ˆÎ(³Î8ÜÎ4Ï)JÏ7tÏ+¬Ï+ØÏ-ÐL2Ð5ÐOµÐ4Ñ=:ÑAxÑ7ºÑ5òÑ-(Ò;VÒ0’ÒNÃÒTÓGgÓB¯Ó5òÓS(Ô8|Ô-µÔ2ãÔNÕVeÕZ¼ÕyÖD‘ÖZÖÖN1×C€×YÄ×?Ø?^Ø<žØJÛØJ&Ù0qÙ2¢Ù4ÕÙ_
ÚDjÚA¯ÚiñÚ/[ÛI‹ÛIÕÛYÜ\yÜ:ÖÜ7ÝKIÝŽ•Ý’$Þ·ÞÌÞçÞýÞ1ß/Eß4ußOªßqúß1là.žà˜Íà˜fá ÿá& âMGâ/•â;Åâãã?.ã?nã7®ã;æã%"ä<Hä'…ä­äÌäìä
å/$å.Tå!ƒå2¥å<Øå6æ"Læoæ2æÀæÙæ/óæ1#ç/Uç…ç£çÃç âçè-è@è^è#wè&›è&Âèéè þè é5@évé&é!¶éØé#øé"ê/?êoê5Œê2Âê:õê0ëNëgëwë‡ë$—ë¼ë$Úëÿë(ì(Bì kì xì…ì$•ìºìØìðì
í"í>íXíDní*³í    Þí-èíî$)î0Nîî!›îG½î)ï/ïJï$`ï…ï ŸïÀï"ÛïIþïIHð-’ð;Àð!üð8ñ1Wñ0‰ñ7ºñ&òñ,ò&Fòmòò8¥òÞòúò ó!óAó1Yó‹ó-£ó9Ñó ô)ô2Bô1uô§ôCÂôõ=%õcõ"|õ#Ÿõ(Ãõ&ìõ-ö:Aö1|ö;®öêö0÷'7÷_÷÷›÷/­÷Ý÷ü÷ø2ø'Oøwø”ø¯ø/Àø4ðø)%ù4Où„ù¡ù"²ù2Õù!ú+*ú,Vúƒú4¢ú×ú#ëúû!-ûOûgû'ƒû?«ûëû ÿû ü@ü%_ü…ü.žü!Íü!ïü+ý1=ý oý3ý#Äýèýþ:þ"Rþuþ4Œþ(Áþêþÿ9ÿ!Qÿ5sÿ,©ÿ0Öÿ'Gex?‹Ëë?%*e:«æ-ü%*9P"Š­ÄÚð&8_$|¡)¿(é2,*_Š3¥#ÙGý<EG‚VÊV!RxLË16J6&¸4ßW35‹)Á3ë*    5J    .€    1¯    =á    )
I
Ec
;©
8å
F Ce C© 1í 0 1P %‚ X¨ ' E) :o /ª 9Ú !*6Na0°=á3>S1’0Äõ%4:#o9“.Í-ü5*8`=™2×R
0]<Ž7Ë7(;adAÆ;2D2w'ª3Ò+-2/`8ZÉQ$+v"¢*Å7ð-(.V …&¦"Í6ð'@A<‚!¿Cá9%3_“³,Ò4ÿH4O};Í,    &6,]7ŠGÂE
7P(ˆB±VôYK;¥(á+
26'iG‘EÙ% E4fE›Aá2# V 5q § %Å Oë .;!Cj!B®!%ñ!0"3H"1|"®"=Î") #26#i#9†#3À#0ô#P%$>v$3µ$3é$%7=%(u%0ž%+Ï%/û%>+&0j&J›&%æ&K 'NX'>§'(æ'V(%f(*Œ(·(T¿(T)i)*‰)#´)!Ø)$ú)'*.G*v*"–*!¹*!Û*"ý*" +3C+"w+)š+ Ä+Ò+    ã+
í+    ø+=,@@,,>”,Ó,7Õ,% -#3-6W-)Ž-¸-(×-.%.%<.b.}.&›.Â.;à./ /5/I/a/4y/3®/3â/ 0 "0$00U00t0/¥0?Õ081N1+h1)”1¾1'×1ÿ1+2+E2+q2+2+É2"õ2313&Q3(x3*¡3,Ì3ù34 -4;4/L4@|4.½4$ì4554G54|5±5<Ñ5 6666P6!j6Œ6¦6.Â6
ñ6ü6"7$:7_7v7Œ7£7¹7 Ï7*Ý788"08 S8_8|8 ™8%º8à8ñ899(9%99/_9%9,µ9,â9.:,>:,k:,˜:,Å:*ò:&;/D;t; };"‰;¬;Ë; ê;7÷;/<?<H<&g<5Ž<'Ä< ì< ="=4===Y=s=0“=>Ä=!>%> E> f>s>Ž>)¦>"Ð>*ó>*?I?Z?t?Œ?#§?#Ë?3ï?*#@ N@ [@h@†@+–@,Â@ ï@A%/A UAvA$A´AÓA"ðAB)BBBQBdB!uB—B"ªB'ÍB.õB-$CRC*mC&˜C0¿CðC*D9D0RD ƒD¤DÃD+âD$E&3EZEpE‰E¡E¾E"ÞE    F F*F(;F'dFŒF¡F)ÁFëF G)GHG`G.xG/§G×GðGH H?H^HyH2ŒH2¿HòH"I&5I\I,vI(£IÌI$áIJ&J&CJjJ J*¢JÍJíJ&K-K KKlK)ŒK¶KÒKíK#L-&L$TL4yL*®L0ÙL
M" MCM_M|M'“M»MÌM"ÒMõM'ýM&%NLN!`N/‚N(²N)ÛN#O#)O"MOpO*O(»O$äO    PP-P0EPvP.P!¿P$áPQ"Q6Q1KQ}Q'–Q#¾Q âQR"R>RXRqRˆRšRºR,ËRøR*S=SWS+mS™S­SÄS ÛS éS ÷STT&1TXT xT™T­TÃTÜTüTU6UJUdU vU!—U¹UÖUìUV/$V3TVˆV$ŸV4ÄV&ùV W&W;WMWeWmW'ŒW'´W$ÜW%X%'X$MX%rX˜X±X)ÑXûXY*YHYWYOfY¶YÅYÝY÷YZ'ZFZUZfZuZZ8¨ZáZñZ%[&&[%M[+s[Ÿ[·[#Ö[ú[    \:\S\b\t\\£\µ\Ä\Ó\!ê\" ]/]@]S]"f]1‰]»]Í]â]ø] ^ ^;^R^c^&ƒ^ª^À^Ó^ç^__,_?_P_c_v_…__¬_Ë_(Ú_ `J`[`w``¬`Â`Ó`ç`ú`a!#aEa*eaa¤a¼aÙaîabb+bHbab"xb›b¯bÌbébcc,c*Hc0sc¤cÁcÙcôc d+dAdSdfdwd“d©d!Ædèdûde+eFeaeve”e«eÃeÖeîe'f.fJf af'mf$•fºfÚfêfg%gEg3_g “g ¡g"¯g Òg-óg!h ;hGhdh€hžh½hÓhñh i!i =i^i(|i/¥i&Õiüi#j":j5]j&“j ºjÇjÏjæj#k(k!/kQkmk/|k$¬k$Ñk/ök!&l Hl)il)“l)½l-çlm1m0Qm+‚m#®mÒm-îmn!8n9Zn%”n)ºn(än  o/.o2^o$‘o-¶o$äo5    p?pVp'tpœpºp!Öp*øp#qAqaq1{q­q
Àq'Ëq"óq!r!8r Zr!{r"r"Àrãr7s/:sjs‰s$¥s&Ês-ñs'tGt#dt#ˆt¬tÉtèt$u+(u!Tu!vu0˜u)Éuóu*    v#4v#Xv7|v5´vêv þv#w Cw"dw$‡w¬w½wÙwõwx-x$Fx)kx•x¤x´xËxÞxòx y 'y!Hy jy!‹y ­y!Îyðyz0zPznz@ˆz(Ézòz#{(6{_{.~{­{È{'â{
|!|1|0L|}|.—|!Æ|è|þ| }";})^};ˆ}Ä}/â}0~2C~#v~š~·~!×~/ù~")*Lw#“)·"á&€+€D€S€n€‡€'¦€΀&æ€* '8`z —¸ρäô‚‚0‚B‚V‚h‚z‚Œ‚‚¯‚Âقë‚ÿ‚ƒ"ƒ4ƒHƒZƒnƒ€ƒ”ƒ¦ƒ¸ƒ̃ރðƒ„„(„<„P„b„t„ˆ„š„®„À„Ԅå„ù„ ……/…A…S…g…y……Ÿ…³…Ʌۅí…ÿ…/†A†Q†g††Ÿ†¾†Ά!æ†!‡*‡I‡a‡‡“‡ ¬‡&͇'ô‡ˆ9ˆ/Jˆ)zˆ"¤ˆ.Lj0öˆ'‰#G‰!k‰!‰¯‰(‰ë‰ÿ‰Š1:ŠlŠ+ŠŠ>¶Š&õŠ‹1‹Q‹n‹‚‹‹ º‹#ȋì‹
Œ Œ((Œ*QŒ+|Œ¨Œ¸ŒЌêŒ  & G h ‰ ª Ë ì  Ž .Ž!OŽ qŽ’Ž"°ŽӎóŽ&)D)n)˜âþ6Mi€ ¼ؐô‘,‘/H‘$x‘%‘ÑՑ ì‘+ ’9’T’ m’Ž’¥’’ܒù’)“B“)X“‚“#˜“¼“$Г õ“*”+A”"m””ª”ʔ%ꔕ4&•2[•,Ž•»•וê•ý•–(2–[–({–(¤–&͖ô–5—>—]—x— —š—¬—¿—#ї!õ—˜)5˜ _˜€˜ ˜À˜+à˜( ™5™U™#\™€™ ™À™י"ò™š0š ?š!`š‚šŸš¼šК àš›!!›,C›p››'—›¿›֛&ô›$œ$@œeœ‚œ! œ"œåœ%'$Bg$‚&§$Ν/ó7#ž[ž!nžž­ž ÇžèžŸ2$Ÿ&WŸ)~Ÿ4¨Ÿݟ=ðŸ.. *] *ˆ I³ ý ¡!4¡V¡j¡(}¡¦¡º¡Õ¡"ò¡!¢7¢M¢\¢o¢¢$–¢ »¢ Ü¢!ý¢"£"B£e£„£¡£½£Õ£Dí£2¤K¤`¤ u¤$–¤$»¤#थ#¥<¥P¥ n¥{¥ š¥#»¥ߥù¥/¦ 8¦"F¦#i¦#¦"±¦"Ô¦÷¦§'5§]§2t§§§ħß§õ§%¨9¨4I¨4~¨&³¨Ú¨+ê¨*©A©V©u©‘©–© ©ª©,À©1í©1ªLQªHžªçª"þª!«6«&T«{«Ž«¡«À«Ü«:÷«92¬9l¬&¦¬ͬé¬*­%2­)X­‚­”­$¦­Ë­;Ü­®!5®W®=o®­®Ç®HÞ®'¯A¯a¯u¯‘¯±¯Я%í¯"°%6°!\°~°›°!º°ܰ÷°"±#1±U±    ]±    g± q±}±‘±¢±µ±(Ó±)ü±&²(;²d²"‚²'¥²'Ͳ    õ²ÿ²³.7³f³"ƒ³*¦³ѳæ³´´ 7´1X´1Š´ ¼´Ý´%ú´ µ<µ%Xµ~µ$—µ#¼µàµùµ¶/¶D¶&Z¶ ¶ ¢¶(°¶Ù¶ô¶
·+·G·c·}·%œ··Õ·,è·¸5¸U¸r¸ˆ¸A ¸â¸¹¹2¹G¹)\¹†¹¥¹0¹8ó¹,º(Lº(uºžº3·ºëº    »» 5»V»j»%~»!¤»'Æ»î» ¼,¼!L¼1n¼$ ¼#żé¼ ½2%½X½!h½"н­½˽$å½$
¾5/¾'e¾N¾8ܾ0¿$F¿k¿(‰¿"²¿Õ¿ç¿
ÿ¿
À$'À    LÀ%VÀ|ÀšÀ4¹ÀîÀ$    Á!.Á"PÁ"sÁ–Á±Á/ÌÁüÁÂ&(ÂO gˆÂ"¤ÂÇÂæÂÃ$ÃCÃ!TÃvÃ5…Ã4»Ã)ðÃ)Ä-DÄrÄ$ˆÄ­ÄÍÄêÄ-Å(0ÅYÅrÅŠÅ'¦Å!ÎÅ2ðÅ#Æ:ÆSÆhÆ}ƑƧÆ/ÃÆ4óÆ.(Ç.WÇ4†Ç.»Ç.êÇ,È9FÈ9€È9ºÈ:ôÈ9/É:iÉ9¤É9ÞÉWÊWpÊ.ÈÊ÷Ê$ Ë!1ËSËoË ‚Ë0£Ë#ÔËøË$Ì8Ì!XÌ$zÌ.ŸÌ(ÎÌ.÷Ì-&ÍTÍ'dÍ"ŒÍ+¯Í3ÛÍÎ+/Î[ÎxÎ%‘Î@·Î$øÎÏ 1ÏRÏ*iÏD”Ï$ÙÏ0þÏ/ÐCÐXÐlЂЖЩоÐÒÐçÐûÐÑ&Ñ:ÑPÑjÑ~ёѢѼÑÑÑçÑýÑÒ#Ò9;Ò(uÒ(žÒ%ÇÒ(íÒBÓUYÓU¯ÓUÔV[ÔV²ÔV    ÕU`ÕU¶ÕU ÖVbÖV¹ÖV×Ug×U½×UØViØVÀØVÙ-nÙ+œÙ0ÈÙ0ùÙ1*Ú%\Ú+‚Ú+®Ú+ÚÚ,Û+3Û+_Û,‹Û,¸Û*åÛ,ÜZ=ÜZ˜Ü[óÜ[OÝZ«Ý[Þ'bÞ)ŠÞ)´Þ)ÞÞ-ß.6ß>eß4¤ß>Ùß!à:àZà<là2©à Üàýà1á)Lá'vá%žáÄá"âá!â)'â Qârâ‘â©âÇâ Üâýâã2.ã/aã/‘ã(Áã&êãä#0ä"Täwä*’ä!½ä ßäå å>åSå#hå-Œå'ºå=âå8 æYæoæ%‹æ$±æÖæìæ çç2ç0Iç"zç'çÅçãçè#è >è_è!yè.›èÊèàèé7é2Lé4é0´é!åéê#ê;êUêiê'~ê)¦ê!Ðêòêë"ë:ëQëdëyë”ë®ë"Åëèë,þë+ì Aì"Nìqìƒìì¶ìÉì*áì) í6íUípí‰í£í½í ×íãíþí(î=î Xî yî"…î¨î½î#Òî&öîï+<ïhï‡ï›ï·ï"Óïöï) ð7ðRðgð|ððP§ðøðñ&(ñ1Oñññ¬ñ¿ñ×ñ*ìñò6òEò$`ò!…ò§ò#Æòêò!ó*óHóhó,ˆóµóÏó7çóBô,bô'ô6·ô+îô6õQõfõ!xõšõ"­õÐõ âõîõ    ýõAö.Iöxö–ö›ö¬öÀö4àöA÷6W÷2Ž÷2Á÷2ô÷<'ø2dø5—ø>Íø ù&ù%Aù"gù Šù «ù"Ìù!ïù%ú7ú Gúhúyú—ú´úÌúéúýú û1ûOýGQýG™ýáý,÷ý $þ*1ÿ=\ÿ^šÿ ùÿGBM[DìL1:~F¹J>KbŠ#í*,-W…'Œ´'º2â+oA ±:RKÙcj^Îu-b£Q    €X    –Ù    šp
[ Pg T¸ U Wc X» Š JŸ Vê ZANœIëT5NŠkÙSEG™¹áG›Œãap`ÒL3e€cæcJ©®eX·¾sv™êS„`Øh9F¢CéH-NvnÅ`4N•dähIc²^ˆuAþ@hU¾/Íý 9BVA™9Û% #; )_ 2‰ #¼ 5à 5!AL!:Ž!'É!6ñ! (" I"V"%o""•" ¸"-Ù"S#V[#"²#KÕ#F!$!h$4Š$N¿$s%S‚%'Ö%þ%&+:&1f&V˜&Gï&…7'½'Ñ'Gå'S-((š(:ª(:å( )$4)TY)A®)6ð)6'*I^*S¨*kü*Vh+w¿+^7,:–,/Ñ,6-/8-Ph-/¹-3é-#.9A.@{.)¼.)æ./0+/#\/%€/0¦/-×/0%0D00Y0?Š0FÊ0q11ƒ1Gµ1Fý1pD2"µ29Ø2R3Le3L²3`ÿ3!`4*‚44­4wâ4%Z5*€5/«5Û54ú5E/6!u6!—60¹6Bê6'-7$U75z76°73ç7F8:b8685Ô8B
96M9?„96Ä9Eû98A:9z:6´:>ë:/*;,Z;‡;&¦;0Í;&þ;/%<U<,s<? <4à<.=CD=>ˆ=MÇ=7>8M>@†>cÇ>I+?6u?6¬?2ã?R@ i@ Š@«@PÅ@DAD[A3 A5ÔA&
B=1BCoBY³B( C-6C+dCOCBàC##DCGD+‹D*·D"âD+E41E-fE'”E:¼E)÷E;!FC]F>¡F1àF)G7<G1tG¦G'ÃG'ëG)H0=HGnH-¶HQäH6I!EIgI…IB£IæIõI-J&CJ:jJ7¥J3ÝJ[KGmK_µK,LQBLu”LQ
MD\M-¡M*ÏM<úM=7N.uNK¤N2ðNP#O/tO;¤O"àO*PP.P.P5®P%äP'
Q%2Q XQ&yQ Q9½Q)÷Q!!R/CR.sR8¢R!ÛRýRS)%S&OS/vS¦S/ÆSBöS+9TeT"‚T"¥T*ÈT&óT%U5@U"vU™UQ·U/    V'9V<aV)žV3ÈV%üV""W/EW.uW*¤W5ÏW7X2=X3pX9¤X5ÞX7Y2LY+Y[«Y Z1(Z0ZZ5‹Z9ÁZûZ![A;["}[ [/¸["è[( \'4\'\\'„\¬\2Ë\þ\]+,]/X]/ˆ]&¸],ß], ^-9^#g^(‹^R´^_&%_"L_"o_>’_5Ñ_A`5I`"`B¢`å`#û`5a:Ua,a-½a!ëa b&-b;Tb;b%Ìbòb*c1,cA^c% c"Æc4éc1dPdnd‰d'©d1Ñd0e54eJje4µe0êe;f@Wf-˜f2Æf&ùfH g*ig#”g6¸gïg8 h+Eh.qh hµhSÎh+"i#Ni*ri!i"¿i=âi5 jBVj%™j¿jßj.ùj1(kZk!wk%™k$¿k äk7l<=l.zlA©l"ël!m/0m"`m9ƒm,½m-êm9nRn(pn*™nÄnänýnoCo;_oD›oDàoP%pKvpJÂp? qRMqG qFèqE/rEurE»rGsJIsK”sAàs+"t<Nt$‹t/°t*àt* u#6uZu'wuŸu9¿u ùu4v7Ov"‡v?ªvLêv77w)ow™w*¹wäwýwx>&x/ex#•x&¹x0àxQyRcy¶y4Ôy2    z/<z!lzŽz«z Ézd×z<{gM{µ{¸{¼{>Ð{5|E|L|#U| y| †|#’|#¶|#Ú|7þ|F6}F}}Ä}8Ü}+~/A~*q~'œ~(Ä~'í~'&=$d(‰&²)Ù!€%%€!K€#m€-‘€3¿€ ó€/41d8–1ρ4‚G6‚&~‚¥‚¾‚Hǂ&ƒ#7ƒ[ƒ/rƒ2¢ƒGՃ1„GO„]—„$õ„…!…M(…
v… … ¢…#Å1ç…3†0M†$~†*£†<Ά5 ‡+A‡-m‡9›‡$ՇMú‡)Hˆrˆ:ƒˆ¾ˆ"ۈ7þˆ.6‰e‰1u‰=§‰Cå‰7)ŠDaЦРªŠ ·Š ĊBъS‹4h‹ ‹ ª‹ ·‹ ċ ы4ދ8ŒLŒ gŒtŒ Œ œŒ ©Œ ¶Œ8Ì üŒ      !".Q kZŒçÊöÁŽ2ǎ5úŽ805i7Ÿ’׏jTø_M‘R­‘H’RI’;œ’Dؒ3“2Q“K„“6Г=”2E”x”“”;©”>å”:$•i_•Vɕ\ –B}–YÀ–j—ƒ…—]    ˜kg˜NӘF"™ei™bϙ^2šc‘šPõšoF›a¶›gœI€œOʜpK‹QםD)žnnžlݞ[JŸM¦ŸNôŸEC c‰ Ií E7¡n}¡8ì¡5%¢W[¢:³¢`î¢nO£S¾£;¤MN¤mœ¤X
¥ac¥bÅ¥b(¦D‹¦1ЦL§)O§2y§„¬§W1¨[‰¨\å¨4B©Lw©WÄ©2ª2Oª4‚ª0·ª'èªF«FW«ƒž«"¬*A¬\l¬ɬ”æ¬I{­_Å­E%®[k®,Ç®Sô®HH¯3‘¯Oů6°>L°$‹° °° ¼°Ȱ ܰ8é° "±.±=± O±]±z±±˜±¡±°±ɱâ± ô±²²4²I² X²e²²œ²¶² вݲî²    ³³ 6³D³-b³œ³<-´oj´:Ú´µ81µjµеŸµ¸µÔµ"óµ!¶B8¶j{¶qæ¶gX·'À·9è·,"¸O¸k¸„¸¸¶¸#и#ô¸B¹,[¹0ˆ¹0¹¹5ê¹ º!;º6]ºC”ºtغgM»Zµ»U¼2f¼5™¼=ϼF ½%T½/z½xª½'#¾%K¾iq¾YÛ¾35¿i¿<†¿2ÿ+ö¿A"À}dÀ.âÀKÁb]ÁHÀÁ<    ÂTFÂT›ÂIðÂJ:Ã_…ÃcåÃ?IÄ*‰ÄB´Ä"÷Ä:ÅUÅpÅ'ÅB·Å)úÅ*$Æ4OÆ.„Æ3³Æ çÆ6ÇT?Ç%”Ç9ºÇ8ôÇH-È4vÈ)«È+ÕÈ:É:<ɤwÉoÊ2ŒÊ-¿Ê#íÊ(Ë:ËXËtËH†ËKÏËCÌL_ÌL¬Ì;ùÌb5ÍF˜Í`ßÍ@ÎUÎ0jÎ›Î¬Î½ÎØÎíÎÏÏ#Ï22Ï#eÏŒ‰ÏzП‘Ф1ÑtÖÑ}KÒZÉÒ™$Ó+¾ÓêÓÔÔ3Ô"NÔ#qÔ,•Ô>ÂÔ!Õ#ÕCÕ6XÕ`Õ1ðÕ("Ö0KÖ |ֱ֝Ö'ÆÖîÖ×:$×B_×<¢×8ß×PØXiØqÂØG4Ùq|Ù#îÙ2Ú5EÚ={Ú!¹ÚÛÚCöÚ.:ÛLiÛv¶Û)-Ü)WÜ%Ü#§Ü ËÜìÜ
Ý!Ý9Ý$PÝ%uÝ&›Ý&ÂÝ(éÝ(ÞC;Þ.Þ.®ÞGÝÞD%ß"jߍß2¥ß.ØßEàEMà(“à^¼àEá(aáEŠá*ÐáGûá*CâGnâ*¶â4áâGã4^ã2“ãÆã?åãN%äNtä3Ãä.÷äJ&åVqå*Èå(óåUæ5ræ0¨æ(Ùæ2çh5ç1žçÐçèç$è/,è\è!rè”è,¯è@ÜèQé!oé;‘é;Íé9    ê9Cê=}ê=»ê;ùê;5ëBqëB´ë?÷ë?7ì wì!˜ì ºìÛìoúìIjí*´í0ßí:î"Kî$nî:“îÊÎî@™ï6Úï4ðIFðBðÓðñð<
ñ(Gñ,pñ?ñÝñSûñNOò(žò+Çò#óò#óD;óc€óAäó*&ô9Qô0‹ô;¼ôOøô5Hõ8~õA·õ]ùõ\Wöt´öJ)÷5t÷Lª÷%÷÷(ø4Føn{øGêøI2ù>|ù>»ù>úùP9ú,Šú5·ú7íú4%û4Zû4û4Äû5ùû5/ü6eü6œü6Óü6
ý6Aý6xý6¯ý6æý6þ6Tþ6‹þ6Âþ4ùþ4.ÿ4cÿ4˜ÿ4Íÿ4574m4¢4×4 6A6x6¯6æ44R4‡4¼4ñ4&4[44Å4ú5/5e3›4Ï4595o4¥4Ú44D7y3±3å4ENJ”Jß@*Fk<²CïD3    zx    »ó    =¯
/í
% 'C 6k ¢  ¹ Ú ù % H8 & ¨ à à ð    ( 9 CT C˜ RÜ )/0Y-Še¸@=_2‡ÐOX1¨ÚHöQ??‘ÑïB$C7hx  :)W8º É9ê $)E'o/—5Ç9ý/73g/›8Ë-2FR*™"ÄçH6Of†!í4D_0z:«2æ+/E'u"3À&ô]4S’#æ"
?-&mF”)Û#I)+s*Ÿ9Ê2#7‹[gç$O#t$˜+½/éA*["†%©7ÏL +T € 2Ÿ 7Ò /
!5:!$p!%•!$»!à!,æ!+"?"+\".ˆ" ·"$Ã"è"û"#!##E#3Z#Ž#¤#/º#-ê#$,6$4c$>˜$×$%÷$ %>%%Y%(%)¨% Ò%)ó%&&D&&c&*Š&µ& Ì&,í&' 4'U'#p'0”'Å'×'7õ'3-(a(-|(Sª(þ(!)6)?P)6)NÇ)B*GY*I¡*.ë*F+4a+!–+4¸+:í+(,8,TV,A«,í,W-]-z-”-7©-á-û-.,.6H..&—.¾.Ô.æ.ý./$/7/L/`/6t/«/Ê/Ü/!î/0#050 H0i0${0 0$¶0Û0$ñ01!,1N1a15y1a¯1<2"N2q2*‘2¼2EÖ2Y3Dv38»3!ô324I4:h4£4+Â45î45$55Z5%55¶5#ì56.6K6g6„6#¡6Å6ã677C=77CŸ7ã788=8$[8€8œ8»8Ù8÷89V397Š9Â9+á9O :&]:\„:;á:,;J;.g;.–;1Å;1÷;[)<P…<`Ö</7=-g=A•=F×=M>Ll>F¹>?- ?>N?9?6Ç?6þ?15@5g@5@5Ó@2    A4<AqA.óAW"B]zBkØBUDCcšCHþCVGD7žDÖDñD-E$?E9dE>žE,ÝE&
F1F.LF.{F)ªF-ÔF-G-0G*^G3‰G,½G.êG"H/<H/lHBœHßH%úH3 ITI|nI•ëI?JÁJÝJùJ- K>:K*yK8¤K)ÝKL6#LGZLU¢LøL2M6HM9MO¹M?    N-IN>wN7¶NîNO7.OEfO5¬O9âO5P9RP&ŒP&³P'ÚP,Q8/Q'hQQ)®Q(ØQ:R8<R5uR9«R&åR& S'3S,[SˆS8¦SßS{ÿS‹{T–UOžU-îUV-+VYVnVV¢V ±V¿V ÚVûV>WHWWO W)ðWEXW`XB¸XKûX]GYŠ¥Y†0Z\·Z3[5H[5~[5´[5ê[6 \6W\7Ž\7Æ\7þ\76]7n]7¦]7Þ]7^7N^7†^7¾^7ö^5._5d_5š_5Ð_5`5<`6r`5©`5ß`5a5Ka7a7¹a7ña7)b5ab5—b5Íb5c59c5oc5¥c5Ûc5d5Gd6}d6´d4ëd5 e5Ve6Œe6Ãe5úe50f5ff5œf8Òf4 g4@g5ugp«g h?=h8}hI¶hKi6Li2ƒi2¶i1éi2j2Nj1jN³jk3k0Pk6k1¸k(êk2l/Fl$vl;›l×lBôl97m>qm7°mCèm7,n@dn?¥nFån?,oAloC®o?òo?2pHrp?»pEûp\Aq<žq;ÛqBrIZrU¤r<úr87sEpsb¶s\tmvtYät2>uBquA´uöu'vH6vIvÉv*év&wP;wŒw3§w.Ûw(
x&3x/Zx2Šx-½x9ëx/%yPUy=¦yäy:÷yD2z9wz$±z*ÖzU{:W{F’{JÙ{F$|;k|E§|Gí|/5}/e}•}±}-Ã}1ñ}4#~0X~V‰~!à~?@Bgƒ6ë8"€C[€NŸ€}î€\lVɁ] ‚l~‚N낝:ƒ\؃V5„Œ„c…ˆr…Jû…`F†y§†#!‡zE‡™À‡^Zˆˆ¹ˆiB‰9¬‰Næ‰C5ŠyŠ%—нŠ?Њ0‹A‹$\‹F‹ȋ<à‹"Œ@ŒOŒjŒ}Œ –Œ·Œ&Ԍ+ûŒ4'\Tp;ōŽ7Ž%KŽ(qŽ(šŽWÎ15Mƒž:¹XôFM^”NóOB‘P’‘Nã‘K2’8~’S·’! “3-“$a“]†“ ä“-ò“$ ”!E”g”x”˜”§”Ĕä”%•*•!H•"j•.•.¼•5ë•:!–2\–A–Eі8—AP—M’—]à—0>˜9o˜Y©˜™™*™9?™:y™f´™'šxCšW¼š9›WN›+¦›VқI)œMsœGÁœK    3U8‰t7ž9UžžE­ž0óž0$Ÿ3UŸ,‰Ÿ4¶Ÿ*ëŸP 4g Zœ J÷ lB¡\¯¡) ¢&6¢8]¢/–¢,Æ¢%ó¢&£@£#X£|£H£VÙ£_0¤%¤N¶¤h¥0n¥HŸ¥Iè¥;2¦Xn¦.Ǧ!ö¦F§A_§¡§6³§%ꧨ
$¨5/¨=e¨ £¨!¯¨Ѩë¨ÿ¨%©$9©^©8{©´©Ó©æ©ÿ© ª?¶ª-öªN$«s«$‡«C¬«Cð«C4¬x¬%—¬T½¬=­$P­-u­3£­7×­0®@®bZ®W½®V¯Kl¯K¸¯K°{P°Y̰&±-@±=n±H¬±Jõ±e@³V¦³Uý³*S´,~´p«´Uµ+rµhžµ¶;¶8V¶I¶9Ù¶K·*_·+Š·=¶·Vô·K¸h͸‚6¹F¹¹-º,.º[º'xº º'¿º<çºS$»Bx»»»Ï»4í»M"¼Kp¼6¼¼@ó¼K4½I€½1ʽÆü½Íþ‚‘¿À.,À<[À,˜À.ÅÀ)ôÀKÁ0jÁK›ÁLçÁ#4ÂXÂNvÂLÅÂLÃP_Ã+°Ã-ÜÃK
ÄMVÄS¤Ä&øÄYÅ_yÅfÙÅf@Æn§ÆvÇ{Ç    È€‹È— É—¤É—<Ê—ÔÊ™lË—Ì™žÌ—8ÍnÐ͘?ΘØÎ[qÏNÍÏKÐ"hÐS‹ÐMßÐ-ÑKMÑW™ÑKñÑ&=ÒKdÒ)°ÒÚÒ!úÒ+ÓQHÓSšÓ@îÓ;/Ô;kÔ<§ÔRäÔ;7Õ0sÕg¤Õ= Ö$JÖ(oÖ˜Öj¯Ök×!†×,¨×DÕ×4Ø-OØ}Ø"Ø2ÀØ(óØÙ/8Ù4hٝÙ+ºÙ/æÙÚ 5ÚAÚHÁÚ@
ÛEKÛG‘ÛIÙÛ;#Üj_ÜHÊÜMÝHaÝuªÝ+ Þ–LÞnãÞhRßv»ß>2àWqàFÉàAáNRáh¡á[
âRfâF¹â@ã[AãNãHìãP5äq†ä†øä”åŸæK´ækçhlçPÕça&èEˆèDÎèPé‹déYðé>JêD‰ê[Îê}*ë[¨ë^ì’cìGöìq>íK°íœüís™îi ïBwïdºï¯ð¶Ïð†ñ5žñ+Ôñ+ò-,ò3Zò;ŽòbÊò˜-ó:Æó7ôö9ôý0õ9.ö3hö`œöBýöP@÷‘÷9¯÷Né÷N8øR‡ø`Úø0;ùGlù?´ù(ôù,ú)JútúB‘úIÔú8ûFWûbžûQü/Sü<ƒü2Àü&óü'ý?Bý7‚ý:ºý$õý&þ%Aþ'gþ+þN»þ5
ÿ+@ÿ2lÿ5Ÿÿ5Õÿ (&.OT~#Ó=÷/5*e77È=,>fkWÒg*@’Ó ó 52M#€;¤-à-6<sˆ2µ#è -+Y+x ¤'Å–í=„Â9Ô$63oj.ÚD        NN    /    !Í    ï    -
 5
'V
!~
6 
O×
P' >x J· - `0 T‘ ;æ M" .p 9Ÿ .Ù /8PV"§+Ê,ö(#%Ljr%Ý?VC$š,¿jì@W.˜sÇ2;Zn4ÉDþICO@Ý:dY?¾Rþ!QUs?É3    :=+x9¤(Þ'(/4X7&ÅKì68:oMª;øF46{6²HéJ2@}P¾U-eF“&Ú0.2(a,Š(·+àN [4z+¯.Û<
.G9v'°(Ø/E1.wK¦2ò(% $N ss Gç 6/!Df!>«!5ê!- "NN"/"=Í"7 #3C#%w#7#*Õ#$$].$-Œ$º$'Ø$p%<q%6®%Uå%;&K[&4§&qÜ&,N'1{'­'Ê'*å'(0(*N($y(,ž(%Ë(1ñ(0#)!T)Bv)<¹)+ö)\"*,*m¬*B+Z]+d¸+d,_‚,râ,[U-F±-Bø-4;.ep.2Ö._    /^i/5È/Bþ/HA0FŠ0DÑ0J1Ja16¬1ã1Z2B\2KŸ2Rë2^>3^3]ü3GZ48¢4)Û4d5.j5H™5Fâ5?)6Ei6¯6-Í6sû6:o7lª7T8Tl8DÁ869!=9#_9?ƒ9;Ã9\ÿ96\:0“:PÄ:W;Zm;JÈ;]<@q<\²<?=KO=<›=oØ=kH>G´>Eü>HB?/‹?N»?7
@9B@O|@RÌ@lA{ŒA:B1CBCuBF¹BTCIUC.ŸC0ÎC4ÿC?4D%tDPšDJëD06EZgE/ÂE;òE=.F<lF:©FXäFg=G„¥G[*H,†HA³H\õHIRIxœIgJM}J;ËJkKdsKØKiXLEÂLNM9WM:‘MhÌM`5ND–N4ÛNPO^aO^ÀOKP%kP_‘P1ñP0#QdTQ2¹QKìQ‚8R4»R<ðRQ-S<S+¼SaèS;JTK†T,ÒT@ÿT@@ULUsÎUeBVH¨VSñV-EWTsWEÈW;X;JXE†XIÌXEYW\Y4´YféYZPZV«ZA[TD[6™[AÐ[ \v\g•\;ý\'9]7a]+™]:Å]3^14^-f^0”^/Å^/õ^0%_0V_P‡_-Ø_;`B`[`s` ƒ` `S`Vñ`HaT_a´aP¸a3    b'=bGeb0­b*ÞbA    cKc6jc,¡cÎc0îc=d<]dKšdædúde+5e'aeI‰eMÓeM!f of|f(f)¸f4âf3gEKgB‘g Ôg7õg4-h"bh(…h ®h7Ïh7i7?i7wi7¯i3çij$8j1]j6j<Æj>kBk#^k‚k˜kR©kmükPjlE»l\mN^mK­m1ùmL+nxn(‹n'´n'Ün0o05ofoB„o    ÇoÑo"åo p)p=pVppp‰p©p1¼pîp q-(qVq+gq6“q1Êq8üq5rJrarxrr;­rAér;+s>gs>¦s@ås>&t>et>¤t>ãt>"u2au;”uÐuàu.ñu* v*Kv vvB„vÇvÙv$èv0 wH>wD‡w(Ìwõw xx8xTxnx8ŽxNÇx?yAVy2˜yËy1êy!z?>z-~z0¬z0Ýz{({(F{*o{.š{5É{Fÿ{XF| Ÿ| ­|»|Ë|Bà|A#}4e},š}6Ç}/þ}$.~(S~2|~,¯~9Ü~)3]r‹1©Û+ö1"€@T€:•€)Ѐ5ú€N0X(؁D‚+F‚Fr‚*¹‚ä‚)ƒ6+ƒ/bƒ*’ƒ½ƒ!׃ùƒ$„)9„1c„    •„%Ÿ„ńBل2…O…3i…,…ʅé…†#†#9†@]†Až†.à†#‡#3‡ W‡&x‡Ÿ‡»‡<чGˆ<Vˆ+“ˆ1¿ˆ%ñˆ3‰@K‰Œ‰=Ÿ‰=݉#Š4?ŠtŠ,Š9½Š-÷Š%‹,B‹,o‹(œ‹*ŋ7ð‹/(Œ0XŒ‰Œ.¦Œ;Ռ/CAA…JǍŽ$/ŽTŽfŽ€Ž;’ŽΎ
êŽ!õŽ 9$0^-¤Eҏ8@Q-’8À.ù((‘CQ‘8•‘3Α’!’'A’Ii’³’4Β$“D(“'m“•“ ¬“@͓#”@2”*s”ž”¾”ޔû”•/•O•d•
‚•D•$ҕ5÷•.-–\–)u–Ÿ–µ–Ζ
ç–ò–
— —(—/<— l——ª—»—ڗ;ð—-,˜'Z˜‚˜+ ˜̘<å˜C"™=f™&¤™,˙ø™MšMdš-²š-àš?›.N›}›ƒ› —›¥›»› Ã›/ä›.œ6Cœ<zœ;·œ5óœ8).b"‘*´"ߝ ž ž /ž ;žRGž šž¦ž¿žڞóž Ÿ ,Ÿ 8Ÿ FŸRŸmŸ9‡Ÿ ÁŸ Ο$ڟ*ÿŸ1* /\ Œ ¥ &Å  ì  ø 8¡ =¡I¡X¡p¡¡ ¡ œ¡¨¡¼¡Û¡ û¡    ¢¢$)¢2N¢¢¢¢¢µ¢Æ¢×¢í¢ £ £#0£T£g£w£ˆ£ £±£Ä£ Ô£â£ò£ ¤¤ '¤3¤ Q¤+]¤    ‰¤E“¤$Ù¤þ¤!¥;¥ P¥\¥m¥}¥Ž¥ž¥!¾¥-०#¦$=¦b¦z¦
ަ™¦©¦¿¦Ù¦&í¦§%'§M§%f§Œ§¤§ç2ß§2¨E¨_¨t¨Œ¨¡¨½¨Ϩà¨ø¨©&©9©S©r©†©¢©¼©Ú©ò©ª!ª5ªUªsªˆª9ª"תúª«I%«<o«/¬«Ü«0ü«.-¬3\¬,¬I½¬­ ­+-­4Y­HŽ­)×­®9®8Q®:Š®;Å®$¯.&¯U¯2k¯+ž¯0ʯ*û¯6&°M]°<«°0è°?±?Y±\™±Fö± =²J²R²h²&†²­²6¼²ó²³6&³&]³&„³,«³(س"´,$´,Q´,~´9«´&å´' µ94µ<nµ:«µ æµ3¶;¶)Y¶Aƒ¶3Ŷ7ù¶61·.h·0—·2È·%û·>!¸@`¸X¡¸*ú¸@%¹,f¹“¹¨¹4Ź4ú¹!/º,Qº~ºK›ºçº
ÿº+
»(6»&_»'†»&®»'Õ»(ý»(&¼'O¼Bw¼:º¼õ¼½'3½'[½;ƒ½,¿½ì½% ¾%1¾W¾ v¾—¾%´¾6Ú¾&¿&8¿A_¿=¡¿ß¿8ú¿-3À-aÀKÀ6ÛÀÁ)0Á;ZÁ/–Á&ÆÁ2íÁ Â/?Â/oÂ/ŸÂ/ÏÂÿÂÃ-?Ã"mÐÃ,¦ÃÓÃîÃ%Ä")Ä"LÄ#oÄ"“Ä#¶Ä"ÚÄ#ýÄ!!Å!CÅ!eÅ+‡Å³ÅYÓÅ9-Æ6gÆ7žÆ<ÖÆ5Ç3IÇ-}Ç"«Ç;ÎÇ
È È6ÈLLÈ™È3±È*åÈ"É73É0kÉ(œÉ0ÅÉOöÉ)FÊBpÊK³Ê=ÿÊ1=Ë)oË,™Ë.ÆËWõË.MÌR|ÌÏÌ,ìÌ=Í$WÍ4|Í)±ÍÛÍ$îÍÎ.0Î+_΋Î0©Î4ÚÎ9ÏIÏ:iÏ$¤ÏÉÏéÏ ÿÏ Ð Ð5ÐJÐ]ÐrЅИÐ!«ÐÍÐàÐ"õÐÑ+Ñ @ÑLÑ_ÑrчњѯÑÂÑ×ÑêÑýÑÒ+Ò>ÒQÒdÒyÒŽÒ£Ò¶ÒÉÒÞÒñÒÓÓ .Ó:ÓOÓbÓuÓˆÓ¡Ó´ÓÉÓÜÓñÓÔÔ0ÔCÔVÔ iÔ?vÔ¶Ô"ÔÔ'÷Ô2Õ1RÕ„Õ*•Õ5ÀÕ5öÕ1,Ö%^Ö7„Ö"¼ÖßÖ,ýÖ5*×H`ש×Ç×Dà×>%Ø-dØ?’ØGÒØ(Ù$CÙ$hÙ,Ù ºÙ?ÛÙ&Ú&BÚ'iÚK‘Ú5ÝÚAÛHUÛ.žÛ)ÍÛ-÷Û#%ÜIÜ+_Ü,‹Ü ¸Ü,ÄÜ%ñÜ"Ý:ÝIIÝ<“Ý=ÐÝÞ+-ÞYÞ6wÞ5®Þ5äÞ5ß5Pß5†ß5¼ß5òß5(à5^à5”à8Êà5á(9á<bá*Ÿá(Êá*óá5â8Tâ8â8Æâ)ÿâ*)ã%Tã*zã!¥ã%Çã!íã)ä%9ä*_ä*Šä%µä%Ûä*åP,å<}å<ºå÷å!æ8æ6Ræ(‰æ+²æ2Þæ"ç)4ç(^ç‡ç)ç;Çç&è?*èjè2ˆè»è:Ùè,é9Aé:{é8¶é*ïé7ê'Rê<zê·êFÖê?ë8]ë$–ë»ë!×ëùë%ì;:ì+vì<¢ì<ßì:íWí5ní"¤í2Çí$úíî4îDîcî(zî&£î"Êî.íî%ï$Bï$gï$Œï6±ï-èï$ð;ðBAð>„ð5Ãð+ùð#%ñ6Iñ%€ñ¦ñ8Ãñ8üñ'5ò']ò…ò˜ò:µò9ðò;*ó@fó§ó$¸ó5Ýóô42ô(gô7ô4Èôýôõ(6õ(_õ$ˆõ+­õÙõ*õõ ö*<ö-gö*•ö6Àö>÷ö6÷'S÷ {÷4œ÷$Ñ÷Gö÷I>øEˆø?Îø7ùAFùˆùA¤ù2æù,ú,FúGsú"»úÞú2ûú.ûCû-Zûˆûœû»û.Úû    ü)ü GüTügüü!¡ü&Ãü*êü6ý6Lý;ƒý7¿ý1÷ý)þIþhþP{þÌþìþÿ/ÿ6Kÿ4‚ÿ3·ÿ/ëÿ+G%e‹-§)Õ-ÿ1- _P€Ñ+ã-*=+h+”*À8ë4$$Y_~ Þ*ÿ*'H,pH²PûKL˜B°Bó6-O}œ
¥°ÁKÙH%@n]¯Y 1g-™Ç"Ú:ý8    P    #c    #‡    "«    dÎ    U3
U‰
?ß
2 (R 7{ +³ Pß 0 H &a ˆ ¥ #Á 4å % m@ .® Ý hö )_7‰ÁÕ ñ&.1U.‡4¶-ë#2=%p–³7Ò/
:    B    L Vbz1¥5×6 D8\#•C¹<ý9:t,†³9Ï$    6.*e£!Áã'>(>g!¦#È-ì""=.`!2±)ä!&0#W*{¦6ÄQûM:b ¾×;ó!/#Q%u0›"Ì.ï0O o!²'Íwõ(m'–¾Þþ?+^'Š:²Hí)68`=™×Dñ60T…/£Óò#!6%X2~:±+ì5 GN +– + 'î 7!@N!!9­!9ç!'!" I"Pj"H»"U#9Z#F”#OÛ#G+$,s$5 $>Ö$0%F%2d%—%(§%$Ð%õ%' &5& T&Eu& »&AÜ&%'<D'!' £' Ä'3å'( 8(<Y(*–(6Á(&ø(+)(K)/t)/¤)/Ô)!*>&*e*B€*AÃ*7+1=+Bo+²+*É+$ô+ ,':,>b,B¡,"ä,- $-:E-*€-G«-!ó-#.9.Y.(y.#¢..Æ.Gõ.J=/Dˆ/DÍ/J0D]0D¢0Bç0i*1i”1hþ1gg2fÏ2g63fž3f4¤l4¡5#³5×5*ö5=!6!_66?Ÿ6Jß68*7c7)ƒ7D­7%ò7,8/E85u8:«8:æ8!9149Cf9Eª9Qð9?B:7‚:º:Ø:-ð:F;2e;˜;'¬;Ô;6ô;G+<!s<!•<·<Ë<à<ô<
==1=F=Z=o=ƒ=˜=®=Â=)Ø=>>)>)D>n>ƒ>™>¯>Â>Õ>Tð>HE?HŽ?5×?+ @Y9@_“@_ó@_SA`³A`B`uB_ÖB_6C_–C`öC`WD`¸D_E_yE_ÙE`9F`šF`ûF@\G5GDÓGDHD]H>¢H=áH=I=]I>›I=ÚI=J=VJ=”J2ÒJ,Kr2Kr¥KsLsŒLrMssM/çM.N.FN.uN>¤N@ãN7$O-\O7ŠO%ÂO*èOP>%P4dP!™P9»P7õP--Q-[Q(‰Q²Q"ÐQ!óQ/R-ER&sR šR#»RßR%ýR#S+<S;hS8¤S8ÝS1T,HT!uT&—T%¾T,äT3U1EU4wU*¬U&×U"þU!V/@VHpV1¹V?ëVC+WoW*ŠW*µW6àWX!-X!OXqX‰X<¥X4âX7Y'OY-wY¥Y-ÄY*òY#ZIAZG‹ZÓZ-ðZ[F:[A[CÃ[;\8C\,|\(©\Ò\î\]I]Lc]-°]Þ]"ò];^Q^'k^"“^"¶^#Ù^ý^+_E_<e_ ¢_Ã_6Õ_ `)*`"T`w`–`5´`7ê`4"a(Wa(€a ©a'Êa"òab&(bOb0mb'žb$Æbëb/c8cQc2oc.¢c#Ñc;õc-1d(_d-ˆd)¶d;àd%e8Be8{e´e ÏeðefW,f„f¢f3¸f<ìf)gBgWg+pg!œgA¾g*h+h5Bh,xh)¥hÏh7êh<"i6_i2–i0Éi0úiL+jxj—j:´jUïj/Ek-uk5£k%Ùk5ÿk5lOl:fl¡l)ºlälmm %m_3m9“mÍmìmòm    n0'n.Xn;‡n;Ãn7ÿn77o,oo=œo3Úo<pHKp”p;²p6îp3%q#Yq#}qA¡qBãq-&rTr9držr/½r,ír2s6Ms+„s$°s ÕsÌgãB ) t/Ÿ’C\ $ãˆ<zyO<ðÙ28>/ŒhÃÔ Ê3„ _ é    š &B®˜    ÿE¿)À H҃¾7
r»l Á© H‡£  iwp
ö    ¹ u ª¨’ û    ßíŸ{
†
\
ϲ†®
‘ ÍY2( ‡R ›µ[~
P N¤    .• ô w    X(Š ˆ lU€    ²    ïÓž ¤
`ùòŒ ä |¶    '˜Yd„2    i á ñ$J¦•·        Ü åDcÕFf    xU »5] ñ ¿‡    ë& 
v"    hš´‘2 [}A    + ÛYùmÉ" A‘ Ä“g¶Êê <Ï Äµ'7T…»sïß3 Äì ¡Xè    
þ À Ã(äÞ #
ƒ     D í >p « ‚_!G ±    ø ÷£ËˆR0C
— BN´·–èÖŠM
à•÷7f è «
{v l¿ Jd“—þ/ ã# Jbƒ g… ) d
u    ÉA ÍAÎý'"¬
x ]ott ×â¾T^ž rö?Ú > ·
­rU-CÇ™cÐÒ âQ’±^pÿá    šÖ©
hE0`äÀE°= Õ    ®Ö Ü‹å
–™ke7×2 ö ž`Æ .ÃÎ Ò 6
± 3À×    Å„ 9Eù  È
t­1è®d­    ¿8ï
Þr
$ù W⣠   »€ Þ S
±N œ×÷·    “r®¨ §\½ Ø C1 w µ¥–
8¦4tÂ
º    =bv ñ„F§èq    µ    ®    =
/£|0v ±ø
ž õ
± Žƒ
ø Ï© t ¼ zìù
ø D<í‹®    12ÆŒ    …X?»Ԇ    *ø¾    Úëµl¸½_J¾ #­ Ý #þ
¤g
NÀL
+ü:€Ãìé T €Ñ£í 9ü2ª§l \ §    1    ª    *Ù #¿æxõ ei¸T VV°    G@­þÓA“ f ù·¼ 1ý EýKp    ¼b¥†êš{¥ò™ ԏy çcWâC G<¨V™Ý…éüFñ    ¡    a¹    dÐË‹ÓqAzs± KÍ ”Æa.±ß    Ç
)á ‰
Øñ -    85
Wg x/Ç y? â¨Ö  QÐNpÉ7m@R“´ ·sh ½XÇ Æóa Áë =¹q
9 6þ°³ Ô Í6 ½zn ¥.N
¸ Ž Àiœµ"ša ‹ o
{&Ô%     û©e ÐÍUçÖµ  
F
§½J
àwm¢ ª˜)XÝ 9žø|9_È ËŠæ 3
=™ÌŵZ8a¢ GËÙƒ› ¬  g «";4/À ¨‡Ð
·ƒ£
å ^
‘    \ ðB    ž— È      wh Ý •
n{ä ûò1 s M–AÈZ Hí:Ù
! G»Ñ ²Ç    N    ¦¿ Þ Á { ÛïeÍ,À    ¾ñœÞæ-; ¸‡â
Fi}’Êùÿ)S    ›Ô ”
'¶è—ÕÞ    z
:èÃt    ¼    põ¨ó\: ë 6áð Œ æƒ³./ ;  TfÌ êŽ. TÔŒC ¾Š¢?
j;y    ðŒ
i
626E Èú]ãšå ÓÞÎo ÷ « ‰ ô‚QÑ
Ý    e,
B¸Yw         äf! ªþñ>©¯³•B›‡ yô8         ¨Z
Vg pIÈ 2U”$I ¡Êð    S5è €   Ö    qn7Š °ìæÎ    î7üôÚ z @Õ9 bÓ V °>ò Ãú PÞÖQ#¨ K"š      X
 ÕœÏ[q Ä( £F À®͸‘ hó -xõb+&<    ûà
,5 •
Rlñ
Ém5 N÷±ö§|Ûò±é —˜Ë Q Gù³º    cq¶ b
v[å
¥;{S WŠ–ª-Z }D¯ú^ú
ޝ¡ÙÚ
º ÊT¬- |¡™å« ¥' J
h    º
© WË    = ~ @œ œ  Wî ž    d‹m½)ŒØA)ç|7ê
   çËF Ü^ ú<ß9j>«yþD ¬ š—ò§ Î~
Zá
Ö ´Ï1~ W€ * ÄÊÞ“«¡
‹
L RJ    ÆG
, [    Õ W    a®Võ | ÎzU Ë» ú!    ç à——LÿIÐÙ
¢É )"
ãw @z É
”J ‰ “    ’  â ¿ Ÿ }áu< LZÎØ„£(} º&q w>    î n G Iˆ
: œ(!𠯬Ã
6
4×
•ëæÑ à xÅ} O ÈÖ?í!a«*cªU`º ã \DQF¡áÒ
N~— k3 ýXk¾k ²    |wìÙQ *9G΁ ΀
ư é Zj£‰¹[ ¥ ¡fªEØ
´    ¯ AF0 uò† t ˆL[    1íÄ tž ÇÔM    «ê{Âí
øü+    Ø ª;I€bq òÏ
ʝ Ð    åŒ^v| &~û 0쩃    Ö p &o,s    Ûcü \    Ï o× Ü    ôòi… G 'þ „D1“å¿ÉHs½
T< ËýU( {Ù³ªƒáRÊ ‘
© A
_
&    +E ºžYb    ˜„‹h 
ŠÕµ    ¤ jâu?s : ºÕr€œd    g¦j    ü c    É¦n    Á\bC¤}ü“ ä’Š    ÊlM 5 “¹ô7 W%ðŸW× › (_Ë c ÿµ  :V š
S}—iÚ †³˜ÌY
n(7%=öfPj÷÷¦        þ2
T    ˜
ô'ŽÔ
Ô¯ ¨?ºú›É ž/-áÇŒê
5% …&.
?Ž8 ¤:  ‹ãÑ ãÍ
E–ù BE
Y    Ì
Ñ Ú²“
.o „Y›6™Sܽ
æè~ H    ñ$Ù𠌠¤ §
_è
 
Lg’]?­Ÿ
‚
 ÿ篟 + »‘‚ š 
¹R<• º 5¤sÖ#4Î3 Çq¾í ú°”f6 Æ®ó¤ÚÁÊöâÉ Æ    4Å ’    ý™ øqï*0/< ¼!„d–– †¢7 e
(™    ÿÝï† I*4X Í? †IT̲MÓ˜Pi?þÆ ¼à    [ #B º‚¶4è+
B|X×  ô    ÑÅ ²
¶ Sx_^£‡  P
Ð ÅCS¹}©õÀQ<  Ú '™„æ§  ±
zd„     žE    ‚»K 
Ñ    LBb Ž ±[ð=È5¾ rÓ
¢‰³ 8 ©ð¥Ÿæ1    
çÀj[ Ø„
¿_•vo¸ç…¼"P ܇         vë
+ 
Ò    |)    ' ·jÜ c[ó Lºˆzh ÿ ¢4
Ôu³a Cžl_7    Ð9—¤  –Ë8R kÆB ¹¼ ‡ï=Kì    ~Ý‚<
B    "ý    ” Y )
!¬û,ƒ ÚŒP¥ ãþ‚OÚóãà m,Õ
vwékj f
ÂØŒ`
 ×k A¢R •ËSƒËâªë Ñ3D    é,?™¼§« Û DGK    Ž
L|» ˆœ ú<G     á²ü~« 
ÍÉæû
0 û /ý V5    ŸY%® …HÆ3    Å$ ^Ñ ä
…d'    Q
¼h&¸@
©1f¾‘D«½ · ¸    … þé
'˜ƒY B;s# 4‚‰Ð² ¹@?    § Œ· ™ ¹
].ò ‰    óH pæ^ z¥îL    ³    ŠÂŽ„
þï $ ²ˆ*€±üÙ    …ÂߋPè ^³¸¾ ¨ I@b­4 r|    R q¡!z    ¯ª OMøùP xá¶VÇ L›k >
ëK    Û     ŸÃg    ~*Jí(^ õ0>Ê 5 ô¢T K
ö
? ÈH ýœ Þ
×.     m ¶
Tª NPnJ`æ‚Ê K %
~ûlf- 3Ä×m_ Y ó        ëGr ™ ±FÜ›    L Å
d ®ÛŸ    sã ôyNM•[
U
’ý—
í 6ôÚ    ‡M´0 Á@¥†`D4 J ;
]D
  ‰~
ÿ¨´IjW Q u :1 ½c!s²ß
œ
¨    I ´“®™Á½ º‘l >¿Üi    –Æ
' ž ² 36    ## .    ›¦ñ+7ò
Õ¸-
 
 
åË R5f…    J [£ ½N·œ î [ |
ýhXµ¿
Ê ïÑ sœ    Ü½:.Á
³
nDç    Å    §Cª
ÚÚ    ÿ +    ÌŠòÞâ  ˜ $ V
= "%d „C    jû
 
,î rßç¶k” P    n à1
°2’b}
i +!
¥ƒL6é¹    ‘q P@ #f      Ý 4À`GÇ5ÈÕPÝà    £ “H]s
ˆïÈ‡š¯ª /s #    dI
И˜Øg2¦m¼
HŸð
Ę8
Þ@2 $
èV€ Öî’
+‘Ÿ@Ÿ
¡à  ¸–    ox    å¦mù    Ì¶¥ Zö” ‹Ò 5Òð xh
{Ã
w
` OêaÆN¬    %E ÷Çu
’K)c´Rå ÓÂx®Î
Î I oK ¬Ï%K Ì æ
Cý
{ ì ìzÄ 7â    Ô £`     ‚¬æ    „”ºOî
V    .ítô Ô    y =i ë ¦ ôO ©} A ¶’:
qM‰Û    ð§ˆ08xô – no !e Ë
R~~    Õ§ ç )qÏ U¾«ÜMrJ    § ŠD
N ÆM.ÜÅsPßÄ ¶¬ óÒL"² mn ›
U`    ’PÍ - %$+¡ '¨CE‰    ê´v¸
/
IñÑÍ uˆ .  Ó o    œ,Ýw $l
 Ö``úlÙ 3™;x
r *•     8    " ¼j5¼û/u ä !8xŸ ]EÙC A t
J©    ç
-#¸ ¦ ÇOL,
 ‘
ødë™ú®Ð
É Ã3 }k”…
{줇3»[ÎþQ¤HÂa    p X¢    &nŽ    ›¼”ë    P¡    o]    ·ÑŠM À/`p ‰ó² #Ü {    ‘î    q]ÒŒ¸ àX7 âí    ‰ ¼
+÷† e$´ ¼ Fï®yÍX Îï    6<ã    ÓëhÓà  èB ­ú¤ D—ú    o …ÃH
ÔéÌv
yeEeÐ & ò u I3(» dß ÿŽ:    ¬Òz*    9(£) ä R
ê W¹¹ É
¨
r ¿Þ0ß×Y ñ” × %    ðut    ²Ä    Á    ƒ "š£\¢
ù     »€Í,    »
`  ¡Ó =v÷ü    W
JÏ    çß^Å+7¸Ñ>í’ä¥;$    
ïãmåF    Ì½ê¯ ö%ð xHx ‰1ž
 \ú Ác\G-Ä6³e    dZ    W ¦e;Xk‘Shü  ­ü/ï ïèð´è Óâ ªµ Û
‡ j ¶’     @ ÿ c%Ü
;‘5¢ Ïoœ* ˜£1õ—-yØ­H ;î)Aý™
ù! ú        ké×
mŸÛ÷ ”    ì #±    Ç ·3µYÁ¡}k6=¡¦
v ó¦  Ä; É    ‰Ç    ŒÔN Ê    á
¯
ÝKŽÝ    ñ0pŽù    eU    é·”Ò r©Mñ 
ˆ‹    Ä    Òæ «!KUé^¯Ûø  ž½ ³Ý -f†åa    4!Ø    ¾Ø:¯?¥ ÷å    W¦,Z 
`¨Ã Õó O‰f °(
•õ* ~ §*¢
õŽ Ûì‚\àýDu¬SF ·»    'O y^u a@Ìó¢Ö;    °š g­ aÚÌ
{ l@ Ì l¶ D 4
»õ    ôƒ—øÖ
"  n'H–‹
% €æ   õ‚    ÉÍ0 / ±p°ï þ Ó äU p_ <z9¡ ö„9hŠ÷±'
¤    vÅ /    Õ X ¹ › ä    °)ˆ ¬· ´20X    j S^{Aa‡¯ÈS‹
fÇåîŠ ô
Š
};—    …ٍϛΠTºµ¬²¶¿U
žŸa
Š0
Ȩek    & ¤ì
û ÚÛõ³ º´
Ô{ œá 9}Ò¬– 8唹ín؃ Ñ vaÏ Ñ    J>>“\uK¾
|ó
ê
 ­
ø    ¶8  ßsY¢†b üf     ài) …ÿݾvuZ
c ”|(    4    Í    `.ä
?u    Ð› ?Û àH´°  kÝ…     oߐü¿    
yò    rØöSÁ
q4 çë­ ¥    =    gj
È    ,X  x Á  pÁgà %Û‘[
B7ŽÉB¦òâãË¥
2¿
, ³_ j> m
—á2 Èq]m     ý"­Âß iV]bû©]G–û b Æ ÙÂög
O$Oû‰é @Q    Á ZðFÒ Ð y
 jMª õÙ ©    ø‚€¹® AT*b:¬L ĝN;ß - C ¯ Nz S \hrY}È ñ    > ÅÁ»1G¢î
p¯    ˜ À
Zö Ó    ‚ Ì¡ ¢ «_OØ V•     §äe-AçÛàUšî+œ‚ ¨k äšÊ
“  t&*ç ˜M3Qõ \sñ0    r    i     VŠ
‹ ¸28 c ã w: ó&
‹€=$„ b Æ›6ÏK] µ
ó_    ­²“¿:­Cý • h9 .ú k
=öînŒ ê ]  øµR˜ âì چ_9 "·í^ÿ¦÷    8é
0]
(‚ ûB
•Y%‰QQ wàö ¯K4¶€wIU×ü
   ìø•ÏÒ<Î| Q]iàVI!T
ê°e Ü C
Ž> -ˆ    d    Pá ³%é  ƒz :³ #ß ëÏ^    ‹ ì+  $ Þ‡štgo¹ÞÌ    †n
´ LTl    e    ÞcÀyã
c
©ÜM }    O׫Ӛ    Ù´Ÿ@    tê6 ¤1÷
O
› ~gÝ
>'° V [òWE  ZF†¾{‡R    , onlÕ ­(ùŽI    \ l‹‘ÊW  Àˆ€½    ÿ
 Q äO    &tëaˆÄ
*
"؍ 3’Ö    ÅZtþ    Zê9    Å÷ ˆÂTm ù ê    FŒ£J9
‡
wž=–~,&H$Ò“S ÇFµ 
O5    «    v    Ryºõ_áÕy ZEö
w°
i ¤ pMSÐÅm ÿ    
 
For bug reporting instructions, please see:
 
For bug reporting instructions, please see:
%s.
 
Go ahead? (y or n) 
Linker options
==============
 
 
Options starting with -g, -f, -m, -O, -W, or --param are automatically
 passed on to the various sub-processes invoked by %s.  In order to pass
 other options on to these processes the -W<letter> options must be used.
 
ldd output with constructors/destructors.
 
write_c_file - output name is %s, prefix is %s
                           Display specific types of command line options.
        %qD    -F, --fullname                      Print full filename
    -f, --function                      Print function level info
    -h, --hotonly                       Only print info for hot objects/functions
    -n, --normalize <int64_t>           Normalize the profile
    -o, --object                        Print object level info
    -o, --output <dir>                  Output directory
    -s, --scale <float or simple-frac>  Scale the profile counters
    -t <float>, --hot_threshold <float> Set the threshold for hotness
    -v, --verbose                       Verbose mode
    -w, --weight <w1,w2>                Set weights (float point values)
    Included at %s:%d:    inlined from %qs    inlined from %qs at %r%s:%d%R    inlined from %qs at %r%s:%d:%d%R  %q#D  %q+T has a non-trivial destructor  %qE  %qE is not equivalent to %qE  %qT is an ambiguous base class of %qT  %qT is not derived from %qT  (Use '-v --help' to display command line options of sub-processes).
  -###                     Like -v but options quoted and commands not executed.
  --help                   Display this information.
  --help={common|optimizers|params|target|warnings|[^]{joined|separate|undocumented}}[,...].
  --sysroot=<directory>    Use <directory> as the root directory for headers
                           and libraries.
  --target-help            Display target specific command line options.
  --version                Display compiler version information.
  -B <directory>           Add <directory> to the compiler's search paths.
  -E                       Preprocess only; do not compile, assemble or link.
  -S                       Compile only; do not assemble or link.
  -Wa,<options>            Pass comma-separated <options> on to the assembler.
  -Wl,<options>            Pass comma-separated <options> on to the linker.
  -Wp,<options>            Pass comma-separated <options> on to the preprocessor.
  -Xassembler <arg>        Pass <arg> on to the assembler.
  -Xlinker <arg>           Pass <arg> on to the linker.
  -Xpreprocessor <arg>     Pass <arg> on to the preprocessor.
  -a, --all-blocks                Show information for every basic block
  -b, --branch-probabilities      Include branch probabilities in output
  -c                       Compile and assemble, but do not link.
  -c, --branch-counts             Output counts of branches taken
                                    rather than percentages
  -d, --display-progress          Display progress information
  -dumpmachine             Display the compiler's target processor.
  -dumpspecs               Display all of the built in spec strings.
  -dumpversion             Display the version of the compiler.
  -f, --function-summaries        Output summaries for each function
  -h, --help                            Print this help, then exit
  -h, --help                      Print this help, then exit
  -l, --long-file-names           Use long output file names for included
                                    source files
  -m, --demangled-names           Output demangled function names
  -n, --no-output                 Do not create an output file
  -no-canonical-prefixes   Do not canonicalize paths when building relative
                           prefixes to other gcc components.
  -o <file>                Place the output into <file>.
  -o, --object-directory DIR|FILE Search for object files in DIR or called FILE
  -p, --preserve-paths            Preserve all pathname components
  -pass-exit-codes         Exit with highest error code from a phase.
  -pipe                    Use pipes rather than intermediate files.
  -print-file-name=<lib>   Display the full path to library <lib>.
  -print-libgcc-file-name  Display the name of the compiler's companion library.
  -print-multi-directory   Display the root directory for versions of libgcc.
  -print-multi-lib         Display the mapping between command line options and
                           multiple library search directories.
  -print-multi-os-directory Display the relative path to OS libraries.
  -print-multiarch         Display the target's normalized GNU triplet, used as
                           a component in the library path.
  -print-prog-name=<prog>  Display the full path to compiler component <prog>.
  -print-search-dirs       Display the directories in the compiler's search path.
  -print-sysroot           Display the target libraries directory.
  -print-sysroot-headers-suffix Display the sysroot suffix used to find headers.
  -r, --relative-only             Only show data for relative sources
  -s, --source-prefix DIR         Source prefix to elide
  -save-temps              Do not delete intermediate files.
  -save-temps=<arg>        Do not delete intermediate files.
  -shared                  Create a shared library.
  -specs=<file>            Override built-in specs with the contents of <file>.
  -std=<standard>          Assume that the input sources are for <standard>.
  -time                    Time the execution of each subprocess.
  -u, --unconditional-branches    Show unconditional branch counts too
  -v                       Display the programs invoked by the compiler.
  -v, --version                         Print version number, then exit
  -v, --version                   Print version number, then exit
  -x <language>            Specify the language of the following input files.
                           Permissible languages include: c c++ assembler none
                           'none' means revert to the default behavior of
                           guessing the language based on the file's extension.
  -x, --hash-filenames            Hash long pathnames
  a qualified-id is required  as it is a non-system directory that duplicates a system directory
  base %qT  base class %qT of %q+T is non-literal  but %d required  by %qD  candidate expects %d argument, %d provided  candidate expects %d arguments, %d provided  candidate expects at least %d argument, %d provided  candidate expects at least %d arguments, %d provided  cannot convert %qE (type %qT) to type %qT  conversion of argument %d would be ill-formed:  crosses initialization of %q#D  declared here  enters OpenMP structured block  exits OpenMP structured block  expected %qD but got %qD  expected a class template, got %qE  expected a class template, got %qT  expected a constant of type %qT, got %qT  expected a template of type %qD, got %qT  expected a type, got %qE  expected a type, got %qT  from definition of %q#D  from here  in call to %qD  in evaluation of %<%Q(%#T, %#T)%>  in thrown expression  inherited here  initializing argument %P of %qD  member function type %qT is not a valid template argument  merge [options] <dir1> <dir2>         Merge coverage file contents
  mismatched types %qT and %qT  non-static data member %qD has non-literal type  non-static data member %qD has volatile type  or %<operator=(const %T&)%>  or a %<transaction_may_cancel_outer%> function  overlap [options] <dir1> <dir2>       Compute the overlap of two profiles
  profiling support are only provided in archive format  rewrite [options] <dir>               Rewrite coverage file contents
  skips initialization of %q#D  when initialized here (operand type is %qT) (operand types are %qT and %qT) (operand types are %qT, %qT, and %qT) All options with the desired characteristics have already been displayed
 No options with the desired characteristics were found
 None found.  Use --help=%s to show *all* the options supported by the %s front-end.
 candidate 1: %q#F candidate 2: %q#F conflicting code gen style switches are used!$OMP ATOMIC assignment intrinsic must be MIN, MAX, IAND, IOR or IEOR at %L"USE :: module" at %C# %s %.2f %.2f
#include "..." search starts here:
#include <...> search starts here:
$ descriptor at %L%<!%> not valid in GIMPLE%<#pragma GCC optimize (string [,string]...)%> does not have a final %<)%>%<#pragma GCC optimize%> is not a string or number%<#pragma GCC option%> is not a string%<#pragma GCC pch_preprocess%> must be first%<#pragma STDC FLOAT_CONST_DECIMAL64%> is not supported for C++%<#pragma STDC FLOAT_CONST_DECIMAL64%> is not supported on this target%<#pragma acc update%> must contain at least one %<device%> or %<host%> or %<self%> clause%<#pragma omp atomic capture%> uses two different expressions for memory%<#pragma omp ordered%> with %<depend%> clause may only be used in compound statements%<#pragma omp section%> may only be used in %<#pragma omp sections%> construct%<#pragma weak%> declaration of %q+D not allowed, ignored%<#pragma%> is not allowed here%<%%%> constraint used with last operand%<%%%c%> yields only last 2 digits of year%<%%%c%> yields only last 2 digits of year in some locales%<%D::%D%> is not a class member%<%D::%D%> is not a member of %qT%<%E::%E%> has not been declared%<%E::%E%> is not a class or namespace%<%E::%E%> is not a class, namespace, or enumeration%<%E::%E%> is not a type%<%T::%D%> names constructor in %qT%<%T::%D%> names destructor%<%T::%D%> names the constructor, not the type%<%T::%E%> has not been declared%<%T::%E%> is not a type%<%T::%E%> names the constructor, not the type%<%c%E%> not found in protocol(s)%<%s%> is unknown%<&&%> not valid in GIMPLE%<)%> expected at %C%<-Wabi=1%> is not supported, using =2%<-fabi-compat-version=1%> is not supported, using =2%<-fabi-version=1%> is no longer supported%<-femit-struct-debug-detailed=dir:...%> must allow at least as much as %<-femit-struct-debug-detailed=ind:...%>%<-fobjc-gc%> is ignored for %<-fgnu-runtime%>%<-fobjc-sjlj-exceptions%> is ignored for %<-fgnu-runtime%>%<-fsplit-stack%> currently only supported on GNU/Linux%<-fsplit-stack%> currently only supported on PowerPC64 GNU/Linux with glibc-2.18 or later%<-gnat%> misspelled as %<-gant%>%<-march=%s%> is not compatible with the selected ABI%<-mcpu=%> is deprecated; use %<-mtune=%> or %<-march=%> instead%<-mdynamic-no-pic%> overrides %<-fpic%>, %<-fPIC%>, %<-fpie%> or %<-fPIE%>%<-mfused-madd%> is deprecated; use %<-ffp-contract=%> instead%<-mgp32%> and %<-mfp64%> can only be combined when using the o32 ABI%<-mgp32%> used with a 64-bit ABI%<-mgp64%> used with a 32-bit ABI%<-mgp64%> used with a 32-bit processor%<-mintel-syntax%> and %<-mno-intel-syntax%> are deprecated; use %<-masm=intel%> and %<-masm=att%> instead%<-mips3d%> requires %<-mpaired-single%>%<-mno-gpopt%> needs %<-mexplicit-relocs%>%<-mrtd%> is ignored in 64bit mode%<-msse5%> was removed%<-msseregparm%> used without SSE enabled%<-x %s%> after last input file has no effect%<::%D%> has not been declared%<::%E%> has not been declared%<::%E%> is not a class or namespace%<::%E%> is not a class, namespace, or enumeration%<::%E%> is not a type%<::main%> must return %<int%>%<@dynamic%> is not available in Objective-C 1.0%<@dynamic%> not in @implementation context%<@dynamic%> requires the @interface of the class to be available%<@end%> must appear in an @implementation context%<@optional%> is allowed in @protocol context only%<@optional%> is not available in Objective-C 1.0%<@package%> is not available in Objective-C 1.0%<@package%> presently has the same effect as %<@public%>%<@property%> is not available in Objective-C 1.0%<@required%> is allowed in @protocol context only%<@required%> is not available in Objective-C 1.0%<@synchronized%> argument is not an object%<@synthesize%> is not available in Objective-C 1.0%<@synthesize%> not in @implementation context%<@synthesize%> requires the @interface of the class to be available%<@throw%> argument is not an object%<@try%> without %<@catch%> or %<@finally%>%<G0%> in format at %L%<[*]%> not in a declaration%<_Atomic%> %qD in %qs clause%<_Atomic%> %qE in %<reduction%> clause%<_Atomic%> %qE in %qs clause%<_Atomic%> applied to a qualified type%<_Atomic%> in Objective-C%<_Noreturn%> in empty declaration%<_Sat%> is used without %<_Fract%> or %<_Accum%>%<__alignof%> applied to a bit-field%<__auto_type%> in empty declaration%<__auto_type%> may only be used with a single declarator%<__auto_type%> requires an initialized data declaration%<__auto_type%> used with a bit-field initializer%<__builtin_complex%> operands of different types%<__builtin_longjmp%> second argument must be 1%<__builtin_next_arg%> called without an argument%<__gcc_host_wide_int__%> is not defined as %<long%> or %<long long%>%<__gcc_host_wide_int__%> is not defined as a type%<__int%d%> is not supported by this target%<__int%d%> is not supported on this target%<__label__%> not at the beginning of a block%<__restrict%> can only be specified for objects and functions%<__thread%> before %<extern%>%<__thread%> before %<static%>%<__thread%> before %qD%<__thread%> can only be specified for objects and functions%<__transaction_cancel%> not within %<__transaction_atomic%>%<__transaction_cancel%> within a %<__transaction_relaxed%>%<assign%> attribute conflicts with %<copy%> attribute%<assign%> attribute conflicts with %<retain%> attribute%<async%> expression must be integral%<auto%> changes meaning in C++11; please remove it%<const%> can only be specified for objects and functions%<copy%> attribute is only valid for Objective-C objects%<custom-%s=%> requires argument%<device%> id must be integral%<else%> without a previous %<if%>%<enum %E%> declared in %<for%> loop initial declaration%<explicit%> can only be specified for constructors%<explicit%> outside class declaration%<friend%> can only be specified inside a class%<friend%> used outside of class%<gang%> num expression must be integral%<gang%> num value must be positive%<gang%> static expression must be integral%<gnu_inline%> attribute present on %q+D%<grainsize%> expression must be integral%<grainsize%> value must be positive%<inline%> can only be specified for functions%<inline%> in empty declaration%<inline%> specified for friend class declaration%<location_t%> is not defined as a type%<locus%> is not defined as a type%<long long long%> is too long for GCC%<main%> declared %<_Noreturn%>%<namespace%> definition is not allowed here%<no-custom-%s%> does not accept arguments%<noreturn%> function does return%<num_tasks%> value must be positive%<num_teams%> value must be positive%<num_threads%> value must be positive%<operator delete%> must return type %qT%<operator delete%> takes type %qT as first parameter%<operator new%> must return type %qT%<operator new%> takes type %<size_t%> (%qT) as first parameter%<operator%s%>%<operator%s%> in %<%E %s %E%>%<operator%s%> in %<%E%s%>%<operator%s%> in %<%s%E%>%<operator=%> should return a reference to %<*this%>%<operator[]%>%<operator[]%> in %<%E[%E]%>%<priority%> expression must be integral%<priority%> value must be non-negative%<readonly%> attribute conflicts with %<readwrite%> attribute%<readonly%> attribute conflicts with %<setter%> attribute%<retain%> attribute conflicts with %<copy%> attribute%<retain%> attribute is only valid for Objective-C objects%<return%> with a value, in function returning void%<return%> with no value, in function returning non-void%<sizeof%> applied to a bit-field%<sizeof...%> argument must be surrounded by parentheses%<static%> may not be used when defining (as opposed to declaring) a static data member%<struct %E%> declared in %<for%> loop initial declaration%<this%> may not be used in this context%<thread_limit%> expression must be integral%<thread_limit%> value must be positive%<tree%> is not defined as a pointer type%<tree%> is not defined as a type%<typedef%> was ignored in this declaration%<typeid%> operator cannot appear in a constant-expression%<typeof%> applied to a bit-field%<union %E%> declared in %<for%> loop initial declaration%<vector%> length expression must be integral%<virtual%> can only be specified for functions%<virtual%> outside class declaration%<void%> must be the only parameter%<volatile%> can only be specified for objects and functions%<wait%> expression must be integral%<worker%> num expression must be integral%<||%> not valid in GIMPLE%<~%> on a boolean expression%K%s %wd out of range %wd - %wd%d constructor found
%d constructors found
%d destructor found
%d destructors found
%d frame table found
%d frame tables found
%i-bit mode not compiled in%q#D conflicts with a previous declaration%q#D declared here%q#D explicitly defaulted here%q#D has incomplete type%q#D is inaccessible within this context%q#D is not a function template%q#D is not const%q#D is volatile%q#D not declared in class%q#D previously declared here%q#D previously defined here%q#D should be initialized%q#T has no member named %qE%q#T has no member named %qE; did you mean %qE?%q#T has pointer data members%q#T has virtual base classes%q#T is not a class%q#T is not a template%q#T used where a %qT was expected%q#T was previously declared here%q+#D cannot be declared%q+#D is not a static data member of %q#T%q+D declared as a friend%q+D is usually a function%q+D static data member inside of declare target directive%q+D takes only zero or two arguments%q+E is not a constant expression%q+F used but never defined%q+T is not literal because:%qD called in a constant expression%qD can be marked override%qD cannot be defaulted%qD cannot be used as a function%qD cannot have default arguments%qD changed semantics in GCC 4.4%qD declared as a %<virtual%> field%qD declared as a %<virtual%> parameter%qD declared as a %<virtual%> type%qD declared as a %<virtual%> variable%qD declared as a non-parameter%qD declared as an %<inline%> field%qD declared as an %<inline%> parameter%qD declared as an %<inline%> type%qD declared as array of %qT%qD declared as reference but not initialized%qD declared here%qD declared here, later in the translation unit%qD defined but not used%qD does not have a mappable type in %qs clause%qD does not name an enumeration in %qT%qD has already been defined%qD has incomplete type%qD in %<reduction%> clause is a zero size array%qD invalid in lambda%qD is a namespace%qD is a usual (non-placement) deallocation function%qD is already a friend of %qT%qD is already a friend of class %qT%qD is already defined in %qT%qD is already defined in class %qT%qD is already defined in the class %qT%qD is an enumeration template%qD is defined with tls model %s%qD is deprecated%qD is deprecated: %s%qD is initialized with itself%qD is normally a non-static function%qD is not a class or namespace%qD is not a function template%qD is not a member of %qD%qD is not a member of %qT%qD is not a member template function%qD is not a namespace-name%qD is not a pointer variable%qD is not a static data member of a class template%qD is not a template%qD is not a template function%qD is not a type%qD is not a variable%qD is not a variable in %<aligned%> clause%qD is not a variable in %qs clause%qD is not a variable in clause %<lastprivate%>%qD is not a variable in clause %qs%qD is not a variable template%qD is not an argument in %<uniform%> clause%qD is not captured%qD is not compatible with %qD%qD is threadprivate variable in %qs clause%qD is used uninitialized in this function%qD may not be declared as static%qD must be a non-member function%qD not defined%qD should be initialized%qD should return by value%qD used before its definition%qD used in its own initializer%qD was declared here%qD was hidden%qD was not declared %<constexpr%>%qD was not declared in this scope%qD was not initialized with a constant expression%qD was previously declared here%qD will be initialized after%qE argument not an identifier%qE attribute address out of range%qE attribute duplicated%qE attribute follows %qE%qE attribute ignored%qE attribute ignored for %qE%qE attribute ignored on types%qE attribute is only applicable on functions%qE attribute on non-volatile variable%qE attribute only affects top level objects%qE attribute only applies to SH2A%qE attribute only applies to functions%qE attribute only applies to variables%qE attribute only available for 32-bit%qE attribute requires a string argument%qE attribute requires a void return type%qE cannot be used as a function%qE does not have a mappable type in %qs clause%qE does not have pointer or array type%qE does not name a type%qE has invalid type for %<reduction(%s)%>%qE has not been declared%qE in %q#T does not name a template type%qE in %q#T does not name a type%qE is a member of a union%qE is deprecated%qE is deprecated: %s%qE is neither a variable nor a function name in clause %qs%qE is not a class or namespace%qE is not a class template%qE is not a constant expression%qE is not a template%qE is not a type%qE is not a variable in %<aligned%> clause%qE is not a variable in %qs clause%qE is not an argument in %<uniform%> clause%qE is not at beginning of declaration%qE is not initialized%qE is not of type %qT%qE may not respond to %<%c%E%>%qE must be %<threadprivate%> for %<copyin%>%qE needs isa option %s%qE used with %<auto%>%qE used with %<register%>%qE used with %<typedef%>%qT declared here%qT defined with direct virtual base%qT defined with multiple direct bases%qT has no member named %qE%qT has no member named %qE; did you mean %qE?%qT is already a friend of %qT%qT is not a base of %qT%qT is not a class or namespace%qT is not a class type%qT is not a class, struct, or union type%qT is not a member of %qT%qT is not a nested class of %qT%qT is not a pointer-to-object type%qT is not a template%qT is not a template type%qT is not an enumeration type%qT is/uses unnamed type%qT referred to as %qs%qT referred to as enum%qs%qs argument of %qs intrinsic at %L cannot be INTENT(IN)%qs argument of %qs intrinsic at %L must be %s%qs argument of %qs intrinsic at %L must be ALLOCATABLE%qs argument of %qs intrinsic at %L must be INTEGER%qs argument of %qs intrinsic at %L must be INTEGER or PROCEDURE%qs argument of %qs intrinsic at %L must be INTEGER or REAL%qs argument of %qs intrinsic at %L must be REAL or COMPLEX%qs argument of %qs intrinsic at %L must be a constant%qs argument of %qs intrinsic at %L must be a data entity%qs argument of %qs intrinsic at %L must be a logical array%qs argument of %qs intrinsic at %L must be a scalar%qs argument of %qs intrinsic at %L must be a variable%qs argument of %qs intrinsic at %L must be an array%qs argument of %qs intrinsic at %L must be double precision%qs argument of %qs intrinsic at %L must be of kind %d%qs argument of %qs intrinsic at %L must be of rank 1 or 2%qs argument of %qs intrinsic at %L must not be OPTIONAL%qs at %C is not a member of the %qs structure%qs at %C is not a variable%qs at %L already is initialized at %L%qs at %L is ambiguous%qs at %L is not a function%qs at %L is of the ABSTRACT type %qs%qs at %L must be less than BIT_SIZE(%qs)%qs at %L must be nonnegative%qs at %L should be a FUNCTION%qs at %L should be a SUBROUTINE%qs attribute ignored%qs cannot appear in a constant-expression%qs does not support MIPS16 code%qs expects 1 argument but %d given%qs expects 2 arguments but %d given%qs expects a constant argument%qs expects a fixed-point value as argument%qs expects a fixed-point value as first argument%qs expects an integer value as second argument%qs expression must be integral%qs function cannot have arguments%qs function cannot return a value%qs has overflowed%qs in %<%s %E%>%qs is deprecated%qs is deprecated; use -fno-zero-initialized-in-bss%qs is deprecated; use -fstack-check%qs is incompatible with %qs%qs is not a directory%qs is not a gcov data file%qs is not a valid option to the preprocessor%qs is not an option that controls warnings%qs is not valid for %qs%qs is version %q.*s, expected version %q.*s%qs must be the first clause of %qs%qs must be used with %qs%qs of %qs is PRIVATE at %L%qs used with %qE%qs value must be positive%r%s:%d:%R   %r%s:%d:%R   [ skipping %d instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
%r%s:%d:%d:%R   %r%s:%d:%d:%R   [ skipping %d instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
%s%s
%s  Same as %s.%s %<%s%.*s%> expects a matching %<%T%s%> argument%s %<%s%.*s%> expects a matching %<%s%s%> argument%s %qs%s %s%s
%s %wd out of range %wd - %wd%s '%s'
%s at %L%s at %L must be INTEGER%s at %L must be a scalar%s at %L must be integer%s attribute applied to %s %s at %L%s attribute conflicts with %s attribute in %qs at %L%s attribute of %qs conflicts with %s attribute at %L%s does not support %s%s does not support %s with the %<%%%c%> %s format%s does not support block_ends_with_call_p%s does not support block_ends_with_condjump_p%s does not support can_duplicate_block_p%s does not support can_merge_blocks_p%s does not support can_remove_branch_p%s does not support create_basic_block%s does not support delete_basic_block%s does not support dump_bb_for_graph%s does not support duplicate_block%s does not support flow_call_edges_add%s does not support force_nonfallthru%s does not support make_forwarder_block%s does not support merge_blocks%s does not support move_block_after%s does not support predict_edge%s does not support predicted_by_p%s does not support redirect_edge_and_branch%s does not support redirect_edge_and_branch_force%s does not support split_block%s does not support split_edge%s does not support the %<%%%c%> %s format%s does not support the %<%%%s%c%> %s format%s ignored with %s and %<%%%c%> %s format%s ignored with %s in %s format%s is not supported by this configuration%s out of range: Range is %i to %i, value is %i%s returned %d exit status%s statement expected at %L%s tag%s tag at %L must be a character string of default kind%s tag at %L must be of type %s%s tag at %L must be scalar%s tag with INQUIRE%s terminated with signal %d [%s]%s%s used with %<%%%c%> %s format%s%s%s %sversion %s (%s)
%s    compiled by GNU C version %s, %s%s%s %sversion %s (%s) compiled by CC, %s%sGGC heuristics: --param ggc-min-expand=%d --param ggc-min-heapsize=%d
%s%swarning: %s header version %s differs from library version %s.
%s-%s is an empty range%s: %m%s: %s%s: %s compiler not installed on this system%s: %s: %s%s: In instantiation of %q#D:
%s: In substitution of %qS:
%s: PCH file was invalid%s: all warnings being treated as errors%s: cannot open as COFF file%s: could not open compare-debug file %s%s: couldn%'t open PCH file: %m%s: not a COFF file%s: some warnings being treated as errors%s:%d: confused by earlier errors, bailing out
%s:'%s' has arcs from exit block
%s:'%s' has arcs to entry block
%s:'%s' lacks entry and/or exit blocks
%s:already seen blocks for '%s'
%s:cannot open data file, assuming not executed
%s:cannot open notes file
%s:corrupted
%s:graph is unsolvable for '%s'
%s:no functions found
%s:no lines for '%s'
%s:not a gcov data file
%s:not a gcov notes file
%s:overflowed
%s:profile mismatch for '%s'
%s:source file is newer than notes file '%s'
%s:stamp mismatch with notes file
%s:version '%.4s', prefer '%.4s'
%s:version '%.4s', prefer version '%.4s'
'' ' flag'!' flag'#' flag'%%%c' is not a valid operand prefix'%%&' used without any local dynamic TLS references'%%l' operand isn't a label''' flag'(' flag'+' flag'-' flag'0' flag'B' operand has multiple bits set'B' operand is not constant'E' modifier'I' flag'O' modifier'^' flag'_' flag'a' flag'm' flag'o' operand is not constant'q' flag(C)(anonymous namespace)(anonymous)(near initialization for %qs)(static destructors for %s)(static initializers for %s)(the message is displayed only once per source file)
({anonymous})*** WARNING *** there are active plugins, do not report this as a bug unless you can reproduce it without enabling any plugins.
*this--param inline-unit-growth limit reached--param large-function-growth limit reached--param large-stack-frame-growth limit reached--param max-inline-insns-auto limit reached--param max-inline-insns-single limit reached-A<question>=<answer>    Assert the <answer> to <question>.  Putting '-' before <question> disables the <answer> to <question>.-D<macro>[=<val>]    Define a <macro> with <val> as its value.  If just <macro> is given, <val> is taken to be 1.-E or -x required when input is from standard input-F <dir>    Add <dir> to the end of the main framework include path.-I <dir>    Add <dir> to the end of the main include path.-J<directory>    Put MODULE files in 'directory'.-MF <file>    Write dependency output to the given file.-MQ <target>    Add a MAKE-quoted target.-MT <target>    Add an unquoted target.-O<number>    Set optimization level to <number>.-U<macro>    Undefine <macro>.-Xbind-now and -Xbind-lazy are incompatible-bundle not allowed with -dynamiclib-bundle_loader not allowed with -dynamiclib-c or -S required for Ada-c required for gnat2scil-c required for gnat2why-client_name not allowed with -dynamiclib-current_version only allowed with -dynamiclib-f%s ignored (not supported for DJGPP)
-fblas-matmul-limit=<n>    Size of the smallest matrix for which matmul will use BLAS.-fcheck=[...]    Specify which runtime checks are to be performed.-fcoarray=<none|single|lib>    Specify which coarray parallelization should be used.-fconst-string-class=<name>    Use class <name> for constant strings.-fconstexpr-depth=<number>    Specify maximum constexpr recursion depth.-fconstexpr-loop-limit=<number>    Specify maximum constexpr loop iteration count.-fexcess-precision=[fast|standard]    Specify handling of excess floating-point precision.-fexec-charset=<cset>    Convert all strings and character constants to character set <cset>.-ffixed-line-length-<n>    Use n as character line width in fixed mode.-ffpe-summary=[...]    Print summary of floating point exceptions.-ffpe-trap=[...]    Stop on following floating point exceptions.-ffree-line-length-<n>    Use n as character line width in free mode.-finit-character=<n>    Initialize local character variables to ASCII value n.-finit-integer=<n>    Initialize local integer variables to n.-finit-logical=<true|false>    Initialize local logical variables.-finit-real=<zero|snan|nan|inf|-inf>    Initialize local real variables.-finline-matmul-limit=<n>    Specify the size of the largest matrix for which matmul will be inlined.-finput-charset=<cset>    Specify the default character set for source files.-fmax-array-constructor=<n>    Maximum number of objects in an array constructor.-fmax-errors=<number>    Maximum number of errors to report.-fmax-identifier-length=<n>    Maximum identifier length.-fmax-stack-var-size=<n>    Size in bytes of the largest array that will be put on the stack.-fmax-subrecord-length=<n>    Maximum length for subrecords.-fopt-info[-<type>=filename]    Dump compiler optimization details.-force_flat_namespace not allowed with -dynamiclib-fpermitted-flt-eval-methods=[c11|ts-18661]    Specify which values of FLT_EVAL_METHOD are permitted.-fplugin-arg-<name>-<key>[=<value>]    Specify argument <key>=<value> for plugin <name>.-fstack-check=[no|generic|specific]    Insert stack checking code into the program.-fstack-limit-register=<register>    Trap if the stack goes past <register>.-fstack-limit-symbol=<name>    Trap if the stack goes past symbol <name>.-fuse-linker-plugin is not supported in this configuration-fvisibility=[private|protected|public|package]    Set the default symbol visibility.-fvtable-verify=preinit is not supported in this configuration-fvtable-verify=std is not supported in this configuration-fwide-exec-charset=<cset>    Convert all wide strings and character constants to character set <cset>.-gnat<options>    Specify options to GNAT.-gz is not supported in this configuration-gz=<format>    Generate compressed debug sections in format <format>.-gz=zlib is not supported in this configuration-idirafter <dir>    Add <dir> to the end of the system include path.-iframework <dir>    Add <dir> to the end of the system framework include path.-imultiarch <dir>    Set <dir> to be the multiarch include subdirectory.-install_name only allowed with -dynamiclib-iplugindir=<dir>    Set <dir> to be the default plugin directory.-iquote <dir>    Add <dir> to the end of the quote include path.-isysroot <dir>    Set <dir> to be the system root directory.-isystem <dir>    Add <dir> to the start of the system include path.-iwithprefix <dir>    Add <dir> to the end of the system include path.-iwithprefixbefore <dir>    Add <dir> to the end of the main include path.-keep_private_externs not allowed with -dynamiclib-mabi=ABI    Generate code that conforms to the given ABI.-march=ARCH    Generate code for the specified chip or CPU version.-march=ISA    Generate code for the given ISA.-mas100-syntax is incompatible with -gdwarf-mbig-endian and -mlittle-endian may not be used together-mbranch-cost=COST    Set the cost of branches to roughly COST instructions.-mcode-readable=SETTING    Specify when instructions are allowed to access code.-mcpu=    Use features of and schedule code for given CPU.-mcpu=CPU    Compile code for ARC variant CPU.-mcpu=CPU    Use features of and schedule code for given CPU.-mcpu=PROCESSOR        Use features of and schedule code for given CPU.-mcpu=m16c    Compile code for M16C variants.-mcpu=m32c    Compile code for M32C variants.-mcpu=m32cm    Compile code for M32CM variants.-mcpu=r8c    Compile code for R8C variants.-mdebug=    Enable debug output.-memregs=    Number of memreg bytes (default: 16, range: 0..16).-mfloat-abi=soft and -mfloat-abi=hard may not be used together-mflush-func=FUNC    Use FUNC to flush the cache before calling stack trampolines.-mhard-float not supported-mipsN    Generate code for ISA level N.-mmax-stackframe=SIZE    Warn when a stackframe is larger than the specified size.-mmcu=MCU    Select the target MCU.-mno-serialize-volatile    Do not serialize volatile memory references with MEMW instructions.-mpointer-size=[no,32,short,64,long]    Set the default pointer size.-mr10k-cache-barrier=SETTING    Specify when r10k cache barriers should be inserted.-msim    Use simulator runtime.-msingle-float and -msoft-float cannot both be specified-mtune=    Schedule code for given CPU.-mtune=ARCH    Tune alignment for the specified chip or CPU version.-mtune=PROCESSOR    Optimize the output for PROCESSOR.-o <file>    Place output into <file>.-pg and -fomit-frame-pointer are incompatible-pie is not supported in this configuration-private_bundle not allowed with -dynamiclib-trigraphs    Support ISO C trigraphs.31 bit ABI.64 bit ABI.<During initialization>
<anonymous><brace-enclosed initializer list><built-in><command-line><declaration error><enumerator><erroneous-expression><expression error><lambda<lambda><missing><return value> <return-value><statement><tag-error><template arguments error><template parameter error><throw-expression><type error><type-error><typedef-error><typeprefixerror><ubsan routine call><unknown operator><unknown><unnamed %s><unnamed-fixed:<unnamed-float:<unnamed-unsigned:<unnamed><unparsed><unresolved overloaded function type>A factor for tuning the upper bound that swing modulo scheduler uses for scheduling a loop.A synonym for -std=c89 (for C) or -std=c++98 (for C++).A threshold on the average loop count considered by the swing modulo scheduler.ABSTRACT INTERFACE %qs must not be referenced at %LABSTRACT INTERFACE at %CABSTRACT type %qs used at %LABSTRACT type at %CACQUIRED_LOCK variableALLOCATE objectASSIGN statement at %CASSOCIATE construct at %CASYNCHRONOUS attribute at %CASYNCHRONOUS statement at %CAccept extensions to support legacy code.Actual argument contains too few elements for dummy argument %qs (%lu/%lu) at %LActual string length does not match the declared one for dummy argument '%s' (%ld/%ld)Actual string length is shorter than the declared one for dummy argument '%s' (%ld/%ld)Add explicit checks for division by zero.Add explicit checks for division overflow in INT_MIN / -1.Additional debug prints.Alias for --help=target.Alias for -mcpu=g10.Alias for -mcpu=g13.Alias for -mcpu=g14.Alias has call edgesAlias has non-alias referenceAlign all labels.Align all loops to 32 byte boundary.Align code and data to 32 bits.Align destination of the string operations.Align doubles at 64-bit boundaries.Align some doubles on dword boundary.Align the start of functions.Align the start of loops.Align to the base type of the bit-field.Align variables on a 32-bit boundary.All intrinsics procedures are available regardless of selected standard.Allocate local variables on the stack to allow indirect recursion.Allow arbitrary character line width in fixed mode.Allow arbitrary character line width in free mode.Allow bit-fields to cross word boundaries.Allow branches to be packed with other instructions.Allow dollar signs in entity names.Allow function addresses to be held in registers.Allow gcc to generate LIW instructions.Allow gcc to generate the SETLB and Lcc instructions.Allow hardware floating-point instructions to cover both 32-bit and 64-bit operations.Allow the use of MDMX instructions.Allow the use of MT instructions.Allow the use of hardware floating point instructions for V850E2V3 and up.Allow the use of hardware floating-point ABI and instructions.Allow two instructions to be issued per cycle.Alternate calling convention.AltiVec argument passed to unprototyped functionAltiVec not supported in this targetAlways generate long calls.Always treat bitfields as int-sized.Always use Dynamic Realigned Argument Pointer (DRAP) to realign stack.Always use JSR, never BSR, for calls.Annotate assembler instructions with estimated addresses.Append a second underscore if the name already contains an underscore.Append underscores to externally visible names.Apply negative sign to zero values.Argument %qs of %qs with PASS(%s) at %L must be of the derived type %qsArgument %qs of %qs with PASS(%s) at %L must be of the derived-type %qsArgument %qs of %qs with PASS(%s) at %L must be scalarArgument %qs of elemental procedure at %L must be scalarArgument NCOPIES of REPEAT intrinsic is negative (its value is %ld)Argument NCOPIES of REPEAT intrinsic is too largeArgument of %s at %L must be of length oneArgument of %s function at %L is negativeArgument of FINAL procedure at %L must be of type %qsArithmetic IF statement at %CArithmetic NaN at %LArithmetic OK at %LArithmetic overflow at %LArithmetic underflow at %LArray operands are incommensurate at %LArray reference out of boundsAssembler options
=================
 
Assigned label is not a target labelAssignment of scalar to unallocated arrayAssume ICPLBs are enabled at runtime.Assume a large TLS segment.Assume all symbols have 32-bit values.Assume all variable arg functions are prototyped.Assume code will be assembled by GAS.Assume code will be linked by GNU ld.Assume code will be linked by HP ld.Assume incoming stack aligned to this power of 2.Assume normal C execution environment.Assume possible double misalignment.Assume small address space.Assume target CPU is configured as big endian.Assume target CPU is configured as little endian.Assume that floating-point stores and loads are not likely to cause conflict when placed into one instruction group.Assume that run-time support has been provided, so omit -lsim from the linker command line.Assume that the source file is fixed form.Assume that the source file is free form.Assume the VxWorks RTP environment.Assume the VxWorks vThreads environment.Assumed type at %CAt global scope:At top level:Attempt to DEALLOCATE unallocated '%s'Attempt to keep stack aligned to this power of 2.Attempting to allocate already allocated variableAttempting to allocate already allocated variable '%s'Automatically align branch targets to reduce branch penalties.Avoid all range limits on call instructions.Avoid generating pc-relative calls; use indirection.Avoid generation of indexed load/store instructions when possible.Avoid speculative loads to work around a hardware anomaly.BB %i has incorrect edgeBB %i is missing an edgeBIND(C) applied to %s %s at %LBIND(C) at %LBIND(C) statement at %CBLOCK construct at %CBYTE type at %CBad 128-bit moveBad GPR fusionBad nameBad operatorBad type in constant expressionBoard name [and memory region].Bound on number of candidates below that all candidates are considered in iv optimizations.Bound on number of iv uses in loop optimized in iv optimizations.Bound on number of runtime checks inserted by the vectorizer's loop versioning for alias check.Bound on number of runtime checks inserted by the vectorizer's loop versioning for alignment check.Bound on size of expressions used in the scalar evolutions analyzer.Bound on the complexity of the expressions in the scalar evolutions analyzer.Bound on the cost of an expression to compute the number of iterations.Bound on the number of iterations the brute force # of iterations analysis algorithm evaluates.Branches executed:%s of %d
Build for Core A.Build for Core B.Build for SDRAM.CLASS statement at %CCOLLECT_GCC must be setCOLLECT_GCC must be set.COMMON %qs at %L does not existCOMPLEX quantities cannot be compared at %LCONTIGUOUS attribute at %CCONTIGUOUS statement at %CCONVERT tag at %LCPU you selected does not support x86-64 instruction setCall mcount for profiling before a function prologue.Calls executed:%s of %d
Cannot change directory to %sCannot get current directory nameCannot make directory %sCannot map %sCannot open %sCannot open source file %s
Cannot read %sCatch typos.Cause gas to print tomcat statistics.Change of value in conversion from %qs to %qs at %LChange only the low 8 bits of the stack pointer.Change the ABI to allow double word insns.Change the amount of scheduler lookahead.Change the maximum length of conditionally-executed sequences.Change the number of temporary registers that are available to conditionally-executed sequences.Change the stack pointer without disabling interrupts.Character length of actual argument shorter than of dummy argument %qs (%lu/%lu) at %LCheck for stack overflow at runtime.Check for syntax errors, then stop.Check the return value of new in C++.Chose strategy to generate stringop using.Clear all tune features.Coarray declaration at %CCode size: small, medium or large.Compile code for big endian mode.Compile code for little endian mode.  This is the default.Compile code that relies on Cygwin DLL wrappers to support C++ operator new/delete replacement.Compile for 32-bit pointers.Compile for 64-bit pointers.Compile for ETRAX 100 (CRIS v8).Compile for ETRAX 4 (CRIS v3).Compile for V8+ ABI.Compile for the DSBT shared library ABI.Compile for the m32r.Compile for the m32r2.Compile for the m32rx.Compile for the v850 processor.Compile for the v850e processor.Compile for the v850e1 processor.Compile for the v850e2 processor.Compile for the v850e2v3 processor.Compile for the v850e3v5 processor.Compile for the v850es variant of the v850e1.Compile with 32 bit longs and pointers.Compile with 64 bit longs and pointers.Component %qs at %C already declared at %LComponent %qs at %C already in the parent type at %LComputed GOTO at %CConfigured with: %s
Conform more closely to IBM XLC semantics.Conform to nothing in particular.Conform to the ISO 1990 C standard as amended in 1994.Conform to the ISO 1990 C standard with GNU extensions.Conform to the ISO 1990 C standard.Conform to the ISO 1998 C++ standard revised by the 2003 technical corrigendum.Conform to the ISO 1999 C standard with GNU extensions.Conform to the ISO 1999 C standard.Conform to the ISO 2011 C standard with GNU extensions.Conform to the ISO 2011 C standard.Conform to the ISO 2011 C++ standard with GNU extensions.Conform to the ISO 2011 C++ standard.Conform to the ISO 2014 C++ standard with GNU extensions.Conform to the ISO 2014 C++ standard.Conform to the ISO Fortran 2003 standard.Conform to the ISO Fortran 2008 standard including TS 29113.Conform to the ISO Fortran 2008 standard.Conform to the ISO Fortran 95 standard.Conform to the o32 FPXX ABI.Consider access to byte sized memory slow.Consider type 'int' to be 16 bits wide.Consider type 'int' to be 32 bits wide.Constant expression required at %CControl the IEEE trap mode.Control the generated fp rounding mode.Control the precision given to fp exceptions.Conversion from %qs to %qs at %LConversion from %s to %s at %LCopy array sections into a contiguous block on procedure entry.Cost to assume for a branch insn.Cost to assume for a multiply insn.Could not generate addis value for fusionCould not open output file '%s'
Count speculative dependencies while calculating priority of instructions.Cray pointer %qs in %s clause at %LCreate GUI application.Create a shared library.Create console application.Create data files needed by "gcov".Creating '%s'
Creating array temporary at %LDEALLOCATE objectDO step value is zeroData is stored in big-endian format.Data is stored in little-endian format.  (Default).Deleted feature:Deprecated in favor of -std=c++11.Deprecated in favor of -std=c++14.Deprecated in favor of -std=c11.Deprecated in favor of -std=c99.Deprecated in favor of -std=gnu++11.Deprecated in favor of -std=gnu++14.Deprecated in favor of -std=gnu11.Deprecated in favor of -std=gnu99.Deprecated in favor of -std=iso9899:1999.Deprecated option.  Use -mno-vrsave instead.Deprecated option.  Use -mvrsave instead.Deprecated.  This switch has no effect.Description for mxl-mode-bootstrap.Description for mxl-mode-executable.Description for mxl-mode-novectors.Description for mxl-mode-xmdstub.Determine which dependences between insns are considered costly.Different CHARACTER lengths (%ld/%ld) in array constructorDisable FP regs.Disable hardware floating point.Disable indexed addressing.Disable preprocessing.Disable space regs.Disallow direct calls to global functions.Disallow more than 'msched-max-memory-insns' in instruction group. Otherwise, limit is 'soft' (prefer non-memory operations when limit is reached).Display compile time statistics.Display the code tree after front end optimization.Display the code tree after parsing.Display the code tree after parsing; deprecated option.Display the compiler's version.Display this information.Division by zero at %LDo not allow constant data to be placed in code sections.Do not assume a large TLS segment.Do not disable space regs.Do not discard comments in macro expansions.Do not discard comments.Do not emit addressing modes with side-effect assignment.Do not emit complex integer constants to read-only memory.Do not emit function prologue or epilogue.Do not enforce strict alignment.Do not generate #line directives.Do not generate .size directives.Do not generate a single exit point for each function.Do not generate code that can only run in supervisor mode (default).Do not generate load/store with update instructions.Do not generate mpy instructions for ARC700.Do not inline integer division.Do not inline square root.Do not load the PIC register in function prologues.Do not look for object files in standard path.Do not mark ABI switches in e_flags.Do not place floating point constants in TOC.Do not place symbol+offset constants in TOC.Do not provide a default start-address 0x100 of the program.Do not support SSE4.1 and SSE4.2 built-in functions and code generation.Do not treat local variables and COMMON blocks as if they were named in SAVE statements.Do not tune code and read-only data alignment.Do not tune stack alignment.Do not tune writable data alignment.Do not use MDMX instructions.Do not use MIPS-3D instructions.Do not use VAX fp.Do not use a cache-flushing function before calling stack trampolines.Do not use addresses that allocate global registers.Do not use condition codes from normal instructions.Do not use hardware FP.Do not use hardware floating point.Do not use hardware fp.Do not use hardware quad fp instructions.Do not use the AltiVec ABI extensions.Do not use the bit-field instructions.Do not use the callt instruction (default).Do not use the fabsd custom instruction.Do not use the fabss custom instr.Do not use the faddd custom instruction.Do not use the fadds custom instruction.Do not use the fatand custom instruction.Do not use the fatans custom instruction.Do not use the fcmpeqd custom instruction.Do not use the fcmpeqs custom instruction.Do not use the fcmpged custom instruction.Do not use the fcmpges custom instruction.Do not use the fcmpgtd custom instruction.Do not use the fcmpgts custom instruction.Do not use the fcmpled custom instruction.Do not use the fcmples custom instruction.Do not use the fcmpltd custom instruction.Do not use the fcmplts custom instruction.Do not use the fcmpned custom instruction.Do not use the fcmpnes custom instruction.Do not use the fcosd custom instruction.Do not use the fcoss custom instruction.Do not use the fdivd custom instruction.Do not use the fdivs custom instruction.Do not use the fexpd custom instruction.Do not use the fexps custom instruction.Do not use the fextsd custom instruction.Do not use the fixdi custom instruction.Do not use the fixdu custom instruction.Do not use the fixsi custom instruction.Do not use the fixsu custom instruction.Do not use the floatid custom instruction.Do not use the floatis custom instruction.Do not use the floatud custom instruction.Do not use the floatus custom instruction.Do not use the flogd custom instruction.Do not use the flogs custom instruction.Do not use the fmaxd custom instruction.Do not use the fmaxs custom instruction.Do not use the fmind custom instruction.Do not use the fmins custom instruction.Do not use the fmuld custom instruction.Do not use the fmuls custom instruction.Do not use the fnegd custom instruction.Do not use the fnegs custom instruction.Do not use the frdxhi custom instruction.Do not use the frdxlo custom instruction.Do not use the frdy custom instruction.Do not use the fsind custom instruction.Do not use the fsins custom instruction.Do not use the fsqrtd custom instruction.Do not use the fsqrts custom instruction.Do not use the fsubd custom instruction.Do not use the fsubs custom instruction.Do not use the ftand custom instruction.Do not use the ftans custom instruction.Do not use the ftruncds custom instruction.Do not use the fwrx custom instruction.Do not use the fwry custom instruction.Do not use the round custom instruction.Do not use unaligned memory references.Do not warn about using "long long" when -pedantic.Do stack checking using bounds in L1 scratch memory.Does nothing.  Preserved for backward compatibility.Does nothing. Preserved for backward compatibility.Don't align items in code or data.Don't call any cache flush functions.Don't call any cache flush trap.Don't generate checks for control speculation in selective scheduling.Don't generate privileged-mode only code; implies -mno-inline-ic_invalidate if the inline code would not work in user mode.Don't optimize block moves, use memcpy.Don't optimize block moves.Don't use P-mnemonics for branches.Don't use any of r32..r63.Don't warn about uses of Microsoft extensions.Driving:Duplicate %s attribute at %LDuplicate %s specification at %CDuplicate DEFERRED at %CDuplicate construct label %qs at %CDuplicate symbol %qs in formal argument list at %CDynamically allocate cc registers.ENTRY statement at %CENUM and ENUMERATOR at %CERRMSG at %LERRMSG tag at %LERRMSG variableESA/390 architecture.EXTENDS at %LEmit .gnu_attribute tags.Emit 16-bit relocations to the small data areas.Emit 32-bit relocations to the small data areas.Emit IEEE-conformant code, without inexact exceptions.Emit call graph information.Emit code for the byte/word ISA extension.Emit code for the counting ISA extension.Emit code for the fp move and sqrt ISA extension.Emit code for the motion video ISA extension.Emit code using explicit relocation directives.Emit direct branches to local functions.Emit extra code in the function prologue in order to trap if the stack size exceeds the given limit.Emit function-calls using global offset table when generating PIC.Emit indirect branches to local functions.Emit long load/store sequences.Emit rdval instead of rduniq for thread pointer.Emit stop bits before and after volatile extended asms.Emit verbose debug information in assembly code.Empty FINAL at %CEnable DIV, DIVU.Enable DWARF line debug info via GNU as.Enable Function Descriptor PIC mode.Enable ID based shared library.Enable IEEE 128-bit floating point via the __float128 keyword.Enable Local Register Allocation.Enable MUL instructions.Enable MUL.X and UMUL.X instructions.Enable MULX instructions, assume fast shifter.Enable OpenACC.Enable OpenMP's SIMD directives.Enable PIC support for building libraries.Enable TPF-OS tracing code.Enable alignment of COMMON blocks.Enable all -Wunused- warnings.Enable all DEC language extensions.Enable asan builtin functions protection.Enable asan detection of use-after-return bugs.Enable asan globals protection.Enable asan load operations protection.Enable asan stack protection.Enable asan store operations protection.Enable backend debugging.Enable barrel shift instructions.Enable conditional execution other than moves/scc.Enable conditional moves.Enable constructor/destructor feature.Enable debug output.Enable decimal floating point hardware support.Enable divide and modulus instructions.Enable earlier placing stop bits for better scheduling.Enable exception handling.Enable front end optimization.Enable generation of R2 BMX instructions.Enable generation of R2 CDX instructions.Enable hardware floating point.Enable inlining of PLT in function calls.Enable label alignment optimizations.Enable linker optimizations.Enable linker relaxation.Enable linker relaxations.Enable linker relaxing.Enable most warning messages.Enable multicore support.Enable multiply instructions.Enable nested conditional execution optimizations.Enable optimizing &&/|| in conditional execution.Enable parsing GIMPLE.Enable preprocessing.Enable range checking during compilation.Enable separate data segment.Enable setting GPRs to the result of comparisons.Enable sign extend instructions.Enable stack probing.Enable strict 32-bit psABI struct return checking.Enable support for C++ concepts.Enable support for DEC STRUCTURE/RECORD.Enable support for the RH850 ABI.  This is the default.Enable the loop nest optimizer.Enable the normal mode.Enable the use of 64-bit floating point registers in fmov instructions.  See -mdalign if 64-bit alignment is required.Enable the use of RX FPU instructions.  This is the default.Enable the use of indexed loads.Enable the use of the fsca instruction.Enable the use of the fsrra instruction.Enable the use of the short load instructions.Enable traditional preprocessing.Enable use of GPREL for read-only data in FDPIC.Enable use of POST_INC / POST_DEC.Enable use of POST_MODIFY.Enable use of sdata/scommon/sbss.Enable user-defined instructions.Enable using IEEE 128-bit floating point instructions.Enable v850e3v5 loop instructions.Enable verbose output.Enable/disable GP-relative addressing.Enabled ID based shared library.Encode SSE instructions with VEX prefix.End expression in DO loopEnd of search list.
Equivalent to -mgpopt=local.Equivalent to -mgpopt=none.ErrorError converting integerError in pointer initialization at %CError in type-spec at %LError writing modules file: %sError writing output file '%s'
EventExit on the first error occurred.Expected ")" at %CExpected "," at %CExpected %<(%> at %CExpected %<)%> or %<,%> at %CExpected %<,%> at %CExpected %<,%> or end of statement at %CExpected %<::%> at %CExpected %<=>%> at %CExpected %<END INTERFACE ASSIGNMENT (=)%> at %CExpected :: in TYPE definition at %CExpected DO loop at %CExpected a nameless interface at %CExpected a procedure for argument %qs at %LExpected a procedure pointer for argument %qs at %LExpected access-specifier at %CExpected argument list at %CExpected array subscript at %CExpected association at %CExpected association list at %CExpected attribute bit nameExpected binding attribute at %CExpected binding name at %CExpected component reference at %CExpected expression typeExpected integerExpected integer stringExpected left parenthesisExpected nameExpected real stringExpected right parenthesisExpected stringExpected terminating name at %CExpected variable name at %CExpecting %<END INTERFACE %s%> at %CExpecting %<END INTERFACE OPERATOR (.%s.)%> at %CExpecting %s at %CExpecting %s statement at %LExport functions even if they can be inlined.Expression at %L must be scalarFLUSH statement at %CFP exceptions are enabled.Factor complex constructors and destructors to favor space over speed.Fatal ErrorFine grain control of tune features.Fix min_int calculationFollow Renesas (formerly Hitachi) / SuperH calling conventions.Follow the EABI linkage requirements.For intrinsics library: pass all parameters in registers.For nested functions on stack executable permission is set.Force assembly output to always use hex constants.Force functions to be aligned to a 4 byte boundary.Fortran 2008 obsolescent feature:Function %qs as initialization expression at %LFunction %qs at %L cannot have an initializerFunction %qs at %L must be PUREFunction %qs requires an argument list at %CFunction starts are aligned to this power of 2.GCSE disabledGENERIC binding at %CGMP version %s, MPFR version %s, MPC version %s, isl version %s
GNU C no longer supports -traditional without -EGNU Extension:GNU Objective C no longer supports traditional compilationGenerate 16-bit instructions.Generate 16bit i386 code.Generate 32-bit code.Generate 32-bit offsets in switch tables.Generate 32bit i386 code.Generate 32bit x86-64 code.Generate 64-bit code.Generate 64bit x86-64 code.Generate APCS conformant stack frames.Generate ELF FDPIC code.Generate GFLOAT double precision code.Generate H8/300H code.Generate H8S code.Generate H8S/2600 code.Generate H8SX code.Generate ILP32 code.Generate LP64 code.Generate MIPS16 code.Generate PA1.0 code.Generate PA1.1 code.Generate PA2.0 code (requires binutils 2.10 or later).Generate SBIT, CBIT instructions.Generate SH1 code.Generate SH2 code.Generate SH2a FPU-less code.Generate SH2e code.Generate SH3 code.Generate SH3e code.Generate SH4 FPU-less code.Generate SH4 code.Generate SH4-100 FPU-less code.Generate SH4-100 code.Generate SH4-200 FPU-less code.Generate SH4-200 code.Generate SH4-300 FPU-less code.Generate SH4-300 code.Generate SH4a FPU-less code.Generate SH4a code.Generate SH4al-dsp code.Generate VRSAVE instructions when generating AltiVec code.Generate a call to abort if a noreturn function returns.Generate a single exit point for each function.Generate auto-inc/dec instructions.Generate big endian code.Generate big-endian code.Generate bit instructions.Generate call insns as direct calls.Generate call insns as indirect calls, if necessary.Generate call insns as indirect calls.Generate cld instruction in the function prologue.Generate code for CR16C architecture.Generate code for CR16C+ architecture (Default).Generate code for GNU as.Generate code for GNU assembler (gas).Generate code for GNU ld.Generate code for GNU runtime environment.Generate code for SH4 340 series (MMU/FPU-less).Generate code for SH4 400 series (MMU/FPU-less).Generate code for SH4 500 series (FPU-less).Generate code for Thumb state.Generate code for UNIX assembler.Generate code for a 32-bit ABI.Generate code for a 5206e.Generate code for a 520X.Generate code for a 528x.Generate code for a 5307.Generate code for a 5407.Generate code for a 64-bit ABI.Generate code for a 68000.Generate code for a 68010.Generate code for a 68020.Generate code for a 68030.Generate code for a 68040, without any new instructions.Generate code for a 68040.Generate code for a 68060, without any new instructions.Generate code for a 68060.Generate code for a 68302.Generate code for a 68332.Generate code for a 68851.Generate code for a ColdFire v4e.Generate code for a DLL.Generate code for a Fido A.Generate code for a cpu32.Generate code for an 11/10.Generate code for an 11/40.Generate code for an 11/45.Generate code for darwin loadable kernel extensions.Generate code for functions even if they are fully inlined.Generate code for given CPU.Generate code for old exec BSS PLT.Generate code for static functions even if they are never called.Generate code for the Android platform.Generate code for the kernel or loadable kernel extensions.Generate code for the supervisor mode (default).Generate code for the user mode.Generate code in 32 bit ARM state.Generate code in big endian mode.Generate code in big-endian mode.Generate code in little endian mode.Generate code in little-endian mode.Generate code suitable for executables (NOT shared libs).Generate code suitable for fast turn around debugging.Generate code that can be used in SVR4-style dynamic objects.Generate code that conforms to Intel MCU psABI.Generate code that conforms to the given ABI.Generate code that uses 68881 floating-point instructions.Generate code to use a non-exec PLT and GOT.Generate code which uses hardware floating point instructions.Generate code which uses only the general registers.Generate code with library calls for floating point.Generate code without GP reg.Generate conditional move instructions.Generate cpp defines for server IO.Generate cpp defines for workstation IO.Generate default double-precision SH2a-FPU code.Generate default single-precision SH2a-FPU code.Generate default single-precision SH4 code.Generate default single-precision SH4-100 code.Generate default single-precision SH4-200 code.Generate default single-precision SH4-300 code.Generate default single-precision SH4a code.Generate discontiguous stack frames.Generate divide results with reminder having the same sign as the divisor (not the dividend).Generate fast indirect calls.Generate floating point mathematics using given instruction set.Generate inline floating point division, optimize for latency.Generate inline floating point division, optimize for throughput.Generate inline integer division, optimize for latency.Generate inline integer division, optimize for throughput.Generate inline square root, optimize for latency.Generate inline square root, optimize for throughput.Generate instructions supported by barrel shifter.Generate isel instructions.Generate little endian code.Generate little-endian code.Generate load/store multiple instructions.Generate load/store with update instructions.Generate make dependencies and compile.Generate make dependencies.Generate mul64 and mulu64 instructions.Generate norm instruction.Generate normal-mode code.Generate only single-precision SH2a-FPU code.Generate only single-precision SH4 code.Generate only single-precision SH4-100 code.Generate only single-precision SH4-200 code.Generate only single-precision SH4-300 code.Generate only single-precision SH4a code.Generate pc-relative code.Generate performance extension instructions.Generate phony targets for all headers.Generate re-entrant, PIC code.Generate reciprocals instead of divss and sqrtss.Generate self-relocatable code.Generate sin, cos, sqrt for FPU.Generate swap instruction.Generate v3 push25/pop25 instructions.Give branches their default cost.Hollerith constant at %CHow much can given compilation unit grow because of the inlining (in percent).How much can given compilation unit grow because of the interprocedural constant propagation (in percent).ID of shared library to build.IMPORT statement at %CIMPURE procedure at %CIOMSG tag at %LISO C does not allow %<%E (expression)%>ISO C does not support %<#pragma STDC FLOAT_CONST_DECIMAL64%>ISO C does not support %<__int%d%> typesISO C does not support fixed-point typesISO C does not support saturating typesISO C forbids %<goto *expr;%>ISO C forbids casts to union typeISO C forbids comparison of %<void *%> with function pointerISO C forbids conditional expr between %<void *%> and function pointerISO C forbids nested functionsISO C forbids zero-size arrayISO C forbids zero-size array %qEISO C++ does not allow %<alignof%> with a non-typeISO C++ does not permit %<%T::%D%> to be defined as %<%T::%D%>ISO C++ does not permit %<alignof%> applied to a function typeISO C++ does not support %<__int%d%> for %qsISO C++ forbids calling %<::main%> from within programISO C++ forbids casting to an array type %qTISO C++ forbids compound-literalsISO C++ forbids computed gotosISO C++ forbids converting a string constant to %qTISO C++ forbids empty unnamed enumISO C++ forbids variable length arrayISO C++ forbids variable length array %qDISO C++ forbids zero-size arrayISO C++ forbids zero-size array %qDISO C90 does not support %<_Alignas%>ISO C90 does not support %<_Generic%>ISO C90 does not support %<_Noreturn%>ISO C90 does not support %<_Static_assert%>ISO C90 does not support %<__func__%> predefined identifierISO C90 does not support %<long long%>ISO C90 does not support %qEISO C90 does not support boolean typesISO C90 does not support complex typesISO C90 does not support flexible array membersISO C90 does not support the %<_Atomic%> qualifierISO C90 forbids variable length arrayISO C90 forbids variable length array %qEISO C99 does not support %<_Alignas%>ISO C99 does not support %<_Generic%>ISO C99 does not support %<_Noreturn%>ISO C99 does not support %<_Static_assert%>ISO C99 does not support %qEISO C99 does not support the %<_Atomic%> qualifierISO_C_BINDING module at %CIf -ftree-vectorize is used, the minimal loop bound of a loop to be considered for vectorization.If -fvariable-expansion-in-unroller is used, the maximum number of times that an individual variable will be expanded during loop unrolling.If number of candidates in the set is smaller, we always try to remove unused ivs during its optimization.Ignore 'D' in column one in fixed form.Ignore dllimport for functions.Ignored.Illegal preprocessor directiveIn constructor %qsIn copy constructor %qsIn destructor %qsIn function %qsIn lambda functionIn member function %qsIn static member function %qsInclude directory %qs: %sIncompatible ranks in %s (%d and %d) at %LIncompatible typespec for array element at %LInconsistent ranks for operator at %%L and %%LIncorrect function return valueIncrease the IEEE compliance for floating-point comparisons.Inhibit the use of hardware floating point instructions.Initialize local variables to zero (from g77).Inline all known string operations.Inline constants if it can be done in 2 insns or less.Inline memset/memcpy string operations, but perform inline version only for small blocks.Inline recursively only when the probability of call being executed exceeds the parameter.Insert stack checking code into the program.  Same as -fstack-check=specific.Integer expression required at %CInteger id (N) of fabsd custom instruction.Integer id (N) of fabss custom instruction.Integer id (N) of faddd custom instruction.Integer id (N) of fadds custom instruction.Integer id (N) of fatand custom instruction.Integer id (N) of fatans custom instruction.Integer id (N) of fcmpeqd custom instruction.Integer id (N) of fcmpeqs custom instruction.Integer id (N) of fcmpged custom instruction.Integer id (N) of fcmpges custom instruction.Integer id (N) of fcmpgtd custom instruction.Integer id (N) of fcmpgts custom instruction.Integer id (N) of fcmpled custom instruction.Integer id (N) of fcmples custom instruction.Integer id (N) of fcmpltd custom instruction.Integer id (N) of fcmplts custom instruction.Integer id (N) of fcmpned custom instruction.Integer id (N) of fcmpnes custom instruction.Integer id (N) of fcosd custom instruction.Integer id (N) of fcoss custom instruction.Integer id (N) of fdivd custom instruction.Integer id (N) of fdivs custom instruction.Integer id (N) of fexpd custom instruction.Integer id (N) of fexps custom instruction.Integer id (N) of fextsd custom instruction.Integer id (N) of fixdi custom instruction.Integer id (N) of fixdu custom instruction.Integer id (N) of fixsi custom instruction.Integer id (N) of fixsu custom instruction.Integer id (N) of floatid custom instruction.Integer id (N) of floatis custom instruction.Integer id (N) of floatud custom instruction.Integer id (N) of floatus custom instruction.Integer id (N) of flogd custom instruction.Integer id (N) of flogs custom instruction.Integer id (N) of fmaxd custom instruction.Integer id (N) of fmaxs custom instruction.Integer id (N) of fmind custom instruction.Integer id (N) of fmins custom instruction.Integer id (N) of fmuld custom instruction.Integer id (N) of fmuls custom instruction.Integer id (N) of fnegd custom instruction.Integer id (N) of fnegs custom instruction.Integer id (N) of frdxhi custom instruction.Integer id (N) of frdxlo custom instruction.Integer id (N) of frdy custom instruction.Integer id (N) of fsind custom instruction.Integer id (N) of fsins custom instruction.Integer id (N) of fsqrtd custom instruction.Integer id (N) of fsqrts custom instruction.Integer id (N) of fsubd custom instruction.Integer id (N) of fsubs custom instruction.Integer id (N) of ftand custom instruction.Integer id (N) of ftans custom instruction.Integer id (N) of ftruncds custom instruction.Integer id (N) of fwrx custom instruction.Integer id (N) of fwry custom instruction.Integer id (N) of round custom instruction.Integer outside symmetric range implied by Standard Fortran at %LInteger too large at %CInteger value too large in expression at %CInterface %qs at %L may not be a statement functionInternal compiler error: Error reporting routines re-entered.
Internal procedure %qs is used as actual argument at %LInterpret any INTEGER(4) as an INTEGER(8).Interpret any REAL(4) as a REAL(10).Interpret any REAL(4) as a REAL(16).Interpret any REAL(4) as a REAL(8).Interpret any REAL(8) as a REAL(10).Interpret any REAL(8) as a REAL(16).Interpret any REAL(8) as a REAL(4).Intersperse literal pools with code in the text section.Invalid NULL at %LInvalid character in name at %CInvalid context for NULL () intrinsic at %LInvalid context for NULL() pointer at %%LInvalid image number %d in SYNC IMAGESInvalid kind for %s at %LInvalid procedure argument at %LInvalid range %s in option %sInvalid type-spec at %CJump targets are aligned to this power of 2.Just use icc0/fcc0.Known AArch64 ABIs (for use with the -mabi= option):Known ABIs (for use with the -mabi= option):Known ARC CPUs (for use with the -mcpu= option):Known ARM ABIs (for use with the -mabi= option):Known ARM CPUs (for use with the -mcpu= and -mtune= options):Known ARM FPUs (for use with the -mfpu= option):Known ARM architectures (for use with the -march= option):Known C6X ISAs (for use with the -march= option):Known CPUs (for use with the -mcpu= and -mtune= options):Known FR-V CPUs (for use with the -mcpu= option):Known IQ2000 CPUs (for use with the -mcpu= option):Known Itanium CPUs (for use with the -mtune= option):Known M68K CPUs (for use with the -mcpu= option):Known M68K ISAs (for use with the -march= option):Known M68K microarchitectures (for use with the -mtune= option):Known MIPS ABIs (for use with the -mabi= option):Known MIPS CPUs (for use with the -march= and -mtune= options):Known MIPS IEEE 754 settings (for use with the -mabs= and -mnan= options):Known MIPS ISA levels (for use with the -mips option):Known TILE-Gx CPUs (for use with the -mcpu= option):Known TILEPro CPUs (for use with the -mcpu= option):Known TLS dialects (for use with the -mtls-dialect= option):Known address mode (for use with the -maddress-mode= option):Known arch types (for use with the -march= option):Known cmodel types (for use with the -mcmodel= option):Known code models (for use with the -mcmodel= option):Known data alignment choices (for use with the -malign-data= option):Known floating-point ABIs (for use with the -mfloat-abi= option):Known stack protector guard (for use with the -mstack-protector-guard= option):Known vectorization library ABIs (for use with the -mveclibabi= option):LINEAR variable %qs must be INTEGER at %LLTO support has not been enabled in this configurationLabel %d at %L defined but not usedLegacy Extension:Lift restrictions on GOT size.Like -M but ignore system header files.Like -MD but ignore system header files.Line truncated at %LLines executed:%s of %d
Link in code for a __main kernel.Link to emit program in ELF format (rather than mmo).Link with HAL BSP.Link with a limited version of the C library.Link with libads.a, libc.a and crt0.o.Link with libc.a and libdebug.a.Link with libc.a and libsim.a.Link with libmvme.a, libc.a and crt0.o.Link with libsim.a, libc.a and sim-crt0.o.Link with libyk.a, libc.a and crt0.o.Link with the fast floating-point library.Link with the library-pic libraries.Logicals at %%L must be compared with %s instead of %sLoop code aligned to this power of 2.Loop variableLoop variable at %C cannot be a coarrayLoop variable at %C cannot be a sub-componentLoop variable at %C cannot be an arrayLoop variable has been modifiedMIPS16 PIC for ABIs other than o32 and o64MMIX Internal: Bad value for 'm', not a CONST_INTMMIX Internal: Cannot decode this operandMMIX Internal: Expected a CONST_INT, not thisMMIX Internal: Expected a constant, not thisMMIX Internal: Expected a register, not thisMMIX Internal: This is not a constant:MMIX Internal: This is not a recognized addressMMIX Internal: Trying to output invalidly reversed condition:MMIX Internal: What is the CC of this?MMIX Internal: What's the CC of this?MODULE prefix at %CMOLD tag at %LMaintain backchain pointer.Make "char" signed by default.Make "char" unsigned by default.Make integers 32 bits wide.Make structs a multiple of 4 bytes (warning: ABI altered).Malloc data into P2 space.Mark MAC register as call-clobbered.Mark all loops as parallel.Max basic blocks number in loop for loop invariant motion.Max loops number for regional RA.Max size of conflict table in MB.Max. size of var tracking hash tables.Maximal code growth caused by tail duplication (in percent).Maximal estimated growth of function body caused by early inlining of single call.Maximal estimated outcome of branch considered predictable.Maximal growth due to inlining of large function (in percent).Maximal stack frame growth due to inlining (in percent).Maximum length of partial antic set when performing tree pre optimization.Maximum number of conditional store pairs that can be sunk.Maximum number of fields in a structure before pointer analysis treats the structure as a single variable.Maximum number of insns in a basic block to consider for RTL if-conversion.Maximum number of instructions in basic block to be considered for SLP vectorization.Maximum number of instructions in the ready list that are considered eligible for renaming.Maximum number of namespaces to search for alternatives when name lookup fails.Maximum number of statements allowed in a block that needs to be duplicated when threading jumps.Maximum number of times that an insn could be scheduled.Maximum size in bytes of constant values allowed as operands.Maximum size of global and static variables which can be placed into the small data area.Merge subcomand usage:Min. ratio of insns to mem ops to enable prefetching in a loop.Min. ratio of insns to prefetches to enable prefetching for a loop with an unknown trip count.Minimal distance between possibly conflicting store and load.Minimum heap expansion to trigger garbage collection, as a percentage of the total size of the heap.Minimum heap size before we start collecting garbage, in kilobytes.Missing %<&%> in continued character constant at %CMissing actual argument %qs in call to %qs at %LMissing actual argument for argument %qs at %LMissing comma at %LMissing format label at %CMissing symbolNOTE_INSN_BASIC_BLOCK %d in middle of basic block %dNOTE_INSN_BASIC_BLOCK is missing for block %dNO_ARG_CHECK attributeNULL used in arithmeticName %qs at %C is already defined as a generic interface at %LName at %C is too longName of system library to link against.Name of the startfile.Name too longNegative argument N at %LNo branches
No calls
No default crt0.o.No executable lines
No longer supported.Nonconforming tab character at %CNonexistent include directory %qsNot expected TAG.Number of registers used to pass integer arguments.Object %qs is not a variable at %LObsolescent feature:Offline tool to handle gcda counts
 
Old-style initialization at %COmit frame pointer for leaf functions.Omit the frame pointer in leaf functions.Only generate absolute relocations on word sized values.Only issue one instruction per cycle.Only retained for backward compatibility.Only use 32 FPRs.Only use 32 GPRs.Operand of .not. operator at %%L is %sOperand of unary numeric operator %%<%s%%> at %%L is %sOperand of user operator %%<%s%%> at %%L is %sOperands of binary numeric operator %%<%s%%> at %%L are %s/%sOperands of comparison operator %%<%s%%> at %%L are %s/%sOperands of logical operator %%<%s%%> at %%L are %s/%sOperands of string concatenation operator at %%L are %s/%sOperands of user operator %%<%s%%> at %%L are %s/%sOptimize for debugging experience rather than speed or size.Optimize for space rather than speed.Optimize for speed disregarding exact standards compliance.Optimize frame header.Optimize lui/addiu address loads.Optimize opcode sizes at link time.Optimize tail call instructions in assembler and linker.Options:
Out of stack space.
Overlap subcomand usage:Override -mbest-lib-options.PCS variantPIC register isn't set upPRE disabledPRINT_OPERAND null pointerPRINT_OPERAND, invalid insn for %%CPRINT_OPERAND, invalid insn for %%NPRINT_OPERAND_ADDRESS, null pointerPROCEDURE list at %CPROTECTED attribute at %CPack VLIW instructions.Pass -EB option through to linker.Pass -EL option through to linker.Pass -marclinux option through to linker.Pass -marclinux_prof option through to linker.Pass -z text to linker.Pass the address of the ra save location to _mcount in $12.Perform VR4130-specific alignment optimizations.Permit '$' as an identifier character.Permit nonconforming uses of the tab character.Permit scheduling of a function's prologue sequence.Place a stop bit after every cycle when scheduling.Place floating point constants in TOC.Place symbol+offset constants in TOC.Please submit a full bug report,
with preprocessed source if appropriate.
PluginsPointers are 32-bit.Pointers are 64-bit.Prefer branches over conditional execution.Prefer word accesses over byte accesses.Prepend global symbols with ":" (for use with PREFIX).Preprocess directives only.Preprocessed source stored into %s file, please attach this to your bugreport.
Pretend a branch-around-a-move is a conditional move.Prevent the use of all floating-point operations.Prevent the use of all hardware floating-point instructions.Print code coverage information.
 
Print extra (possibly unwanted) warnings.Print the name of header files as they are used.Procedure %qs at %C is already defined at %LProcedure %qs at %L already has basic type of %sProcedure %qs called at %L is not explicitly declaredProcessing spec (%s), which is '%s'
Produce a backtrace when a runtime error is encountered.Produce a warning at runtime if a array temporary has been created for a procedure argument.Produce big endian code.Produce code relocatable at runtime.Produce little endian code.Program is entirely located in low 64k of memory.Prohibit PC relative function calls.Prohibit PC relative jumps.Protect parentheses in expressions.Provide libraries for the simulator.Put all local arrays on stack.Put everything in the regular TOC.Put uninitialized constants in ROM (needs -membedded-data).R2 architecture is little-endian onlyRTL check: expected code '%s' or '%s', have '%s' in %s, at %s:%dRTL check: expected code '%s', have '%s' in %s, at %s:%dRTL check: expected elt %d type '%c' or '%c', have '%c' (rtx %s) in %s, at %s:%dRTL check: expected elt %d type '%c', have '%c' (rtx %s) in %s, at %s:%dRTP PIC is incompatible with ThumbReading specs from %s
Realign stack in prologue.Reallocate the LHS in assignments.Recognize GNU-defined keywords.Recognize built-in functions.Recognize the "asm" keyword.Relax branches.Remove redundant membars.Removing '%s'
Request IEEE-conformant math library routines (OSF/1).Reserve space for outgoing arguments in the function prologue.Restrict the use of hardware floating-point instructions to 32-bit operations.Result of %s is NaN at %LReturn all structures in memory (AIX default).Return floating-point results in ac0 (fr0 in Unix assembler syntax).Return pointers in both a0 and d0.Return small structures in registers (SVR4 default).Return value %qs of function %qs declared at %L not setReturn value of function %qs at %L not setReturn values of functions in FPU registers.Reuse r30 on a per function basis.Rewrite subcommand usage:Run only the second compilation of -fcompare-debug.Running spec function '%s' with %d args
 
Runtime name.SH2a does not support little-endianSIZE at %L must be positiveSOURCE tag at %LSSA corruptionSSA_NAME_OCCURS_IN_ABNORMAL_PHI should be setSSE instruction set disabled, using 387 arithmeticsSTAT variableSTAT= argument to %s at %LSYNC statement at %CSame as -mA6.Same as -mA7.Same as: -mep -mprolog-function.Schedule code for given CPU.Schedule given CPU.Schedule the start and end of the procedure.See %s for instructions.
Segmentation FaultSegmentation Fault (code)Select code model.Select fraction of the maximal frequency of executions of basic block in function given basic block get alignment.Select large model - 20-bit addresses/pointers.Select method for sdata handling.Select small model - 16-bit addresses/pointers (default).Select the runtime.Select what to sanitize.Set 80387 floating-point precision to 32-bit.Set 80387 floating-point precision to 64-bit.Set 80387 floating-point precision to 80-bit.Set Windows defines.Set branch cost.Set default accessibility of module entities to PRIVATE.Set name of main routine for the debugger.Set register to hold -1.Set sizeof(bool) to 1.Set start-address of data.Set start-address of the program.Set the PPC_EMB bit in the ELF flags header.Set the cost of branches.Set the default double precision kind to an 8 byte wide type.Set the default integer kind to an 8 byte wide type.Set the default real kind to an 8 byte wide type.Set the max size of data eligible for the SDA area.Set the max size of data eligible for the TDA area.Set the max size of data eligible for the ZDA area.Set the max. number of bytes which has to be left to stack size before a trap instruction is triggered.Set the maximum amount for a single stack increment operation.Set the target CPU type.Setting spec %s to '%s'
 
Shorten address references during linking.Small data area: none, sdata, use.Soft limit on number of memory insns per instruction group, giving lower priority to subsequent memory insns attempting to schedule in the same insn group. Frequently useful to prevent cache bank conflicts.  Default value is 1.Specifies bit size of immediate TLS offsets.  Valid values are 12, 24, 32, 48.Specifies the number of registers to reserve for interrupt handlers.Specifies whether interrupt functions should save and restore the accumulator register.Specify CPU for code generation purposes.Specify CPU for scheduling purposes.Specify CPU for scheduling purposes.  Valid arguments are 700, 7100, 7100LC, 7200, 7300, and 8000.Specify UNIX standard for predefines and linking.Specify a plugin to load.Specify alignment of structure fields default/natural.Specify an ABI.Specify bit size of immediate TLS offsets.Specify cache flush function.Specify cache flush trap number.Specify how to access the thread pointer.Specify if floating point hardware should be used.Specify main object for TPF-OS.Specify name for 32 bit signed division function.Specify range of registers to make fixed.Specify scheduling priority for dispatch slot restricted insns.Specify that an external BLAS library should be used for matmul calls on large-size arrays.Specify that backslash in string introduces an escape character.Specify that no implicit typing is allowed, unless overridden by explicit IMPLICIT statements.Specify the ISA to build for: msp430, msp430x, msp430xv2.Specify the MCU to build for.Specify the __fp16 floating-point format.Specify the code model.Specify the model for atomic operations.Specify the name of the target CPU.Specify the name of the target architecture.Specify the name of the target floating point configuration.Specify the name of the target floating point hardware/format.Specify the register to be used for PIC addressing.Specify the target CPU.Specify the target RX cpu type.Specify thread local storage scheme.Specify where to find the compiled intrinsic modules.Specify which post scheduling nop insertion scheme to apply.Start expression in DO loopStatement function %qs requires argument list at %CStatement function at %L cannot appear within an INTERFACEStatically link the GNU Fortran helper library (libgfortran).Step expression in DO loopStop forward growth if the probability of best edge is less than this threshold (in percent). Used when profile feedback is available.Stop forward growth if the probability of best edge is less than this threshold (in percent). Used when profile feedback is not available.Stop reverse growth if the reverse probability of best edge is less than this threshold (in percent).Store doubles in 64 bits.Store function names in object code.Stores doubles in 32 bits.  This is the default.String length at %L is too largeSubstring at %L has length zeroSupport 3DNow! built-in functions.Support AES built-in functions and code generation.Support Athlon 3Dnow! built-in functions.Support BMI built-in functions and code generation.Support BMI2 built-in functions and code generation.Support CLFLUSHOPT instructions.Support CLWB instruction.Support CLZERO built-in functions and code generation.Support F16C built-in functions and code generation.Support FMA4 built-in functions and code generation.Support FSGSBASE built-in functions and code generation.Support FXSAVE and FXRSTOR instructions.Support Hardware Lock Elision prefixes.Support LWP built-in functions and code generation.Support LZCNT built-in function and code generation.Support MMX and SSE built-in functions and code generation.Support MMX built-in functions.Support MMX, SSE and SSE2 built-in functions and code generation.Support MMX, SSE, SSE2 and SSE3 built-in functions and code generation.Support MMX, SSE, SSE2, SSE3 and SSE4A built-in functions and code generation.Support MMX, SSE, SSE2, SSE3 and SSSE3 built-in functions and code generation.Support MMX, SSE, SSE2, SSE3, SSSE3 and SSE4.1 built-in functions and code generation.Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1 and SSE4.2 built-in functions and code generation.Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2 and AVX built-in functions and code generation.Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX and AVX2 built-in functions and code generation.Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX and FMA built-in functions and code generation.Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2 and AVX512F and AVX512BW built-in functions and code generation.Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2 and AVX512F and AVX512CD built-in functions and code generation.Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2 and AVX512F and AVX512DQ built-in functions and code generation.Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2 and AVX512F and AVX512ER built-in functions and code generation.Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2 and AVX512F and AVX512IFMA built-in functions and code generation.Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2 and AVX512F and AVX512PF built-in functions and code generation.Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2 and AVX512F and AVX512VBMI built-in functions and code generation.Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2 and AVX512F and AVX512VL built-in functions and code generation.Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2 and AVX512F built-in functions and code generation.Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2, AVX512F and AVX5124FMAPS built-in functions and code generation.Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2, AVX512F and AVX5124VNNIW built-in functions and code generation.Support MWAITX and MONITORX built-in functions and code generation.Support PCLMUL built-in functions and code generation.Support PKU built-in functions and code generation.Support PREFETCHW instruction.Support PREFETCHWT1 built-in functions and code generation.Support RDRND built-in functions and code generation.Support RDSEED instruction.Support RTM built-in functions and code generation.Support SHA1 and SHA256 built-in functions and code generation.Support TBM built-in functions and code generation.Support TLS segment larger than 64K.Support XOP built-in functions and code generation.Support XSAVE and XRSTOR instructions.Support XSAVEC instructions.Support XSAVEOPT instruction.Support XSAVES and XRSTORS instructions.Support calls between Thumb and ARM instruction sets.Support code generation of Advanced Bit Manipulation (ABM) instructions.Support code generation of cmpxchg16b instruction.Support code generation of crc32 instruction.Support code generation of movbe instruction.Support code generation of popcnt instruction.Support code generation of sahf instruction in 64bit x86-64 code.Support flag-preserving add-carry instructions.Support legacy multi-threading.Support message passing with the Parallel Environment.Support more than 8192 GOT entries on ColdFire.Support multi-threading.Support multiply accumulate instructions.Suppress warnings.Switch ARM/Thumb modes on alternating functions for compiler testing.Switch on/off MIPS16 ASE on alternating functions for compiler testing.Switches off the -mstack-guard= option.Symbol %qs already declaredSymbol %qs at %C also declared as a type at %LSymbol %qs at %C is already in a COMMON blockSymbol %qs at %L is ambiguousSynonym for -Wcomment.Synonym of -gnatk8.Syntax error in expression at %CTILE requires constant expression at %LTLS dialect to use:Taken at least once:%s of %d
Target DFLOAT double precision code.Target has split I&D.Target the AM33 processor.Target the AM33/2.0 processor.Target the AM34 processor.Target: %s
The bug is not reproducible, so it is likely a hardware or OS problem.
The following options are language-independentThe following options are language-relatedThe following options are not documentedThe following options are specific to just the language The following options are supported by the language The following options are target specificThe following options control compiler warning messagesThe following options control optimizationsThe following options take joined argumentsThe following options take separate argumentsThe lower bound for a buffer to be considered for stack smashing protection.The maximum amount of memory to be allocated by GCSE.The maximum conflict delay for an insn to be considered for speculative motion.The maximum depth of a loop nest we completely peel.The maximum depth of recursive inlining for inline functions.The maximum depth of recursive inlining for non-inline functions.The maximum expansion factor when copying basic blocks.The maximum instructions CSE process before flushing.The maximum length of path considered in cse.The maximum length of scheduling's pending operations list.The maximum memory locations recorded by cselib.The maximum number of RTL nodes that can be recorded as combiner's last value.The maximum number of blocks in a region to be considered for interblock scheduling.The maximum number of branches on the path through the peeled sequence.The maximum number of incoming edges to consider for crossjumping.The maximum number of insns combine tries to combine.The maximum number of insns in a region to be considered for interblock scheduling.The maximum number of insns of a completely peeled loop.The maximum number of insns of a peeled loop.The maximum number of insns of an unswitched loop.The maximum number of instructions in a single function eligible for inlining.The maximum number of instructions inline function can grow to via recursive inlining.The maximum number of instructions non-inline function can grow to via recursive inlining.The maximum number of instructions ready to be issued to be considered by the scheduler during the first scheduling pass.The maximum number of instructions to consider to fill a delay slot.The maximum number of instructions to consider to find accurate live register information.The maximum number of instructions to consider to unroll in a loop on average.The maximum number of instructions to consider to unroll in a loop.The maximum number of instructions to search backward when looking for equivalent reload.The maximum number of instructions when automatically inlining.The maximum number of iterations through CFG to extend regions.The maximum number of loop iterations we predict statically.The maximum number of nested indirect inlining performed by early inliner.The maximum number of peelings of a single loop that is peeled completely.The maximum number of peelings of a single loop.The maximum number of unrollings of a single loop.The maximum number of unswitchings in a single loop.The maximum ratio between array size and switch branches for a switch conversion to take place.The maximum ratio of insertions to deletions of expressions in GCSE.The maximum size of the lookahead window of selective scheduling.The minimal probability of speculation success (in percents), so that speculative insn will be scheduled.The minimum UID to be used for a nondebug insn.The minimum cost of an expensive expression in the loop invariant motion.The minimum number of matching instructions to consider for crossjumping.The minimum probability of reaching a source block for interblock speculative scheduling.The number of cycles the swing modulo scheduler considers when checking conflicts using DFA.The number of insns executed before prefetch is completed.The number of prefetches that can run at the same time.The number of registers in each class kept unused by loop invariant motion.The percentage of function, weighted by execution frequency, that must be covered by trace formation. Used when profile feedback is available.The percentage of function, weighted by execution frequency, that must be covered by trace formation. Used when profile feedback is not available.The resolution file.The size of L1 cache line.The size of L1 cache.The size of L2 cache.The size of function body to be considered large.The size of stack frame to be considered large.The size of translation unit to be considered large.The threshold ratio for performing partial redundancy elimination after reload.The threshold ratio of critical edges execution count that permit performing redundancy elimination after reload.The type for function %qs at %L is not accessibleThe upper bound for sharing integer constants.This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or 
FITNESS FOR A PARTICULAR PURPOSE.
 
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
This option lacks documentation.This switch is deprecated; do not use.This switch is deprecated; use -Werror=implicit-function-declaration instead.This switch is deprecated; use -Wextra instead.This switch is deprecated; use -fsanitize-recover= instead.Thread model: %s
Thumb-1 hard-float VFP ABIThumb: Assume function pointers may go to non-Thumb aware code.Thumb: Assume non-static functions may be called from ARM code.Thumb: Generate (leaf) stack frames even if not needed.Thumb: Generate (non-leaf) stack frames even if not needed.To enable preprocessing, use %<-cpp%>Together with -fpic and -fPIC, do not use GOTPLT references.Too many arguments in call to %qs at %LToo many arguments to %s at %LTrap on integer divide by zero.Treat all warnings as errors.Treat integers as 32-bit.Treat lines with 'D' in column one as comments.Treat missing header files as generated files.Treat specified warning as error.Try running '%s' in the shell to raise its limit.
Try to allow the linker to turn PIC calls into direct calls.Try to lay out derived types as compactly as possible.Tune code for the given processor.Tune expected memory latency.Tune for the specified target CPU or architecture.UNIT not specified at %LUnable to find symbol %qsUnable to generate load/store offset for fusionUnable to resolve the specific function %qs at %LUnexpected %<*%> for codimension %d of %d at %CUnexpected %s statement at %CUnexpected CASE statement at %CUnexpected END statement at %CUnexpected ENTRY statement at %CUnexpected EOFUnexpected element %qc in format string at %LUnexpected end of file in %qsUnexpected end of moduleUnexpected intrinsic type %qs at %LUnit number in I/O statement too largeUnit number in I/O statement too smallUnknown intrinsic opUnknown operator %%<%s%%> at %%LUnknown procedure name %qs at %CUnrecognized option to floating-point init value: %qsUnrecognized option: %qsUnsupported code '%c' for fixed-point:Unsupported operand for code '%c'Unused dummy argument %qs at %LUnused parameter %qs declared at %LUnused variable %qs declared at %LUsage: %s [OPTION]... SUB_COMMAND [OPTION]...
 
Usage: %s [options] file...
Use "-Wa,OPTION" to pass "OPTION" to the assembler.
 
Use "-Wl,OPTION" to pass "OPTION" to the linker.
 
Use -G for data that is not defined by the current object.Use -G for object-local data.Use 128-bit long double.Use 16 bit int.Use 32 bit int.Use 32-bit ABI.Use 32-bit floating-point registers.Use 32-bit general registers.Use 4 byte entries in switch tables.Use 4 media accumulators.Use 4xx half-word multiply instructions.Use 4xx string-search dlmzb instruction.Use 64 FPRs.Use 64 GPRs.Use 64-bit ABI.Use 64-bit floating-point registers.Use 64-bit general registers.Use 64-bit long double.Use 8 media accumulators.Use 80-bit long double.Use ABI reserved registers.Use AltiVec instructions.Use Bionic C library.Use Branch Likely instructions, overriding the architecture default.Use CONST16 instruction to load constants.Use EABI.Use Enhanced Virtual Addressing instructions.Use GNU C library.Use GP relative sdata/sbss sections.Use GP-relative addressing to access small data.Use H8/300 alignment rules.Use IEEE math for fp comparisons.Use ISA 2.07 Category:Vector.AES and Category:Vector.SHA2 instructions.Use LRA instead of reload (transitional).Use LRA instead of reload.Use MCU instructions.Use MIPS MSA Extension instructions.Use MIPS-3D instructions.Use MIPS-DSP REV 2 instructions.Use MIPS-DSP instructions.Use Mingw-specific thread support.Use Neon double-word (rather than quad-word) registers for vectorization.Use Neon quad-word (rather than double-word) registers for vectorization.Use NewABI-style %reloc() assembly operators.Use P-mnemonics for branches statically predicted as taken.Use PMC-style 'mad' instructions.Use PowerPC General Purpose group optional instructions.Use PowerPC Graphics group optional instructions.Use PowerPC V2.01 single field mfcr instruction.Use PowerPC V2.02 floating point rounding instructions.Use PowerPC V2.02 popcntb instruction.Use PowerPC V2.05 compare bytes instruction.Use PowerPC V2.06 popcntd instruction.Use PowerPC-64 instruction set.Use ROM instead of RAM.Use SSE register passing conventions for SF and DF mode.Use SmartMIPS instructions.Use UNIX assembler syntax.Use VAX fp.Use VAXC structure conventions.Use a 32-bit long type.Use a 4-byte record marker for unformatted files.Use a 64-bit long type.Use addresses that allocate global registers.Use all registers, reserving none for interrupt handlers.Use alternate register names.Use an 8-bit 'int' type.Use an 8-byte record marker for unformatted files.Use arbitrary sized immediates in bit operations.Use big-endian byte order.Use branch-and-break sequences to check for integer divide by zero.Use bras for executable < 64k.Use call-clobbered registers for parameters and return value.Use control speculation.Use data speculation after reload.Use data speculation before reload.Use decimal floating point instructions.Use default method for sdata handling.Use different calling convention using 'rtd'.Use direct references against %gs when accessing tls data.Use eXtended Physical Address (XPA) instructions.Use epsilon-respecting floating point compare instructions.Use f2c calling convention.Use features of and schedule code for given CPU.Use features of and schedule given CPU.Use flat register window model.Use fp double instructions.Use fp registers.Use full-set registers for register allocation.Use given SPARC-V9 code model.Use given TILE-Gx code model.Use given address mode.Use given assembler dialect.Use given thread-local storage dialect.Use given x86-64 code model.Use hardware FP (default).Use hardware FP.Use hardware division instructions on ColdFire.Use hardware floating point conversion instructions.Use hardware floating point instructions.Use hardware floating point square root instruction.Use hardware floating point.Use hardware fp.Use hardware quad FP instructions.Use hardware transactional execution instructions.Use in block control speculation.Use in block data speculation after reload.Use in block data speculation before reload.Use in/loc/out register names.Use indirect CALLXn instructions for large programs.Use indirect calls.Use integer madd/msub instructions.Use little-endian byte order.Use ll, sc and sync instructions.Use media instructions.Use microMIPS instructions.Use multiply add/subtract instructions.Use multiply high instructions for high part of 32x32 multiply.Use musl C library.Use native (MS) bitfield layout.Use new adddi3/subdi3 patterns.Use normal calling convention.Use only one TOC entry per procedure.Use packed stack layout.Use paired-single floating-point instructions.Use pattern compare instructions.Use portable calling conventions.Use propolice as a stack protection method.Use push instructions to save outgoing arguments.Use red-zone in the x86-64 code.Use register stack for parameters and return value.Use registers for argument passing.Use registers r2 and r5.Use shared libraries.Use simple data speculation check for control speculation.Use simple data speculation check.Use simulator runtime.Use software emulation for floating point (default).Use software floating point comparisons.Use software floating point.Use stack bias.Use structs on stronger alignment for double-word copies.Use stubs for function prologues.Use subroutines for function prologues and epilogues.Use synci instruction to invalidate i-cache.Use tas.b instruction for __atomic_test_and_set.Use the AltiVec ABI extensions.Use the Cray Pointer extension.Use the DEC assembler syntax.Use the ELFv1 ABI.Use the ELFv2 ABI.Use the GNU extension to the PE format for aligned common data.Use the bit-field instructions.Use the divide instruction.Use the given data alignment.Use the most feature-enabling options allowed by other options.Use the mvcle instruction for block moves.Use the simulator runtime.Use trap instructions to check for integer divide by zero.Use uClibc C library.Use unicode startup and define UNICODE macro.Use vector/scalar (VSX) instructions.Use zero-extending memory loads, not sign-extending ones.Uses of this option are diagnosed.Using built-in specs.
VALUE attribute at %CVALUE statement at %CVOIDmode on an outputVOLATILE attribute at %CVOLATILE statement at %CValid Nios II ISA levels (for -march):Valid arguments to -malign-:Valid arguments to -mcode-readable=:Valid arguments to -mfpmath=:Valid arguments to -mr10k-cache-barrier=:Valid arguments to -mstringop-strategy=:Valid arguments to -mtp=:Variable %qs cannot appear in the expression at %LVariable %qs is not a dummy argument at %LVector library ABI to use.Warn about "extern" declarations not at file scope.Warn about "suspicious" constructs.Warn about 'new' of type with extended alignment without -faligned-new.Warn about @selector()s without previously declared methods.Warn about C constructs that are not in the common subset of C and C++.Warn about C++ constructs whose meaning differs between ISO C++ 1998 and ISO C++ 2011.Warn about C++ constructs whose meaning differs between ISO C++ 2011 and ISO C++ 2014.Warn about C++11 inheriting constructors when the base has a variadic constructor.Warn about NULL being passed to argument slots marked as requiring non-NULL.Warn about PCH files that are found but not used.Warn about USE statements that have no ONLY qualifier.Warn about __TIME__, __DATE__ and __TIMESTAMP__ usage.Warn about alignment of COMMON blocks.Warn about an empty body in an if or else statement.Warn about an invalid DO loop.Warn about boolean expression compared with an integer value different from true/false.Warn about called procedures not explicitly declared.Warn about calls with implicit interface.Warn about casting functions to incompatible types.Warn about casts which discard qualifiers.Warn about certain operations on boolean expressions.Warn about comparison of different enum types.Warn about compile-time integer division by zero.Warn about constant integer divisions with truncated results.Warn about creation of array temporaries.Warn about dangling else.Warn about deleting polymorphic objects with non-virtual destructors.Warn about deprecated 'vector long ...' AltiVec type usage.Warn about duplicated conditions in an if-else-if chain.Warn about equality comparisons involving REAL or COMPLEX expressions.Warn about features not present in ISO C90, but present in ISO C99.Warn about features not present in ISO C99, but present in ISO C11.Warn about features not present in traditional C.Warn about format strings that are not literals.Warn about format strings that contain NUL bytes.Warn about function call elimination.Warn about function parameters declared without a type specifier in K&R-style functions.Warn about function pointer arithmetic.Warn about functions which might be candidates for format attributes.Warn about global functions without previous declarations.Warn about global functions without prototypes.Warn about implicit conversions from "float" to "double".Warn about implicit declarations.Warn about implicit function declarations.Warn about incompatible integer to pointer and pointer to integer conversions.Warn about invalid uses of the "offsetof" macro.Warn about macros defined in the main file that are not used.Warn about maybe uninitialized automatic variables.Warn about missing ampersand in continued character constants.Warn about missing fields in struct initializers.Warn about missing sized deallocation functions.Warn about misuses of pragmas.Warn about most implicit conversions.Warn about multiple declarations of the same object.Warn about non-virtual destructors.Warn about none ISO msvcrt scanf/printf width extensions.Warn about overflow in arithmetic expressions.Warn about overloaded virtual function names.Warn about overriding initializers with side effects.Warn about overriding initializers without side effects.Warn about packed bit-fields whose offset changed in GCC 4.4.Warn about pointer casts which increase alignment.Warn about positional initialization of structs requiring designated initializers.Warn about possible aliasing of dummy arguments.Warn about possible security problems with format functions.Warn about possible violations of sequence point rules.Warn about possibly missing braces around initializers.Warn about possibly missing parentheses.Warn about possibly nested block comments, and C++ comments spanning more than one physical line.Warn about printf/scanf/strftime/strfmon format string anomalies.Warn about real-literal-constants with 'q' exponent-letter.Warn about returning structures, unions or arrays.Warn about sign differences with format functions.Warn about signed-unsigned comparisons.Warn about strftime formats yielding 2-digit years.Warn about subscripts whose type is "char".Warn about suspicious declarations of "main".Warn about suspicious uses of memory addresses.Warn about switches with boolean controlling expression.Warn about things that change between the current -fabi-version and the specified version.Warn about things that will change when compiling with an ABI-compliant compiler.Warn about truncated character expressions.Warn about truncated source lines.Warn about uncasted NULL used as sentinel.Warn about underflow of numerical constant expressions.Warn about uninitialized automatic variables.Warn about unprototyped function declarations.Warn about unrecognized pragmas.Warn about unsuffixed float constants.Warn about unused dummy arguments.Warn about use of multi-character character constants.Warn about useless casts.Warn about user-specified include directories that do not exist.Warn about uses of __attribute__((deprecated)) declarations.Warn about using variadic macros.Warn about variables that might be changed by "longjmp" or "vfork".Warn about variables which are initialized to themselves.Warn about violations of Effective C++ style rules.Warn about zero-length formats.Warn about zero-trip DO loops.Warn for conditionally-supported constructs.Warn for converting NULL from/to a non-pointer type.Warn for implicit type conversions between signed and unsigned integers.Warn for implicit type conversions that cause loss of floating point precision.Warn for implicit type conversions that may change a value.Warn for obsolescent usage in a declaration.Warn if "defined" is used outside #if.Warn if a C-style cast is used in a program.Warn if a comparison always evaluates to true or false.Warn if a deprecated compiler feature, class, method, or field is used.Warn if a function uses alloca or creates an array with dynamic size.Warn if a local declaration hides an instance variable.Warn if a selector has multiple methods.Warn if a single function's framesize exceeds the given framesize.Warn if a string is longer than the maximum portable length specified by the standard.Warn if a subobject has an abi_tag attribute that the complete object type does not have.Warn if a user-procedure has the same name as an intrinsic.Warn if a variable length array is used.Warn if an array is accessed out of bounds.Warn if an old-style parameter definition is used.Warn if left shifting a negative value.Warn if passing too many arguments to a function for its format string.Warn if qualifiers on arrays which are pointer targets are discarded.Warn if shift count >= width of type.Warn if shift count is negative.Warn if testing floating point numbers for equality.Warn if the pointer in a pointer assignment might outlive its target.Warn if the type of a variable might be not interoperable with C.Warn if type qualifiers on pointers are discarded.Warn on any use of alloca.Warn on intrinsics not part of the selected standard.Warn on namespace definition.Warn on primary template declaration.Warn when __builtin_frame_address or __builtin_return_address is used unsafely.Warn when a #warning directive is encountered.Warn when a built-in function is declared with the wrong signature.Warn when a built-in preprocessor macro is undefined or redefined.Warn when a const variable is unused.Warn when a declaration does not specify a type.Warn when a declaration is found after a statement.Warn when a function cannot be expanded to HSAIL.Warn when a function is unused.Warn when a function parameter is only set, otherwise unused.Warn when a function parameter is unused.Warn when a jump misses a variable initialization.Warn when a label is unused.Warn when a left-hand-side array variable is reallocated.Warn when a left-hand-side variable is reallocated.Warn when a literal '0' is used as null pointer.Warn when a logical operator is suspiciously always evaluating to true or false.Warn when a pointer is cast to an integer of a different size.Warn when a register variable is declared volatile.Warn when a variable is only set, otherwise unused.Warn when a variable is unused.Warn when all constructors and destructors are private.Warn when an expression value is unused.Warn when an inlined function cannot be inlined.Warn when an optimization pass is disabled.Warn when attempting to free a non-heap object.Warn when converting the type of pointers to member functions.Warn when deleting a pointer to incomplete type.Warn when non-templatized friend functions are declared within a template.Warn when the compiler reorders code.Warn when there is a cast to a pointer from an integer of a different size.Warn when there is a conversion between pointers that have incompatible types.Warn when typedefs locally defined in a function are not used.Warn whenever a trampoline is generated.Warn whenever an Objective-C assignment is being intercepted by the garbage collector.Warn whenever attributes are ignored.Warn whenever type qualifiers are ignored.WarningWhen generating -mabicalls code, allow executables to use PLTs and copy relocations.When generating -mabicalls code, make the code suitable for use in shared libraries.Whether to use canonical types.Which -fsched-pressure algorithm to apply.While setting up signal handler: %mWhile setting up signal stack: %mWork around VR4130 mflo/mfhi errata.Work around an early 4300 hardware bug.Work around bug in multiplication instruction.Work around certain 24K errata.Work around certain R10000 errata.Work around certain R4000 errata.Work around certain R4400 errata.Work around certain RM7000 errata.Work around certain VR4120 errata.Work around errata for early SB-1 revision 2 cores.Work around hardware multiply bug.You need a C startup file for -msys-crt0=[Leaving %s]
[cannot find %s][default][disabled][enabled]__float128 and __ibm128 cannot be used in the same expression__float128 and long double cannot be used in the same expression__fp16 and no ldrh__ibm128 and long double cannot be used in the same expression`a comma operator cannot appear in a constant-expressiona concept cannot be a member functiona constructor cannot be %<concept%>a function call cannot appear in a constant-expressiona function-definition is not allowed herea template cannot be defaulteda wide string is invalid in this contextabort in %s, at %s:%daccumulator is not a constant integeractual argument to INTENT = OUT/INOUTadd_sym(): Bad sizing modeaddress of label %qD returnedaddress of local variable %qD returnedaddress offset not a constantaddress operand requires constraint for X, Y, or Z registerakaallocatable argumentalso found %<%c%s%>ambiguous method %s%s%sambiguous overload for an assignment cannot appear in a constant-expressionan decrement cannot appear in a constant-expressionan increment cannot appear in a constant-expressionanachronismanachronism: and %qT has no template constructorsargument %qd is not a constantargument %qs to %<-Waligned-new%> not recognizedargument %qs to %<-Wnormalized%> not recognizedargument %qs to %<-femit-struct-debug-detailed%> not recognizedargument %qs to %<-femit-struct-debug-detailed%> unknownargument 1 must be 0 or 2argument 1 must be a 1-bit unsigned literalargument 1 must be a 5-bit signed literalargument 1 must be a mapargument 1 must be an 8-bit field valueargument 2 must be 0 or 1argument 2 must be a 5-bit unsigned literalargument 2 must be a 6-bit unsigned literalargument 3 must be a 1-bit unsigned literalargument 3 must be a 2-bit unsigned literalargument 3 must be a 4-bit unsigned literalargument must be a field referenceargument must be channelargument must have complex typeargument to %qs is too large (max. %d)arguments '%s' and '%s' for intrinsic %sarguments '%s' and '%s' for intrinsic '%s'arguments 'a%d' and 'a%d' for intrinsic '%s'arith_power(): Bad basearith_power(): unknown typearithmetic IFarray assignmentarray index in initializer exceeds array boundsarray index in initializer is not an integer constant expressionarray index in initializer not of integer typearray index in non-array initializerarray index range in initializer exceeds array boundsarray initialized from non-constant array expressionarray initialized from parenthesized string constantarray member %q#D declared herearray of inappropriate type initialized from string constantarray resultarray size missing in %q+Darray size missing in %qDarray size missing in %qTarray subscript is not an integerarray used as initializerassertion missing after %qsassigning to an array from an initializer listassignmentassignment of function %qDassignment of read-only member %qDassignment of read-only variable %qDassignment suppressionassumed-rank argumentassumed-shape argumentassumed-type argumentasynchronous argumentatexit failedattribute %<target%> argument not a stringattribute declarationattribute ignoredattribute(target("%s")) is unknownbad addressbad address, not (reg+disp):bad address, not a constant:bad address, not an I/O address:bad address, not post_inc or pre_dec:bad builtin codebad builtin fcodebad builtin icodebad condition codebad insn for 'A'bad insn in frv_print_operand, 0 casebad insn in frv_print_operand, bad const_doublebad insn in frv_print_operand, z casebad insn to frv_print_operand, 'F' modifier:bad insn to frv_print_operand, 'L' modifier:bad insn to frv_print_operand, 'M/N' modifier:bad insn to frv_print_operand, 'O' modifier:bad insn to frv_print_operand, 'e' modifier:bad insn to frv_print_operand, 'f' modifier:bad insn to frv_print_operand, 'g' modifier:bad insn to frv_print_operand, P modifier:bad insn to frv_print_operand_address:bad insn to frv_print_operand_memory_reference:bad movebad operandbad output_condmove_single operandbad output_move_double operandbad output_move_single operandbad registerbad register to frv_print_operand_memory_reference_reg:bad shift insn:bad testbad usage of spec function %qsbad value (%qs) for %<-march=%> switchbase class %q#T has accessible non-virtual destructorbase operand of %<->%> is not a pointerbb %d does not belong to loop %dbb %d on wrong placebind(c) procedureblock IFbogus JARL construction: %dbogus JR construction: %dbogus PREPEARE construction: %dboth %<__thread%> and %<thread_local%> specifiedboth arguments to %<__builtin___clear_cache%> must be pointersbraced spec %qs is invalid at %qcbraced spec body %qs is invalidbraces around scalar initializerbut not herecall   %2d never executed
call   %2d returned %s
call is unlikely and code size would growcall of %<(%T) (%A)%> is ambiguouscall of overloaded %<%D(%A)%> is ambiguouscall of overloaded %<%s(%A)%> is ambiguouscalled from herecalled from this functioncaller is not optimizedcan%'t extend PCH file: %mcan%'t get position in PCH file: %mcan%'t set position in PCH file: %mcan%'t use multiple stack checking methods togethercan't use non gp relative absolute addresscandidate 1:candidate 2:candidate is:candidates are:candidates are:cannot call constructor %<%T::%D%> directlycannot capture member %qD of anonymous unioncannot convert to a pointer typecannot declare pointer to %q#Tcannot declare pointer to %q#T membercannot declare reference to %q#Tcannot decompose addresscannot disable built-in function %qscannot find %s in plugin %s
%scannot find LTO cgraph in %scannot find LTO section refs in %scannot find class %qEcannot load plugin %s
%scannot open %scannot open %s: %mcannot open '%s'cannot open intermediate ptx filecannot read %s: %mcannot read LTO mode table from %scannot specify %<override%> for a classcannot specify -static with -fsanitize=addresscannot specify -static with -fsanitize=threadcannot take address of %qscannot use %<::%> in parameter declarationcannot use mshared and static togethercannot use mthreads and mlegacy-threads togethercannot use type %s as type %scase labels not sorted in switch statementcase labels not sorted: cdecl and thiscall attributes are not compatiblecgraph_node has wrong clone listcgraph_node has wrong clone_ofcheck_intents(): List mismatchcheck_restricted(): Unknown expression typecheck_some_aliasing(): List mismatchchecksum is (%x,%x) instead of (%x,%x)choosing %qD over %qDclass %qE already existsclass %qE is deprecatedclass type %qT is incompletecleanup argument not a functioncleanup argument not an identifierclose: %sclosing dependency file %s: %mcoarray argumentcode model %qs not supported in x32 modecode model %s does not support PIC modecollect2 version %s
comma at end of enumerator listcompare_actual_expr(): Bad component codecompare_real(): Bad operatorcomparison between %q#T and %q#Tcomparison between %qT and %qTcomparison is always %dcompatible type is herecompilation terminated due to -Wfatal-errors.
compilation terminated due to -fmax-errors=%u.
compilation terminated.
complex invalid for %qscompressed stream: %sconflicting super class name %qEconflicting types for %<%c%s%>conflicting types for %q+Dconflicts with %qDconsider using '-pg' instead of '-p' with gprof(1)consider using `-pg' instead of `-p' with gprof(1)const/copy propagation disabledconst_double_split got a bad insn:constant argument out of range for %qsconstant refers to itselfconstructor cannot be static member functionconstructor priorities are not supportedcontaining loop herecontinue statement not within a loopconversion casts away constnessconversion from %q#T to %q#Tconverting far pointer to near pointercorrupt loop tree rootcould not close response file %scould not close temporary response file %scould not find a spill registercould not find class %qEcould not find interface for class %qEcould not find specs file %s
could not open dump file %qs: %mcould not open response file %scould not open temporary response file %scould not parse file offsetcould not parse hex numbercould not split insncould not write to response file %scould not write to temporary response file %screated and used with different ABIscreated and used with different architectures / ABIscreated and used with different endiannesscreated and used with differing settings of '%s'creating array of %qTcreating array of function memberscreating array of functionscreating array of referencescreating array of voidcreating pointer to member of type voiddata declarationdebugdebug output level %qs is too highdebug: declaration of %<~%T%> as member of %qTdeclaration of %q#D has no initializerdeclaration of %q#Tdeclaration of %qD as %<typedef%>declaration of %qD as array of function membersdeclaration of %qD as array of functionsdeclaration of %qD as array of referencesdeclaration of %qD as array of voiddeclaration of %qD as member of %qTdeclaration of %qD as non-functiondeclaration of %qD as parameterdeclaration of %qD shadows a member of %qTdeclaration of %qE as array of functionsdeclaration of %qE as array of voidsdeclared heredeclared private heredeclared protected heredecrement of enumeration value is invalid in C++decrement of function %qDdecrement of pointer to an incomplete type %qTdecrement of read-only member %qDdefinition of protocol %qE not founddeleting LTRANS file %s: %mdeleting array %q#Edeleting file %s: %mdeprecated conversion from string constant to %qTderived type declarationdestructor priorities are not supporteddestructors may not have parametersdid you mean to use logical not?different number of parametersdifferent number of resultsdifferent parameter typesdifferent receiver typesdifferent result typesdifferent varargsdisable pass %s for function %sdivision by zerodo not specify both -march=... and -mcpu=...do_check(): too many argsdo_simplify(): Too many args for intrinsicdoes not support multilibduplicate %<_Atomic%>duplicate %<_Thread_local%> or %<__thread%>duplicate %<const%>duplicate %<restrict%>duplicate %<volatile%>duplicate %qDduplicate %qEduplicate %qsduplicate case valueduplicate cv-qualifierduplicate declaration for protocol %qEduplicate initialization of %qDduplicate instance variable %q+Dduplicate label %qDduplicate member %q+Dduplicate virt-specifierdynamic dependency %s not foundelement types must be the sameelemental binary operationelemental procedureembedded %<\0%> in formatempty declarationempty index range in initializerempty left precision in %s formatempty precision in %s formatempty range specifiedempty scalar initializerenable pass %s for function %senum conversion in assignment is invalid in C++enum conversion in initialization is invalid in C++enum type defined hereenvironment variable %qs not definedenvironment variable COLLECT_GCC_OPTIONS must be setenvironment variable DJGPP not definederrorerror closing %s: %merror writing %qserror writing to %s: %merror: eval_intrinsic(): Bad operatorexception handling personality mismatchexception of type %<%T%> will be caughtexcess elements in array initializerexcess elements in scalar initializerexcess elements in struct initializerexcess elements in union initializerexcess elements in vector initializerexit %d->%d not recordedexpected %<#pragma acc%> clauseexpected %<#pragma omp section%> or %<}%>expected %<#pragma omp%> clauseexpected %<(%>expected %<(%> or end of lineexpected %<)%>expected %<*%>expected %<+%>, %<*%>, %<-%>, %<&%>, %<^%>, %<|%>, %<&&%>, %<||%> or identifierexpected %<,%>expected %<,%> or %<)%>expected %<,%> or %<...%>expected %<,%> or %<;%>expected %<,%> or %<}%>expected %<,%>, %<;%> or %<}%>expected %<.%>expected %<...%>expected %<:%>expected %<:%> or %<...%>expected %<:%> or %<::%>expected %<:%>, %<,%>, %<;%>, %<}%> or %<__attribute__%>expected %<::%>expected %<;%>expected %<;%> after class definitionexpected %<;%> after struct definitionexpected %<;%> after union definitionexpected %<;%> at end of member declarationexpected %<;%> or %<{%>expected %<;%>, %<,%> or %<)%>expected %<;%>, identifier or %<(%>expected %<<%>expected %<=%>expected %<=%>, %<,%>, %<;%>, %<asm%> or %<__attribute__%>expected %<>%>expected %<@end%>expected %<@synchronized%>expected %<@throw%>expected %<@try%>expected %<[%>expected %<]%>expected %<__label__%>expected %<__transaction_atomic%>expected %<__transaction_relaxed%>expected %<asm%>expected %<catch%>expected %<class%>expected %<class%> or %<typename%>expected %<class%>, %<typename%>, or %<template%>expected %<data%>expected %<declare%>expected %<decltype%>expected %<delete%>expected %<extern%>expected %<for%> after %qsexpected %<namespace%>expected %<new%>expected %<none%> or %<shared%>expected %<omp_priv%> or function-nameexpected %<operator%>expected %<point%>expected %<return%>expected %<static_assert%>expected %<target%>expected %<template%>expected %<throw%>expected %<try%>expected %<using%>expected %<while%>expected %<{%>expected %<{%> or %<:%>expected %<}%>expected %<}%> before %<else%>expected %<~%>expected %qT but argument is of type %qTexpected ...expected [error|warning|ignored|push|pop] after %<#pragma GCC diagnostic%>expected an SSA_NAME objectexpected binary operatorexpected boolean expressionexpected boolean typeexpected channelexpected class nameexpected class-keyexpected class-nameexpected declarationexpected declaration or statementexpected declaration specifiersexpected declaration specifiers or %<...%>expected declaratorexpected else statementexpected end of capture-listexpected end of lineexpected expressionexpected functionexpected function nameexpected function-name %<(%>expected goto expressionexpected id-expressionexpected id-expression (arguments)expected identifierexpected identifier or %<(%>expected identifier or %<)%>expected identifier or %<*%>expected initializerexpected integerexpected integer expressionexpected interface or pointer to interfaceexpected iteration declaration or initializationexpected iteration-statementexpected jump-statementexpected labeled-statementexpected namespace-nameexpected nested-name-specifierexpected numeric typeexpected operatorexpected pass nameexpected pointerexpected primary-expressionexpected ptr-operatorexpected selection-statementexpected specifier-qualifier-listexpected statementexpected string literalexpected string-literalexpected suffix identifierexpected template-argumentexpected template-idexpected template-id for typeexpected template-nameexpected type specifierexpected type-nameexpected type-specifierexpected unqualified-idexpression cannot be used as a functionexpression must be integralextend_ref(): Bad tailextra %<;%>extra brace group at end of initializerextra elements in scalar initializerextra qualification not allowedextra semicolonfail to initialize plugin %sfailed to get exit status: %mfailed to get process times: %mfailure trying to reload:fastcall and thiscall attributes are not compatiblefatal error: fclose %s: %mfield %q#D with same name as classfield %qE declared as a functionfield name not in record or union initializerfield precision specifierfield widthfield width in printf formatfield width in scanf formatfield width in strfmon formatfield width in strftime formatfield width specifierfile %qs left but not enteredfill characterfill character in strfmon formatfind_enum(): Enum not foundfini function found in object %sfirst argument must be []bytefirst argument of %q+D should be %<int%>fixed-point types not supported for this targetfixed-point types not supported in C++floating constant misusedfloating constant truncated to zerofloating literal truncated to zerofloating-point constant not a valid immediate operandflow control insn inside a basic blockfopen %s: %mfor %qDfor statement expectedfor template declaration %q+Dfor, while or do statement expectedformatformat is a wide character stringforward declaration of %q#Tfound %<%c%s%>found %<-%E%> instead of %<+%E%> in protocol(s)fr30_print_operand: invalid %%F codefr30_print_operand: invalid %%x codefr30_print_operand: invalid operand to %%A codefr30_print_operand: unhandled MEMfr30_print_operand: unknown codefr30_print_operand: unrecognized %%B codefr30_print_operand: unrecognized %%b codefr30_print_operand: unrecognized %%p codefr30_print_operand_address: unhandled addressfree_expr0(): Bad expr typefrv_print_operand: unknown codefunction %qD declared %<virtual%> inside a unionfunction %qD is initialized like a variablefunction %qD redeclared as variablefunction attribute mismatchfunction body can be overwritten at link timefunction body not availablefunction call has aggregate valuefunction declared %<noreturn%> has a %<return%> statementfunction definition declared %<auto%>function definition declared %<register%>function definition declared %<typedef%>function definition declared %qsfunction definition does not declare parametersfunction definition has qualified void return typefunction does not return string typefunction may return address of local variablefunction not considered for inliningfunction not declared inline and code size would growfunction not inlinablefunction not inline candidatefunction return type cannot be functionfunction returning a functionfunction returning an arrayfunction returns address of labelfunction returns address of local variablefunction returns an aggregatefunction symbol is not functionfunction_profiler supportgcc driver version %s %sexecuting gcc version %s
gcc version %s %s
gcov %s%s
gfc_add_interface(): Bad interface typegfc_arith_divide(): Bad basic typegfc_arith_error(): Bad error codegfc_arith_minus(): Bad basic typegfc_arith_plus(): Bad basic typegfc_arith_times(): Bad basic typegfc_arith_uminus(): Bad basic typegfc_compare_expr(): Bad basic typegfc_copy_expr(): Bad expr nodegfc_get_constant_expr(): locus %<where%> cannot be NULLgfc_is_constant_expr(): Unknown expression typegfc_match(): Bad match code %cgfc_range_check(): Bad typegfc_resolve_blocks(): Bad block typegfc_resolve_code(): Bad statement codegfc_resolve_code(): No expression on DO WHILEgfc_resolve_expr(): Bad expression typegfc_simplify_abs(): Bad typegfc_simplify_dcmplx(): Bad type (x)gfc_simplify_dcmplx(): Bad type (y)gfc_simplify_dim(): Bad typegfc_simplify_floor(): Bad kindgfc_simplify_log: bad typegfc_trans_code(): Bad statement codegfc_trans_select(): Bad type for case expr.gfc_validate_kind(): Got bad kindgfc_validate_kind(): Got bad typegfc_variable_attr(): Expression isn't a variablegfortran does not support -E without -cppgimplification failedglobal register variable has initial valuegot %d template parameters for %q#Dgot %d template parameters for %q#Tgp is constant (but save/restore gp on indirect calls).gp_offset (%ld) or end_offset (%ld) is less than zerohad to relocate PCHiWMMXt and NEON are incompatibleiWMMXt unsupported under Thumb modeia64_print_operand: unknown codeignoring duplicate directory "%s"
ignoring nonexistent directory "%s"
illegal operand illegal operand address (1)illegal operand address (2)illegal operand address (3)illegal operand address (4)illegal operand detectedimplicit declaration of function %qEimplicit templates may not be %<virtual%>implied END DOin %s, at %s:%din argument to unary !in basic block %d:in declaration %q+Din definition of macro %qsin expansion of macro %qsin gfc_simplify_acos(): Bad typein gfc_simplify_acosh(): Bad typein gfc_simplify_asin(): Bad typein gfc_simplify_asinh(): Bad typein gfc_simplify_atan(): Bad typein gfc_simplify_atanh(): Bad typein gfc_simplify_cos(): Bad typein gfc_simplify_exp(): Bad typein gfc_simplify_sin(): Bad typein passing argument %P of %qDin the definition of %q#Tincompatible floating point / vector register operand for '%%%c'incompatible type for argument %d of %qEincompatible type for map indexincompatible type for method %s%s%sincompatible type for method %s%s%s (%s)incompatible type for receiverincompatible types in assignment of %qT to %qTincompatible types in sendincorrect comparison modeincorrect format in scaling, using 1/1
incorrect hint operandincorrect insn:incorrect rounding operandincrement of enumeration value is invalid in C++increment of function %qDincrement of pointer to an incomplete type %qTincrement of read-only member %qDindex must be integerindex value is out of boundinit function found in object %sinit_arglist(): too many argumentsinitialization of a flexible array memberinitialization of flexible array member in a nested contextinitialized field overwritteninitialized field with side-effects overwritteninitializer element is not a constant expressioninitializer element is not computable at load timeinitializer element is not constantinitializer ends prematurelyinitializer for %q#D is invalidinitializer provided for functioninline function %q+D declared but never definedinline function %q+D declared weakinline function %qD used but never definedinlined_to pointer is wronginlined_to pointer refers to itselfinput file %qs is the same as output fileinsn contains an invalid address !insn does not satisfy its constraints:insn outside basic blockinstall: %s%s
instruction never executedinteger division by zerointeger overflow in array sizeintegral expression %qE is not constantinternal compiler errorinternal compiler error.  Bad address:internal compiler error.  Incorrect shift:internal compiler error.  Unknown mode:internal compiler error: internal consistency failureinternal error: bad register: %dinternal unit in WRITEinvalid %%%c operandinvalid %%-codeinvalid %%A operandinvalid %%B operandinvalid %%C operandinvalid %%C valueinvalid %%D operandinvalid %%D valueinvalid %%E valueinvalid %%F valueinvalid %%G modeinvalid %%G valueinvalid %%H operandinvalid %%H specifierinvalid %%H valueinvalid %%I operandinvalid %%J codeinvalid %%J valueinvalid %%K valueinvalid %%L operandinvalid %%L valueinvalid %%M operandinvalid %%M valueinvalid %%N operandinvalid %%N valueinvalid %%O valueinvalid %%P operandinvalid %%P valueinvalid %%R valueinvalid %%T valueinvalid %%U valueinvalid %%Y operandinvalid %%c operandinvalid %%d operandinvalid %%d valueinvalid %%e valueinvalid %%f operandinvalid %%f valueinvalid %%h operandinvalid %%h valueinvalid %%i operandinvalid %%j codeinvalid %%j operandinvalid %%j valueinvalid %%k valueinvalid %%m valueinvalid %%p valueinvalid %%q valueinvalid %%r operandinvalid %%r valueinvalid %%s operandinvalid %%s valueinvalid %%t operandinvalid %%t/%%b valueinvalid %%u valueinvalid %%v valueinvalid %%x valueinvalid %%xn codeinvalid %%y value, try using the 'Z' constraintinvalid 'asm': invalid IACC argumentinvalid UNSPEC as operandinvalid UNSPEC as operand: %dinvalid abstract type for %q+Dinvalid addressinvalid addressing modeinvalid argument of %qE attributeinvalid argument of %qs attributeinvalid argument of SQRT at %Linvalid argument to %qDinvalid argument to gimple callinvalid argumentsinvalid array assignmentinvalid base-class specificationinvalid case label in switch statementinvalid cast to abstract class type %qTinvalid const_double operandinvalid constantinvalid constant - try using an output modifierinvalid constant for output modifier '%c'invalid constant in %<#pragma %s%>invalid constant in %<#pragma pack%> - ignoredinvalid constant vector for output modifier '%c'invalid constraints for operandinvalid conversion from %<__fpreg%>invalid conversion to %<__fpreg%>invalid declaration of %<%T::%E%>invalid declaratorinvalid definition of qualified type %qTinvalid depend kindinvalid dist_schedule kindinvalid explicit specializationinvalid expression - try using an output modifierinvalid expression as operandinvalid expression for output modifier '%c'invalid failure memory model for %<__atomic_compare_exchange%>invalid form of %<#pragma omp atomic%>invalid format of %sinvalid function in gimple callinvalid increment expressioninvalid initializerinvalid initializer clauseinvalid initializer for %q#Dinvalid insn:invalid line in the resolution fileinvalid linkage-specificationinvalid map kindinvalid maskinvalid memory model argument to builtininvalid memory model for %<__atomic_load%>invalid memory model for %<__atomic_store%>invalid operandinvalid operand addressinvalid operand code '%c'invalid operand for '%%%c'invalid operand for 'A' modifierinvalid operand for 'D' modifierinvalid operand for 'H' modifierinvalid operand for 'O' modifierinvalid operand for 'T' modifierinvalid operand for 'b' modifierinvalid operand for 'e' modifierinvalid operand for 'm' modifierinvalid operand for 'o' modifierinvalid operand for 'p' modifierinvalid operand for 'r' specifierinvalid operand for 'z' modifierinvalid operand for code '%c'invalid operand in unary operationinvalid operand modifier letterinvalid operand output codeinvalid operand prefixinvalid operand prefix '%%%c'invalid operand size for operand code 'O'invalid operand size for operand code 'Z'invalid operand size for operand code 'z'invalid operand to %%H/%%L codeinvalid operand to %%M codeinvalid operand to %%N codeinvalid operand to %%O codeinvalid operand to %%Rinvalid operand to %%R codeinvalid operand to %%Sinvalid operand to %%T/%%B codeinvalid operand to %%U codeinvalid operand to %%V codeinvalid operand to %%Z codeinvalid operand to %%p codeinvalid operand to %%s codeinvalid operand to %%z codeinvalid operand type used with operand code 'Z'invalid operands in binary operationinvalid operands in ternary operationinvalid operationinvalid operation (%s)invalid operation on %<__fpreg%>invalid operator for %<#pragma omp atomic%>invalid parameter type %qTinvalid pointer mode %qsinvalid pointer to bit-field %qDinvalid proc_bind kindinvalid property declarationinvalid receiver type %qsinvalid reduction-identifierinvalid register name for %q+Dinvalid resolution in the resolution fileinvalid schedule kindinvalid setter, it must have one argumentinvalid shift operandinvalid template declaration of %qDinvalid template-idinvalid type %qT declared %<friend%>invalid type argument (have %qT)invalid type argument of %<->%> (have %qT)invalid type argument of %<->*%> (have %qT)invalid type for instance variableinvalid type for propertyinvalid types in nop conversioninvalid use of %%d, %%x, or %%Xinvalid use of %<...%> with non-sliceinvalid use of %<::%>invalid use of %<auto%> in default template argumentinvalid use of %<auto%> in exception-specificationinvalid use of %<auto%> in template argumentinvalid use of %<restrict%>invalid use of %qDinvalid use of %qTinvalid use of '%%%c'invalid use of asm flag outputinvalid use of constructor as a templateinvalid use of non-lvalue arrayinvalid use of qualified-name %<%D::%D%>invalid use of qualified-name %<%T::%D%>invalid use of qualified-name %<::%D%>invalid use of typeinvalid use of type %<void%> in parameter declarationinvalid use of void expressioninvalid version number %qsinvalid zero extractitem in READiterator variablejump to case labeljump to label %qDjunk at end of #pragma __nostandardjunk at end of #pragma __standardjunk at end of %<#pragma %s%>junk at end of %<#pragma GCC visibility%>junk at end of %<#pragma align%>junk at end of %<#pragma fini%>junk at end of %<#pragma init%>junk at end of %<#pragma pack%>junk at end of %<#pragma redefine_extname%>junk at end of %<#pragma reset_options%>junk at end of %<#pragma weak%>label label %q+D declared but not definedlabel %q+D defined but not usedlabel %q+D used but not definedlabel %qD defined herelanguage %s not recognizedlast argument must be an immediateld returned %d exit statusleft precisionleft precision in strfmon formatleft shift count >= width of typeleft shift count is negativeleft shift of negative valuelen larger than caplength modifierlength modifier in printf formatlength modifier in scanf formatlength modifier in strfmon formatletter %c was found & insn was not CONST_INTlibraries: %s
library lib%s not foundlinear step expression must be integrallo_sum not of registerlocal symbols must be definedlseek failed while reading export datalvalue required as decrement operandlvalue required as increment operandmacro name missing after %qsmalformed #pragma ghs sectionmalformed %<#pragma %s%>, ignoredmalformed %<#pragma %s%>, ignoringmalformed %<#pragma align%>malformed %<#pragma align%>, ignoringmalformed %<#pragma fini%>malformed %<#pragma fini%>, ignoringmalformed %<#pragma init%>malformed %<#pragma init%>, ignoringmalformed %<#pragma message%>, ignoredmalformed %<#pragma pack%> - ignoredmalformed %<#pragma pack(pop[, id])%> - ignoredmalformed %<#pragma pack(push[, id][, <n>])%> - ignoredmalformed ptx filemalformed spec function argumentsmalformed spec function namemask must be an immediatematch_attr_spec(): Bad attributemay not use both -EB and -ELmay not use both -m32 and -m64memory allocation failed while reading export datamethod %s%s%s is marked go:nointerfacemethod %s%s%s requires a pointer receivermismatched declarations during linktime optimizationmismatching parensmissing %<(%> after %<#pragma GCC visibility push%> - ignoredmissing %<(%> after %<#pragma pack%> - ignoredmissing %<=%> (after %<getter%> attribute)missing %<=%> (after %<setter%> attribute)missing [error|warning|ignored|push|pop] after %<#pragma GCC diagnostic%>missing argument to %qsmissing barrier after block %imissing braces around initializermissing close parenmissing definitionmissing device or architecture after %qsmissing edge %i->%imissing filename after %qsmissing increment expressionmissing initializer for member %qDmissing makefile target after %qsmissing method %s%s%smissing numbermissing open parenmissing operandmissing path after %qsmissing template arguments after %qTmissing terminating %c charactermore than %d operands in %<asm%>multilib exclusion %qs is invalidmultilib exclusions %qs is invalidmultilib select %qs %qs is invalidmultilib select %qs is invalidmultilib spec %qs is invalidmultiple definition of %q#Tmultiple inline callersmultiple ref-qualifiersneed %<typename%> before %<%T::%E%> because %qT is a dependent scopeneed explicit conversionnegative insn lengthnegative shift countnegative width in bit-field %q+Dnested assembly dialect alternativesnested redefinition of %<struct %E%>nested redefinition of %<union %E%>next member %q#D declared hereno %<%c%E%> method foundno %qs getter foundno FUNCTION_PROFILER for CRISno argumentsno arguments for spec functionno class name specified with %qsno closing %<]%> for %<%%[%> formatno data type for mode %qsno input filesno input files; unwilling to write output filesno match for no match for call to %<(%T) (%A)%>no post-decrement operator for typeno post-increment operator for typeno pre-decrement operator for typeno pre-increment operator for typeno previous declaration for %qDno previous prototype for %qDno processor type specified for linkingno register in addressno return statement in function returning non-voidno sclass for %s stab (0x%x)no type named %q#T in %q#Tnode has unknown typenon-AAPCS derived PCS variantnon-NULL pointer initialization at %Cnon-scalar typenon-static data member declared with placeholder %qTnon-static initialization of a flexible array membernonconstant array index in initializernonlocal label normalization cannot co-exist with scaling
not configured with sysroot headers suffixnot enough argumentsnot enough arguments to returnnot enough type informationnotenote: null pointernumber must be 0 or 1number of arguments doesn%'t match prototypenumber of components of vector not a power of twonumber of results does not match number of valuesobjc++-cpp-output is deprecated; please use objective-c++-cpp-output insteadobjc-cpp-output is deprecated; please use objective-c-cpp-output insteadobject is not a methodobsolete Maverick format code '%c'old declaration %q#Dold-style function definitiononly 0.0 can be loaded as an immediateopen %s failed: %sopen /dev/zero: %mopening dependency file %s: %mopening output file %qs: %sopening output file %s: %moperand is not a condition code, invalid operand code '%c'operand is not a condition code, invalid operand code 'D'operand is not a condition code, invalid operand code 'Y'operand number missing after %%-letteroperand number out of rangeoperand types are %qT and %qToperands to %T/%t must be reg + const_int:optimization level attribute mismatchoption %qs is valid for %s but not for %soptional argumentoptions enabled: options or targets missing after %qsoptions passed: ordered argument needs positive constant integer expressionoriginal %<default%> is hereoriginal definition appeared hereoriginally defined hereoriginally indirect function call not considered for inliningoriginally specified hereorphaned %qs constructouter %<__transaction_cancel%> not within outer %<__transaction_atomic%>output file not specifiedoutput filename specified twiceoutput_move_single:overflow in array dimensionoverflow in constant expressionoverflow in enumeration valuespadding struct to align %q+Dparameter %q+D declared %<_Noreturn%>parameter %q+D declared %<inline%>parameter %qD declared with void typeparameter %qD has incomplete typeparameter %qD is initializedparameter %qD set but not usedparameter %u (%q+D) has void typeparameter %u has void typeparameter name omittedparametrized derived type argumentpassing too large argument on stackpedwarnpedwarn: permerrorpermerror: pex_init failed: %mpointer argumentpointer assignmentpointer or allocatable resultpointer to a function used in arithmeticpointer to a function used in subtractionpolymorphic argumentpost-increment address is not a registerpostfix %qD should return %qTpotential null pointer dereferencepre-decrement address is not a registerpre-increment address is not a registerprecisionprecision in printf formatpredicated Thumb instructionpredicated instruction in conditional sequenceprefix %qD should return %qTprev_bb of %d should be %d, not %dprevious %<#pragma omp declare reduction%>previous declarationprevious declaration %q#Dprevious declaration as %q#Dprevious declaration hereprevious declaration of %<%c%E%>previous declaration of %<%c%E%> as %<@optional%>previous declaration of %<%c%E%> as %<@required%>previous declaration of %<%c%s%>previous declaration of %q+Dprevious declaration of %q+D was hereprevious declaration of %qDprevious declaration of %qEprevious declaration with %qL linkageprevious definition hereprevious definition of %q+D was hereprevious specification in %q#D herepreviously declared herepreviously defined herepreviously defined here as %spreviously used hereprimary template hereprivate member %q#D in anonymous unionprofiling not supported with -mgprograms: %s
protected member %q#D in anonymous unionprotocol %qE is deprecatedprototype declarationprovided for %qDq/Q modifiers invalid for symbol referencesqualified-id in declarationrdynamic is not supportedre-initialization of %qs at %Lread failed while reading export datareading input filerecursive inliningrecursively required by substitution of %qS
recursively required from %q#D
recursively required from here
redeclaration of %<enum %E%>redeclaration of %q#Dredeclared here as %q#Dredefined extern inline functions are not considered for inliningredefinition of %<struct %E%>redefinition of %<union %E%>redefinition of %q#Dredefinition of %q#Tredefinition of %q+Dredefinition of default argument for %q#Dredefinition of parameter %q+Dredefinition of typedef %q+Dredefinition of typedef %q+D with different typeredefinition of typedef %q+D with variably modified typeredundant redeclaration of %q+Dreference %qD is initialized with itselfreference to local variable %qD returnedregion of lp %i is wrongregparam and thiscall attributes are not compatiblereimplementation of class %qErename spec %s to %s
repeated %s in formatrequired by substitution of %qS
required from %q#D
required from here
resolve_function(): bad function typeresolve_operator(): Bad intrinsicresolve_subroutine(): bad function typereturn not followed by barrierreturn type %q#T is incompletereturn type defaults to %<int%>return type is an incomplete typereturn with value in function with no return typereturning a value from a constructorreturning a value from a destructorreturning initializer listreturning reference to temporaryright operand of shift expression %q+E is negativeright precisionright precision in strfmon formatright shift count >= width of typeright shift count is negativeroutine %qD declared hererx100 cpu does not have FPU hardwarerx200 cpu does not have FPU hardwarescaling cannot co-exist with normalization, skipping
second argument must be slice or stringsecond argument to %<__builtin_call_with_static_chain%> must be a pointer typesecond parameter of %<va_start%> not last named argumentsection attribute argument not a string constantsection of %q+D cannot be overriddenselector must be an immediateself-tests are not enabled in this buildshared and mdll are not compatibleshared call_stmt:shared is not supportedshared rtxshift of non-integer operandshort read while reading export datasimple IFsimplify_intrinsic_op(): Bad operatorsize of array %qE is negativesize of array %qE is too largesize of array is not an integral constant-expressionsize of array is too largesize of loop %d should be %d, not %dsize of unnamed array is negativesize of unnamed array is too largesize of variable %q+D is too largesizeof(long double) is 12.sizeof(long double) is 16.soft-float and long-double-128 are incompatiblesorry, unimplementedsorry, unimplemented: source is a pointer to incomplete typesource is not a pointersource is not a pointer to classsource is not of class typesource is of incomplete class typesource type is not polymorphicspec %qs has invalid %<%%0%c%>spec %qs has invalid %<%%W%c%>spec %qs has invalid %<%%x%c%>spec %qs invalidspec file has no spec for linkingspec is '%s'
 
specs %%include syntax malformed after %ld charactersspecs %%rename syntax malformed after %ld charactersspecs %s spec was not found to be renamedspecs file malformed after %ld charactersspecs unknown %% command after %ld charactersstack frame too largestack_offset must be a multiple of 4stack_offset must be at least 4stackframe too big: %d bytesstatement has no effectstatement marked for throw in middle of blockstatement marked for throw, but doesn%'tstatement with no effectstatic assertion failedstatic assertion failed: %sstatic data member %qD in unnamed classstatic is not supported on TPF-OSstdcall and thiscall attributes are not compatiblestray %<@%> in programstray %<\%o%> in programstray %qc in programstray %qs in programstruct defined herestruct has no membersstruct has no named memberssuggest parentheses around %<&&%> within %<||%>suggest parentheses around %<+%> in operand of %<&%>suggest parentheses around %<+%> inside %<<<%>suggest parentheses around %<+%> inside %<>>%>suggest parentheses around %<-%> in operand of %<&%>suggest parentheses around %<-%> inside %<<<%>suggest parentheses around %<-%> inside %<>>%>suggest parentheses around %<>>%> expressionsuggest parentheses around arithmetic in operand of %<^%>suggest parentheses around arithmetic in operand of %<|%>suggest parentheses around assignment used as truth valuesuggest parentheses around comparison in operand of %<!=%>suggest parentheses around comparison in operand of %<&%>suggest parentheses around comparison in operand of %<==%>suggest parentheses around comparison in operand of %<^%>suggest parentheses around comparison in operand of %<|%>suggest parentheses around operand of %<!%> or change %<&%> to %<&&%> or %<!%> to %<~%>suggest parentheses around operand of %<!%> or change %<|%> to %<||%> or %<!%> to %<~%>suggested alternative:suggested alternatives:support for mode %qsswitch %qs does not start with %<-%>switch %qs is no longer supportedswitch missing default caseswitch starts heresymbol used as immediate operandsymbol used with both base and indexed registerssymbol with offset used in PIC modesymtab_node::verify failedsysctl for kern.osversion failed: %msystem path %qs is not absolutetaking address of temporary arraytarget CPU does not support ARM modetarget CPU does not support THUMB instructionstarget CPU does not support interworkingtarget CPU does not support unaligned accessestarget OS does not support unaligned accessestarget argumenttarget format does not support infinitytarget is not pointer or referencetarget is not pointer or reference to classtarget is not pointer or reference to complete typetarget specific option mismatchtarget system does not support debug outputtemplate declaration of %q#Dtemplate parameter %q+#Dtemplate parameters cannot be friendstemplate-id %qD for %q+D does not match any template declarationtemplate-id %qD used as a declaratortemplate-parameter-templates may not be %<virtual%>ternary %<operator?:%>ternary %<operator?:%> in %<%E ? %E : %E%>the %<interrupt%> attribute requires a MIPS32r2 processor or greaterthe %qE attribute requires argumentsthe %qs architecture does not support %<-mfp32%>the ' ' printf flagthe '!' strfmon flagthe '#' printf flagthe '#' strftime flagthe ''' printf flagthe ''' scanf flagthe '(' strfmon flagthe '+' printf flagthe '+' strfmon flagthe '-' printf flagthe '-' strfmon flagthe '-' strftime flagthe '0' printf flagthe '0' strftime flagthe 'E' strftime modifierthe 'I' printf flagthe 'I' scanf flagthe 'O' modifierthe 'O' strftime modifierthe '^' strfmon flagthe '^' strftime flagthe '_' strftime flagthe 'a' scanf flagthe 'm' scanf flagthe 'q' diagnostic flagthe -shared option is not currently supported for VAX ELFthe RX100 cpu does not have FPU hardwarethe RX200 cpu does not have FPU hardwarethe address of %qD will never be NULLthe assignment suppression scanf featurethe compiler can assume that the address of %qD will never be NULLthe count should be no less than 0.  please check the intrinsic _mm_sll_pi16 in code.the count should be no less than 0.  please check the intrinsic _mm_sll_pi32 in code.the count should be no less than 0.  please check the intrinsic _mm_sll_si64 in code.the count should be no less than 0.  please check the intrinsic _mm_slli_pi16 in code.the count should be no less than 0.  please check the intrinsic _mm_slli_pi32 in code.the count should be no less than 0.  please check the intrinsic _mm_slli_si64 in code.the count should be no less than 0.  please check the intrinsic _mm_sra_pi16 in code.the count should be no less than 0.  please check the intrinsic _mm_sra_pi32 in code.the count should be no less than 0.  please check the intrinsic _mm_sra_si64 in code.the count should be no less than 0.  please check the intrinsic _mm_srai_pi16 in code.the count should be no less than 0.  please check the intrinsic _mm_srai_pi32 in code.the count should be no less than 0.  please check the intrinsic _mm_srai_si64 in code.the count should be no less than 0.  please check the intrinsic _mm_srl_pi16 in code.the count should be no less than 0.  please check the intrinsic _mm_srl_pi32 in code.the count should be no less than 0.  please check the intrinsic _mm_srl_si64 in code.the count should be no less than 0.  please check the intrinsic _mm_srli_pi16 in code.the count should be no less than 0.  please check the intrinsic _mm_srli_pi32 in code.the count should be no less than 0.  please check the intrinsic _mm_srli_si64 in code.the fifth argument must be an 8-bit immediatethe forth argument must be scale 1, 2, 4, 8the immediate argument must be a 4-bit immediatethe immediate argument must be a 5-bit immediatethe immediate argument must be an 8-bit immediatethe incompatible type is defined herethe last argument must be a 1-bit immediatethe last argument must be a 2-bit immediatethe last argument must be a 3-bit immediatethe last argument must be a 32-bit immediatethe last argument must be a 4-bit immediatethe last argument must be a 5-bit immediatethe last argument must be an 1-bit immediatethe last argument must be an 8-bit immediatethe last argument must be scale 1, 2, 4, 8the m210 does not have little endian supportthe range of count should be in 0 to 32.  please check the intrinsic _mm_ror_pi16 in code.the range of count should be in 0 to 32.  please check the intrinsic _mm_ror_pi32 in code.the range of count should be in 0 to 32.  please check the intrinsic _mm_rori_pi16 in code.the range of count should be in 0 to 32.  please check the intrinsic _mm_rori_pi32 in code.the range of count should be in 0 to 64.  please check the intrinsic _mm_ror_si64 in code.the range of count should be in 0 to 64.  please check the intrinsic _mm_rori_si64 in code.the range of mask should be in 0 to 255the range of selector should be in 0 to 1the range of selector should be in 0 to 3the range of selector should be in 0 to 7the third argument must be an 8-bit immediatethe third argument must be comparison constantthis builtin function is only available on the fr405 and fr450this builtin function is only available on the fr450this builtin function is only available on the fr500 and fr550this compiler does not support %sthis is the first default labelthis is the insn:this media function is only available on the fr400 and fr550this media function is only available on the fr500this target does not support %qsthis target is little-endiantoo few arguments to %%:compare-debug-auxbase-opttoo few arguments to %%:replace-extensiontoo few arguments to %%:version-comparetoo few arguments to constructor %q#Dtoo few arguments to functiontoo few arguments to function %q#Dtoo few arguments to function %qEtoo few arguments to member function %q#Dtoo few arguments to method %q#Dtoo few expressions for structtoo many %<if%> clausestoo many %<static%> argumentstoo many %qs clausestoo many alternatives in %<asm%>too many argumentstoo many arguments for formattoo many arguments to %%:compare-debug-auxbase-opttoo many arguments to %%:compare-debug-dump-opttoo many arguments to %%:compare-debug-self-opttoo many arguments to %%:version-comparetoo many arguments to constructor %q#Dtoo many arguments to functiontoo many arguments to function %q#Dtoo many arguments to function %qEtoo many arguments to maketoo many arguments to member function %q#Dtoo many arguments to method %q#Dtoo many arguments to method %qEtoo many expressions for structtoo many initializers for %qTtoo many input filestoo many open parenstoo many values in return statementtraditional C rejects the unary plus operatortree check: %s, have %s in %s, at %s:%dtree check: expected class %qs, have %qs (%s) in %s, at %s:%dtree check: expected none of %s, have %s in %s, at %s:%dtry using %qE insteadtwo or more sections for %stype %qE has virtual member functionstype %qT is not a direct base of %qTtype %qT is too largetype %qT should match type %qTtype has no methodstype is deprecatedtype is deprecated: %stype mismatch for case label in switch statementtype mismatch in binary expressiontype mismatch in conditional expressiontype mismatch in parameter %itype of %qD defaults to %<int%>type of %qE is unknowntypedef %q+D declared %<_Noreturn%>typedef %q+D declared %<inline%>typedef declared %<auto%>types may not be defined in caststypes may not be defined in template argumentsunable to emulate %qsunable to generate reloads for:unable to open fileunable to open log file %<vtv_class_set_sizes.log%>: %munable to open log file %<vtv_count_data.log%>: %munable to open log file %<vtv_set_ptr_data.log%>: %munable to print out operand yet; code == %d (%c)unconditional %2d never executed
unconditional %2d taken %s
undeclared selector %qEunexpected AST of kind %sunexpected argumentunexpected attributeunexpected base-type in cris_print_baseunexpected index-type in cris_print_indexunexpected multiplicative operandunexpected offsetunexpected operandunexpected side-effects in addressunidentifiable call opunion defined hereunion has no membersunion has no named membersunknown IRA algorithm %qsunknown IRA region %qsunknown LTO partitioning model %qsunknown TLS model %qsunknown basic block reordering algorithm %qsunknown cc_attr valueunknown destunknown excess precision style %qsunknown insn modeunknown linker output %qsunknown machine mode %qEunknown move insn:unknown offload ABI %qsunknown operator %qs in %%:version-compareunknown option %q.*s in %<-fopt-info-%s%>unknown pointer size model %qsunknown property attributeunknown punctuation '%c'unknown register name: %sunknown relocation unspecunknown spec function %qsunknown srcunknown tuning option (%s)unknown type name %qEunknown type name %qE; did you mean %qs?unnamed class defined hereunquote_string(): got bad stringunreachableunrecognizable argument of option unrecognizable insn:unrecognized addressunrecognized argument in option %qsunrecognized ivar visibility value %qsunrecognized register name %qsunrecognized scalar storage order value %qsunrecognized supposed constantunrecoverable errorunsupported argument to %qDunsupported combination: %sunsupported fixed-point conversionunsupported simdlen %dunterminated assembly dialect alternativeunterminated format stringunused parameter %qDunused variable %q+Dunused variable %qDuse %<%T::%D%> insteaduse %<%T::%D%> instead of %<%T::%D%> to name the constructor in a qualified nameuse %<this->%D%> insteaduse of %qs in templateuse of %s and %s together in %s formatuse of %s and %s together with %<%%%c%> %s formatuse of deleted function %qDusing %<%c%s%>using darwin64 ABIusing invalid field %qDusing old darwin ABIvalid arguments are: %s; did you mean %qs?valid arguments to %qs are: %svalue argumentvalue computed is not usedvariable %q+D declared %<_Noreturn%>variable %q+D declared %<inline%>variable %qD has function typevariable %qD redeclared as functionvariable %qD set but not usedvariable length array %qD is usedvariable length array is usedvariable or field declared voidvariable symbol is not variablevariable-sized object may not be initializedverify_cgraph_node failedverify_flow_info failedverify_flow_info: Basic block %d succ edge is corruptedverify_flow_info: Block %i has loop_father, but there are no loopsverify_flow_info: Block %i lacks loop_fatherverify_flow_info: Duplicate edge %i->%iverify_flow_info: Incorrect blocks for fallthru %i->%iverify_flow_info: Incorrect fallthru %i->%iverify_flow_info: REG_BR_PROB does not match cfg %i %iverify_gimple failedverify_ssa failedversion attribute is not a stringvirtual method %qDvms '#pragma __message' is ignoredvolatile argumentvtable for waitpid failedwarning: warning: consider linking with '-static' as system libraries withweakref is not supported in this configurationwhen writing output to %s: %mwithwithin this loopwriting output filewrong insn in the fallthru edgewrong number of arguments to %<__builtin_addressof%>wrong number of arguments to %<__builtin_call_with_static_chain%>wrong number of arguments to %<__builtin_choose_expr%>wrong number of arguments to %<__builtin_complex%>wrong number of arguments to %<__builtin_launder%>wrong number of arguments to %<__builtin_shuffle%>wrong number of arguments to function %<__builtin_next_arg%>wrong number of arguments to function %<va_start%>wrong number of template arguments (%d, should be %d)wrong number of template arguments (%d, should be at least %d)wrong type argument to %swrong type argument to abswrong type argument to bit-complementwrong type argument to conjugationwrong type argument to decrementwrong type argument to incrementwrong type argument to unary minuswrong type argument to unary plusxstormy16_print_operand: unknown codez/Architecture.zero or negative size array %q+Dzero vector sizezero width for bit-field %q+Dzero width for bit-field %qszero width in %s formatzero-length %s format stringzero-size array %qDzero-size array %qT{anonymous}Project-Id-Version: gcc 7.1-b20170101
Report-Msgid-Bugs-To: https://gcc.gnu.org/bugs/
POT-Creation-Date: 2020-07-20 18:08+0000
PO-Revision-Date: 2017-01-08 08:33+0700
Last-Translator: Trần Ngọc Quân <vnwildman@gmail.com>
Language-Team: Vietnamese <translation-team-vi@lists.sourceforge.net>
Language: vi
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-Bugs: Report translation errors to the Language-Team address.
Plural-Forms: nplurals=1; plural=0;
X-Generator: Gtranslator 2.91.7
X-Poedit-SourceCharset: UTF-8
 
 
Để tìm hướng dẫn về thông báo lỗi, thăm Ä‘ịa chỉ:
 
Để tìm hướng dẫn về thông báo lỗi, hãy xem tại:
%s.
 
Tiếp tục? (c/k) 
Tùy chọn liên kết
=================
 
 
Tùy chọn bắt Ä‘ầu với một cá»§a -g, -f, -m, -O, -W, --param
thì Ä‘ược tá»± Ä‘á»™ng gá»­i cho những tiến trình con khác nhau Ä‘ược %s gọi.
Phải sá»­ dụng tùy chọn -W<chữ> Ä‘ể gá»­i thêm tùy chọn cho những tiến trình này.
 
kết xuất ldd với bộ tạo/há»§y.
 
write_c_file - tên kết xuất là %s, tiền tố là %s
                           Hiển thị một số loại tùy chọn dòng lệnh nào Ä‘ó.
        %qD    -F, --fullname                      In tên tập tin Ä‘ầy Ä‘á»§
    -f, --function                      In thông tin mức hàm
 
    -h, --hotonly                       Chỉ in thông tin cho hàm/đối tượng nóng
    -n, --normalize <int64_t>           Tiêu chuẩn hóa hồ sÆ¡
    -o, --object                        In thông tin mức Ä‘ối tượng
    -o, --output <dir>                  Thư mục xuất
    -s, --scale <float or simple-frac>  Tá»· lệ con Ä‘ếm hồ sÆ¡
    -t <float>, --hot_threshold <float> Äáº·t ngưỡng cho không nóng
 -v, --verbose                         Chế Ä‘á»™ chi tiết
    -w, --weight <w1,w2>                Äáº·t trọng lượng (giá trị dấu chấm Ä‘á»™ng)
    ÄÆ°á»£c bao gồm tại %s:%d:    trá»±c tiếp từ %qs    trá»±c tiếp từ %qs tại %r%s:%d%R    trá»±c tiếp từ %qs tại %r%s:%d:%d%R  %q#D  %q+T có một cấu tá»­ non-trivial  %qE  %qE không tương Ä‘ương với %qE  %qT là lớp cÆ¡ sở chưa rõ ràng cá»§a %qT  %qT không Ä‘ược dẫn xuất từ %qT  (Hãy sá»­ dụng â€œ-v --help” Ä‘ể hiển thị các tùy chọn dòng lệnh cá»§a tiến trình con).
  -###                     Giống như -v nhưng mà tùy chọn nằm trong dấu
                            nháy và lệnh không Ä‘ược thá»±c hiện.
  --help                   Hiển thị trợ giúp này.
  --help={common|optimizers|params|target|warnings|[^]{joined|separate|undocumented}}[,…].
tạm dịch:
help    trợ giúp
common    chung
optimizers    bộ tối Æ°u hóa
params    (viết tắt parameters) tham số
warnings    cảnh báo
target    Ä‘ích
joined    nối lại
separate    ngăn cách
undocumented    không có tài liệu mô tả
  --sysroot=<thư_mục>      Dùng <thư mục> này làm thư mục gốc
                            cho các phần Ä‘ầu và thư viện.
  --target-help            Hiển thị những tùy chọn dòng lệnh Ä‘ặc trưng cho Ä‘ích.
  --version                Hiển thị thông tin về phiên bản cá»§a bộ biên dịch.
  -B <thư_mục>             Thêm <thư_mục> này vào các Ä‘ường dẫn tìm kiếm cá»§a bộ biên dịch.
  -E                       Chỉ tiền xá»­ lý, Ä‘ừng biên dịch, assemble hay liên kết.
  -S                       Chỉ biên dịch, Ä‘ừng assemble hay liên kết.
  -Wa,<các_tuỳ_chọn>      Chuyển cho chương trình assembler các tùy chọn này Ä‘ịnh giới bằng dấu phẩy.
  -Wl,<các_tuỳ_chọn>      Chuyển cho bộ liên kết <các tùy chọn> này
                             Ä‘ịnh giới bằng dấu phẩy.
  -Wp,<các_tuỳ_chọn>       Chuyển cho bộ tiền xá»­ lý 
                             các tùy chọn này Ä‘ịnh giới bằng dấu phẩy.
  -Xassembler <đối_số>     Chuyển <đối số> này cho chương trình assembler.
  -Xlinker <đối_số>        Chuyển Ä‘ối số này cho bộ liên kết.
  -Xpreprocessor <đối_số>  Chuyển Ä‘ối số này cho bộ tiền xá»­ lý.
  -a, --all-blocks                Hiển thị thông tin cho mọi khối cÆ¡ bản
  -b, --branch-probabilities      Bao gồm trong kết xuất các xác xuất nhánh
  -c                       Biên dịch và dịch mã số nhưng Ä‘ừng liên kết.
  -c, --branch-counts             ÄÆ°a ra số lượng nhánh Ä‘ược theo,
                                     thay cho phần trăm
  -d, --display-progress          Hiển thị tiến trình công việc
  -dumpmachine             Hiển thị bộ xá»­ lý Ä‘ích cá»§a bộ biên dịch.
  -dumpspecs               Hiển thị tất cả các chuỗi Ä‘ặc tả dá»±ng sẵn.
  -dumpversion             Hiển thị phiên bản cá»§a bộ biên dịch.
  -f, --function-summaries        Xuất bản tóm tắt cho mỗi hàm
  -h, --help                            Hiển thị trợ giúp này rồi thoát.
  -h, --help                      Hiển thị trợ giúp này rồi thoát.
  -l, --long-file-names    Dùng tên tập tin kết xuất dài cho tập tin nguồn Ä‘ược bao gồm
  -m, --demangled-names           Xuất các tên hàm không Ä‘ược quản lý
  -n, --no-output                 Äá»«ng tạo tập tin kết xuất
  -no-canonical-prefixes   Äá»«ng làm cho Ä‘ường dẫn theo Ä‘úng quy tắc khi biên dịch
                             tiền tố tương á»©ng với thành phần gcc khác.
  -o <tập-tin>             Äá»ƒ kết xuất vào <tập-tin> này.
  -o, --object-directory TMỤC|TẬP-TIN
        Quét thư mục này hoặc tập tin Ä‘ược gọi này tìm tập tin Ä‘ối tượng
  -p, --preserve-paths            Bảo tồn tất cả các thành phần tên Ä‘ường dẫn
  -pass-exit-codes         Thoát với mã lỗi cao nhất từ một giai Ä‘oạn nào Ä‘ó.
  -pipe                    Dùng á»‘ng dẫn thay cho tập tin trung gian.
  -print-file-name=<thư_viện>  Hiển thị Ä‘ường dẫn Ä‘ầy Ä‘á»§ Ä‘ến thư viện này.
  -print-libgcc-file-name  Hiển thị tên cá»§a thư viện bổ trợ cá»§a bộ biên dịch.
  -print-multi-directory   Hiển thị thư mục gốc cho các phiên bản thư viện libgcc.
  -print-multi-lib         Hiển thị sá»± Ã¡nh xạ giữa các tùy chọn dòng lệnh
                             và nhiều thư mục tìm kiếm thư viện.
  -print-multi-os-directory Hiển thị Ä‘ường dẫn tương Ä‘ối Ä‘ến các thư mục HĐH.
  -print-multiarch         Hiển thị bộ ba GNU thường hóa cá»§a Ä‘ích, Ä‘ược dùng như
                           một thành phần trong Ä‘ường dẫn thư viện.
  -print-prog-name=<trình> Hiển thị Ä‘ường dẫn Ä‘ầy Ä‘á»§ Ä‘ến thành phần bộ biên dịch này.
  -print-search-dirs       Hiển thị những thư mục nằm trên Ä‘ường dẫn
                             tìm kiếm cá»§a bộ biên dịch.
  -print-sysroot           Hiển thị thư mục chứa các thư viện Ä‘ích.
  -print-sysroot-headers-suffix Hiển thị hậu tố sysroot dùng Ä‘ể tìm phần Ä‘ầu.
  -r, --relative-only             Chỉ hiển thị dữ liệu cho dữ liệu nguồn có liên quan
  -s, --source-prefix TMỤC        Tiền tố mã nguồn cho elide
  -save-temps              Äá»«ng xóa bỏ tập tin trung gian.
  -save-temps=<đối_số>     Äá»«ng xóa bỏ tập tin trung gian.
  -shared                  Tạo thư viện chia sẻ (liên kết Ä‘á»™ng).
  -specs=<tập-tin>         Ghi Ä‘è lên Ä‘ặc tả dá»±ng sẵn bằng nội dung cá»§a <tập tin> này.
  -std=<tiêu_chuẩn>       Coi rằng các nguồn Ä‘ầu vào là theo <tiêu chuẩn> này.
  -time                    Äáº¿m thời gian chạy mỗi tiến trình con.
  -u, --unconditional-branches    CÅ©ng hiển thị số Ä‘ếm các nhánh không Ä‘iều khiển
  -v                       Hiển thị những chương trình Ä‘ược gọi bởi bộ biên dịch.
  -v, --version                        Hiển thị số thứ tá»± phiên bản, sau Ä‘ó thoát.
  -v, --version                   Hiển thị số thứ tá»± phiên bản, sau Ä‘ó thoát.
  -x <ngôn_ngữ>            Chỉ Ä‘ịnh ngôn ngữ cá»§a những tập tin Ä‘ầu vào mà theo sau
                            Các ngôn ngữ có thể sá»­ dụng: c c++ assembler none
                            â€œnone” (không có) = hoàn nguyên về á»©ng dụng mặc Ä‘ịnh
                            là Ä‘oán ngôn ngữ dá»±a vào phần mở rộng cá»§a tập tin.
  -x, --hash-filenames            Băm các Ä‘ường dẫn dài
  cần qualified-id  vì nó là một thư mục không phải hệ thống mà nhân Ä‘ôi một thư mục hệ thống
  cÆ¡ sở %qT  lớp cÆ¡ sở %qT cá»§a %q+T là non-literal  nhưng cần %d  bởi %q+D  á»©ng cá»­ cần %d Ä‘ối số, %d Ä‘ược cung cấp  á»©ng cá»­ cần Ã­t nhất %d Ä‘ối số, nhưng cung cấp %d  không thể chuyển Ä‘ổi %qE (kiểu %qT) thành kiểu %qT  chuyển Ä‘ổi cho Ä‘ối số %d nên là ill-formed:  sá»± khởi tạo chéo cá»§a %q+#D  Ä‘ã Ä‘ược khai báo á»Ÿ Ä‘ây  vào khối Ä‘ược cấu trúc OpenMP  thoát khỏi khối Ä‘ược cấu trúc OpenMP  cần %qD nhưng lại nhận %qD  cần mẫu lớp, nhưng lại nhận Ä‘ược %qE  cần mẫu lớp, nhưng lại nhận Ä‘ược %qT  cần hằng cá»§a kiểu %qT, nhưng lại nhận Ä‘ược %qT  cần mẫu kiểu %qD, nhưng lại nhận Ä‘ược %qT  cần kiểu, nhưng lại nhận %qE  cần một kiểu, nhưng lại nhận Ä‘ược %qT  từ Ä‘ịnh nghÄ©a cá»§a %q#D  từ Ä‘ây  trong gọi Ä‘ến %qD  trong Ä‘ịnh giá %<%Q(%#T, %#T)%>  nằm trong biểu thức thrown  Ä‘ược kế thừa á»Ÿ Ä‘ây  Ä‘ang khởi tạo Ä‘ối số %P cá»§a %qD  kiểu hàm thành viên %qT không phải là một Ä‘ối số mẫu hợp lệ  merge [options] <dir1> <dir2>         Hòa trộng nội dung tập tin phá»§ quét
  kiểu không khớp %qT và %qT  thành viên dữ liệu không-tÄ©nh %qD có kiểu không-văn-chương  thành viên dữ liệu không-tÄ©nh %qD có kiểu hay thay Ä‘ổi  hoặc %<operator=(const %T&)%>  hoặc một hàm %<transaction_may_cancel_outer%>  overlap [options] <dir1> <dir2>       Tính toán chồng Ä‘è hai hồ sÆ¡
  cÅ©ng hỗ trợ chức năng Ä‘o hiệu năng sá»­ dụng chỉ Ä‘ược cung cấp theo Ä‘ịnh dạng kho lưu  rewrite [options] <dir>               Ghi lại nội dung tập tin phá»§ quét
  bỏ qua sá»± khởi tạo cá»§a %q#D  khi khởi tạo á»Ÿ Ä‘ây (kiểu toán hạng là %qT) (các kiểu toán hạng là %qT và %qT) (các kiểu toán hạng là %qT, %qT, and %qT) ÄÃ£ hiển thị tất cả các tùy chọn có những Ä‘ặc Ä‘iểm Ä‘ã muốn
 Không tìm thấy tùy chọn có những Ä‘ặc Ä‘iểm Ä‘ã muốn
 Không tìm thấy. Hãy sá»­ dụng --help=%s Ä‘ể hiển thị *tất cả* các tùy chọn Ä‘ược giao diện %s hỗ trợ.
 á»©ng cá»­ 1: %q#F á»©ng cá»­ 2: %q#F sá»­ dụng các cái chuyển loại tạo mã xung Ä‘á»™t với nhau!$OMP ATOMIC phân bổ bên trong phải là MIN, MAX, IAND, IOR hay IEOR tại %L"USE :: module" tại %C# %s %.2f %.2f
#include "…" việc tìm kiếm bắt Ä‘ầu á»Ÿ Ä‘ây:
#include <…> việc tìm kiếm bắt Ä‘ầu á»Ÿ Ä‘ây:
$ mô tả tại %L%<!%> không hợp lệ trong GIMPLE%<#pragma tối Æ°u GCC (chuỗi [,chuỗi]…)%> không có một %<)%> kết thúc%<#pragma GCC optimize%> không phải là một chuỗi hay số%<#pragma GCC option%> không phải là một chuỗi%<#pragma GCC pch_preprocess%> phải là Ä‘ầu tiên%<#pragma STDC FLOAT_CONST_DECIMAL64%> không Ä‘ược hỗ trợ cho C++%<#pragma STDC FLOAT_CONST_DECIMAL64%> không Ä‘ược hỗ trợ trên Ä‘ích này%<#pragma acc update%> phải chứa Ã­t nhất là một mệnh Ä‘ề %<device%> hay %<host%> hay %<self%>%<#pragma omp atomic capture%> sá»­ dụng hai biểu thức khác nhau cho bộ nhớ%<#pragma omp ordered%> với mệnh Ä‘ề %<depend%> chỉ có thể sá»­ dụng trong các biểu thức phức hợp%<#pragma omp section%> chỉ có thể sá»­ dụng trong cấu trúc %<#pragma omp sections%>không cho khai báo %<#pragma weak%> cá»§a %q+D, bỏ qua%<#pragma%> là không Ä‘ược phép á»Ÿ Ä‘ây%<%%%> hằng Ä‘ược dùng với toán hạng cuối%<%%%c%> chỉ sinh ra 2 số cuối cá»§a năm%<%%%c%> chỉ sinh ra 2 số cuối cá»§a năm trong một số Ä‘ịa phương%<%D::%D%> không phải là thành viên lớp%<%D::%D%> không phải là thành viên cá»§a %qT%<%E::%E%> chưa Ä‘ược khai báo%<%E::%E%> không phải là một lớp hoặc namespace%<%E::%E%> không phải là một lớp, namespace, enumeration%<%E::%E%> không phải là một kiểu%<%T::%D%> các tên cấu tá»­ trong %qT%<%T::%D%> tên há»§y tá»­%<%T::%D%> tên cấu tá»­, không phải kiểu%<%T::%E%> chưa Ä‘ược khai báo%<%T::%E%> không phải một kiểu%<%T::%E%> tên cấu tá»­, không phải kiểu%<%c%E%> không tìm thấy trong giao thức%<%s%> là không hiểu%<&&%> không hợp lệ trong GIMPLEcần %<)%> tại %C%<-Wabi=1%> không Ä‘ược hỗ trợ, dùng =2%<-fabi-compat-version=1%> không Ä‘ược hỗ trợ, dùng =2%<-fabi-version=1%> không còn tiếp tục Ä‘ược hỗ trợ nữa%<-femit-struct-debug-detailed=dir:…%> phải cho phép Ã­t nhất là %<-femit-struct-debug-detailed=ind:…%>%<-fobjc-gc%> bị lờ Ä‘i cho %<-fgnu-runtime%>%<-fobjc-sjlj-exceptions%> bị bỏ qua Ä‘ối với %<-fgnu-runtime%>%<-fsplit-stack%> hiện nay chỉ Ä‘ược hỗ trợ trên GNU/Linux%<-fsplit-stack%> hiện nay chỉ Ä‘ược hỗ trợ trên GNU/Linux PowerPC64 với glibc-2.18 hay mới hÆ¡n%<-gnat%> gõ nhầm là %<-gant%>%<-march=%s%> không tương thích với ABI Ä‘ã chọn%<-mcpu=%> Ä‘ã lạc hậu; dùng %<-mtune=%> hoặc %<-march=%> Ä‘ể thay thế%<-mdynamic-no-pic%> Ä‘è lên %<-fpic%>, %<-fPIC%>, %<-fpie%> hay %<-fPIE%>%<-mfused-madd%> Ä‘ã lạc hậu; dùng %<-ffp-contract=%> Ä‘ể thay thế%<-mgp32%> và %<-mfp64%> chỉ có thể Ä‘ược tổ hợp cùng nhau khi sá»­ dụng o32 ABI%<-mgp32%> dùng với 64-bit ABI%<-mgp64%> Ä‘ược dùng với 32-bit ABI%<-mgp64%> Ä‘ược dùng với bộ xá»­ lý 32-bit%<-mintel-syntax%> và %<-mno-intel-syntax%> Ä‘ã lạc hậu; dùng %<-masm=intel%> và %<-masm=att%> Ä‘ể thay thế%<-mips3d%> cần %<-mpaired-single%>%<-mno-gpopt%> cần %<-mexplicit-relocs%>%<-mrtd%> bị bỏ qua trong chế Ä‘á»™ 64bit%<-msse5%> Ä‘ã bị gỡ bỏ%<-msseregparm%> Ä‘ược dùng mà không bật SSE%<-x %s%> sau tập tin Ä‘ầu vào cuối không chịu tác Ä‘á»™ng%<::%D%> chưa Ä‘ược khai báo%<::%E%> chưa Ä‘ược khai báo%<::%E%> không phải một lớp hay namespace%<::%E%> không phải là một lớp, namespace, hay enumeration%<::%E%> không phải là một kiểu%<::main%> phải trả về %<int%>%<@dynamic%> không sẵn sàng trong Objective-C 1.0%<@dynamic%> không trong ngữ cảnh @implementation%<@dynamic%> cần @interface cá»§a lớp sẵn có%<@end%> phải xuất hiện trong một ngữ cảnh @implementation%<@optional%> chỉ cho phép tronh ngữ cảnh @protocol%<@optional%> không sẵn sàng trong Objective-C 1.0%<@package%> không sẵn sàng trong Objective-C 1.0%<@package%> hiện tại có cùng hiệu á»©ng với %<@public%>%<@property%> không sẵn sàng trong Objective-C 1.0%<@required%> chỉ Ä‘ược phép trong ngữ cảnh @protocol%<@required%> không sẵn sàng trong Objective-C 1.0%<@synchronized%> Ä‘ối số không phải là một Ä‘ối tượng%<@synthesize%> không sẵn sàng trong Objective-C 1.0%<@synthesize%> không trong ngữ cảnh @implementation%<@synthesize%> cần @interface cá»§a lớp sẵn có%<@throw%> Ä‘ối số không phải là một Ä‘ối tượng%<@try%> không có %<@catch%> hay %<@finally%>%<G0%> trong chuỗi Ä‘ịnh dạng tại %L%<[*]%> không trong khai báo%<_Atomic%> %qD trong mệnh Ä‘ề %qs%<_Atomic%> %qE trong mệnh Ä‘ề %<reduction%>%<_Atomic%> %qE trong mệnh Ä‘ề %qs%<_Atomic%> Ã¡p dụng cho kiểu hạn Ä‘ịnh%<_Atomic%> trong Objective-C%<_Noreturn%> trong khai báo trống rỗng%<_Sat%> Ä‘ược dùng mà không có %<_Fract%> or %<_Accum%>%<__alignof%> Ä‘ược Ã¡p dụng cho trường bít%<__auto_type%> trong khai báo trống rỗng%<__auto_type%> có lẽ chỉ Ä‘ược dùng với khai báo Ä‘Æ¡n%<__auto_type%> cần một khai báo khởi tạo dữ liệu%<__auto_type%> Ä‘ược Ã¡p dụng cho một bộ khởi tạo trường-bit%<__builtin_complex%> toán hạng không Ä‘úng kiểu%<__builtin_longjmp%> Ä‘ối số thứ hai phải là 1%<__builtin_next_arg%> Ä‘ược gọi mà không có Ä‘ối số%<__gcc_host_wide_int__%> không Ä‘ược Ä‘ịnh nghÄ©a như là kiểu %<long%> hay %<long long%>%<__gcc_host_wide_int__%> không Ä‘ược Ä‘ịnh nghÄ©a là một kiểu%<__int%d%> không Ä‘ược hỗ trợ cho Ä‘ích này%<__int%d%> không Ä‘ược hỗ trợ cho Ä‘ích này%<__label__%> không á»Ÿ Ä‘ầu cá»§a một khối%<__restrict%> chỉ có thể Ä‘ược chỉ Ä‘ịnh cho Ä‘ối tượng và hàm%<__thread%> trước %<extern%>%<__thread%> trước %<static%>%<__thread%> trước %qD%<__thread%> chỉ có thể Ä‘ược chỉ Ä‘ịnh cho Ä‘ối tượng và hàm%<__transaction_cancel%> không nằm trong %<__transaction_atomic%>%<__transaction_cancel%> nằm trong một %<__transaction_relaxed%>thuộc tính %<assign%> xung Ä‘á»™t với %<copy%>thuộc tính %<assign%> xung Ä‘á»™t với %<retain%>%<async%> biểu thức phải nguyên%<auto%> thay Ä‘ổi Ã½ nghÄ©a trong C++11; hãy bỏ nó Ä‘i%<const%> chỉ có thể Ä‘ược chỉ Ä‘ịnh cho lớp và hàmthuộc tính %<copy%> chỉ hợp lệ khi dùng với Ä‘ối tượng trong Objective-C%<custom-%s=%> cần thiết Ä‘ối sốchỉ số %<device%> phải là số nguyên%<else%> mà không có %<if%> á»Ÿ trước%<enum %E%> Ä‘ược khai báo trong khai báo khởi tạo vòng lặp %<for%>%<explicit%> chỉ có thể Ä‘ược chỉ Ä‘ịnh cho cấu tá»­%<explicit%> ngoài khai báo lớp%<friend%> chỉ có thể Ä‘ược chỉ Ä‘ịnh trong một lớp%<friend%> Ä‘ược dùng bên ngoài lớpbiểu thức số %<gang%> phải nguyên%<gang%> giá trị phải dươngbiểu thức tÄ©nh %<gang%> phải nguyênthuộc tính %<gnu_inline%> hiện tại trên %q+Dchỉ số %<device%> phải là số nguyên%<grainsize%> giá trị phải dương%<inline%> chỉ có thể Ä‘ược chỉ Ä‘ịnh cho hàm%<inline%> trong khai báo trống rỗng%<inline%> Ä‘ược chỉ Ä‘ịnh cho khai báo lớp bạn%<location_t%> không Ä‘ược Ä‘ịnh nghÄ©a như là một kiểu%<locus%> không Ä‘ược Ä‘ịnh nghÄ©a như là một kiểu%<long long long%> là quá dài Ä‘ối với GCC%<main%> Ä‘ược khai báo %<_Noreturn%>%<namespace%> không cho phép Ä‘ịnh nghÄ©a á»Ÿ Ä‘ây%<no-custom-%s%> không chấp nhận Ä‘ối số%<noreturn%> hàm trả về%<num_tasks%> giá trị phải dương%<num_teams%> giá trị phải dương%<num_threads%> giá trị phải dương%<operator delete%> phải trả về kiểu %qT%<operator delete%> nhận kiểu %qT như là Ä‘ối số thứ nhất%<operator new%> phải trả về kiểu %qT%<operator new%> nhận kiểu %<size_t%> (%qT) như là Ä‘ối số thứ nhất%<operator%s%>%<operator%s%> trong %<%E %s %E%>%<operator%s%> trong %<%E%s%>%<operator%s%> trong %<%s%E%>%<operator=%> cần trả về một tham chiếu Ä‘ến %<*this%>%<operator[]%>%<operator[]%> trong %<%E[%E]%>chỉ số %<device%> phải là số nguyên%<priority%> giá trị phải dươngthuộc tính %<readonly%> xung Ä‘á»™t với %<readwrite%>thuộc tính %<readonly%> xung Ä‘á»™t với %<setter%>thuộc tính %<retain%> xung Ä‘á»™t với %<copy%>thuộc tính %<retain%> chỉ hợp lệ khi dùng với Ä‘ối tượng trong Objective-C%<return%> với một giá trị, trong hàm trả lại void (rỗng)%<return%> (trả lại) không có giá trị, trong hàm trả lại non-void (không rỗng)%<sizeof%> Ä‘ược Ã¡p dụng cho bit-fieldđối số cho %<sizeof…%> phải Ä‘ược bao quanh bởi dấu ngoặc Ä‘Æ¡n%<static%> không sá»­ dụng khi Ä‘ịnh nghÄ©a (như ngược với khai báo) một thành viên dữ liệu tÄ©nh%<struct %E%> Ä‘ược khai báo trong khai báo khởi tạo vòng lặp %<for%>%<this%> có lẽ không nên Ä‘ược dùng trong ngữ cảnh này%<thread_limit%> biểu thức phải nguyên%<thread_limit%> giá trị phải dương%<tree%> không Ä‘ược Ä‘ịnh nghÄ©a là kiểu con trỏ%<tree%> không Ä‘ược Ä‘ịnh nghÄ©a như là một kiểu%<typedef%> bị bỏ qua trong khai báo này%<typeid%> toán tá»­ không thể xuất hiện trong biểu thức hằng%<typeof%> Ä‘ược Ã¡p dụng cho một bit-field%<union %E%> Ä‘ược khai báo trong khai báo khởi tạo vòng lặp %<for%>chiều dài %<vector%> phải là số nguyên%<virtual%> chỉ có thể Ä‘ược chỉ Ä‘ịnh cho hàm%<virtual%> ngoài khai báo lớp%<void%> phải là Ä‘ối số duy nhất%<volatile%> chỉ có thể Ä‘ược chỉ Ä‘ịnh cho Ä‘ối tượng và hàmbiểu thức %<wait%> phải là số nguyênbiểu thức số %<worker%> phải là số nguyên%<||%> không hợp lệ trong GIMPLE%<~%> trên một biểu thức lôgíc%K%s %wd nằm ngoài vùng %wd - %wdTìm thấy %d bộ cấu trúc
Tìm thấy %d bộ há»§y cấu trúc
Tìm thấy %d bảng khung
chế Ä‘á»™ %i-bit chưa Ä‘ược biên dịch bên trong%q#D xung Ä‘á»™t với khai báo trước%q#D Ä‘ược khai báo á»Ÿ Ä‘ây%q#D Ä‘ã là mặc Ä‘ịnh rõ ràng á»Ÿ Ä‘âyđối số %q#D có kiểu chưa Ä‘ầy Ä‘á»§%q#D là không thể truy cập trong ngữ cảnh này%q#D không phải là hàm mẫu%q#D không là const%q#D là volatile%q#D chưa Ä‘ược khai báo trong lớp%q#D trước Ä‘ịnh nghÄ©a á»Ÿ Ä‘ây%q#D trước Ä‘ược Ä‘ịnh nghÄ©a á»Ÿ Ä‘ây%q#D nên Ä‘ược khởi tạo%q#T không có thành viên nào mang tên %qE%q#T không có thành viên nào mang tên %qE; Ã½ bạn là %qE?%q#T có thành viên dữ liệu con trỏ%q#T có lớp cÆ¡ sở áº£o%q#T không phải là một lớp%q#T không phải là một mẫu%q#T Ä‘ược dùng á»Ÿ nÆ¡i mà %qT cần%q#T trước Ä‘ã khai báo á»Ÿ Ä‘ây%q+#D không thể Ä‘ược khai báo%q+#D không phải là thành viên tÄ©nh cá»§a %q#T%q+D Ä‘ược khai báo là friend%q+D thường là một hàmthành viên dữ liệu tÄ©nh %q+D bên trong cá»§a chỉ thị khai báo Ä‘ích%q+D chỉ nhận không hoặc hai Ä‘ối số%q+E không phải biểu thức hằng%q+F Ä‘ược dùng mà chưa từng Ä‘ược Ä‘ịnh nghÄ©a%q+T không là kiểu văn chương vì:%qD Ä‘ược gọi trong một biểu thức hằng%q#D không thể Ä‘ược tạo Ä‘è%qD không thể là mặc Ä‘ịnh%qD không thể Ä‘ược dùng như một hàm%qD không thể có Ä‘ối số mặc Ä‘ịnh%qD Ä‘ã Ä‘ổi ngữ nghÄ©a trong GCC 4.4%qD Ä‘ược khai báo như là trường %<virtual%>%qD Ä‘ược khai báo như là Ä‘ối số %<virtual%>%qD Ä‘ược khai báo như là kiểu %<virtual%>%qD Ä‘ược khai báo là một biến %<virtual%>%qD Ä‘ã Ä‘ược Ä‘ịnh nghÄ©a là không có tham số%qD Ä‘ược khai báo là một trường %<inline%>%qD Ä‘ược khai báo là một Ä‘ối số %<inline%>%qD Ä‘ược khai báo là một kiểu %<inline%>%qD Ä‘ược khai báo là mảng cá»§a %qT%qD Ä‘ược khai báo như là một tham chiếu nhưng lại chưa Ä‘ược khởi tạo%qD Ä‘ược khai báo á»Ÿ Ä‘ây%+D Ä‘ã khai báo weakref sau khi Ä‘ược dùng%q+D Ä‘ược Ä‘ịnh nghÄ©a nhưng không dùng%qD không phải một biến trong mệnh Ä‘ề %qs%qD không phải tên một kiểu enumeration trong %qT%qD Ä‘ã Ä‘ịnh nghÄ©a rồi%qD có kiểu chưa Ä‘ầy Ä‘á»§%qD trong mệnh Ä‘ề %<reduction%> là một mạng cỡ không%qD không hợp lệ trong lambda%qD là một namespace%qD thường không phải là hàm non-static%qD Ä‘ã sẵn là bạn cá»§a %qT%qD Ä‘ã sẵn là bạn cá»§a lớp %qT%qD Ä‘ã Ä‘ịnh nghÄ©a sẵn trong %qT%qD Ä‘ã sẵn Ä‘ịnh nghÄ©a trong %qT%qD Ä‘ã Ä‘ịnh nghÄ©a trong lớp %qT%qD là một mẫu liệt kê%qD Ä‘ược Ä‘ịnh nghÄ©a với mô hình tls %s%qD Ä‘ã lạc hậu%qD Ä‘ã lạc hậu: %s%qD Ä‘ược khởi tạo bằng chính nó%qD thường không phải là hàm non-static%qD không phải là một lớp hay namespace%qD không phải là một mẫu hàm%qD không phải là thành viên cá»§a %qD%qD không phải là thành viên cá»§a %qT%qD không phải là hàm thành viên mẫu%qD không là một namespace-name%qD không phải là một biến trỏ%qD không phải là một thành viên dữ liệu tÄ©nh cá»§a một mẫu lớp%qD không phải một mẫu%qD không phải là một hàm mẫu%qD không phải là một kiểu%qD không phải là một biến%qD không phải một biến trong mệnh Ä‘ề  %<aligned%>%qD không phải một biến trong mệnh Ä‘ề %qs%qD không phải một biến trong mệnh Ä‘ề %<lastprivate%>%qD không phải một biến trong mệnh Ä‘ề %qs%qD không phải là một biến%qD không phải một Ä‘ối số trong mệnh Ä‘ề %<uniform%>%qD không bị bắt%qD không tương thích với %qD%qD không phải một biến trong mệnh Ä‘ề %qs%qD Ä‘ược dùng Ä‘ể bỏ khởi tạo trong hàm này%qD không Ä‘ược khai báo như là tÄ©nh%qD phải là một hàm không-thành-viên%qD chưa Ä‘ược Ä‘ịnh nghÄ©a%qD cần Ä‘ược khởi tạo%qD cần trả về bằng giá trị%qD Ä‘ược dùng trước khi nó Ä‘ược Ä‘ịnh nghÄ©a%qD Ä‘ược dùng trong bộ khởi tạo cá»§a chính nó%qD Ä‘ã Ä‘ược khai báo á»Ÿ Ä‘ây%q+D bị áº©n%qD chưa Ä‘ược khai báo %<constexpr%>%qD chưa Ä‘ược khai báo trong phạm vi này%qD không Ä‘ược khởi tạo với một biểu thức hằng%qD trước Ä‘ã khai báo á»Ÿ Ä‘ây%qD sẽ Ä‘ược khởi tạo sau%qE Ä‘ối số không phải là một Ä‘ịnh danhThuộc tính %qE nằm ngoài vùng Ä‘ịa chỉthuộc tính %qE bị trùngthuộc tính %qE theo %qEthuộc tính %qE bị lờ Ä‘ithuộc tính %qE bị lờ Ä‘i cho %qEThuộc tính %qE bị lờ Ä‘i với các kiểuthuộc tính %qE chỉ Ã¡p dụng cho các hàmThuộc tính %qE trên biến không hay thay Ä‘ổiThuộc tính %qE chỉ Ä‘ược Ã¡p dụng cho các Ä‘ối tượng mứcThuộc tính %qE chỉ Ä‘ược Ã¡p dụng cho SH2Athuộc tính %qE chỉ Ã¡p dụng cho các hàmThuộc tính %qE chỉ Ä‘ược Ã¡p dụng cho các biếnThuộc tính %qE chỉ dùng Ä‘ược trên hệ thống 32-bitThuộc tính %qE cần tham số là chuỗiThuộc tính %qE cần kiểu trả về là void%qE không thể dùng như một hàm%qE không phải một kiểu Ã¡nh xạ Ä‘ược trong mệnh Ä‘ề %qs%qE không có con trỏ hay kiểu mảng%qE không phải tên một kiểu%qE có kiểu không hợp lệ cho %<reduction(%s)%>%qE chưa Ä‘ược khai báo%qE trong %q#T không phải là tên cá»§a kiểu mẫu%qE trong %q#T không là tên một kiểu%qE không phải là thành viên cá»§a union%qE Ä‘ã lạc hậu%qE Ä‘ã lạc hậu: %s%qE không phải một biến cÅ©ng không phải tên hàm trong mệnh Ä‘ề %qs%qE không phải một lớp hay namespace%qE không phải một lớp mẫu%qE không phải là biểu thức hằng%qE không phải là một mẫu%qE không phải là một kiểu%qE không phải một biến trong mệnh Ä‘ề %<aligned%>%qE không phải một biến trong mệnh Ä‘ề %qs%qE không phải một Ä‘ối số trong mệnh Ä‘ề %<uniform%>%qE không á»Ÿ Ä‘ầu cá»§a khai báo%qE chưa Ä‘ược khởi tạo%qE không là kiểu %qT%qE có lẽ không Ä‘áp á»©ng với %<%c%E%>%qE phải là %<threadprivate%> với %<copyin%>%qE cần là tùy chọn %s%qE Ä‘ược dùng với %<auto%>%qE Ä‘ược dùng với %<register%>%qE Ä‘ược dùng với %<typedef%>%qT Ä‘ược khai báo á»Ÿ Ä‘ây%qT Ä‘ược Ä‘ịnh nghÄ©a cÆ¡ sở trá»±c tiếp áº£o%qT Ä‘ược Ä‘ịnh nghÄ©a với cÆ¡ sở Ä‘a trá»±c tiếp%qT không có thành viên nào mang tên %qE%qT không có thành viên nào mang tên %qE; Ã½ bạn là %qE?%qT Ä‘ã sẵn là bạn cá»§a %qT%qT không là cÆ¡ sở cá»§a %qT%qT không phải là một lớp hay namespace%qT không phải là kiểu lớp%qT không phải có kiểu lớp, cấu trúc hay union%qT không phải là thành viên cá»§a %qT%qT không phải lớp lồng nhau cá»§a %qT%qT không phải kiểu con trỏ Ä‘ến Ä‘ối tượng%qT không phải một mẫu%qT không phải là một kiểu mẫu%qT không phải một kiểu enumeration%qT là/dùng kiểu nặc danh%qT Ä‘ược coi là %qs%qT Ä‘ược coi là enum%qsđối số %qs cá»§a %qs intrinsict tại %L phải là INTENT(IN)đối số %qs cá»§a %qs intrinsict tại %L phải là %sđối số %qs cá»§a %qs intrinsict tại %L phải là ALLOCATABLETham số %qs cá»§a hạn chế %qs tại %L phải là SỐ-NGUYÊNđối số %qs cá»§a %qs intrinsict tại %L phải là NGUYÊN hay THỦ TỤCđối số %qs cá»§a %qs intrinsict tại %L phải là NGUYÊN hay THá»°Cđối số %qs cá»§a %qs intrinsict tại %L phải là THá»°C hay PHỨCđối số %qs cá»§a %qs intrinsict tại %L phải là hằngĐối số %qs cá»§a hạn chế %qs tại %L phải là thá»±c thể dữ liệuđối số %qs cá»§a %qs intrinsict tại %L phải là mảng lôgícđối số %qs cá»§a %qs intrinsict tại %L phải là tuyến tínhđối số %qs cá»§a %qs intrinsict tại %L phải là một biếnđối số %qs cá»§a %qs intrinsict tại %L phải là một mảngđối số %qs cá»§a %qs intrinsict tại %L phải là chính Ä‘ôiđối số %qs cá»§a %qs intrinsict tại %L phải là các loại %dĐối số %qs cá»§a hạn chế %qs tại %L phải là khoảng 1 hay 2đối số %qs cá»§a %qs intrinsict tại %L phải không là TÙY-CHỌN%qs tại %C không phải là thành viên cá»§a cấu trúc %qs%qs tại %C không phải là một biến“%qs” tại %L Ä‘ã Ä‘ược khởi tạo tại %L rồi%qs tại %L phải là số nguyên“%qs” tại %L không phải là một hàm%qs tại %L phải là kiểu ABSTRACT %s%qs tại %L phải Ã­t hÆ¡n BIT_SIZE(%qs)%s tại %L phải là số nguyên%qs tại %L phải là HÀM%qs tại %L phải là THỦ TỤC CONthuộc tính %qs bị bỏ qua%qs không thể xuất hiện trong biểu thức hằng%qs không hỗ trợ mã MIPS16%qs cần một Ä‘ối số nhưng lại Ä‘ưa ra %d%qs cần 2 Ä‘ối số nhưng chỉ nhận Ä‘ược %d%qs cần một Ä‘ối số hằng%qs cần giá trị dấu chấm cố Ä‘ịnh làm Ä‘ối số%qs cần giá trị dấu chấm cố Ä‘ịnh làm Ä‘ối số Ä‘ầu tiên%qs cần giá trị nguyên làm Ä‘ối số thứ haibiểu thức %qs phải là số nguyên%qs hàm không có Ä‘ối số%qs hàm không trả về giá trị nào%qs có chỗ bị tràn%qs trong %<%s %E%>%qs Ä‘ã lạc hậu%qs Ä‘ã lỗi thời; hãy dùng -fno-zero-initialized-in-bss%qs Ä‘ã lỗi thời; hãy dùng -fstack-check%qs không tương thích với %qs%qs không phải là một thư mục%qs không phải là tập tin dữ liệu gcov“%qs” không phải là một tùy chọn hợp lệ cho bộ tiền xá»­ lý“%qs” không phải là một tùy chọn cái mà Ä‘iều khiển cảnh báo%qs không hợp lệ cho %qs%qs là phiên bản %q.*s, cần phiên bản %q.*s%qs phải là mệnh Ä‘ề Ä‘ầu tiên cá»§a %qs%qs phải Ä‘ược sá»­ dụng cùng với %qs%qs cá»§a %qs là RIÊNG tại %L%qs Ä‘ược dùng với %qE%qs giá trị phải dương%r%s:%d:%R   %r%s:%d:%R   [ bỏ qua %d ngữ cảnh minh dụ, dùng -ftemplate-backtrace-limit=0 Ä‘ể tắt ]
%r%s:%d:%d:%R   %r%s:%d:%d:%R   [ bỏ qua %d ngữ cảnh minh dụ, dùng -ftemplate-backtrace-limit=0 Ä‘ể tắt ]
%s%s
%s Giống như %s.%s %<%s%.*s%> cần khớp một Ä‘ối số %<%T%s%> argument%s %<%s%.*s%> cần khớp một Ä‘ối số %<%s%s%>%s %qs%s %s%s
%s %wd nằm ngoài vùng %wd - %wd%s â€œ%s”
%s tại %L%s tại %L phải là SỐ-NGUYÊN%s tại %L phải là một scalar%s tại %L phải là số nguyênthuộc tính %s Ä‘ược Ã¡p dụng cho %s %s tại %Lthuộc tính %s xung Ä‘á»™t với thuộc tính %s trong %sq tại %Lthuộc tính %s cá»§a %qs xung Ä‘á»™t với thuộc tính %s tại %L%s không hỗ trợ %s%s không hỗ trợ %s với %<%%%c%> Ä‘ịnh dạng %s%s không hỗ trợ block_ends_with_call_p%s không hỗ trợ block_ends_with_condjump_p%s không hỗ trợ can_duplicate_block_p%s không hỗ trợ can_merge_blocks_p%s không hỗ trợ can_remove_branch_p%s không hỗ trợ create_basic_block%s không hỗ trợ delete_basic_block%s không hỗ trợ dump_bb_for_graph%s không hỗ trợ duplicate_block%s không hỗ trợ flow_call_edges_add%s không hỗ trợ force_nonfallthru%s không hỗ trợ make_forwarder_block%s không hỗ trợ merge_blocks%s không hỗ trợ move_block_after%s không hỗ trợ predict_edge%s không hỗ trợ predicted_by_p%s không hỗ trợ redirect_edge_and_branch%s không hỗ trợ redirect_edge_and_branch_force%s không hỗ trợ split_block%s không hỗ trợ split_edge%s không hỗ trợ %<%%%c%> Ä‘ịnh dạng %s%s không hỗ trợ %<%%%s%c%> Ä‘ịnh dạng %s%s bị bỏ qua với %s và %<%%%c%> %s Ä‘ịnh dạng%s bị bỏ qua với %s trong %s Ä‘ịnh dạng%s không Ä‘ược hỗ trợ bởi cấu hình này%s á»Ÿ ngoài phạm vi: Vùng là từ %i Ä‘ến %i, giá trị là %i%s trả lại trạng thái thoát %dcần lệnh %s tại %Lthẻ %sthẻ %s tại %L phải là chuỗi ký tá»± cá»§a kiểu mặc Ä‘ịnhthẻ %s tại %L phải là kiểu %sthẻ %s tại %L phải là scalarthẻ %s với INQUIRE%s Ä‘ã kết thúc với tín hiệu %d [%s]%s%s Ä‘ược dùng với Ä‘ịnh dạng %<%%%c%> %s%s%s%s %sversion %s (%s)
%s    biên dịch bằng GNU C phiên bản %s, %s%s%s %sversion %s (%s) biên dịch bằng CC, %s%sGGC tìm ra: --param ggc-min-expand=%d --param ggc-min-heapsize=%d
%s%swarning: phiên bản phần Ä‘ầu %s %s vẫn khác với phiên bản thư viện %s.
%s-%s là một vùng trống rỗng%s: %m%s: %s%s: trình biên dịch %s chưa Ä‘ược cài Ä‘ặt trên hệ thống này%s: %s: %s%s: Trong minh dụ cá»§a %q#D:
%s: Trong thay thế cá»§a %qS:
%s: tập tin PCH không hợp lệ%s: xá»­ lý các cảnh báo như là các lỗi%s: không thể mở dưới dạng tập tin COFF%s: không thể mở tập tin compare-debug %s%s: couldn%'t mở tập tin PCH: %m%s: không phải là một tập tin COFF%s: xá»­ lý một số các cảnh báo như là các lỗi%s:%d: lộn xộn do lỗi trước nên há»§y bỏ
%s: â€œ%s” có cung từ khối Ä‘i vào
%s: â€œ%s” có cung Ä‘ến khối Ä‘i vào
%s: â€œ%s” còn thiếu khối Ä‘i vào và/hay Ä‘i ra
%s: Ä‘ã thấy khối cho â€œ%s”
%s: không thể mở tập tin dữ liệu, coi là nó chưa thá»±c hiện
%s: không thể mở tập tin ghi chú
%s: bị hỏng
%s: Ä‘ồ thị không thể giải Ä‘ược cho â€œ%s”
%s: không tìm thấy hàm
%s: không có dòng cho â€œ%s”
%s: không phải là một tập tin dữ liệu gcov
%s: không phải là tập tin ghi chú gcov
%s: bị tràn
%s: hồ sÆ¡ không tương á»©ng với â€œ%s”
%s: tập tin nguồn mới hÆ¡n tập tin ghi chú â€œ%s”
%s: dấu vết thời gian không khớp với tập tin ghi chú
%s: phiên bản â€œ%.4s” mà thích â€œ%.4s” hÆ¡n
%s: phiên bản â€œ%.4s” mà thích phiên bản â€œ%.4s” hÆ¡n
“cờ â€œ â€œcờ â€œ!”cờ â€œ#”“%%%c” không phải là một tiền tố toán hạng Ä‘úng“%%&” bị sá»­ dụng mà không có tham chiếu TLS năng Ä‘á»™ng cục bộtoán hạng â€œ%%l” không phải là một nhãncờ â€œ'”cờ â€œ(”cờ â€œ+”cờ â€œ-”cờ â€œ0”toán hạng â€œB” có nhiều bit Ä‘ược Ä‘ặttoán hạng â€œB” không phải là một hằng sốđồ sá»­a Ä‘ổi â€œE”cờ â€œI”đồ sá»­a Ä‘ổi â€œO”cờ â€œ^”cờ â€œ_”cờ â€œa”cờ â€œm”toán hạng â€œo” không phải là một hằng sốcờ â€œq”©(namespace vô danh)(nặc danh)(gần chỗ khởi tạo cho %qs)(bộ há»§y tÄ©nh cho %s)(bộ khởi tạo tÄ©nh cho %s)(thông Ä‘iệp này Ä‘ược hiển thị chỉ một lần cho mỗi tập tin nguồn)
({nặc danh})*** CẢNH BÁO *** có phần bổ sung vẫn hoạt Ä‘á»™ng: Ä‘ừng thông báo trường hợp này như là một lỗi nếu bạn có thể tạo nó lần nữa mà tắt phần bổ sung nào.
*thisđã tới giới hạn --param inline-unit-growthđã tới giới hạn --param large-function-growthđã tới giới hạn --param large-stack-frame-growthđã tới giới hạn --param max-inline-insns-autođã tới giới hạn --param max-inline-insns-single-A<hỏi>=<đáp>    Khắng Ä‘ịnh trả lời cho một câu hỏi nào Ä‘ó.
       Thêm dấu trừ - vào trước <hỏi> thì tắt <đáp> Ä‘ó.-D<vÄ©_lệnh>[=<giá_trị>]    Xác Ä‘ịnh vÄ© lệnh này có giá trị này. Chỉ Ä‘ưa ra vÄ© lệnh thì giá trị Ä‘ược coi là 1.Nhập từ Ä‘ầu vào tiêu chuẩn thì cÅ©ng yêu cầu tùy chọn -E hoặc -x-F <thư_mục>    Phụ thêm thư mục này vào cuối Ä‘ường dẫn bao gồm khung chính.-I <thư_mục>    Phụ thêm thư mục này vào Ä‘ường dẫn bao gồm chính.-J<thư_mục>    Äá»ƒ vào â€œthư mục” này các tập tin MÔ-ĐUN.-MF <tập-tin>    Ghi vào tập tin này kết xuất về quan hệ phụ thuộc.-MQ <đích>    Thêm một Ä‘ích Ä‘ược MAKE trích dẫn.-MT <đích>    Thêm một Ä‘ích không phải Ä‘ược trích dẫn.-O<số>    Äáº·t mức tối Æ°u hóa thành <số>.-U<vÄ©_lệnh>    Há»§y xác Ä‘ịnh vÄ© lệnh này.hai tùy chọn -Xbind-now và -Xbind-lazy không tương thích với nhaukhông cho phép sá»­ dụng -bundle với -dynamiclibkhông cho phép sá»­ dụng -bundle_loader với -dynamiclibsá»­ dụng Ada thì cÅ©ng yêu cầu -c hoặc -S-c là cần cho gnat2scil-c cần cho gnat2whykhông cho phép sá»­ dụng -client_name với -dynamiclibchỉ cho phép sá»­ dụng -current_version với -dynamiclib-f%s Ä‘ược bỏ qua (không Ä‘ược DJGPP hỗ trợ)
-fblas-matmul-limit=<số>    Kích cỡ cá»§a ma trận nhỏ nhất cho Ä‘ó matmul sẽ sá»­ dụng BLAS.-fcheck=[…]    Ghi rõ có nên thá»±c hiện những hàm kiểm tra lúc chạy nào.-fcoarray=<none|single|lib>    Chỉ Ä‘ịnh Ä‘ồng mảng song song nào nên Ä‘ược dùng.-fconst-string-class=<tên>    Dùng <tên> lớp cho chuỗi hằng.-fconstexpr-depth=<number>    Chỉ Ä‘ịnh mức Ä‘ệ quy constexpr (bt hằng) tối Ä‘a.-fconstexpr-loop-limit=<number>    Chỉ Ä‘ịnh số lượng bước lặp constexpr (bt hằng) tối Ä‘a.-fexcess-precision=[fast|standard]    Chỉ Ä‘ịnh cách xá»­ lý khi Ä‘á»™ chính xác cá»§a dấu chấm Ä‘á»™ng bị vượt quá.-fexec-charset=<cset>    Chuyển mọi hằng chuỗi và ký tá»± sang bảng ký tá»± <cset>.-ffixed-line-length-<số>    Trong chế Ä‘á»™ cố Ä‘ịnh thì chiều rộng dòng ký tá»± là số này.-ffpe-summary=[…]    Äá»«ng in tổng hợp ngoại lệ dấu chấm Ä‘á»™ng.-ffpe-trap=[…]    Äá»«ng lại theo ngoại lệ dấu chấm Ä‘á»™ng.-ffree-line-length-<số>    Trong chế Ä‘á»™ tá»± do thì chiều rộng dòng ký tá»± là số này.-finit-character=<số>    Khởi tạo các biến ký tá»± cục bộ thành giá trị ASCII này.-finit-integer=<số>    Khởi tạo các biến số nguyên cục bộ thành giá trị này.-finit-logical=<true|false>    Khởi tạo các biến hợp lý cục bộ (true=đúng, false=sai).-finit-real=<zero|snan|nan|inf|-inf>    Khởi tạo các biến thá»±c nội bộ.-finline-matmul-limit=<số>    Kích cỡ cá»§a ma trận nhỏ nhất cho Ä‘ó matmul sẽ Ä‘ược chung dòng.-finput-charset=<cset>    Chỉ Ä‘ịnh bảng mã ký tá»± mặc Ä‘ịnh cho tập tin mã nguồn.-fmax-array-constructor=<số>    Số tối Ä‘a các Ä‘ối tượng trong một bộ cấu tạo mảng.-fmax-errors=<số>    Số lượng tối Ä‘a các lỗi cần thông báo.-fmax-identifier-length=<số>    Chiều dài tối Ä‘a cá»§a bộ nhận diện.-fmax-stack-var-size=<số>    Kích cỡ theo byte cá»§a mảng lớn nhất sẽ Ä‘ược Ä‘ể vào ngăn xếp.-fmax-subrecord-length=<số>    Chiều dài tối Ä‘a cá»§a mục ghi phụ.-fopt-info[-<type>=tập-tin]    Äá»• chi tiết việc tối Æ°u hóa bộ dịch.không cho phép sá»­ dụng -force_flat_namespace với -dynamiclib-fpermitted-flt-eval-methods=[c11|ts-18661]    Chỉ Ä‘ịnh xem giá trị cá»§a FLT_EVAL_METHOD sẽ cho phép.-fplugin-arg-<tên>-<khóa>[=<giá trị>]    Chỉ Ä‘ịnh Ä‘ối số <khóa>=<giá trị> cho plugin <tên>.-fstack-check=[no|generic|specific]     Chèn mã kiểm tra ngăn xếp vào chương trình.-fstack-limit-register=<register>    Bẫy nếu ngăn xếp Ä‘i qua <register>.-fstack-limit-symbol=<tên>    Bẫy nếu ngăn xếp Ä‘i qua ký hiệu <tên>.-fuse-linker-plugin không Ä‘ược hỗ trợ trong cấu hình này-fvisibility=[private|protected|public|package]    Äáº·t tính khả kiến ký hiệu mặc Ä‘ịnh.-fvtable-verify=preinit không Ä‘ược hỗ trợ trong cấu hình này-fvtable-verify=std không Ä‘ược hỗ trợ trong cấu hình này-fwide-exec-charset=<cset>    Chuyển Ä‘ổi mọi chuỗi rộng và hằng ký tá»± rộng ra bộ mã <cset>.-gnat<tuỳ_chọn>    Ghi rõ các tùy chọn tới GNAT.-gz không Ä‘ược hỗ trợ trong cấu hình này-gz=<định dạng>    Tạo phần gỡ lỗi nén theo Ä‘ịnh dạng <định dạng>.-gz=zlib không Ä‘ược hỗ trợ trong cấu hình này-idirafter <thư_mục>    Phụ thêm thư mục này vào Ä‘ường dẫn bao gồm hệ thống.-iframework <thư_mục>    Phụ thêm thư mục này vào Ä‘ường dẫn bao gồm khuôn khổ hệ thống.-imultiarch <dir>    Äáº·t <dir> Ä‘ể cho thư mục con bao gồm Ä‘a kiến trúc.chỉ cho phép sá»­ dụng -install_name với -dynamiclib-iplugindir=<dir>    Äáº·t <dir> cho thư mục phần bổ sung mặc Ä‘ịnh.-iframework <thư_mục>    Phụ thêm thư mục này vào Ä‘ường dẫn bao gồm khuôn khổ hệ thống-isysroot <thư_mục>    Äáº·t <thư_mục> này vào Ä‘ường dẫn gốc hệ thống.-isystem <thư_mục>    Thêm <thư_mục> này vào Ä‘ầu Ä‘ường dẫn bao gồm hệ thống.-iwithprefix <thư_mục>    Phụ thêm thư mục này vào Ä‘ường dẫn bao gồm hệ thống.-iwithprefixbefore <thư_mục>    Phụ thêm thư mục này vào Ä‘ường dẫn bao gồm chính.không cho phép sá»­ dụng -keep_private_externs với -dynamiclib-mabi=ABI    Tạo ra làm hợp với ABI Ä‘ưa ra.-march=KIẾN_TRÚC    Tạo ra mã cho phiến tinh thể hoặc CPU Ä‘ưa ra.-march=ISA    Tạo ra mã cho ISA Ä‘ưa ra.-mas100-syntax không tương thích với -gdwarfkhông cho phép sá»­ dụng Ä‘ồng thời hai tùy chọn -mbig-endian (về cuối lớn) và -mlittle-endian (về cuối nhỏ)-mbranch-cost=GIÁ    Äáº·t giá cá»§a nhánh thành khoảng số các câu lệnh này.-mcode-readable=CÀI-ĐẶT    Ghi rõ khi nào câu lệnh có quyền truy cập Ä‘ến mã.-mcpu=    Sá»­ dụng các tính năng cá»§a CPU Ä‘ưa ra, và Ä‘ịnh thời mã cho CPU Ä‘ó.-mcpu=VXL    Biên dịch mã cho CPU biến thế ARC.-mcpu=CPU    Sá»­ dụng các tính năng và lịch biểu cá»§a CPU Ä‘ưa ra.-mcpu=PROCESSOR        Sá»­ dụng các tính năng cá»§a và mã tác vụ cho CPU Ä‘ã cho.-mcpu=m16c    Biên dịch mã cho biến thế M16C.-mcpu=m32c    Biên dịch mã cho biến thế M32C.-mcpu=m32cm    Biên dịch mã cho biến thế M32CM.-mcpu=r8c    Biên dịch mã cho biến thế R8C.-mdebug=    Bật kết xuất gỡ rối.-memregs=    Số các byte memreg (mặc Ä‘ịnh: 16, phạm vi: 0..16).-mfloat-abi=soft và -mfloat-abi=hard không Ä‘ược dùng cùng nhau-mflush-func=HÀM    Sá»­ dụng hàm này Ä‘ể chuyển hết vùng nhớ tạm ra ngoài trước khi gọi trampoline ngăn xếp.không hỗ trợ -mhard-float-mipsSỐ    Tạo ra mã cho cấp ISA SỐ.-mmax-stackframe=KÍCH_Cá»     Cảnh báo khung ngăn xếp nào vượt quá kích cỡ này.-mmcu=MCU    Chọn MCU Ä‘ích.-mno-serialize-volatile    Äá»‘i với câu lệnh MEMW thì Ä‘ừng cÅ©ng xếp theo thứ tá»± các tham chiếu Ä‘ến vùng nhớ hay thay Ä‘ổi.-mpointer-size=[no,32,short,64,long]    Ä‘ặt cỡ con trỏ mặc Ä‘ịnh.-mr10k-cache-barrier=CÀI-ĐẶT    Ghi rõ khi nào nên chèn rào cản vùng nhớ tạm r10k.-msim    Sá»­ dụng khoảng thời gian chạy cá»§a bộ mô phỏng.không cho phép sá»­ dụng Ä‘ồng thời hai tùy chọn -msingle-float và -msoft-float-mtune=    Äá»‹nh thời mã cho CPU Ä‘ưa ra.-mtune=KIẾN_TRÚC    Äiều chỉnh sá»± xếp hàng cho chíp hoặc CPU Ä‘ưa ra.-mtune=BỘ_XỬ_LÝ    Tối Æ°u hóa kết xuất cho bộ xá»­ lý này.-o <tập tin>    Äáº·t kết xuất vào <tập tin>hai tùy chọn --pg và --fomit-frame-pointer không tương thích với nhau-pie không Ä‘ược hỗ trợ trong cấu hình nàykhông cho phép sá»­ dụng -private_bundle với -dynamiclib-trigraphs    Hỗ trợ bộ ba ISO C.ABI 31-bit.ABI 64-bit.<Khi khởi tạo>
<nặc-danh><danh sách bộ khởi tạo nằm trong dấu ngoặc><có-sẵn><dòng lệnh><lỗi khai báo><bộ Ä‘ếm><biểu tượng bị lỗi><lỗi biểu thức><lambda<lambda><còn thiếu><giá trị trả lại><giá trị trả lại><lời khai báo><lỗi thẻ><lỗi Ä‘ối số mẫu><lỗi tham số mẫu><biểu thức ném><lỗi loại><loại sai><lỗi xác Ä‘ịnh loại><lỗi sá»­a sẵn loại><gọi thá»§ tục ubsan><không rõ toán hạng><không rõ><%s không tên><không tên cố Ä‘ịnh:<không tên nổi:<không tên không ký:<không tên><chưa phân tích cú pháp><chưa giải quyết loại hàm quá tải>Một hệ số Ä‘ể Ä‘iều hưởng giới hạn trên Ä‘ược bộ Ä‘ịnh thời mô-đu-lô swing sá»­ dụng Ä‘ể Ä‘ịnh thời một vòng lặp.Đồng nghÄ©a -std=c89 (cho C) hoặc -std=c++98 (cho C++).Một ngưỡng trên số trung bình Ä‘ếm vòng lặp Ä‘ược bộ Ä‘ịnh thời mô-đu-lô swing tính.ABSTRACT INTERFACE %qs phải không tham chiếu tại %LABSTRACT INTERFACE tại %CKiểu TRỪU TƯỢNG tại %qs Ä‘ược dùng tại %LKiểu TRỪU TƯỢNG tại %Cbiến ACQUIRED_LOCKđối tượng ALLOCATEcâu lệnh ASSIGN tại %Ccấu trúc ASSOCIATE tại %Cthuộc tính ASYNCHRONOUS tại%Ccâu lệnh ASYNCHRONOUS tại %CChấp nhận phần mở rộng Ä‘ể hỗ trợ mã nguồn cÅ©.Đối số thá»±c tế có chứa quá Ã­t phần tá»­ cho Ä‘ối số giả â€œ%qs” (%lu/%lu) tại %LChiều dài chuỗi thật không tương á»©ng với Ä‘iều khai báo cho Ä‘ối số giả â€œ%s” (%ld/%ld)Chiều dài chuỗi thật vẫn nhỏ hÆ¡n Ä‘iều khai báo cho Ä‘ối số giả â€œ%s” (%ld/%ld)Thêm kiểm tra cho phép chia không.Thêm kiểm tra cho tràn phép chia trong INT_MIN / -1.Lần bổ sung in ra thông tin gỡ rối.Bí danh cho --help=đích.Bí danh cho  -mcpu=g10.Bí danh cho  -mcpu=g13.Bí danh cho  -mcpu=g14.Bí danh có cạnh gọiBí danh có tham chiếu non-aliasCân chỉnh tất cả các nhãn.Xếp hàng tất cả các vòng lặp theo biên giới 32-byte.Xếp hàng mã và dữ liệu theo 32-bit.Đích xếp hàng cá»§a các thao tác chuỗi.Xếp hàng các Ä‘ôi theo biên giới 64-bit.Xếp hàng một số Ä‘ôi theo biên giới dword.Chỉnh Ä‘ầu cá»§a hàm.Chỉnh Ä‘ầu cá»§a vòng lặp.Xếp hàng theo loại cÆ¡ bản cá»§a trường bit.Xếp hàng tất cả các biến theo một biên giới 32-byte.Tất cả các thá»§ tục về Ä‘iều thá»±c chất vẫn sẵn sàng bất chấp tiêu chuẩn Ä‘ược chọn.Cấp phát các biến cúc bộ trên ngăn xếp Ä‘ể cho phép Ä‘ệ quy một cách gián tiếp.Trong chế Ä‘á»™ cố Ä‘ịnh thì cÅ©ng cho phép chiều rộng dòng ký tá»± tùy Ã½.Trong chế Ä‘á»™ tá»± do thì cÅ©ng cho phép chiều rộng dòng ký tá»± tùy Ã½.Cho phép trường bit Ä‘i qua biên giới từ.Cho phép Ä‘óng gói nhánh với câu lệnh khác.Cho phép tên thá»±c thể chứa dấu Ä‘ồng Ä‘ô la "$".Sá»­ dụng Ä‘ịa chỉ hàm mà Ä‘ược giữ trong các thanh ghi.Cho phép gcc tạo chỉ lệnh LIW.Cho phép gcc tạo chỉ lệnh SETLB và Lcc.Cho phép xá»­ lý dấu chấm Ä‘á»™ng phần cứng bao quát thao tác cả hai hệ Ä‘iều hành 32-bit và 64-bit.Cho phép sá»­ dụng câu lệnh MDMX.Cho phép sá»­ dụng câu lệnh MT.Cho phép sá»­ dụng các câu lệnh kiểu dấu chấm Ä‘á»™ng phần cứng với V850E2V3 và hÆ¡n.Cho phép sá»­ dụng ABI và các câu lệnh kiểu dấu chấm Ä‘á»™ng phần cứng.Cho phép Ä‘ưa ra hai câu lệnh từng chu kỳ.Quy Æ°á»›c gọi thay thế.đối số AltiVec bị gá»­i cho hàm không nguyên mẫuAltiVec không Ä‘ược hỗ trợ á»Ÿ Ä‘ích nàyLúc nào cÅ©ng tạo ra cuộc gọi dài.Lúc nào cÅ©ng thấy trường bit có kích cỡ số nguyên.Lúc nào cÅ©ng sá»­ dụng DRAP (hàm trỏ Ä‘ối số Ä‘ã xếp hàng năng Ä‘á»™ng) Ä‘ể xếp hàng lại ngăn xếp.Luôn dùng JSR, không phải BSR, cho gọi.Phụ chú câu lệnh dịch mã số bằng Ä‘ịa chỉ Æ°á»›c lượng.Tên Ä‘ã chứa một dấu gạch dưới thì phụ thêm một dấu gạch dưới bổ sung.Có tên hiển thị bên ngoài thì phụ thêm dấu gạch dưới.Có giá trị số không thì Ã¡p dụng ký hiệu trừ.Đối số %qs cá»§a %qs với PASS(%s) tại %L phải là dẫn xuất kiểu %qsĐối số %qs cá»§a %qs với PASS(%s) tại %L phải là kiểu dẫn xuất %qsĐối số %qs cá»§a %qs với PASS(%s) tại %L phải là vô hướngTham số %qs cá»§a thá»§ tục cÆ¡ bản tại %L phải là vô hướngTham số NCOPIES cá»§a REPEAT (lặp lại) hạn chế là Ã¢m (giá trị cá»§a nó là %ld)Điều thá»±c chất REPEAT (lặp lại) có Ä‘ối số NCOPIES (số các bản sao) quá lớnĐối số cá»§a %s tại %L phải là cá»§a một Ä‘á»™ dàiĐối số cá»§a hàm %s tại %L là Ã¢mĐối số cá»§a thá»§ tục FINAL tại %L phải là kiểu %qsCâu lệnh IF số học tại %CSố học NaN (không phải là một con số) tại %LSố học Ä‘úng tại %LSố học bị tràn tại %LSố học bị tràn ngược tại %LCác toán hạng mảng không tương xứng với nhau tại %LTham chiếu mảng á»Ÿ ngoại phạm viTùy chọn dịch ASM
=================
 
Nhãn Ä‘ã gán không phải là một nhãn Ä‘íchGán vô hướng cho mảng chưa cấp phátCoi là các ICPLB Ä‘ược bật vào lúc chạy.Coi là một Ä‘oạn TLS lớn.Coi là mọi ký hiệu Ä‘ều có giá trị 32-bit.Giả sá»­ là mọi biến Ä‘ối số biến Ä‘ổi Ä‘ều Ä‘ược nguyên mẫu.Coi là mã sẽ Ä‘ược GAS dịch.Coi là mã sẽ Ä‘ược liên kết bởi ld cá»§a GNU.Coi là mã sẽ Ä‘ược liên kết bởi ld cá»§a HP.Coi là ngăn xếp Ä‘ến Ä‘ược xếp hàng theo lÅ©y thừa 2 này.Coi là môi trường thá»±c thi C bình thường.Coi có thể bị sai xếp hàng Ä‘ôi.Coi là có một vùng Ä‘ịa chỉ nhỏ.Coi là CPU Ä‘ích Ä‘ược cấu hình về cuối lớn.Coi là CPU Ä‘ích Ä‘ược cấu hình về cuối nhỏ.Coi rằng các việc nạp/lưu dấu chấm Ä‘á»™ng không phải rất có thể gây ra sá»± xung Ä‘á»™t khi Ä‘ược Ä‘ể vào cùng một nhóm câu lệnh.Coi là Ä‘ã cung cấp hỗ trợ vào lúc chạy, vì thế bỏ sót -lsim khỏi dòng lệnh liên kết.Coi là tập tin nguồn có dạng cố Ä‘ịnh.Coi là tập tin nguồn có dạng tá»± do.Coi là môi trường RTP VxWorks.Coi là môi trường vThreads VxWorks.Giả Ä‘ịnh kiểu tại %CTheo phạm vi toàn cục:Ở cấp Ä‘ầu:Đang thá»­ BỎ cấp phát một mảng Ä‘ã bỏ cấp phát â€œ%s”Thá»­ bảo tồn ngăn xếp Ä‘ược xếp hàng theo lÅ©y thừa 2 này.Đang cố cấp phát một biến Ä‘ã Ä‘ược cấp phát rồiĐang cố cấp phát một biến Ä‘ã Ä‘ược cấp phát rồi â€œ%s”Tá»± Ä‘á»™ng xếp hàng các Ä‘ích nhánh Ä‘ể giảm giá nhánh thừa.Tránh giới hạn phạm vi nào trong câu lệnh gọi.Tránh sá»± tạo ra cuộc gọi tương Ä‘ối với PC; sá»­ dụng hành Ä‘á»™ng gián tiếp.Tránh sá»± tạo ra câu lệnh nạp/lưu phụ lục khi có thể.Tránh sá»± nạp suy Ä‘oán Ä‘ể khắc phục một sá»± dị thường loại phần cứng.BB %i có cạnh saiBB %i thiếu cạnhBIND(C) Ä‘ược Ã¡p dụng với %s %s tại %LBIND(C) tại %LBIND(C) tại %Ccấu trúc BLOCK tại %Ckiểu BYTE tại %CDi chuyển 128-bit saiHợp nhất GPR saiTên saiToán tá»­ saiGặp loại saio trong biểu thức bất biếnTên bộ mạch [và vùng nhớ].Đóng kết với số các Ä‘iều á»©ng cá»­ dưới Ä‘ó tất cả các Ä‘iều á»©ng cá»­ Ä‘ược tính trong sá»± tối Æ°u hóa iv.Đóng kết với số các lần sá»­ dụng iv trong vòng lặp Ä‘ược tối Æ°u hóa bằng sá»± tối Æ°u hóa iv.Đóng kết với số các sá»± kiểm tra lúc chạy Ä‘ược chèn bởi việc kiểm tra phiên bản vòng lặp cho bí danh cá»§a bộ véc-tÆ¡ hóa.Đóng kết với số các sá»± kiểm tra lúc chạy Ä‘ược chèn bởi việc kiểm tra phiên bản vòng lặp Ä‘ể xếp hàng cá»§a bộ véc-tÆ¡ hóa.Đóng kết với kích cỡ biểu thức Ä‘ược sá»­ dụng trong bộ phân tích sá»± khai căn vô hướng.Đóng kết với Ä‘á»™ tinh vi cá»§a biểu thức Ä‘ược sá»­ dụng trong bộ phân tích sá»± khai căn vô hướng.Đóng kết với giá cá»§a một biểu thức Ä‘ể tính số các lần lặp lại.Đóng kết với số các lần lặp lại Ä‘ược Æ°á»›c lượng bởi thuật toán phân tích số sức mạnh vÅ© phu các lần lặp lại.Nhánh Ä‘ược thá»±c hiện: %s trên %d
Xây dá»±ng cho Lõi A.Biên dịch cho Lõi B.Biên dịch cho SDRAM.câu lệnh CLASS tại %CCOLLECT_GCC phải Ä‘ược Ä‘ặtCOLLECT_GCC phải Ä‘ược Ä‘ặt.COMMON â€œ%qs” tại %L không tồn tạiKhông thể so sánh các số lượng PHỨC TẠP tại %Lthuộc tính CONTIGUOUS tại %Ccâu lệnh CONTIGUOUS tại %CCONVERT tag tại %LCPU bạn chọn không hỗ trợ chỉ lệnh x86-64Gọi mcount Ä‘ể Ä‘o hiệu năng sá»­ dụng Ä‘ẳng trước một Ä‘oạn mở Ä‘ầu hàm.Cuộc gọi Ä‘ược thá»±c hiện: %s trên %d
Không thể chuyển sang thư mục %sKhông thể lấy tên thư mục hiện thờiKhông thể tạo thư mục %sKhông thể map %sKhông thể mở %sKhông thể mở tập tin nguồn %s
Không thể Ä‘ọc %sBắt gặp lỗi Ä‘ánh máy.Gây ra chương trình gas in ra thống kê về tomcat.Đổi giá trị trong chuyển Ä‘ổi từ %qs sang %qs tại %LThay Ä‘ổi chỉ 8 bit thấp cá»§a hàm trỏ ngăn xếp.Sá»­a Ä‘ổi ABI Ä‘ể cho phép câu lệnh từ Ä‘ôi.Sá»­a Ä‘ổi khoảng thời gian nhìn trước cá»§a công cụ Ä‘ịnh thờiThay Ä‘ổi chiều dài tối Ä‘a cá»§a dãy Ä‘ược thá»±c hiện có Ä‘iều kiện.Thay Ä‘ổi số các thanh ghi tạm thời còn sẵn sàng cho dãy Ä‘ược thá»±c hiện có Ä‘iều kiện.Thay Ä‘ổi hàm trỏ ngăn xếp mà không tắt tín hiệu ngắt.Chiều dài chuỗi thật vẫn nhỏ hÆ¡n Ä‘iều khai báo cho Ä‘ối số giả â€œ%qs” (%lu/%lu) tại %LKiểm tra tràn stack lúc chạy.Kiểm tra lỗi cú pháp, sau Ä‘ó dừng lại.Kiểm tra giá trị trả về cá»§a new trong C++.Chọn chiến lược Ä‘ể tạo ra thao tác chuỗi dùngĐặc tính Ä‘ã bị xóa bỏ:Khai báo Coarray tại %CKích cỡ mã:
 * small            nhỏ
 * medium        vừa
 * large            lớn.Tạo mã trong chế Ä‘á»™ về cuối lớn.Biên dịch mã cho chế Ä‘á»™ về cuối nhỏ. ÄÃ¢y là mặc Ä‘ịnh.Biên dịch mã nhờ trình bao bọc DLL Cygwin Ä‘ể hỗ trợ chức năng thay thế toán tá»­ C++ mới/xóa.Biên dịch cho con trỏ loại 32-bit.Biên dịch cho con trỏ loại 64-bit.Biên dịch cho ETRAX 100 (CRIS v8).Biên dịch cho ETRAX 4 (CRIS v3).Biên dịch cho ABI loại V8+.Tạo thư viện dùng chungBiên dịch cho m32r.Biên dịch cho m32r2.Biên dịch cho m32x.Biên dịch cho bộ xá»­ lý v850.Biên dịch cho bộ xá»­ lý v850e.Biên dịch cho bộ xá»­ lý v850e1.Biên dịch cho bộ xá»­ lý v850e2.Biên dịch cho bộ xá»­ lý v850e3v3.Biên dịch cho bộ xá»­ lý v850e3v5.Biên dịch cho bộ xá»­ lý v850e và biến thể cá»§a v852el.Biên dịch với long và con trỏ 32 bít.Biên dịch với long và con trỏ 64 bít.Thành phần â€œ%qs” tại %C Ä‘ã sẵn Ä‘ược khai báo tại %LThành phần â€œ%qs” tại %C Ä‘ã sẵn trong kiểu cha mẹ %LĐược tính toán GOTO tại %CCấu hình bằng: %s
Làm cho hợp hÆ¡n với cú pháp XLC cá»§a IBM.Làm cho hợp với không gì Ä‘ặc biệt.Làm cho hợp với chuẩn ISO 1990 C như sá»­a Ä‘ổi trong 1994.Làm cho hợp với chuẩn ISO 1990 C với phần mở rộng GNU.Làm cho hợp với chuẩn ISO 1990 C.Làm cho hợp với chuẩn ISO 1998 C++ xem xét lại Ä‘ính chính kỹ thuật năm 2003.Làm cho hợp với chuẩn ISO 1999 C với phần mở rộng GNU.Làm cho hợp với chuẩn ISO 1999 C.Làm cho hợp với chuẩn ISO 2011 C với phần mở rộng GNU.Làm cho hợp với chuẩn ISO 2011 C++.Làm cho hợp với chuẩn ISO 2011 C++ với phần mở rộng GNU.Làm cho hợp với chuẩn ISO 2011 C++.Làm cho hợp với chuẩn ISO 2014 C++ với phần mở rộng GNU.Làm cho hợp với chuẩn ISO 2014 C++.Làm cho hợp với tiêu chuẩn ISO Fortran 2003.Làm cho hợp với tiêu chuẩn ISO Fortran 2008 bao gồm TS 29113.Làm cho hợp với tiêu chuẩn ISO Fortran 2008.Làm cho hợp với tiêu chuẩn ISO Fortran 95.Phù hợp với o32 FPXX ABI.Tính là truy cập chậm Ä‘ến vùng nhớ tạm theo byte.Thấy â€œtype” (loại) â€œint” (số nguyên) có chiều rộng 16 bit.Thấy â€œtype” (loại) â€œint” (số nguyên) có chiều rộng 32 bit.Tại %C thì yêu cầu biểu thức bất biếnĐiều khiển chế Ä‘á»™ Ä‘ặt bẫy IEEE.Điều khiển chế Ä‘á»™ làm tròn dấu chấm Ä‘á»™ng Ä‘ã tạo ra.Điều khiển Ä‘á»™ chính xác Ä‘ưa ra cho ngoại lệ về dấu chấm Ä‘á»™ng.Chuyển Ä‘ổi từ %qs sang %qs tại %LChuyển Ä‘ổi từ %s sang %s tại %LVào thá»§ tục thì cÅ©ng sao chép các phần mảng vào một khối kề nhau.Giá cần coi Ä‘ối với một câu lệnh nhánh.Giá cần coi cho một câu lệnh nhân lên.Không thể tạo addis cho sát nhậpKhông thể mở tập tin kết xuất â€œ%s”
Đếm các quan hệ phụ thuộc loại Ä‘ầu cÆ¡ trong khi tính mức Æ°u tiên cá»§a câu lệnh.Con trỏ Cray %qs trong mệnh Ä‘ề %s tại %LTạo á»©ng dụng GUI.Tạo thư viện dùng chung.Tạo á»©ng dụng bàn giao tiếp.Tạo tập tin dữ liệu cần bởi "gcov".Đang tạo â€œ%s”
Đang tạo mảng tạm tại %Lđối tượng DEALLOCATEGiá trị bước DO (làm) là số khôngDữ liệu Ä‘ược lưu theo Ä‘ịnh dạng về cuối lớn.Dữ liệu Ä‘ược lưu theo Ä‘ịnh dạng về cuối nhỏ. (Mặc Ä‘ịnh).Đặc tính Ä‘ã bị xóa bỏ:Đã lạc hậu và Ä‘ược thay thế bằng -std=c++11.Đã lạc hậu và Ä‘ược thay thế bằng -std=c++14.Đã lạc hậu và Ä‘ược thay thế bằng -std=c11.Đã lạc hậu và Ä‘ược thay thế bằng -std=c99.Đã lạc hậu và Ä‘ược thay thế bằng -std=gnu++11.Đã lạc hậu và Ä‘ược thay thế bằng -std=gnu++14.Đã lạc hậu và Ä‘ược thay thế bằng -std=gnu11.Đã lạc hậu và Ä‘ược thay thế bằng -std=gnu99.Đã lạc hậu và Ä‘ược thay thế bằng -std=iso9899:1999.Tùy chọn Ä‘ã lạc hậu.  Dùng -mno-vrsave Ä‘ể thay thế.Tùy chọn Ä‘ã lạc hậu.  Dùng -mvrsave Ä‘ể thay thế.Đã lỗi thời. Tùy chọn này không có tác dụng gì.Mô tả cho mxl-mode-bootstrap.Mô tả cho mxl-mode-executable.Mô tả cho mxl-mode-novectors.Mô tả cho mxl-mode-xmdstub.Quyết Ä‘ịnh những quan hệ phụ thuộc nào giữa các câu lệnh thì Ä‘ược thấy có giá cao.Bộ dá»±ng mảng chứa các chiều dài KÝ_Tá»° khác nhau (%ld/%ld)Tắt các thanh ghi dấu chấm Ä‘á»™ng.Tắt dấu chấm Ä‘á»™ng bằng phần cứng.Tắt chức năng Ä‘ặt Ä‘ịa chỉ loại phụ lục.Tắt khả năng tiền xá»­ lý.Tắt thanh ghi loại sức chứa.Không cho phép gọi trá»±c tiếp cho hàm toàn cục.Không cho phép nhiều hÆ¡n â€œmsched-max-memory-insns trong nhóm chỉ lệnh. Không thì giới hạn là â€œmềm” (thích thao tác không phải vùng nhớ hÆ¡n khi tới giới hạn này).Hiển thị thống kê về khoảng thời gian biên dịch.Hiển thị cây mã sau tối Æ°u hóa mặt tiền.Hiển thị cây mã sau khi phân tích cú pháp.Hiển thị cây mã sau phân tích; tùy chọn này Ä‘ã lạc hậu.Hiển thị thông tin về phiên bản cá»§a bộ biên dịch.Hiển thị thông tin này.Chia cho không tại %LKhông cho phép Ä‘ặt dữ liệu hằng trong phần mã.Đừng coi là một Ä‘oạn TLS lớn.Đừng tắt thanh ghi loại sức chứa.Đừng loại bỏ ghi chú trong sá»± mở rộng vÄ© lệnh.Đừng loại bỏ ghi chú.Đừng xuất chế Ä‘á»™ Ä‘ặt Ä‘ịa chỉ với sá»± gán hiệu á»©ng cạnh.Đừng xuất hằng số nguyên phức tạp vào vùng nhớ chỉ Ä‘ọc.Đừng xuất Ä‘oạn mở/đóng hàm.Đừng Ã©p buộc hạn chế xếp hàng.Đừng tạo ra chỉ thị #line.Đừng tạo ra chỉ thị .size.Đừng sạo ra một Ä‘iểm ra khỏi riêng lẻ cho mỗi hàm.Đừng tạo mã mà nó chỉ chạy Ä‘ược trong chế Ä‘á»™ siêu giám sát (mặc Ä‘ịnh).Đừng tạo ra câu lệnh nạp/lưu với bản cập nhật.Đừng tạo chỉ lệnh mpy cho ARC700.Đừng chèn vào trá»±c tiếp phép chia số nguyên.Đừng chèn vào trá»±c tiếp căn bậc hai.Đừng nạp thanh ghi PIC trong Ä‘oạn mở Ä‘ầu hàm.Không tìm các tập tin Ä‘ối tượng trong Ä‘ường dẫn tiêu chuẩn.Đừng Ä‘ánh dấu cái chuyển ABI trong e_flags.Đừng Ä‘ể vào TOC hằng số dấu chấm Ä‘á»™ng.Đừng Ä‘ể vào TOC hằng số loại ký_hiệu+hiệu_số.Đừng cung cấp một Ä‘ịa chỉ bắt Ä‘ầu mặc Ä‘ịnh 0x100 cá»§a chương trình.Đừng hỗ trợ hàm dá»±ng sẵn và chức năng tạo ra mã loại SSE4.1 và SSE4.2.Đừng xá»­ lý giá trị cục bộ hoặc khối CHUNG như là nó Ä‘ược Ä‘ặt tên trong câu lệnh LƯU.Đừng Ä‘iều chỉnh sá»± xếp hàng mã và dữ liệu chỉ-đọc.Đừng Ä‘iều chỉnh sá»± xếp hàng ngăn xếp.Đừng Ä‘iều chỉnh sá»± xếp hàng dữ liệu có thể ghi Ä‘ược.Đừng sá»­ dụng câu lệnh MDMX.Đừng sá»­ dụng câu lệnh MIPS-3D.Đừng sá»­ dụng dấu chấm Ä‘á»™ng loại VAX.Đừng sá»­ dụng một hàm chuyển hết vùng nhớ tạm ra ngoài trước khi gọi trampoline stack.Đừng sá»­ dụng Ä‘ịa chỉ mà cấp phát thanh ghi toàn cục.Đừng sá»­ dụng mã Ä‘iều kiện từ câu lệnh thông thường.Đừng sá»­ dụng dấu chấm Ä‘á»™ng bằng phần cứng.Đừng sá»­ dụng dấu chấm Ä‘á»™ng loại phần cứng.Đừng sá»­ dụng dấu chấm Ä‘á»™ng bằng phần cứng.Đừng sá»­ dụng câu lệnh loại bốn dấu chấm Ä‘á»™ng phần cứng.Không dùng lệnh mở rộng AltiVec ABI.Đừng sá»­ dụng câu lệnh loại trường-bit.Đừng sá»­ dụng chỉ lệnh callt (mặc Ä‘ịnh).Đừng sá»­ dụng chỉ lệnh tùy chỉnh fabsd.Đừng sá»­ dụng chỉ lệnh tùy chỉnh fabss.Đừng sá»­ dụng chỉ lệnh tùy chỉnh faddd.Đừng sá»­ dụng chỉ lệnh tùy chỉnh fadds.Đừng sá»­ dụng chỉ lệnh tùy chỉnh fatand.Đừng sá»­ dụng chỉ lệnh tùy chỉnh fatans.Đừng sá»­ dụng chỉ lệnh tùy chỉnh fcmpeqd.Đừng sá»­ dụng chỉ lệnh tùy chỉnh fcmpeqs.Đừng sá»­ dụng chỉ lệnh tùy chỉnh fcmpged.Đừng sá»­ dụng chỉ lệnh tùy chỉnh fcmpges.Đừng sá»­ dụng chỉ lệnh tùy chỉnh fcmpgtd.Đừng sá»­ dụng chỉ lệnh tùy chỉnh fcmpgts.Đừng sá»­ dụng chỉ lệnh tùy chỉnh fcmpled.Đừng sá»­ dụng chỉ lệnh tùy chỉnh fcmples.Đừng sá»­ dụng chỉ lệnh tùy chỉnh fcmpltd.Đừng sá»­ dụng chỉ lệnh tùy chỉnh fcmplts.Đừng sá»­ dụng chỉ lệnh tùy chỉnh fcmpned.Đừng sá»­ dụng chỉ lệnh tùy chỉnh fcmpnes.Đừng sá»­ dụng chỉ lệnh tùy chỉnh fcosd.Đừng sá»­ dụng chỉ lệnh tùy chỉnh fcoss.Đừng sá»­ dụng chỉ lệnh tùy chỉnh fdivd.Đừng sá»­ dụng chỉ lệnh tùy chỉnh fdivs.Đừng sá»­ dụng chỉ lệnh tùy chỉnh fexpd.Đừng sá»­ dụng chỉ lệnh tùy chỉnh fexps.Đừng sá»­ dụng chỉ lệnh tùy chỉnh fextsd.Đừng sá»­ dụng chỉ lệnh tùy chỉnh fixdi.Đừng sá»­ dụng chỉ lệnh tùy chỉnh fixdu.Đừng sá»­ dụng chỉ lệnh tùy chỉnh fixsi.Đừng sá»­ dụng chỉ lệnh tùy chỉnh fixsu.Đừng sá»­ dụng chỉ lệnh tùy chỉnh floatid.Đừng sá»­ dụng chỉ lệnh tùy chỉnh floatis.Đừng sá»­ dụng chỉ lệnh tùy chỉnh floatud.Đừng sá»­ dụng chỉ lệnh tùy chỉnh floatus.Đừng sá»­ dụng chỉ lệnh tùy chỉnh flogd.Đừng sá»­ dụng chỉ lệnh tùy chỉnh flogs.Đừng sá»­ dụng chỉ lệnh tùy chỉnh fmaxd.Đừng sá»­ dụng chỉ lệnh tùy chỉnh fmaxs.Đừng sá»­ dụng chỉ lệnh tùy chỉnh fmind.Đừng sá»­ dụng chỉ lệnh tùy chỉnh fmins.Đừng sá»­ dụng chỉ lệnh tùy chỉnh fmuld.Đừng sá»­ dụng chỉ lệnh tùy chỉnh fmuls.Đừng sá»­ dụng chỉ lệnh tùy chỉnh fnegd.Đừng sá»­ dụng chỉ lệnh tùy chỉnh fnegs.Đừng sá»­ dụng chỉ lệnh tùy chỉnh frdxhi.Đừng sá»­ dụng chỉ lệnh tùy chỉnh frdxlo.Đừng sá»­ dụng chỉ lệnh tùy chỉnh frdy.Đừng sá»­ dụng chỉ lệnh tùy chỉnh fsind.Đừng sá»­ dụng chỉ lệnh tùy chỉnh fsins.Đừng sá»­ dụng chỉ lệnh tùy chỉnh fsqrtd.Đừng sá»­ dụng chỉ lệnh tùy chỉnh fsqrts.Đừng sá»­ dụng chỉ lệnh tùy chỉnh fsubd.Đừng sá»­ dụng chỉ lệnh tùy chỉnh fsubs.Đừng sá»­ dụng chỉ lệnh tùy chỉnh ftand.Đừng sá»­ dụng chỉ lệnh tùy chỉnh ftans.Đừng sá»­ dụng chỉ lệnh tùy chỉnh ftruncds.Đừng sá»­ dụng chỉ lệnh tùy chỉnh fwrx.Đừng sá»­ dụng chỉ lệnh tùy chỉnh fwry.Đừng sá»­ dụng chỉ lệnh tùy chỉnh round.Đừng sá»­ dụng tham chiếu vùng nhớ tạm chưa xếp hàng.Bật -pedantic thì Ä‘ừng cảnh báo về sá»­ dụng â€œlong long”.Kiểm tra ngăn xếp dùng biên giới trong vùng nhớ nháp cấp 1.Không làm gì. Dành cho mục Ä‘ích tương thích ngược.Không làm gì. Giữ lại vì mục Ä‘ích tương thích ngược.Đừng xếp hàng các mục trong mã hoặc dữ liệu.Đừng gọi hàm nào chuyển hết vùng nhớ tạm ra ngoài.Đừng gọi bẫy nào chuyển hết vùng nhớ tạm ra ngoài.Đừng tạo ra hàm kiểm tra Ä‘ối với Ä‘ầu cÆ¡ về Ä‘iều khiển khi Ä‘ịnh thời một cách lá»±a chọn.Đừng tạo ra mã chỉ có chế Ä‘á»™ quyền Ä‘ặc biệt; cÅ©ng ngụ Ã½ -mno-inline-ic_invalidate nếu mã trá»±c tiếp không có tác Ä‘á»™ng trong chế Ä‘á»™ người dùngĐừng tối Æ°u hóa sá»± di chuyển khối, dùng memcpy.Đừng tối Æ°u hóa sá»± di chuyển khối.Sá»­ dụng gợi-nhớ-P cho nhánh.Đừng dùng bất kỳ r32..r63 nào.Không cảnh báo dùng lệnh mở rộng Microsoft.Đang Ä‘iều khiển:Trùng thuộc tính %s tại %LTrùng Ä‘ặc tả %s tại %CTrùng DEFERRED tại %CTrùng nhãn cấu trúc %qs tại %CTrùng ký hiệu %qs trong danh sách Ä‘ối số hình thức tại %CCấp phát Ä‘á»™ng các thanh ghi CC.câu lệnh ENTRY tại %CENUM và ENUMERATOR tại %CERRMSG tại %LERRMSG tag tại %LBiến ERRMSGKiến trúc ESA/390.EXTENDS tại %LPhát cờ .gnu_attribute.Xuất vào vùng dữ liệu nhỏ sá»± Ä‘ịnh vị lại 16-bit.Xuất vào vùng dữ liệu nhỏ sá»± Ä‘ịnh vị lại 32-bit.Xuất mã thích hợp với IEEE mà không có ngoại lệ không chính xác.Xuất thông tin về Ä‘ồ thị gọi.Xuất mã cho phần mở rộng ISA byte/từ.Xuất mã cho phần mở rộng ISA Ä‘ếm.Xuất mã cho phần mở rộng ISA dấu chấm Ä‘á»™ng về di chuyển và tính căn bậc hai.Xuất mã cho phần mở rộng ISA áº£nh Ä‘á»™ng di chuyển.Xuất mã dùng chỉ thị Ä‘ịnh vị lại dứt khoát.Xuất nhánh trá»±c tiếp tới hàm cục bộ.Xuất mã bổ sung trong Ä‘oạn mở Ä‘ầu hàm Ä‘ể Ä‘ặt bẫy nếu kích cỡ ngăn xếp vượt quá giới hạn Ä‘ưa ra.Xuất cuộc gọi hàm dùng bảng hiệu số toàn cục khi tạo ra PIC.Xuất nhánh gián tiếp tới hàm cục bộ.Xuất dãy nạp/lưu dàiĐối với con trỏ tuyến trình thì xuất rdval thay cho rduniq.Xuất bit dừng lại Ä‘ẳng trước và sau asm mở rộng hay thay Ä‘ổi.Xuất nhiều thông tin gỡ rối trong mã dịch mã số.FINAL trống rỗng tại %CBật DIV, DIVU.Bật thông tin gỡ rối dòng Dwarf 2 thông qua as cá»§a GNU.Bật chế Ä‘á»™ PIC Mô tả Hàm.Bật thư viện dùng chung dá»±a vào mã số (ID).Bậ sá»­ dụng câu lệnh só thá»±c dấu chấm Ä‘á»™ng thập phân 128-bit IEEE thông qua từ khóa __float128.Bật Local Register Allocation.Bật các chỉ lệnh MUL.Bật các chỉ lệnh MUL.X và UMUL.X.Bật các chỉ lệnh MULX, coi là dịch nhanh hÆ¡n.Bật OpenACC.Bật chỉ thị OpenMP's SIMD.Bật sá»± hỗ trợ PIC Ä‘ể biên dịch thư viện.Bật mã tìm Ä‘ường TFP-OS.Bật sá»± xếp hàng các khối CHUNG.Bật tất cả cảnh báo -Wunused-.Bật mọi phần mở rộng ngôn ngữ DEC.Bật chức năng bảo vệ hàm dá»±ng sẵn asan.Bật dò tìm asan cá»§a lỗi dùng-sau-khi-trả-về.Bật chức năng bảo vệ asan toàn cục.Bật chức năng bảo vệ thao tác tải asan.Bật chức năng bảo vệ ngăn xếp asan.Bật chức năng bảo vệ thao tác lưu trữ asan.Bật chức năng gỡ rối hậu phương.Bật câu lệnh barrel shift.Bật sá»± thá»±c hiện có Ä‘iều kiện mà khác với moves/scc.Bật sá»± di chuyển có Ä‘iều kiện.Bật tính năng cấu/há»§y tá»­Bật kết xuất gỡ rối.Bật việc hỗ trợ phần cứng dấu chấm Ä‘á»™ng thập phân.Bật câu lệnh chia và câu lệnh lấy số dư.Bật sá»± Ä‘ể sớm hÆ¡n các bit dừng lại, Ä‘ể Ä‘ịnh thời một cách thành công hÆ¡n.Bật tiếp nhận ngoại lệ.Cho phép tối Æ°u hóa từ chương trình gọi.Bật tạo lệnh R2 BMX.Bật tạo lệnh R2 CDX.Bật dấu chấm Ä‘á»™ng loại phần cứng.Bật sá»± chèn trá»±c tiếp PLT vào cuộc gọi hàm.Bật sá»± tối Æ°u hóa cách xếp hàng nhãn.Bật số tối Æ°u hóa bộ liên kết.Bật chức năng làm yếu bộ liên kết.Bật hàm yếu về bộ liên kết.Bật làm yếu bộ liên kết.Bật phần lớn các thông Ä‘iệp cảnh báo.Bật khả năng hỗ trợ Ä‘a lõi.Bật câu lệnh nhân.Bật sá»± tối Æ°u hóa quá trình thá»±c hiện có Ä‘iều kiện mà cÅ©ng lồng nhau.Bật sá»± tối Æ°u hóa &&/|| trong quá trình thá»±c hiện có Ä‘iều kiện.Bật phân tích cú pháp GIMPLE.Bật khả năng tiền xá»­ lý.Bật chức năng kiểm tra phạm vi trong khi biên dịch.Bật ngăn cách Ä‘oạn dữ liệu.Bật chức năng Ä‘ặt GPR thành kết quả cá»§a phép so sánh.Bật câu lệnh mở rộng ký hiệu.Bật chức năng dò ngăn xếp.Bật chức năng kiểm tra trả lại cấu trúc psABI 32-bit ngặtBật sá»± hỗ trợ cho khái niệm C++.Bật hỗ trợ cho DEC STRUCTURE/RECORD.Bật hỗ trợ cho RH850 ABI.  ÄÃ¢y là mặc Ä‘ịnh.Bật sá»± tối Æ°u hóa vòng lặp lồng nhau.Bật chế Ä‘á»™ thông thường.Bật sá»­ dụng thay ghi dấu chấm Ä‘á»™ng 64-bit trong câu lệnh fmov. Xem -mdalign nếu cÅ©ng yêu cầu xếp hàng theo 64-bit.Bật khả năng sá»­ dụng câu lệnh dấu chấm Ä‘á»™ng RX. ÄÃ¢y là cài Ä‘ặt mặc Ä‘ịnh.Bật sá»­ dụng tải chỉ mục.Bật sá»­ dụng câu lệnh fsca.Bật sá»­ dụng câu lệnh fsrra.Bật sá»­ dụng câu lệnh nạp ngắn.Bật tiền xá»­ lý theo kiểu cổ Ä‘iển.Bật sá»­ dụng GPREL cho dữ liệu chỉ Ä‘ọc trong FDPIC.Cho phép sá»­ dụng POST_INC / POST_DEC.Cho phép sá»­ dụng POST_MODIFY.Bật sá»­ dụng sdata/scommon/sbss.Bật câu lệnh Ä‘ược người dùng xác Ä‘ịnh.Bật sá»­ dụng câu lệnh dấu số thá»±c chấm Ä‘á»™ng 128-bit IEEE.Cho phép các chỉ lệnh lặp v850e3v5.Bật kết xuất chi tiết.Bật/Tắt Ä‘ánh Ä‘ịa chỉ tương Ä‘ối GP.Bật thư viện dùng chung dá»±a vào mã số (ID).Mã hóa câu lệnh SSE với tiền tố VEX.Biểu thức kết thúc trong vòng lặp DO (làm)Kết thúc danh sách tìm kiếm.
Tương Ä‘ương với -mgpopt=local.Tương Ä‘ương với -mgpopt=none.LỗiGặp lỗi khi chuyển Ä‘ổi số nguyênLỗi trong khởi tạo con trỏ tại %CSai trong type-spec tại %LGặp lỗi khi ghi tập tin môt-đun: %sLỗi khi ghi tập tin kết xuất â€œ%s”
Dữ kiệnThoát khi gặp lỗi lần Ä‘ầu.Cần ")" tại %CCần "," tại %CCần %<(%> tại %Ccần %<)%> hoặc %<,%> tại %CCần %<,%> tại %Ccần %<,%> hoặc kết thúc câu lệnh tại %CCần %<::%> tại %CCần %<=>%> tại %CCần %<END INTERFACE ASSIGNMENT (=)%> tại %CCần :: trong Ä‘ịnh nghÄ©a KIỂU tại %CCần vòng lặp DO tại %CCần một giao diện không tên tại %CCần một thá»§ tục cho Ä‘ối số %qs tại %LCần một con trỏ thá»§ tục cho Ä‘ối số %qs tại %LCần access-specifier tại %CCần danh sách Ä‘ối số tại %CCần chỉ số mảng tại %CCần kết hợp tại %CCần danh sách kết hợp tại %CMong Ä‘ợi một tên bit thuộc tínhCần thuộc tính ràng buộc tại %CCần tên ràng buộc tại %CCần tham chiếu thành phần tại %CMong Ä‘ợi một loại biểu thứcMong Ä‘ợi một số nguyênMong Ä‘ợi một chuỗi số nguyênMong Ä‘ợi một dấu ngoặc Ä‘Æ¡n mởMong Ä‘ợi một tênMong Ä‘ợi một chuỗi thậtMong Ä‘ợi một dấu ngoặc Ä‘Æ¡n Ä‘óngMong Ä‘ợi một chuỗiCần tên chấm dứt tại %CCần tên biến tại %CCần %<END INTERFACE %s%> tại %CCần %<END INTERFACE OPERATOR (.%s.)%> tại %CCần %s tại %CCần câu lệnh %s tại %LXuất hàm ngay cả khi chúng có thể chung dòng.Biểu thức tại %L phải thuộc kiểu scalarcâu lệnh FLUSH tại %CĐã bật ngoại lệ dấu chấm Ä‘á»™ng.Cảnh báo khi mọi bộ cấu trúc và bộ há»§y cấu trúc Ä‘ều là riêngLỗi nghiêm trọngĐặc tính Ä‘ã bị xóa bỏ:Sá»­a tính toán min_intTheo quy Æ°á»›c gọi SuperH / Renesas (còn gọi là Hitachi)Tùy theo các yêu cầu cá»§a sá»± liên kết EABI.Cho thư viện các bản thá»±c chất: gá»­i mọi tham số qua thanh ghi.Gán quyền thá»±c hiện cho hàm lồng nhau trên ngăn xếp.Buộc hợp ngữ luôn xuất sá»­ dụng hằng dạng thập lục.Ép buộc các hàm Ä‘ược xếp hàng theo một biên giới 4-byte.Các Ä‘ặc tính Ä‘ã cÅ© cá»§a Fortran 2008:Hàm %qs Ä‘ược khởi tạo giống như là một biểu thức %LHàm %qs tại %L không thể có bộ khởi tạoHàm %qs tại %L phải là PUREHàm %qs cần một danh sách Ä‘ối số tại %CĐầu hàng Ä‘ược xếp hàng theo lÅ©y thừa 2 này.GCSE bị tắtGENERIC ràng buộc tại %CGMP phiên bản %s, MPFR phiên bản %s, MPC phiên bản %s, isl phiên bản %s
C cá»§a GNU không còn hỗ trợ -traditional mà không có -EPhần mở rộng GNU:Objective C cá»§a GNU không còn hỗ trợ chức năng biên dịch truyền thốngTạo ra câu lệnh 16-bit.Tạo ra mã i386 16-bit.Tạo ra mã 32-bit.Tạo ra hiệu số 32-bit trong bảng cái chuyển.Tạo ra mã i386 32-bit.Tạo ra mã x86-64 32-bit.Tạo ra mã 64-bit.Tạo ra mã x86-64 64-bit.Tạo ra các khung ngăn xếp làm hợp với APCS.Tạo ra mã ELF FDPIC.Tạo ra mã chính xác Ä‘ôi GFLOAT.Tạo ra mã H8/300H.Tạo ra mã H8S.Tạo ra mã H8S/2600.Tạo ra mã H8SX.Tạo ra mã ILP32.Tạo ra mã LP64.Tạo ra mã MIPS16.Tạo ra mã PA1.0.Tạo ra mã PA1.1.Tạo ra mã PA2.0 (yêu cầu binutils 2.10 hay sau).Tạo chỉ lệnh SBIT, CBIT.Tạo ra mã SH1.Tạo ra mã SH2.Tạo ra mã SH2a không có FPU.Tạo ra mã SH2e.Tạo ra mã SH3.Tạo ra mã SH3e.Tạo ra mã SH4 không có FPU.Tạo ra mã SH4.Tạo ra mã SH4-100 không có FPU.Tạo ra mã SH4-100.Tạo ra mã SH4-200 không có FPU.Tạo ra mã SH4-200.Tạo ra mã SH4-300 không có FPU.Tạo ra mã SH4-300.Tạo ra mã SH4a không có FPU.Tạo ra mã SH4a.Tạo ra mã SH4al-dsp.Tạo ra câu lệnh VRSAVE khi tạo ra mã AltiVec.Tạo ra một cuộc gọi nên há»§y bỏ nếu một hàm không trả lại còn trả lại.Tạo ra một Ä‘iểm ra khỏi riêng lẻ cho mỗi hàm.Tạo ra câu lệnh auto-inc/dec.Tạo ra mã về cuối lớn.Tạo ra mã về cuối lớn big-endian.Tạo ra câu lệnh bit.Tạo ra câu lệnh gọi dưới dạng cuộc gọi trá»±c tiếp.Tạo ra câu lệnh gọi dưới dạng cuộc gọi gián tiếp, nếu cần thiết.Tạo ra câu lệnh gọi dưới dạng cuộc gọi gián tiếp.Tạo ra câu lệnh cld trong Ä‘oạn mở Ä‘ầu hàm.Tạo mã cho kiến trúc CR16C.Tạo mã cho kiến trúc CR16C+ (mặc Ä‘ịnh).Tạo ra mã cho as cá»§a GNU.Tạo ra mã cho bộ dịch mã số GNU assembler (gas).Tạo ra mã cho ld cá»§a GNU.Tạo ra mã môi trường thá»±c thi GNU.Tạo ra mã cho loạt SH4 340 (không có MMU/FPU).Tạo ra mã cho loạt SH4 400 (không có MMU/FPU).Tạo ra mã cho loạt SH4 500 (không có MMU/FPU).Tạo ra mã cho trạng thái Thumb.Tạo ra mã cho bộ dịch mã số UNIX assembler.Tạo ra mã cho một ABI 32 bít.Tạo ra mã cho một 5206e.Tạo ra mã cho một 520X.Tạo ra mã cho một 528xTạo ra mã cho một 5307.Tạo ra mã cho một 5407.Tạo ra mã cho một ABI 64 bít.Tạo ra mã cho một 68000.Tạo ra mã cho một 68010.Tạo ra mã cho một 68020.Tạo ra mã cho một 68030.Tạo ra mã cho một 68040 mà không có câu lệnh mới nào.Tạo ra mã cho một 68040.Tạo ra mã cho một 68060 mà không có câu lệnh mới nào.Tạo ra mã cho một 68060.Tạo ra mã cho một 68302.Tạo ra mã cho một 68332.Tạo ra mã cho một 68851.Tạo ra mã cho một ColdFire v4e.Tạo ra mã cho một DLL.Tạo ra mã cho một Fido A.Tạo ra mã cho một cpu32.Tạo ra mã cho một 11/10.Tạo ra mã cho một 11/40.Tạo ra mã cho một 11/45.Tạo ra mã cho phần mở rộng hạt nhân có thể nạp Ä‘ược với Darwin.Xuất hàm ngay cả khi chúng có thể chung dòng.Tạo ra mã cho CPU Ä‘ưa ra.Tạo ra mã cho BSS PLT thá»±c hiện cÅ©.Xuất mã cho hàm tÄ©nh ngay cả khi chúng không bao giờ Ä‘ược gọi.Tạo ra mã cho Nền tảng Android.Tạo ra mã cho hạt nhân hoặc phần mở rộng hạt nhân có thể nạp Ä‘ược.Tạo mã cho chế Ä‘á»™ siêu giám sát (mặc Ä‘ịnh).Tạo ra mã cho chế Ä‘á»™ người dùng.Tạo ra mã cho ARM 32 bit.Tạo mã trong chế Ä‘á»™ về cuối lớn.Tạo mã trong chế Ä‘á»™ về cuối lớn.Tạo ra mã trong chế Ä‘á»™ về cuối nhỏ.Tạo ra mã trong chế Ä‘á»™ về cuối nhỏ.Tạo ra mã thích hợp với bản thá»±c thị (KHÔNG PHẢI thư viện dùng chung).Tạo ra mã thích hợp với chức năng gỡ rối trả kết quả nhanh.Tạo ra mã có thể sá»­ dụng Ä‘ược trong Ä‘ối tượng năng Ä‘á»™ng có kiểu SVR4.Tạo ra mã thích hợp vớiIntel MCU psABI.Tạo ra mã thích hợp với ABI Ä‘ưa ra.Tạo ra mã sá»­ dụng chỉ lệnh dấu chấm Ä‘á»™ng 68881.Tạo ra mã Ä‘ể sá»­ dụng một PLT và GOT không thá»±c hiện.Tạo ra mã mả sá»­ dụng câu lệnh dấu chấm Ä‘á»™ng phần cứng.Tạo ra mã mả sá»­ dụng câu lệnh dấu chấm Ä‘á»™ng phần cứngTạo ra mã chứa cuộc gọi thư viện cho dấu chấm Ä‘á»™ng.Tạo ra mã không có GP reg.Tạo chỉ lệnh di chuyển Ä‘iều kiệnTạo ra các lời xác Ä‘ịnh cpp cho V/R máy phục vụ.Tạo ra các lời xác Ä‘ịnh cpp cho V/R máy trạm.Tạo ra mã SH2a-FPU chính xác Ä‘ôi mặc Ä‘ịnh.Tạo ra mã SH2a-FPU chính xác Ä‘Æ¡n mặc Ä‘ịnh.Tạo ra mã SH4 chính xác Ä‘Æ¡n mặc Ä‘ịnh.Tạo ra mã SH4-100 chính xác Ä‘Æ¡n mặc Ä‘ịnh.Tạo ra mã SH4-200 chính xác Ä‘Æ¡n mặc Ä‘ịnh.Tạo ra mã SH4-300 chính xác Ä‘Æ¡n mặc Ä‘ịnh.Tạo ra mã SH4a chính xác Ä‘Æ¡n mặc Ä‘ịnh.Tạo ra các khung ngăn xếp không liên tiếp.Tạo ra kết quả chia có phần dư với cùng một ký hiệu (-/+) với số chia (không phải với số bị chia).Tạo ra các cuộc gọi gián tiếp nhanh.Tạo ra tính toán dùng dấu chấm Ä‘á»™ng dùng tập hợp câu lệnh Ä‘ưa ra.Tạo ra phép chia dấu chấm Ä‘á»™ng trá»±c tiếp, tối Æ°u hóa cho sá»± ngấm ngầmTạo ra phép chia dấu chấm Ä‘á»™ng trá»±c tiếp, tối Æ°u hóa cho tốc Ä‘á»™ truyền dữ liệuTạo ra phép chia số nguyên trá»±c tiếp, tối Æ°u hóa cho sá»± ngấm ngầmTạo ra phép chia số nguyên trá»±c tiếp, tối Æ°u hóa cho tốc Ä‘á»™ truyền dữ liệuTạo ra căn bậc hai trá»±c tiếp, tối Æ°u cho sá»± ngấm ngầm.Tạo ra căn bậc hai trá»±c tiếp, tối Æ°u cho tốc Ä‘á»™ truyền dữ liệu.Bật các chỉ lệnh hỗ trợ bởi dịch barrel.Tạo ra câu lệnh isel.Tạo ra mã về cuối nhỏ.Tạo ra mã về cuối nhỏ little-endian.Tạo ra câu lệnh Ä‘a nạp/lưu.Tạo ra câu lệnh nạp/lưu với bản cập nhật.Tạo ra quan hệ phụ thuộc cá»§a make, và biên dịch.Tạo ra quan hệ phụ thuộc cá»§a make.Tạo ra câu lệnh mul64 và mulu64.Tạo ra câu lệnh norm.Tạo ra mã có chế Ä‘á»™ thông thường.Tạo ra chỉ mã SH2a-FPU chính xác Ä‘Æ¡n.Tạo ra chỉ mã SH4 chính xác Ä‘Æ¡n.Tạo ra chỉ mã SH4-100 chính xác Ä‘Æ¡n.Tạo ra chỉ mã SH4-200 chính xác Ä‘Æ¡n.Tạo ra chỉ mã SH4-300 chính xác Ä‘Æ¡n.Tạo ra chỉ mã SH4a chính xác Ä‘Æ¡n.Tạo ra mã tương Ä‘ối với PC (pc-relative).Tạo chỉ lệnh năng suất mở rộng.Tạo ra Ä‘ích giả cho mọi phần Ä‘ầu.Tạo ra mã PIC loại vào lạiTạo ra số Ä‘ảo thay cho divss và sqrtss.Tạo ra mã có thể tá»± Ä‘ịnh vị lại.Tạo ra sin, cos, sqrt cho FPU (đơn vị dấu chấm Ä‘á»™ng).Tạo ra câu lệnh swap.Tạo ra câu lệnh push25/pop25 v3.Gán cho mỗi nhánh giá mặc Ä‘ịnh cá»§a nó.hằng Hollerith tại %CĐộ tăng lên (theo phần trăm) Ä‘ược phép cho Ä‘Æ¡n vị biên dịch Ä‘ưa ra do việc chèn vào trá»±c tiếp.Độ tăng lên (theo phần trăm) Ä‘ược phép cho Ä‘Æ¡n vị biên dịch Ä‘ưa ra do sá»± lan truyền bất biến thuộc liên quá trình.mã số (ID) cá»§a thư viện dùng chung cần biên dịch.câu lệnh IMPORT tại %Cthá»§ tục IMPURE tại %CIOMSG tag tại %LISO C không cho phép %<%E (biểu thức)%>ISO C không hỗ trợ %<#pragma STDC FLOAT_CONST_DECIMAL64%>ISO C không hỗ trợ kiểu %<__int%d%>ISO C không hỗ trợ kiểu dấu chấm cố Ä‘ịnhISO C không hỗ trợ kiểu saturatingISO C cấm %<goto *expr;%>ISO C cấm chỉ Ã¡p kiểu thành kiểu hỗn hợpISO C cấm chỉ việc so sánh cá»§a %<void *%> với con trỏ hàmISO C cấm chỉ biểu thức Ä‘iều kiện giữa %<void *%> với con trỏ hàmISO C cấm hàm lồng nhauISO C cấm chỉ mảng có Ä‘á»™ dài là khôngISO C cấm chỉ mảng có Ä‘á»™ dài là không %qEISO C++ không cho phép %<alignof%> với một non-typeISO C++ không cho phép %<%T::%D%> Ä‘ược Ä‘ịnh nghÄ©a như là %<%T::%D%>ISO C++ không cho phép %<alignof%> Ã¡p dụng cho kiểu hàmISO C++ không hỗ trợ %<__int%d%> cho %qsISO C++ cấm gọi %<::main%> từ bên trong chương trìnhISO C++ cấm việc Ã¡p Ä‘ổi kiểu cá»§a mảng %qTISO C++ cấm compound-literalsISO C++ cấm tính toán gotosISO C++ cấm chuyển Ä‘ổi hằng chuỗi thành %qTISO C++ cấm kiểu liệt kê nặc danh không tên trống rỗngISO C++ cấm biến có kích thước biến Ä‘ổiISO C++ cấm biến có kích thước biến Ä‘ổi %qDISO C++ cấm mảng có kích thước bằng khôngISO C++ cấm mảng có kích thước bằng không %qDISO C90 không hỗ trợ %<_Alignas%>ISO C90 không hỗ trợ %<_Generic%>ISO C90 không hỗ trợ %<_Noreturn%>ISO C90 không hỗ trợ %<_Static_assert%>ISO C90 không hỗ trợ từ hạn Ä‘ịnh %<_Atomic%>ISO C90 không hỗ trợ %<long long%>ISO C90 không hỗ trợ %qEISO C90 không hỗ trợ kiểu lô-gícISO C90 không hỗ trợ kiểu complexISO C90 không hỗ trợ thành viên mảng linh Ä‘á»™ngISO C90 không hỗ trợ từ hạn Ä‘ịnh %<_Atomic%>ISO C90 cấm mảng có kích thước biến Ä‘ổiISO C90 cấm mảng có kích thước biến Ä‘ổi %qEISO C99 không hỗ trợ %<_Alignas%>ISO C99 không hỗ trợ %<_Generic%>ISO C99 không hỗ trợ %<_Noreturn%>ISO C99 không hỗ trợ %<_Static_assert%>ISO C99 không hỗ trợ %qEISO C99 không hỗ trợ từ hạn Ä‘ịnh %<_Atomic%>mô Ä‘un ISO_C_BINDING tại %CDùng -ftree-vectorize thì biên giới vòng lặp tối thiểu cá»§a một vòng lặp cần tính Ä‘ể véc-tÆ¡ hóa.Dùng -fvariable-expansion-in-unroller thì số tối Ä‘a các lần mở rộng một biến nào Ä‘ó trong khi bỏ cuộn vòng lặp.Nếu số lượng á»©ng cá»­ trong một tập hợp nhỏ hÆ¡n, chúng tôi luôn thá»­ gỡ bỏ iv chưa dùng nào trong khi tối Æ°u hóa nó.Bỏ qu chữ â€œD” trong cột Ä‘ầu tiên trong thể dạng cố Ä‘ịnh.Bỏ qua dllimport Ä‘ối với chức năng.Bị bỏ qua.Chỉ thị tiền xá»­ lý không hợp lệTrong cấu tá»­ %qsTrong cấu tá»­ bản sao %qsTrong bộ há»§y %qsTrong hàm %qsTrong hàm Î»Trong hàm bộ phận %qsTrong hàm bộ phận tÄ©nh %qsThư mục bao gồm %qs: %sVùng không tương thích nhau trong %s (%d và %d) tại %LĐặc tả kiểu không tương thích cho phần tá»­ mảng tại %LTại %%L và %%L có một toán tá»­ với các phân hàng mâu thuẫn nhauGiá trị trả lại hàm không Ä‘úngSá»­ dụng toán học IEEE cho phép so sánh dấu chấm Ä‘á»™ng.Ngăn cản sá»­ dụng câu lệnh nào có loại dấu chấm Ä‘á»™ng phần cứng.Khởi tạo các biến cục bộ thành số không (từ g77).Chèn vào trá»±c tiếp tất cả các thao tác chuỗi Ä‘ược biết.Chèn hằng số vào trá»±c tiếp nếu có thể làm trong nhiều nhất 2 câu lệnh.Chèn vào trá»±c tiếp các thao tác chuỗi loại memset/memcpy, mà thá»±c hiện phiên bản trá»±c tiếp chỉ cho khối nhỏ.Chèn vào trá»±c tiếp một cách Ä‘ệ quy chỉ khi xác xuất cuộc gọi Ä‘ược thá»±c hiện cÅ©ng vượt quá tham số.Chèn mã kiểm tra ngăn xếp vào chương trình. Giống với -fstack-check=specific.Tại %C thì yêu cầu biểu thức số nguyênId (N) nguyên cá»§a chỉ lệnh tùy chỉnh fabsd.Id (N) nguyên cá»§a chỉ lệnh tùy chỉnh fabss.Id (N) nguyên cá»§a chỉ lệnh tùy chỉnh faddd.Id (N) nguyên cá»§a chỉ lệnh tùy chỉnh fadds.Id (N) nguyên cá»§a chỉ lệnh tùy chỉnh fatand.Id (N) nguyên cá»§a chỉ lệnh tùy chỉnh fatans.Id (N) nguyên cá»§a chỉ lệnh tùy chỉnh fcmpeqd.Id (N) nguyên cá»§a chỉ lệnh tùy chỉnh fcmpeqs.Id (N) nguyên cá»§a chỉ lệnh tùy chỉnh fcmpged.Id (N) nguyên cá»§a chỉ lệnh tùy chỉnh fcmpges.Id (N) nguyên cá»§a chỉ lệnh tùy chỉnh fcmpgtd.Id (N) nguyên cá»§a chỉ lệnh tùy chỉnh fcmpgts.Id (N) nguyên cá»§a chỉ lệnh tùy chỉnh fcmpled.Id (N) nguyên cá»§a chỉ lệnh tùy chỉnh fcmples.Id (N) nguyên cá»§a chỉ lệnh tùy chỉnh fcmpltd.Id (N) nguyên cá»§a chỉ lệnh tùy chỉnh fcmplts.Id (N) nguyên cá»§a chỉ lệnh tùy chỉnh fcmpned.Id (N) nguyên cá»§a chỉ lệnh tùy chỉnh fcmpnes.Id (N) nguyên cá»§a chỉ lệnh tùy chỉnh fcosd.Id (N) nguyên cá»§a chỉ lệnh tùy chỉnh fcoss.Id (N) nguyên cá»§a chỉ lệnh tùy chỉnh fdivd.Id (N) nguyên cá»§a chỉ lệnh tùy chỉnh fdivs.Id (N) nguyên cá»§a chỉ lệnh tùy chỉnh fexpd.Id (N) nguyên cá»§a chỉ lệnh tùy chỉnh fexps.Id (N) nguyên cá»§a chỉ lệnh tùy chỉnh fextsd.Id (N) nguyên cá»§a chỉ lệnh tùy chỉnh fixdi.Id (N) nguyên cá»§a chỉ lệnh tùy chỉnh fixdu.Id (N) nguyên cá»§a chỉ lệnh tùy chỉnh fixsi.Id (N) nguyên cá»§a chỉ lệnh tùy chỉnh fixdu.Id (N) nguyên cá»§a chỉ lệnh tùy chỉnh floatid.Id (N) nguyên cá»§a chỉ lệnh tùy chỉnh floatis.Id (N) nguyên cá»§a chỉ lệnh tùy chỉnh floatud.Id (N) nguyên cá»§a chỉ lệnh tùy chỉnh floatus.Id (N) nguyên cá»§a chỉ lệnh tùy chỉnh flogd.Id (N) nguyên cá»§a chỉ lệnh tùy chỉnh flogs.Id (N) nguyên cá»§a chỉ lệnh tùy chỉnh fmaxd.Id (N) nguyên cá»§a chỉ lệnh tùy chỉnh fmaxs.Id (N) nguyên cá»§a chỉ lệnh tùy chỉnh fmind.Id (N) nguyên cá»§a chỉ lệnh tùy chỉnh fmins.Id (N) nguyên cá»§a chỉ lệnh tùy chỉnh fmuld.Id (N) nguyên cá»§a chỉ lệnh tùy chỉnh fmuls.Id (N) nguyên cá»§a chỉ lệnh tùy chỉnh fnegd.Id (N) nguyên cá»§a chỉ lệnh tùy chỉnh fnegs.Id (N) nguyên cá»§a chỉ lệnh tùy chỉnh frdxhi.Id (N) nguyên cá»§a chỉ lệnh tùy chỉnh frdxlo.Id (N) nguyên cá»§a chỉ lệnh tùy chỉnh frdy.Id (N) nguyên cá»§a chỉ lệnh tùy chỉnh fsind.Id (N) nguyên cá»§a chỉ lệnh tùy chỉnh fsins.Id (N) nguyên cá»§a chỉ lệnh tùy chỉnh fsqrtd.Id (N) nguyên cá»§a chỉ lệnh tùy chỉnh fsqrts.Id (N) nguyên cá»§a chỉ lệnh tùy chỉnh fsubd.Id (N) nguyên cá»§a chỉ lệnh tùy chỉnh fsubs.Id (N) nguyên cá»§a chỉ lệnh tùy chỉnh ftand.Id (N) nguyên cá»§a chỉ lệnh tùy chỉnh ftans.Id (N) nguyên cá»§a chỉ lệnh tùy chỉnh ftruncds.Id (N) nguyên cá»§a chỉ lệnh tùy chỉnh fwrx.Id (N) nguyên cá»§a chỉ lệnh tùy chỉnh fwry.Id (N) nguyên cá»§a chỉ lệnh tùy chỉnh round.số nguyên nằm á»Ÿ ngoại phạm vi Ä‘ối xứng ngụ Ã½ bởi ngôn ngữ Fortran Tiêu Chuẩn tại %LSố nguyên quá lớn tại %CGiá trị số nguyên quá lớn trong biểu thức tại %CGiao diện %qs tại %L không thể là hàm khai báoLỗi biên dịch nội bộ: Ä‘ã nhập lại hàm thông báo lỗi.
Thá»§ tục nội tại %qs Ä‘ược dùng làm Ä‘ối số thật tại %LBiên dịch bất kỳ INTEGER(4) như là INTEGER(8)Biên dịch bất kỳ REAL(4) như là REAL(10).Biên dịch bất kỳ REAL(4) như là REAL(16).Biên dịch bất kỳ REAL(4) như là REAL(8).Biên dịch bất kỳ REAL(8) như là REAL(10).Biên dịch bất kỳ REAL(8) như là REAL(16).Biên dịch bất kỳ REAL(8) như là REAL(4).Chèn vào nhau các vùng gộp nghÄ©a chữ và mã trong phần văn bản.NULL không hợp lệ %LTên có chứa ký tá»± không hợp lệ tại %CNgữ cảnh sai cho hạn chế NULL() tại %LGặp ngữ cảnh sai cho hàm trỏ NULL() tại %%LSố áº£nh không hợp lệ %d trong SYNC IMAGESloại không hợp lệ cho %s tại %LĐối số thá»§ tục không hợp lệ tại %LVùng %s không hợp lệ trong tùy chọn %stype-spec không hợp lệ tại %CĐích nhảy Ä‘ược xếp hàng theo lÅ©y thừa 2 này.Chỉ sá»­ dụng icc0/fcc0.Không hiểu AArch64 ABIs (để dùng với tùy chọn -mabi=):Chưa biết ABIs (để dùng với tùy chọn -mabi=):Không hiểu ARC CPUs (để dùng với tùy chọn -mcpu=):Hiểu ARM ABIs (để dùng với tùy chọn -mabi=):Hiểu ARM CPUs (để dùng với tùy chọn -mcpu= và -mtune=):Hiểu ARM FPUs (để dùng với tùy chọn -mfpu=):Hiểu kiến trúc ARM (để dùng với tùy chọn -march=):Không hiểu C6X ISAs (để dùng với tùy chọn -march=):Không hiểu CPUs (để dùng với tùy chọn -mcpu= và -mtune=):Không hiểu FR-V CPUs (để dùng với tùy chọn -mcpu=):Không hiểu IQ2000 CPUs (để dùng với tùy chọn -mcpu=):Không hiểu Itanium CPUs (để dùng với tùy chọn -mcpu=):.Không hiểu M68K CPUs (để dùng với tùy chọn -mcpu=):Không hiểu M68K ISAs(để dùng với tùy chọn -march=):Không hiểu kiến trúc M68K (để dùng với tùy chọn -mtune=):Không hiểu MIPS ABIs (để dùng với tùy chọn -mabi=):Hiểu MIPS CPUs (để dùng với tùy chọn -march= và -mtune=):Không hiểu  các cài Ä‘ặt MIPS IEEE (để dùng với tùy chọn -mabs= và -mnan=):Hiểu mức MIPS ISA (để dùng với tùy chọn -mips):Hiểu TILE-Gx CPUs (để dùng với tùy chọn -mcpu=):Không hiểu TILEPro CPUs (để dùng với tùy chọn -mcpu=):Chưa biết TLS dialects (để dùng với tùy chọn -mtls-dialect=):Không hiểu mô hình Ä‘ịa chỉ (để dùng với tùy chọn -maddress-mode=):Hiểu kiến trúc (để dùng với tùy chọn -march=):Hiểu cmodel (để dùng với tùy chọn -mcmodel=):Không hiểu mô hinh mã (để dùng với tùy chọn -mcmodel=):Không hiểu lá»±a chọn cân chỉnh dữ liệu (để dùng với tùy chọn -malign-data=):Không hiểu kiểu dấu chấm Ä‘á»™ng ABIs (để dùng với tùy chọn -mfloat-abi=):Chưa biết bảo vệ bộ bảo vệ ngăn xếp (để dùng với tùy chọn -mstack-protector-guard=):Chưa biết thư viện véc-tÆ¡-hóa ABIs (để dùng với tùy chọn -mveclibabi=):biến LINEAR %qs tại %L phải là SỐ-NGUYÊNPhần hỗ trợ LTO không Ä‘ược bật trong cấu hình nàyNhãn %d tại %L Ä‘ã Ä‘ịnh nghÄ©a nhưng chưa Ä‘ược dùngPhần mở rộng cÅ©:Nâng giới hạn về kích cỡ GOT.Giống như -M mà bỏ qua tập tin phần Ä‘ầu cá»§a hệ thống.Giống như -MD mà bỏ qua tập tin phần Ä‘ầu cá»§a hệ thống.Dòng bị cắt cụt tại %LDòng Ä‘ược thá»±c hiện: %s trên %d
Lien kết mã cho __main cá»§a nhân.Liên kết tới chương trình xuất theo Ä‘ịnh dạng ELF (hÆ¡n là mmo).Liên kết với HAL BSP.Liên kết với thư viện C bản giới hạn.Liên kết với libads.a, libc.a và crt0.o.Liên kết với libc.a và libdebug.a.Liên kết với libc.a và libsim.a.Liên kết với libmvme.a, libc.a và crt0.o.Liên kết với libsim.a, libc.a và sim-crt0.o.Liên kết với libyk.a, libc.a và crt0.o.Liên kết với thư viện dấu chấm Ä‘á»™ng nhanh.Liên kết với các thư viện library-pic.Tại %%L thì các bộ hợp lý phải Ä‘ược so sánh với %s thay cho %sMã vòng lặp Ä‘ược xếp hàng theo lÅ©y thừa 2 này.Biến vòng lặpBiến vòng lặp tại %C không thể là một coarrayBiến vòng lặp tại %C không thể là một thành-phần-conBiến vòng lặp tại %C không thể là một mảngBiến vòng lặp bị sá»­a Ä‘ổiMIPS16 PIC cho ABIs khác hÆ¡n o32 và o64MMIX nội bộ: sai Ä‘ặt giá trị cho â€œm”, không phải là một CONST_INTMMIX nội bộ: không thể giải mã toán hạng nàyMMIX nội bộ: mong Ä‘ợi một CONST_INT, không phải như thếMMIX nội bộ: mong Ä‘ợi một rằng buộc, không phải như thếMMIX nội bộ: mong Ä‘ợi một thanh ghi, không phải như thếMMIX nội bộ: Ä‘ây không phải là một hằng số:MMIX nội bộ: Ä‘ây không phải là một Ä‘ịa chỉ nhận raMMIX nội bộ: Ä‘ang thá»­ xuất Ä‘iều kiện sai Ä‘ảo ngược:MMIX nội bộ: CC cá»§a Ä‘iều này là gì?MMIX nội bộ: CC cá»§a Ä‘iều này là gì?Tiền tố MODULE tại %CMOLD tag tại %LBảo tồn hàm trỏ dây chuyền ngượcLàm cho "char" là có dấu theo mặc Ä‘ịnh.Làm cho "char" là không dấu theo mặc Ä‘ịnh.Làm cho số nguyên có chiều rộng 32 bit.Làm cho cấu trúc một bội số cho 4 byte (cảnh báo: ABI bị sá»­a Ä‘ổi).Malloc dữ liệu vào vùng P2.Đánh dấu thanh ghi MAC như là bị cuộc gọi ghi Ä‘è.Đánh dấu tất cả các vòng lặp là xá»­ lý song song.Số tối Ä‘a các khối cÆ¡ bản trong vòng lặp Ä‘ể chuyển Ä‘á»™ng bất biến vòng lặp.Số tối Ä‘a các vòng lặp cho RA thuộc miền.Kích cỡ tối Ä‘a (theo MB) cá»§a bảng xung Ä‘á»™t.Kích cỡ tối Ä‘a cá»§a bảng chuỗi duy nhất theo dõi var.Độ tăng mã lên tối Ä‘a (theo phần trăm) do Ä‘uôi bị nhân Ä‘ôi.Độ tăng lên Æ°á»›c lượng tối Ä‘a cá»§a thân hàm do chèn vào trá»±c tiếp sớm một cuộc gọi riêng lẻ.Kết quả Æ°á»›c lượng tối Ä‘a cá»§a nhánh Ä‘ược thấy là dá»± Ä‘oán Ä‘ược.Độ tăng lên tối Ä‘a (theo phần trăm) do chèn hàm lớn vào trá»±c tiếp.Độ tăng lên khung ngăn xếp tối Ä‘a (theo phần trăm) do chèn vào trá»±c tiếp.Chiều dài tối Ä‘a cá»§a tập hợp antic bộ phận khi thá»±c hiện sá»± tối Æ°u hóa sẵn cây.Số tối Ä‘a các cặp lưu Ä‘iều kiện cái mà có thể hạ xuống.Số tối Ä‘a các trường trong một cấu trúc trước khi tiến trình phân tích hàm trỏ thấy cấu trúc Ä‘ó là một biến riêng lẻ.Số tối Ä‘a các lệnh trong khối cÆ¡ bản cần Ä‘ể coi là cho if-conversion SLP.Số tối Ä‘a các lệnh trong khối cÆ¡ bản cần tính Ä‘ể véc-tÆ¡ hóa SLP.Số tối Ä‘a các lệnh trong danh sách sẵn sàng mà Ä‘ược thấy là thích hợp với chức năng thay Ä‘ổi tên.Số tối Ä‘a các không gian tên Ä‘ể tìm kiếm cái thay thế khi việc tìm gặp lỗi.Số tối Ä‘a các câu lệnh Ä‘ược phép trong một khối cần Ä‘ược nhân Ä‘ôi khi sắp xếp bước nhảy theo nhánh.Số tối Ä‘a các lần có thể Ä‘ịnh thời một lệnh nào Ä‘ó.Kích cỡ tối Ä‘a (theo byte) cá»§a giá trị bất biến Ä‘ược phép làm toán hạng.Kích cỡ tối Ä‘a cá»§a biến loại toàn cục và tÄ©nh mà có thể Ä‘ược Ä‘ể vào vùng dữ liệu nhỏ.Cách dùng lệnh con hòa trộn:Tá»· lệ tối thiểu giữa các lệnh và các thao tác vùng nhớ Ä‘ể bật lấy sẵn trong một vòng lặp.Tá»· lệ tối thiểu giữa các lệnh và các lần lấy sẵn Ä‘ể bật lấy sẵn cho một vòng lặp không rõ số Ä‘ếm lần Ä‘i qua.Khoảng cách tối thiểu giữa vị trí lưu và nạp có thể xung Ä‘á»™t với nhau.Sá»± mở rộng miền nhớ tối thiểu Ä‘ể gây ra tập hợp rác, theo phần trăm cá»§a kích cỡ miền nhớ hoàn toàn.Sá»± mở rộng miền nhớ tối thiểu (theo kilô-byte) trước khi bắt Ä‘ầu tập hợp rác.Thiếu %<&%> trong hằng ký tá»± tiếp tục tại %CThiếu Ä‘ối số Ä‘ối thá»±c tế %qs trong cú gọi Ä‘ến %qs tại %LThiếu Ä‘ối số Ä‘ối thá»±c tế cho Ä‘ối số %qs tại %LThiếu dấu phẩy tại %LThiếu nhãn Ä‘ịnh dạng tại %CThiếu ký hiệuNOTE_INSN_BASIC_BLOCK %d tại giữa cá»§a khối cÆ¡ bản %dNOTE_INSN_BASIC_BLOCK bị thiếu cho khối %dthuộc tính NO_ARG_CHECKNULL Ä‘ược dùng trong số họcTên â€œ%qs” tại %C Ä‘ã Ä‘ược Ä‘ịnh nghÄ©a trước tại %LTên tại %C quá dàiTên cá»§a thư viện hệ thống cần liên kết với.Tên cá»§a tập tin bắt Ä‘ầu.Tên quá dàiĐối số Ã¢m N tại %LKhông có nhánh
Không có cuộc gọi
Không có crt0.o mặc Ä‘ịnh.Không có dòng thá»±c thi
không còn Ä‘ược hỗ trợ nữa.Có ký tá»± tab không phù hợp tại %CKhông phải là thư mục bao gồm sẵn có %qsKhông cần THẺ.Số các thanh ghi Ä‘ược sá»­ dụng Ä‘ể gá»­i Ä‘ối số nguyên cho Ä‘ích.Đối tượng %qs không phải là một biến tại %LĐặc tính cÅ©:Công cụ ngoại tuyến Ä‘ể xá»­ lý Ä‘ếm gcda
 
Sá»± khởi tạo kiểu cÅ© tại %CBỏ sót hàm trỏ khung cho hàm lá.Bỏ qua con trỏ khung trong hàm lá.Chỉ tạo ra sá»± Ä‘ịnh vị lại tuyệt Ä‘ối với giá trị kích cỡ từ.Chỉ Ä‘ưa ra một câu lệnh từng chu kỳ.Giữ lại vì mục Ä‘ích tương thích ngược.Chỉ sá»­ dụng 32 FPRs.Chỉ sá»­ dụng 32 GPRs.Tại %%L có một toán tá»­ .not. với toán hạng %sTại %%L có một toán tá»­ thuộc số nguyên phân â€œ%s” với toán hạng %sToán hạng cá»§a toán tá»­ người dùng %%<%s%%> tại %%L là %sTại %%L có một toán tá»­ thuộc số nhị phân â€œ%s” với các toán hạng %s/%sTại %%L có một toán tá»­ so sánh â€œ%s” với các toán hạng %s/%sTại %%L có một toán tá»­ hợp lý â€œ%s” với các toán hạng %s/%sTại %%L có một toán tá»­ ghép nối chuỗi với các toán hạng %s/%sCác toán hạng cá»§a toán tá»­ người dùng %%<%s%%> tại %%L là %s/%sTối Æ°u hóa về thá»­ nghiệm hÆ¡n là kích thước hay tốc Ä‘á»™.Tối Æ°u hóa về kích thước thay vì tốc Ä‘á»™.Tối Æ°u hóa cho tốc Ä‘á»™ bất kể có tuân theo Ä‘úng chuẩn hay không.Tối Æ°u hóa về Ä‘ầu khung.Tối Æ°u hóa việc nạp Ä‘ịa chỉ lui/addiu.Tối Æ°u hóa mã lúc liên kết.Tối Æ°u hóa các câu lệnh gọi Ä‘uôi trong bộ dịch mã số và bộ liên kết.Tùy chọn:
Không Ä‘á»§ sức chứa trong ngăn xếp.
Cách dùng lệnh con chồng Ä‘è:Ghi Ä‘è lên -mbest-lib-options.biến thể PCSChưa cài Ä‘ặt thanh ghi PICPRE bị tắtPRINT_OPERAND con trỏ nullPRINT_OPERAND, sai insn cho %%CPRINT_OPERAND, sai insn cho %%NPRINT_OPERAND_ADDRESS, con trỏ nulldanh sách PROCEDURE tại %Cthuộc tính BẢO VỆ tại %CĐóng gói các câu lệnh VLIW.Chuyển tùy chọn -EB cho bộ liên kết.Chuyển tùy chọn -EL cho bộ liên kết.Chuyển tùy chọn -marclinux cho bộ liên kết.Chuyển tùy chọn -marclinux_prof cho bộ liên kết.Chuyển tùy chọn -z text cho bộ liên kết.Gá»­i Ä‘ịa chỉ cá»§a vị trí lưu ra cho _mcount trong $12.Tối Æ°u hóa sá»± xếp hàng một cách Ä‘ặc trưng cho VR4130.Cho phép â€œ$” là ký tá»± dùng Ä‘ể Ä‘ịnh danh.Cho phép sá»­ dụng ký tá»± tab một cách không phù hợp.Cho phép Ä‘ịnh thời dãy Ä‘oạn mở Ä‘ầu cá»§a một hàm nào Ä‘ó.Đang Ä‘ịnh thời thì cÅ©ng Ä‘ể một bit dừng lại vào Ä‘ẳng sau mọi chu kỳ.Để vào TOC hằng số dấu chấm Ä‘á»™ng.Để vào TOC hằng số loại ký_hiệu+hiệu_số.Vui lòng báo cáo lỗi,
cùng với mã nguồn Ä‘ã Ä‘ược sá»­a chữa nếu có.
Phần bổ sungCon trỏ là 32-bit.Con trỏ là 64-bitThích nhánh hÆ¡n sá»± thá»±c hiện có Ä‘iều kiện.Thích truy cập loại từ hÆ¡n truy cập loại byte.Thêm dấu hai chấm ":" vào trước ký hiệu toàn cục (để sá»­ dụng với TIỀN_TỐ).Chỉ các chỉ thị tiền xá»­ lý.Nguồn tiền xá»­ lý lưu vào trong tập tin %s, vui lòng Ä‘ính kèm cái này vào báo cáo lỗi cá»§a bạn.
Làm ra vẻ rằng branch-around-a-move là một sá»± di chuyển có Ä‘iều kiện.Ngăn cản sá»­ dụng lệnh dấu chấm Ä‘á»™ng nào.Ngăn cản sá»­ dụng câu lệnh nào có loại dấu chấm Ä‘á»™ng phần cứng.In ra thông tin về bao quát cá»§a mã
 
Hiển thị các cảnh báo thêm nữa (gần như chắc chắn là không cần).In ra tên cá»§a tập tin phần Ä‘ầu nào Ä‘ang Ä‘ược sá»­ dụng.Thá»§ tục â€œ%qs” tại %C Ä‘ã Ä‘ược Ä‘ịnh nghÄ©a trước tại %LThá»§ tục â€œ%qs” tại %L Ä‘ã sẵn có kiểu cÆ¡ bản cá»§a %sThá»§ tục %qs Ä‘ược gọi tại %L không Ä‘ược khai báo rõ ràngĐang xá»­ lý Ä‘ặc tả (%s), cái mà â€œ%s”
Xuất một vết ngược khi gặp lỗi lúc chạy.Cảnh báo lúc chạy nếu một mục mảng tạm thời Ä‘ã Ä‘ược tạo cho một Ä‘ối số thá»§ tục.Xuất mã về cuối lớn.Xuất mã có thể Ä‘ịnh vị lại vào lúc chạy.Xuất mã về cuối nhỏ.Chương trình nằm hoàn toàn trong 64k thấp cá»§a vùng nhớ.Cấm cuộc gọi hàm tương Ä‘ối với PC.Cấm cuộc gọi hàm tương Ä‘ối với PC.Bảo vệ dấu ngoặc Ä‘Æ¡n trong biểu thức.Cung cấp thư viện cho bộ mô phỏng.Đặt toàn bộ các mảng nội bộ vào stack.Để tất cả vào TOC bình thường.Để vào ROM các hằng số chưa khởi tạo (yêu cầu -membedded-data).Kiến trúc R2 chỉ chế Ä‘á»™ về cuối nhỏ.kiểm tra RTL: cần  mã â€œ%s” hoặc â€œ%s”, nhận â€œ%s” trong %s, tại %s:%dkiểm tra RTL: cần  mã â€œ%s”, nhận â€œ%s” trong %s, tại %s:%dkiểm tra RTL: cần elt %d kiểu â€œ%c” hoặc â€œ%c”, nhận â€œ%c” (rtx %s) trong %s, tại %s:%dkiểm tra RTL: cần elt %d kiểu â€œ%c”, nhận â€œ%c” (rtx %s) trong %s, tại %s:%dRTP PIC không tương thích với ThumbĐang Ä‘ọc các Ä‘ặc tả từ %s
Xếp hàng lại ngăn xếp trong Ä‘oạn mở Ä‘ầu.Tái cấp phát Ä‘ược LHS trong phép gán.Không chấp nhận từ khóa "GNU-define"Chấp nhận các hàm dá»±ng sẵn.Không chấp nhận từ khóa "asm".Làm yếu các nhánh.Gỡ bỏ thanh vùng nhớ thừa.Gỡ bỏ â€œ%s”
Yêu cầu hàm thư viện toán học thích hợp với IEEE (OSF/1).Trong Ä‘oạn mở Ä‘ầu hàm thì dành riêng sức chứa cho Ä‘ối số gá»­i raHạn chế sá»­ dụng câu lệnh dấu chấm Ä‘á»™ng phần cứng thành thao tác 32-bit.Kết quả cá»§a %s là NaN tại %LTrả lại tất cả các cấu trúc trong vùng nhớ (AIX mặc Ä‘ịnh).Trả lại kết quả dấu chấm Ä‘á»™ng theo ac0 (bằng fr0 trong cú pháp dịch mã số UNIX).Trả lại hàm trỏ trong cả hai a0 và d0.Trả lại các cấu trúc nhỏ trong thanh ghi (SVR4 mặc Ä‘ịnh).Trả lại giá trị %sq cá»§a hàm %qs khai báo tại %L chưa Ä‘ặtTrả lại giá trị cá»§a hàm %qs tại %L chưa Ä‘ặtTrả lại giá trị cá»§a hàm trong thanh ghi FPU (đơn vị dấu chấm Ä‘á»™ng).Sá»­ dụng lại r30 một cách từng hàm.Cách dùng lệnh con ghi lại:Chỉ chạy biên dịch lần hai cá»§a tùy chọn -fcompare-debug.Đang chạy hàm hàm Ä‘ặc tả â€œ%s” với %d Ä‘ối số
Tên lúc chạy.SH2a không hỗ trợ tình trạng về cuối nhỏSIZE tại %L phải là số dươngSOURCE tag tại %LSSA hỏngSSA_NAME_OCCURS_IN_ABNORMAL_PHI cần Ä‘ược Ä‘ặtChỉ lệnh SSE Ä‘ặt là tắt, sá»­ dụng số học 387biến STATSTAT= Ä‘ối số cho %s tại %Lcâu lệnh SYNC tại %CGiống với -mA6.Giống với -mA7.Giống như: -mep -mprolog-function.Định thời mã cho CPU Ä‘ưa ra.Định thời CPU Ä‘ưa ra.Định thời bắt Ä‘ầu và kết thúc thá»§ tục.Xem %s Ä‘ể có chỉ dẫn.
Segmentation FaultSegmentation Fault (mã)Chọn mô hình mã.Chọn phân số cá»§a tần số tối Ä‘a lần thá»±c hiện khối cÆ¡ bản trong hàm mà cÅ©ng quy Ä‘ịnh rằng khối cÆ¡ bản Ä‘ược xếp hàng.Chọn chế Ä‘á»™ rộng - con trỏ và Ä‘ịa chỉ 20 bít.Chọn phương pháp Ä‘ể quản lý sdata.Chọn chế Ä‘á»™ nhỏ - con trỏ và Ä‘ịa chỉ 20 bít (mặc Ä‘ịnh).Chọn lúc chạy.Chọn cái gì Ä‘ể cải thiện.Đặt Ä‘á»™ chính xác dấu chấm Ä‘á»™ng 80387 thành 32-bít.Đặt Ä‘á»™ chính xác dấu chấm Ä‘á»™ng 80387 thành 64-bít.Đặt Ä‘á»™ chính xác dấu chấm Ä‘á»™ng 80387 thành 80-bít.Đặt Ä‘ịnh nghÄ©a Windows.Đặt giá cá»§a lệnh rẽ nhánh.Đặt thành PRIVATE (riêng) tình trạng truy cập cá»§a thá»±c thể mô-đun.Đặt tên cá»§a hàm chính cho chương trình gỡ rối.Đặt thanh ghi giữ giá trị -1Đặt kích cỡ biểu thức bun thành 1.Đặt Ä‘ịa chỉ bắt Ä‘ầu cá»§a dữ liệu.Đặt Ä‘ịa chỉ bắt Ä‘ầu cá»§a chương trình.Đặt bit PPC_EMB trong phần Ä‘ầu cờ ELF.Đặt giá cá»§a nhánh.Đặt loại Ä‘á»™ chính xác Ä‘ôi mặc Ä‘ịnh thành một loại có chiều rộng 8 byte.Đặt loại số nguyên mặc Ä‘ịnh thành một loại có chiều rộng 8 byte.Đặt loại số thá»±c mặc Ä‘ịnh thành một loại có chiều rộng 8 byte.Đặt kích cỡ tối Ä‘a cá»§a dữ liệu thích hợp với vùng SDA.Đặt kích cỡ tối Ä‘a cá»§a dữ liệu thích hợp với vùng TDA.Đặt kích cỡ tối Ä‘a cá»§a dữ liệu thích hợp với vùng ZDA.Đặt số tối Ä‘a các byte cần Ä‘ể cho kích cỡ ngăn xếp trước khi gây ra một câu lệnh Ä‘ặt bẫy.Đặt số lượng tối Ä‘a cho một thao tác lượng gia loại ngăn xếp Ä‘Æ¡n.Đặt loại CPU Ä‘ích.Đang Ä‘ặt Ä‘ặc tả %s thành â€œ%s”
 
Cắt ngắn tham chiếu Ä‘ịa chỉ trong khi liên kết.Vùng dữ liệu nhỏ:
 * none    không có
 * sdata
 * use    sá»­ dụng.Giới hạn mềm về số các câu lệnh vùng nhớ mỗi nhóm câu lệnh, gán mức Æ°u tiên thấp hÆ¡n cho câu lệnh vùng nhớ theo sau mà thá»­ Ä‘ịnh thời trong cùng một nhóm câu lệnh. Hữu Ã­ch Ä‘ể ngăn cản sá»± xung Ä‘á»™t Ä‘ối với nhóm vùng nhớ tạm. Giá trị mặc Ä‘ịnh là 1.Ghi rõ kích cỡ bit cá»§a hiệu số TLS trá»±c tiếp. giá trị hợp lệ là 12, 24, 32, 48.Ghi rõ số các thanh ghi cần dành riêng cho bộ quản lý tín hiệu ngắt.Ghi rõ nếu hàm ngắt nên lưu và phục hồi thanh ghi tích lÅ©y hay không.Ghi rõ CPU cho mục Ä‘ích tạo ra mã.Ghi rõ CPU cho mục Ä‘ích Ä‘ịnh thời.Ghi rõ CPU cho mục Ä‘ích Ä‘ịnh thời. Äá»‘i số hợp lệ là 700, 7100, 7100LC, 7200, 7300, và 8000.Ghi rõ tiêu chuẩn UNIX cho lời xác Ä‘ịnh sẵn và chức năng liên kết.Chỉ Ä‘ịnh phần bổ sung cần nạp.Ghi rõ cách xếp hàng các trường cấu trúc: mặc Ä‘ịnh (default) hay tá»± nhiên (natural).Ghi rõ một ABI.Ghi rõ kích cỡ bit cá»§a hiệu số TLS trá»±c tiếp.Ghi rõ hàm chuyển hết vùng nhớ tạm ra ngoài.Ghi rõ số thứ tá»± bẫy chuyển hết vùng nhớ tạm ra ngoài.Ghi rõ cách truy cập Ä‘ến con trỏ tuyến trình.Ghi rõ có nên sá»­ dụng phần cứng dấu chấm Ä‘á»™ng hay không.Ghi rõ Ä‘ối tượng chính cho TFP-OS.Ghi rõ tên cho hàm chia Ä‘ã ký 32-bit.Ghi rõ phạm vi các thanh ghi cần làm cho cố Ä‘ịnh.Ghi rõ mức Æ°u tiên Ä‘ịnh thời cho câu lệnh bị hạn chế khe gá»­i Ä‘i.Ghi rõ rằng có nên sá»­ dụng một thư viện BLAS bên ngoài cho cuộc gọi matmul trên mạng có kích cỡ lớn.Ghi rõ rằng một dấu chéo ngược trong một chuỗi thì giới thiệu một ký tá»± thoát.Ghi rõ rằng không cho phép tạo loại ngầm nào, nếu không bị ghi Ä‘è bởi câu lệnh THá»°C CHẤT dứt khoát.Chỉ Ä‘ịnh ISA cần biên dịch cho: msp430, mdsp430x, msp430xv2.Chỉ Ä‘ịnh MCU cần biên dịch cho nó.Ghi rõ Ä‘ịnh dấu chấm Ä‘á»™ng __fp16.Chỉ Ä‘ịnh mô hình mã.Tạo ra mã cho các thao tác atomic.Ghi rõ tên cá»§a CPU Ä‘ích.Ghi rõ tên cá»§a kiến trúc Ä‘ích.Chỉ ra tên cá»§a cấu hình dấu chấm Ä‘á»™ng Ä‘ích.Ghi rõ tên cá»§a phần cứng / Ä‘ịnh dạng Ä‘ích về dấu chấm Ä‘á»™ng.Ghi rõ thanh ghi cần sá»­ dụng Ä‘ể Ä‘ặt Ä‘ịa chỉ PIC.Ghi rõ CPU Ä‘ích.Ghi rõ loại CPU RX Ä‘ích.Chỉ Ä‘ịnh lược Ä‘ồ lưu tuyến cục bộ.Ghi rõ vị trí á»Ÿ Ä‘ó có các mô-đun thá»±c chất Ä‘ã biên dịch.Ghi rõ lược Ä‘ồ chèn nop hậu Ä‘ịnh thời nào cần Ã¡p dụng.Biểu thức bắt Ä‘ầu trong vòng lặp DO (làm)Câu lệnh hàm %qs cần một danh sách Ä‘ối số tại %CHàm khai báo tại %L không phải xuất hiện trong một GIAO DIỆNLiên kết tÄ©nh thư viện bổ trợ Fortran cá»§a GNU (libgfortran).Biểu thức bước trong vòng lặp DO (làm)Dừng tăng lên tiếp nếu xác xuất có cạnh tốt nhất vẫn nhỏ hÆ¡n ngưỡng này (theo phần trăm). ÄÆ°á»£c sá»­ dụng khi có sẵn sàng thông tin phản hồi từ hồ sÆ¡Dừng tăng lên tiếp nếu xác xuất có cạnh tốt nhất vẫn nhỏ hÆ¡n ngưỡng này (theo phần trăm). ÄÆ°á»£c sá»­ dụng khi không có sẵn sàng thông tin phản hồi từ hồ sÆ¡Dừng tăng lên ngược nếu xác xuất ngược có cạnh tốt nhất vẫn nhỏ hÆ¡n ngưỡng này (theo phần trăm).Lưu Ä‘ôi theo 64 bit.Lưu các tên hàm trong mã Ä‘ối tượng.Lưu Ä‘ôi theo 32 bit. ÄÃ¢y là cài Ä‘ặt mặc Ä‘ịnh.Chiều dài chuỗi tại %L là quá lớnChuỗi con tại %L có Ä‘á»™ dài là khôngHỗ trợ các hàm dá»±ng sẵn 3DNow!.Hỗ trợ các hàm dá»±ng sẵn và chức năng tạo ra mã loại AES.Hỗ trợ các hàm dá»±ng sẵn 3DNow! Athlon.Hỗ trợ các hàm dá»±ng sẵn và chức năng tạo ra mã loại BMI.Hỗ trợ các hàm dá»±ng sẵn và chức năng tạo ra mã loại BMI2.Hỗ trợ chỉ lệnh CLFLUSHOPT.Hỗ trợ chỉ lệnh CLWB.Hỗ trợ các hàm dá»±ng sẵn và chức năng tạo ra mã loại CLZERO.Hỗ trợ các hàm dá»±ng sẵn và chức năng tạo ra mã loại F16C.Hỗ trợ các hàm dá»±ng sẵn và chức năng tạo ra mã loại FMA4.Hỗ trợ các hàm dá»±ng sẵn và chức năng tạo ra mã loại FSGSBASE.Hỗ trợ chỉ lệnh FXSAVE và FXRSTOR.Hỗ trợ tiền tố Hardware Lock Elision.Hỗ trợ các hàm dá»±ng sẵn và chức năng tạo ra mã loại LWP.Hỗ trợ các hàm dá»±ng sẵn và chức năng tạo ra mã loại LZCNT.Hỗ trợ các hàm dá»±ng sẵn và chức năng tạo ra mã loại MMX và SSE.Hỗ trợ các hàm dá»±ng sẵn MMX.Hỗ trợ các hàm dá»±ng sẵn và chức năng tạo ra mã loại MMX, SSE và SSE2.Hỗ trợ các hàm dá»±ng sẵn và chức năng tạo ra mã loại MMX, SSE, SSE2 và SSE3.Hỗ trợ các hàm dá»±ng sẵn và chức năng tạo ra mã loại MMX, SSE, SSE2, SSE3 và SSE4A.Hỗ trợ các hàm dá»±ng sẵn và chức năng tạo ra mã loại MMX, SSE, SSE2, SSE3 và SSSE3.Hỗ trợ các hàm dá»±ng sẵn và chức năng tạo ra mã loại MMX, SSE, SSE2, SSE3, SSSE3 và SSE4.1.Hỗ trợ các hàm dá»±ng sẵn và chức năng tạo ra mã loại MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1 và SSE4.2.Hỗ trợ các hàm dá»±ng sẵn và chức năng tạo ra mã loại MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2 và AVX.Hỗ trợ các hàm dá»±ng sẵn và chức năng tạo ra mã loại MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX và AVX2.Hỗ trợ các hàm dá»±ng sẵn và chức năng tạo ra mã loại MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX và FMA.Hỗ trợ các hàm dá»±ng sẵn và chức năng tạo ra mã loại MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2 và AVX512F và AVX512BW.Hỗ trợ các hàm dá»±ng sẵn và chức năng tạo ra mã loại MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2 và AVX512F và AVX512CD.Hỗ trợ các hàm dá»±ng sẵn và chức năng tạo ra mã loại MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2 và AVX512F và AVX512DQ.Hỗ trợ các hàm dá»±ng sẵn và chức năng tạo ra mã loại MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2 và AVX512F và AVX512ER.Hỗ trợ các hàm dá»±ng sẵn và chức năng tạo ra mã loại MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2 và AVX512F và AVX512IFMA.Hỗ trợ các hàm dá»±ng sẵn và chức năng tạo ra mã loại MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2 và AVX512F và AVX512PF.Hỗ trợ các hàm dá»±ng sẵn và chức năng tạo ra mã loại MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2 và AVX512F và AVX512VBMI.Hỗ trợ các hàm dá»±ng sẵn và chức năng tạo ra mã loại MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2 và AVX512F và AVX512VL.Hỗ trợ hàm dá»±ng sẵn MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2 và AVX512F và tạo mã.Hỗ trợ các hàm dá»±ng sẵn và chức năng tạo ra mã loại MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2, AVX512F và AVX5124FMAPS.Hỗ trợ các hàm dá»±ng sẵn và chức năng tạo ra mã loại MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2, AVX512F và AVX5124VNNIW.Hỗ trợ các hàm dá»±ng sẵn và chức năng tạo ra mã loại MWAITX và MONITORX.Hỗ trợ các hàm dá»±ng sẵn và chức năng tạo ra mã loại PCLMUL.Hỗ trợ các hàm dá»±ng sẵn và chức năng tạo ra mã loại PKU.Hỗ trợ chỉ lệnh PREFETCHW.Hỗ trợ các hàm dá»±ng sẵn và chức năng tạo ra mã loại PREFETCHWT1.Hỗ trợ các hàm dá»±ng sẵn và chức năng tạo ra mã loại RDRND.Hỗ trợ chỉ lệnh RDSEED.Hỗ trợ các hàm dá»±ng sẵn và chức năng tạo ra mã loại RTM.Hỗ trợ các hàm dá»±ng sẵn và chức năng tạo ra mã loại SHA1 và SHA256.Hỗ trợ các hàm dá»±ng sẵn và chức năng tạo ra mã loại TBM.Hỗ trợ Ä‘oạn TLS lớn hÆ¡n 64K.Hỗ trợ các hàm dá»±ng sẵn và chức năng tạo ra mã loại XOP.Hỗ trợ chỉ lệnh XSAVE và XRSTOR.Hỗ trợ chỉ lệnh XSAVEC.Hỗ trợ chỉ lệnh XSAVEOPT.Hỗ trợ chỉ lệnh XSAVES và XRSTORS.Hỗ trợ cuộc gọi giữa các tập hợp câu lệnh loại Thumb và ARM.Hỗ trợ chức năng tạo ra mã là câu lệnh ABM (thao tác bit cấp cao).Hỗ trợ chức năng tạo ra mã là câu lệnh cmpxchg16b.Hỗ trợ chức năng tạo ra mã là câu lệnh crc32.Hỗ trợ chức năng tạo ra mã là câu lệnh movbe.Hỗ trợ chức năng tạo ra mã là câu lệnh popcnt.Hỗ trợ chức năng tạo ra mã là câu lệnh sahf trong mã x86-64 64-bit.Hỗ trợ chức năng tạo ra mã là câu lệnh crc32.Hỗ trợ chức năng Ä‘a luồng thừa tá»±.Hỗ trợ chức năng gá»­i thông Ä‘iệp qua với Môi trường Song song (Parellel Environment).Hỗ trợ nhiều hÆ¡n 8192 mục nhập GOT trên ColdFire.Hỗ trợ chức năng Ä‘a luồng.Hỗ trợ câu lệnh nhân-tích_lÅ©y.Thu hồi cảnh báo.Bật/tắt ASE MIPS16 trên các hàm qua lại, Ä‘ể kiểm tra chức năng cá»§a bộ dịch mã sốBật/tắt ASE MIPS16 trên các hàm qua lại, Ä‘ể kiểm tra chức năng cá»§a bộ dịch mã số.Tắt tùy chọn -mstack-guard=.Ký hiệu %qs Ä‘ã sẵn Ä‘ược khai báoKý hiệu â€œ%qs” tại %C Ä‘ã sẵn Ä‘ược khai báo tại %LKý hiệu %qs tại %C Ä‘ã có trong khối COMMONKý hiệu â€œ%qs” tại %L chưa rõ ràngĐồng nghÄ©a với -Wcomment.Từ Ä‘ồng nghÄ©a với -gnatk8.Gặp lỗi cú pháp trong biểu thức tại %CTILE cần biểu thức hằng tại %LTLS dialect Ä‘ược dùng:Đã lấy Ã­t nhất một lần: %s trên %d
Đặt mục Ä‘ích là mã chính xác Ä‘ôi DFLOATĐích có I&D bị chia ra.Đặt mục Ä‘ích là bộ xá»­ lý AM33.Đặt mục Ä‘ích là bộ xá»­ lý AM33/2.0.Đích là bộ xá»­ lý AM34.Đích: %s
Nếu lỗi không Ä‘ược tái lặp lại, thế thì gần như chắc chắn là phần cứng hay HDH có trục trặc.
Theo Ä‘ây có những tùy chọn không phụ thuộc vào ngôn ngữTheo Ä‘ây có những tùy chọn liên quan Ä‘ến ngôn ngữTheo Ä‘ây có những tùy chọn không có tài liệu diễn tảTheo Ä‘ây có những tùy chọn Ä‘ặc trưng cho chỉ ngôn ngữ Theo Ä‘ây có những tùy chọn Ä‘ược hỗ trợ bởi ngôn ngữ Theo Ä‘ây có những tùy chọn Ä‘ặc trưng cho Ä‘íchTheo Ä‘ây có những tùy chọn Ä‘iều khiển các thông Ä‘iệp cảnh báo cá»§a bộ biên dịchTheo Ä‘ây có những tùy chọn Ä‘iều khiển việc tối Æ°u hóaTheo Ä‘ây có những tùy chọn chấp nhận các Ä‘ối số nối lạiTheo Ä‘ây có những tùy chọn chấp nhận các Ä‘ối số riêngBiên giới dưới cá»§a một vùng Ä‘ệm Ä‘ược tính Ä‘ể bảo vệ chống ngăn xếp bị Ä‘ập tan ra.Vùng nhớ tối Ä‘a cho GCSE cấp phát.Khoảng Ä‘ợi xung Ä‘á»™t tối Ä‘a trước khi một lệnh Ä‘ược tính Ä‘ể di chuyển một cách lý thuyết có tính chất suy Ä‘oán.Độ sâu tối Ä‘a cá»§a một bộ vòng lặp xếp lồng vào nhau Ä‘ược chúng ta lột hoàn toàn.Độ sâu tối Ä‘a cá»§a việc chèn vào trá»±c tiếp một cách Ä‘ệ quy cho hàm trá»±c tiếp.Độ sâu tối Ä‘a cá»§a việc chèn vào trá»±c tiếp một cách Ä‘ệ quy cho hàm không phải trá»±c tiếp.Hệ số mở rộng tối Ä‘a khi sao chép khối cÆ¡ bảnSố tối Ä‘a các lệnh Ä‘ược CSE xá»­ lý trước khi chuyển hết ra ngoài.Chiều dài tối Ä‘a cá»§a Ä‘ường dẫn Ä‘ược tính trong CSE.Chiều dài tối Ä‘a cá»§a danh sách các thao tác còn treo.Số tối Ä‘a các vị trí bộ nhớ Ä‘ược thư viện cselib ghi lưu.Số tối Ä‘a các nút RTL có thể ghi lưu như là giá trị cuối cùng cá»§a bộ kết hợp.Số tối Ä‘a các khối mỗi vùng cần tính Ä‘ể Ä‘ịnh thời giữa các khối.Số tối Ä‘a các nhánh trên Ä‘ường dẫn xuyên suốt chuỗi vỏ bọc.Số tối Ä‘a các cạnh gá»­i Ä‘ến cần tính Ä‘ể nhảy chéoSố tối Ä‘a các chỉ lệnh phối hợp cố phối hợp.Số tối Ä‘a các lệnh mỗi vùng cần tính Ä‘ể Ä‘ịnh thời giữa các khối.Số tối Ä‘a các lệnh cá»§a một vòng lặp Ä‘ược lột hoàn toàn.Số tối Ä‘a các lệnh insns cá»§a một vòng lặp Ä‘ược lột.Số tối Ä‘a các lệnh cá»§a một vòng lặp chưa chuyển Ä‘ổi nhánh.Số tối Ä‘a các lệnh trong một lệnh riêng lẻ mà thích hợp với việc chèn vào trá»±c tiếp.Số tối Ä‘a các lệnh Ä‘ến Ä‘ó hàm trá»±c tiếp có thể tới bằng cách chèn vào trá»±c tiếp một cách Ä‘ệ quy.Số tối Ä‘a các lệnh Ä‘ến Ä‘ó hàm không phải trá»±c tiếp có thể tới bằng cách chèn vào trá»±c tiếp một cách Ä‘ệ quy.Số tối Ä‘a các câu lệnh sẵn sàng Ä‘ưa ra cần Ä‘ược tính bởi bộ Ä‘ịnh thời trong lần Ä‘ầu tiên chạy thá»§ tục Ä‘ịnh thời.Số tối Ä‘a các lệnh cần tính Ä‘ể Ä‘iền vào một khe Ä‘ợi.Số tối Ä‘a các lệnh cần tính Ä‘ể tìm thông tin thanh ghi vẫn hiện thời và chính xác.Số tối Ä‘a các lệnh trung bình cần tính nên bỏ cuộn trong một vòng lặp bình quân.Số tối Ä‘a các lệnh cần tính nên bỏ cuộn trong một vòng lặp.Số tối Ä‘a các lệnh cần quét ngược khi tìm một sá»± nạp lại tương Ä‘ương.Số tối Ä‘a các lệnh khi tá»± Ä‘á»™ng chèn vào trá»±c tiếp.Số tối Ä‘a các lần lặp lại qua CFG Ä‘ể kéo dài vùng.Số tối Ä‘a các lần lặp lại vòng lặp dá»± Ä‘oán một cách tÄ©nh.Số tối Ä‘a các lần chèn vào trá»±c tiếp loại gián tiếp lồng nhau Ä‘ược làm bởi bộ chèn vào trá»±c tiếp sớm.Số tối Ä‘a các lần lột một vòng lặp riêng lẻ Ä‘ược lột hoàn toàn.Số tối Ä‘a các lần lột một vòng lặp riêng lẻ.Số tối Ä‘a các lần bỏ cuộn một vòng lặp riêng lẻ.Số tối Ä‘a các lần há»§y chuyển Ä‘ổi nhánh trong một vòng lặp riêng lẻ.Tá»· lệ tối Ä‘a giữa kích cỡ mảng và các nhánh chuyển Ä‘ổi Ä‘ể chuyển Ä‘ảo Ä‘ể lấy chỗ trống.Tá»· lệ tối Ä‘a các cá»§a các lệnh chèn Ä‘ể xóa cá»§a biểu thức trong GCSE.Kích cỡ tối Ä‘a cá»§a cá»­a sổ nhìn trước cá»§a việc Ä‘ịnh thời lá»±a chọn.Xác xuất tối thiểu (theo phần trăm) có suy Ä‘oán Ä‘úng, Ä‘ể Ä‘ịnh thời lệnh thuộc lý thuyết có tính chất suy Ä‘oán.UID tối thiểu cần sá»­ dụng cho một lệnh không gỡ rối.Giá tối thiểu cá»§a một biểu thức giá rất cao trong sá»± chuyển Ä‘á»™ng bất biến vòng lặp.Số tối thiểu các lệnh tương á»©ng cần tính Ä‘ể nhảy chéoXác xuất tối thiểu có thể tới một khối nguồn Ä‘ể Ä‘ịnh thời giữa các khối một cách lý thuyết có tính chất suy Ä‘oán.Số các chu kỳ Ä‘ược bộ Ä‘ịnh thời mô-đu-lô swing tính khi kiểm tra sá»± xung Ä‘á»™t bằng DFA.Số các lệnh insn Ä‘ược thá»±c hiện trước khi hoàn tất quá trình lấy sẵn (prefetch).Số các quá trình lấy sẵn có thể chạy Ä‘ồng thời.Số các thanh ghi mỗi lớp còn lại chưa dùng do chuyển Ä‘á»™ng bất biến vòng lặp.Phần trăm hàm, tăng cấp theo tần số thá»±c hiện, mà phải Ä‘ược bao quát bởi việc tạo vết. ÄÆ°á»£c sá»­ dụng khi hồ sÆ¡ phản hồi sẵn có.Phần trăm hàm, tăng cấp theo tần số thá»±c hiện, mà phải Ä‘ược bao quát bởi việc tạo vết. ÄÆ°á»£c sá»­ dụng khi hồ sÆ¡ phản hồi không sẵn có.Tập tin phân giải.Kích cỡ cá»§a Ä‘ường vùng nhớ tạm cấp 1.Kích cỡ cá»§a vùng nhớ tạm cấp 1.Kích cỡ cá»§a vùng nhớ tạm cấp 2.Kích cỡ thân hàm cần thấy là lớn.Kích cỡ khung ngăn xếp nên thấy là lớn.Kích cỡ Ä‘Æ¡n vị thông dịch cần thấy là lớn.Tá»· lệ ngưỡngg Ä‘ể thá»±c hiện việc khá»­ bộ phận sá»± thừa sau khi nạp lại.Tá»· lệ ngưỡng cá»§a số Ä‘ếm lần thá»±c hiện cạnh tới hạn cÅ©ng cho phép thá»±c hiện việc khá»­ sá»± thừa sau khi nạp lại.Kiểu cá»§a hàm %qs tại %L là không thể truy cậpBiên giới trên Ä‘ể chia sẻ hằng số nguyên.Đây là phần mềm tá»± do: bạn có quyền sá»­a Ä‘ổi và phát hành lại nó.
KHÔNG CÓ BẢO HÀNH GÌ CẢ, THẬM CHÍ KHÔNG CÓ BẢO Äáº¢M ÄÆ¯á»¢C NGỤ Ã
KHẢ NĂNG BÁN HAY KHẢ NĂNG LÀM ÄÆ¯á»¢C VIỆC DỨT KHOÁT.
 
Đây là phần mềm tá»± do; hãy xem mã nguồn Ä‘ể tìm thấy Ä‘iều kiện sao chép.
KHÔNG CÓ BẢO HÀNH GÌ CẢ, THẬM CHÍ KHÔNG CÓ BẢO Äáº¢M ÄÆ¯á»¢C NGỤ Ã
KHẢ NĂNG BÁN HAY KHẢ NĂNG LÀM ÄÆ¯á»¢C VIỆC DỨT KHOÁT.
 
Tùy chọn này còn thiếu tài liệu hướng dẫn.Cái chuyển này Ä‘ã lạc hậu: Ä‘ừng dùng.Tùy chọn này Ä‘ã lạc hậu: hãy thay thế bằng -Werror=implicit-function-declaration.Tùy chọn này Ä‘ã lạc hậu: hãy thay thế bằng -Wextra.Cái chuyển này Ä‘ã lạc hậu: hãy thay thế bằng -fsanitize-recover=.Mô hình tuyến trình: %s
Thumb-1 dấu-chấm-động-bằng-phần-cứng VFP ABIThumb: Coi là con trỏ hàm có thể nhảy Ä‘ến mã không phải Thumb.Thumb: Coi là hàm không phải tÄ©nh có thể Ä‘ược gọi từ mã ARM.Thumb: Tạo ra khung ngăn xếp (loại lá) ngay cả khi không cần thiết.Thumb: Tạo ra khung ngăn xếp (không phải loại lá) ngay cả khi không cần thiết.Bật khả năng tiền xá»­ lý dùng %<-cpp%>Đừng sá»­ dụng tham chiếu GOTPLT cùng với -fpic hoặc -fPIC.Quá nhiều Ä‘ối số trong cuộc gọi Ä‘ến %qs tại %LQuá nhiều Ä‘ối số cho %s tại %LBẫy khi số nguyên chia cho số không.Coi các cảnh báo như là các lỗi.Coi số nguyên là 32-bit.Coi dòng có chữ â€œD” trong cột Ä‘ầu tiên là ghi chú.Coi tập tin phần Ä‘ầu còn thiếu là tập tin Ä‘ược tạo ra.Coi các cảnh báo Ä‘ã chỉ ra như là một lỗi.Hãy thá»­ chạy â€œ%s” trong trình bao Ä‘ể tăng giới hạn.
Thá»­ cho phép bộ liên kết chuyển Ä‘ổi cuộc gọi PIC sang cuộc gọi trá»±c tiếp.Thá»­ bố trí các loại có hướng một cách tóm gọn nhất có thể.Điều chỉnh mã cho bộ xá»­ lý Ä‘ưa ra.Điều chỉnh Ä‘á»™ ngấm ngầm vùng nhớ mong Ä‘ợi.Điều chỉnh cho CPU hay kiến trúc Ä‘ưa ra.UNIT không Ä‘ược chỉ ra tại %Lkhông thể tìm thấy ký hiệu %qsKhông thể tạo ra việc tải/lưu offset cho hợp nhấtKhông thể phân giải hàm Ä‘ặc tả %qs tại %LKhông cần %<*%> cho Ä‘ối chiếu %d cá»§a %d tại %CKhông cần câu lệnh %s tại %CKhông cần câu lệnh CASE tại %CKhông cần câu lệnh END tại %CKhông cần câu lệnh ENTRY tại %CGặp kết thúc tập tin bất thườngGặp phần tá»­ không cần â€œ%qc” trong chuỗi Ä‘ịnh dạng tại %LGặp kết thúc tập tin bất thường tại %qsGặp kết thức mô-đun bất thườngGặp kiểu hạn chế không cần %qs tại %LCâu lệnh V/R chứa con số Ä‘Æ¡n vị quá lớnCâu lệnh V/R chứa con số Ä‘Æ¡n vị quá nhỏKhông hiểu intrinsic opKhông rõ toán tá»­ %%<%s%%> tại %%LKhông rõ tên thá»§ tục â€œ%qs” tại %CKhông nhận ra tùy chọn Ä‘ể khởi tạo giá trị dấu chấm Ä‘á»™ng: %qsKhông nhận ra tùy chọn: "%qs"Không hỗ trợ mã â€œ%c” cho dấu chấm cố Ä‘ịnh:Không hỗ trợ toán hạng cho mã â€œ%c”Đối số giả chưa dùng %qs tại %LĐối số chưa dùng %qs Ä‘ược khai báo tại %LBiến số chưa dùng %qs Ä‘ược khai báo tại %LCách dùng: %s [TÙY_CHỌN]… LỆNH_CON [TÙY-CHỌN]…
Cách dùng: %s [tuỳ_chọn] tập-tin…
Hãy sá»­ dụng "-Wl,TÙY_CHỌN" Ä‘ể gá»­i tùy chọn Ä‘ó cho chương trình dịch mã số.
 
Hãy sá»­ dụng "-Wl,TÙY_CHỌN" Ä‘ể gá»­i tùy chọn Ä‘ó cho bộ liên kết.
 
Sá»­ dụng -G cho dữ liệu không phải Ä‘ược xác Ä‘ịnh bởi Ä‘ối tượng hiện thời.Sá»­ dụng -G cho dữ liệu cục bộ với Ä‘ối tượng.Sá»­ dụng Ä‘ôi dài 128-bit.Sá»­ dụng số nguyên 16-bit.Sá»­ dụng số nguyên 32-bit.Sá»­ dụng ABI 32-bit.Sá»­ dụng thanh ghi dấu chấm Ä‘á»™ng 32-bit.Sá»­ dụng thanh ghi chung 32-bit.Sá»­ dụng mục nhập 4-byte trong bảng cái chuyển.Sá»­ dụng 4 bộ tích Ä‘a phương tiện.Sá»­ dụng câu lệnh nhân ná»­a từ 4xx.Sá»­ dụng câu lệnh dlmzb tìm kiếm chuỗi 4xx.Sá»­ dụng 64 FPRs.Sá»­ dụng 64 GPRs.Sá»­ dụng ABI 64-bit.Sá»­ dụng thanh ghi dấu chấm Ä‘á»™ng 64-bit.Sá»­ dụng thanh ghi chung 64-bit.Sá»­ dụng Ä‘ôi dài 64-bit.Sá»­ dụng 8 bộ tích Ä‘a phương tiện.Sá»­ dụng Ä‘ôi dài 80-bit.Sá»­ dụng thanh ghi dành riêng cho ABI.Sá»­ dụng câu lệnh AltiVec.Sá»­ dụng thư viện C cá»§a Bionic.Sá»­ dụng câu lệnh rất có thể thích hợp với nhanh (Branch Likely), thì ghi Ä‘è lên giá trị mặc Ä‘ịnh cá»§a kiến trúc Ä‘ó.Sá»­ dụng câu lệnh CONST16 Ä‘ể nạp các hằng số.Sá»­ dụng EABI.Dùng các chỉ lệnh Äá»‹a chỉ áº¢o hóa Nâng cao.Sá»­ dụng thư viện C cá»§a GNU.Sá»­ dụng phần sdata/sbss tương Ä‘ối với GP.Sá»­ dụng chức năng Ä‘ặt Ä‘ịa chỉ tương Ä‘ối với GP Ä‘ể truy cập Ä‘ến dữ liệu nhỏ.Sá»­ dụng các quy tắc xếp hàng H8/300.Sá»­ dụng toán học IEEE cho phép so sánh dấu chấm Ä‘á»™ngSá»­ dụng câu lệnh ISA 2.07 Category:Vector.AES và Category:Vector.SHA2.Sá»­ dụng LRA thay cho reload (cổ Ä‘iển).Sá»­ dụng LRA thay cho reload .Dùng chỉ lệnh MCU.Sá»­ dụng câu lệnh mở rộng MIPS MSA.Sá»­ dụng câu lệnh MIPS-3D.Sá»­ dụng câu lệnh MIPS-DSP REV 2.Sá»­ dụng câu lệnh MIPS-DSP.Sá»­ dụng hỗ trợ nhánh Ä‘ặc trưng cho Mingw.Sá»­ dụng thanh ghi từ kép (thay cho từ bốn) Neon Ä‘ể véc-tÆ¡ hóa.Sá»­ dụng thanh ghi từ bốn (thay cho từ Ä‘ôi) Neon Ä‘ể véc-tÆ¡ hóa.Sá»­ dụng toán tá»­ dịch mã số %reloc() kiểu NewABI.Sá»­ dụng gợi-nhớ-P cho nhánh dá»± Ä‘oán tÄ©nh là bắt Ä‘ược.Sá»­ dụng câu lệnh â€œmad” loại PMC.Sá»­ dụng các câu lệnh tùy chọn cá»§a nhóm General Purpose (thường dụng) PowerPC.Sá»­ dụng các câu lệnh tùy chọn cá»§a nhóm Graphics (đồ họa) PowerPC.Sá»­ dụng câu lệnh mfcr trường Ä‘Æ¡n PowerPC V2.01.Sá»­ dụng câu lệnh làm tròn loại dấu chấm Ä‘á»™ng PowerPC V2.02.Sá»­ dụng câu lệnh popcntb PowerPC V2.02.Sá»­ dụng câu lệnh so sánh các byte PowerPC V2.05.Sá»­ dụng câu lệnh popcntd PowerPC V2.06.Sá»­ dụng tập hợp câu lệnh PowerPC-64.Sá»­ dụng ROM thay cho RAM.Sá»­ dụng quy Æ°á»›c gá»­i qua thanh ghi loại SSE cho chế Ä‘á»™ SF và DF.Sá»­ dụng câu lệnh SmartMIPS.Sá»­ dụng cú pháp dịch mã số UNIX.Sá»­ dụng dấu chấm Ä‘á»™ng loại VAX.Sá»­ dụng quy Æ°á»›c cấu trúc VAXC.Sá»­ dụng một loại dài 32-bit.Có tập tin chưa Ä‘ịnh dạng thì sá»­ dụng một ký hiệu Ä‘ánh dấu mục ghi loại 4 byte.Sá»­ dụng một loại dài 64-bit.Sá»­ dụng Ä‘ịa chỉ mà cấp phát thanh ghi toàn cục.Ghi rõ số các thanh ghi cần dành riêng cho bộ quản lý tín hiệu ngắt.Sá»­ dụng tên thanh ghi xen kẽ.Sá»­ dụng một loại số nguyên 8-bit.Có tập tin chưa Ä‘ịnh dạng thì sá»­ dụng một ký hiệu Ä‘ánh dấu mục ghi loại 8 byte.Dùng giá trị trá»±c tiếp cỡ tùy Ã½ trong thao tác bit.Sá»­ dụng thứ tá»± byte về cuối lớn.Sá»­ dụng dãy tạo-nhánh-và-ngắt (branch-and-break) Ä‘ể kiểm tra có số nguyên chia cho số không.Sá»­ dụng BRAS cho tập tin thá»±c thị < 64k.Sá»­ dụng thanh ghi bị cuộc gọi ghi Ä‘è cho tham số và giá trị trả lại.Sá»­ dụng phép Ä‘ầu cÆ¡ loại Ä‘iều khiển.Sá»­ dụng phép Ä‘ầu cÆ¡ loại dữ liệu sau khi nạp lại.Sá»­ dụng phép Ä‘ầu cÆ¡ loại dữ liệu trước khi nạp lại.Sá»­ dụng câu lệnh dấu chấm Ä‘á»™ng thập phân bằng phần cứng.Sá»­ dụng phương pháp mặc Ä‘ịnh Ä‘ể quản lý sdata.Sá»­ dụng một quy Æ°á»›c gọi khác bằng â€œrtd”.Sá»­ dụng tham chiếu trá»±c tiếp Ä‘ối với %gs khi truy cập Ä‘ến dữ liệu cá»§a nó.Dùng các chỉ lệnh Äá»‹a chỉ áº¢o hóa Nâng cao (XPA).Sá»­ dụng câu lệnh so sánh loại dấu chấm Ä‘á»™ng tùy theo Ã©pxilông.Sá»­ dụng quy Æ°á»›c gọi f2c.Sá»­ dụng các tính năng cá»§a CPU Ä‘ưa ra, và Ä‘ịnh thời mã cho CPU Ä‘ó.Sá»­ dụng các tính năng cá»§a và Ä‘ịnh thời CPU Ä‘ó.Sá»­ dụng mô hình cá»­a sổ thanh ghi phẳng.Sá»­ dụng câu lệnh dấu chấm Ä‘á»™ng chính Ä‘ôi.Sá»­ dụng thanh ghi dấu chấm Ä‘á»™ng.Sá»­ dụng cả bộ thanh ghi cho phân bổ thanh ghi.Sá»­ dụng mẫu mã SPARC-V9 Ä‘ưa ra.Sá»­ dụng mẫu mã TILE-Gx Ä‘ưa ra.Dùng chế Ä‘á»™ Ä‘ịa chỉ Ä‘ã cho.Sá»­ dụng phương ngôn dịch mã số Ä‘ưa ra.Sá»­ dụng phương ngôn lưu theo nhánh cục bộ.Sá»­ dụng mẫu mã x86-64 Ä‘ưa ra.Sá»­ dụng FP (dấu chấm Ä‘á»™ng) bằng phần cứng (mặc Ä‘ịnh).Sá»­ dụng dấu chấm Ä‘á»™ng bằng phần cứng.Sá»­ dụng câu lệnh chia phần cứng trong ColdFire.Dùng chỉ lệnh chuyển Ä‘ổi dấu chấm Ä‘á»™ng bằng phần cứng.Sá»­ dụng các chỉ lệnh chấm Ä‘á»™ng phần cứng.Dùng chỉ lệnh bình phương chấm Ä‘á»™ng bằng phần cứng.Sá»­ dụng dấu chấm Ä‘á»™ng loại phần cứng.Sá»­ dụng dấu chấm Ä‘á»™ng bằng phần cứng.Sá»­ dụng câu lệnh loại bốn dấu chấm Ä‘á»™ng phần cứng.Sá»­ dụng các chỉ lệnh thá»±c thi giao dịch bằng phần cứng.Sá»­ dụng phép Ä‘ầu cÆ¡ loại Ä‘iều khiển theo khối.Sá»­ dụng phép Ä‘ầu cÆ¡ loại dữ liệu theo khối sau khi nạp lại.Sá»­ dụng phép Ä‘ầu cÆ¡ loại dữ liệu theo khối trước khi nạp lại.Sá»­ dụng tên thanh ghi loại in/loc/out.Sá»­ dụng câu lệnh CALLXn gián tiếp cho chương trình lớn.Sá»­ dụng cuộc gọi gián tiếp.Sá»­ dụng chỉ lệnh madd/msub số nguyên.Sá»­ dụng thứ tá»± byte về cuối nhỏ.Sá»­ dụng câu lệnh ll, sc và sync.Sá»­ dụng câu lệnh Ä‘a phương tiện.Sá»­ dụng các chỉ lệnh microMIPS.Sá»­ dụng câu lệnh nhân_cộng/trừ.Dùng các chỉ lệnh nhân cao cho các phần cao cá»§a phép nhân 32x32.Sá»­ dụng thư viện musl CSá»­ dụng bố trí trường bit sở hữu (MS).Sá»­ dụng các mẫu adddi3/subdi3 mới.Sá»­ dụng quy Æ°á»›c gọi thông thường.Sá»­ dụng chỉ một mục nhập TOC từng thá»§ tục.Sá»­ dụng bố trí ngăn xếp Ä‘óng gói.Sá»­ dụng câu lệnh dấu chấm Ä‘á»™ng Ä‘ôi-đơn.Sá»­ dụng câu lệnh so sánh mẫu.Sá»­ dụng quy Æ°á»›c gọi di Ä‘á»™ng.Bật chức năng bảo vệ ngăn xếp asan.Sá»­ dụng câu lệnh Ä‘ẩy Ä‘ể lưu các Ä‘ối số gá»­i Ä‘i.Sá»­ dụng vùng màu Ä‘ỏ trong mã x86-64.Sá»­ dụng ngăn xếp thanh ghi cho tham số và giá trị trả lại.Sá»­ dụng thanh ghi Ä‘ể gá»­i Ä‘ối số qua.Sá»­ dụng những thanh ghi r2 và r5.Sá»­ dụng thư viện dùng chung.Sá»­ dụng hàm kiểm tra phép Ä‘ầu cÆ¡ loại dữ liệu Ä‘Æ¡n giản Ä‘ể Ä‘ầu cÆ¡ về Ä‘iều khiển.Dùng hàm kiểm tra phép Ä‘ầu cÆ¡ loại dữ liệu Ä‘Æ¡n giản.Sá»­ dụng thời gian chạy cá»§a bộ mô phỏng.Sá»­ dụng dấu chấm Ä‘á»™ng bằng phần mềm (mặc Ä‘ịnh)Sá»­ dụng so sánh dấu chấm Ä‘á»™ng bằng phần mềm.Sá»­ dụng dấu chấm Ä‘á»™ng bằng phần mềm.Sá»­ dụng khuynh hướng về ngăn xếp.Sá»­ dụng cấu trúc khi xếp hàng mạnh hÆ¡n các bản sao từ Ä‘ôi.Sá»­ dụng mẩu cho Ä‘oạn mở Ä‘ầu hàm.Sá»­ dụng chương trình con cho Ä‘oạn mở/đóng hàm.Sá»­ dụng câu lệnh synci Ä‘ể làm tắt i-cache.Dùng chỉ lệnh tas.b cho __atomic_test_and_set.Dùng lệnh mở rộng AltiVec ABI.Sá»­ dụng phần mở rộng hàm trỏ Cray Pointer.Sá»­ dụng cú pháp dịch mã số DEC.Sá»­ dụng ELFv1 ABI.Sá»­ dụng ELFv2 ABI.Sá»­ dụng phần mở rộng GNU tới Ä‘ịnh dạng PE cho dữ liệu chung xếp hàng.Sá»­ dụng câu lệnh loại trường-bit.Sá»­ dụng câu lệnh chia.Dùng xếp hàng dữ liệu Ä‘ã cho.Sá»­ dụng những tùy chọn bật nhiều tính năng nhất tùy theo giới hạn cá»§a tùy chọn khác.Tạo ra câu lệnh chuỗi mvcle Ä‘ể di chuyển khối.Sá»­ dụng thời gian chạy cá»§a bộ mô phỏng.Sá»­ dụng câu lệnh bẫy Ä‘ể kiểm tra có số nguyên chia cho số không.Sá»­ dụng thư viện uClibc.Sá»­ dụng hàm khởi chạy Unicode và xác Ä‘ịnh vÄ© lệnh UNICODE.Sá»­ dụng câu lệnh véc-tÆ¡/vô_hướng (VSX).Sá»­ dụng việc nạp vùng nhớ loại mở rộng số không, không phải việc mở rộng ký hiệu.Dùng tùy-chọn này Ä‘ể chuẩn Ä‘oán.Đang sá»­ dụng các Ä‘ặc tả dá»±ng sẵn.
thuộc tính VALUE tại %Ccâu lệnh VALUE tại %CChế Ä‘á»™ VOIDmode trên một Ä‘ầu rathuộc tính VOLATILE tại %Ccâu lệnh VOLATILE tại %CMức Nios II ISA hợp lệ (cho -march):Đối số hợp lệ cho -malign-:Đối số hợp lệ cho -mcode-readable=:Đối số hợp lệ cho -mfpmath=:Đối số hợp lệ cho -mr10k-cache-barrier=:Đối số hợp lệ cho -mstringop-strategy=:Đối số hợp lệ cho -mtp=:Biến %qs không thể xuất hiện trong biểu thức tại %LBiến %qs không phải là Ä‘ối số hàm giả tại %LABI thư viện véc-tÆ¡ cần sá»­ dụng.Cảnh báo về lời khai báo â€œextern” (bên ngoài) á»Ÿ ngoại phạm vi tập tin.Cảnh báo về cấu trúc "đáng ngờ".Cảnh báo về â€œnew” cá»§a kiểu với căn chỉnh Ä‘ược mở rộng mà không có -faligned-new.Cảnh báo về @selector()s không có lời khai báo trước.Cảnh báo về cấu trúc C không nằm trong tập hợp phụ chung cá»§a C và C++.Cảnh báo về cấu trúc C++ mà nó có nghÄ©a khác nhau giữa ISO C++ 1998 và ISO C++ 2011.Cảnh báo về cấu trúc C++ mà nó có nghÄ©a khác nhau giữa ISO C++ 2001 và ISO C++ 2014.Cảnh báo về các cấu trúc kế thừa C++11 khi cÆ¡ sở có một cấu tá»­ variadic.Cảnh báo khi NULL Ä‘ược gá»­i cho khe Ä‘ối số Ä‘ánh dấu là yêu cầu giá trị không phải NULL.Cảnh báo về tập tin PCH Ä‘ược tìm thấy mà không phải Ä‘ược sá»­ dụng.Cảnh báo về chuỗi Ä‘ịnh dạng không phải có nghÄ©a chữCảnh báo về sá»­ dụng __TIME__, __DATE__ và __TIMESTAMP__.Cảnh báo về sá»± xếp hàng các khối CHUNG.Cảnh báo về thân trống trong một câu lệnh â€œif” (nếu) hay â€œelse” (không thì).Cảnh báo về vòng lặp DO không hợp lệ.Cảnh báo về so sánh biểu thứ lôgíc với một giá trị nguyên khác Ä‘úng/sai.Cảnh báo về thá»§ tục Ä‘ược gọi mà không phải Ä‘ược khai báo dứt khoát.Cảnh báo về cuộc gọi có giao diện ngầm.Cảnh báo về hàm Ã¡p kiểu cho kiểu không tương thích.Cảnh báo về sá»± Ã©p kiểu mà loại bỏ Ä‘oạn Ä‘iều kiện.Cảnh báo về thao tác chắc chắn trên biểu thức lô-gíc.Cảnh báo về sá»± so sánh các loại Ä‘ếm (enum) khác nhau.Cảnh báo về số nguyên chia cho số không vào lúc biên dịch.Cảnh báo về số nguyên chia cho số không vào lúc biên dịch.Cảnh báo về sá»± tạo mục mảng tạm thời.Cảnh báo về else thừa.Cảnh báo về xóa các Ä‘ối tượng Ä‘a thể với cấu trúc không phải áº£o.Cảnh báo về sá»­ dụng loại AltiVec â€œvector long â€¦â€.Cảnh báo về các Ä‘iều kiện trùng lắp trong chuỗi if-else-if.Cảnh báo về so sánh bằng liên quan Ä‘ến biểu thức REAL hay COMPLEX.Cảnh báo về các Ä‘ặc Ä‘iểm không có trong ISO C90, nhưng lại có trong ISO C99.Cảnh báo về các Ä‘ặc Ä‘iểm không có trong ISO C99, nhưng lại có trong ISO C11.Cảnh báo về các Ä‘ặc Ä‘iểm không có trong ISO C90, nhưng lại có trong ISO C99Cảnh báo về chuỗi Ä‘ịnh dạng không phải có nghÄ©a chữ.Cảnh báo về chuỗi Ä‘ịnh dạng chứa NUL byte.Cảnh báo về lời gọi hàm ngầm.Cảnh báo về tham số hàm Ä‘ược khai báo mà không ghi rõ loại, trong hàm kiểu K&R.Cảnh báo về số học trỏ Ä‘ến hàm.Cảnh báo về hàm có thể yêu cầu thuộc tính Ä‘ịnh dạng.Cảnh báo về hàm toàn cục không có lời khai báo trước.Cảnh báo về hàm toàn cục mà không có nguyên mẫu.Cảnh báo về sá»± chuyển Ä‘ổi ngầm "float" thành "double".Cảnh báo khai báo ngầm.Cảnh báo về lời khai báo hàm ngầm.Cảnh báo về sá»± không thể chuyển Ä‘ổi số nguyên thành con trỏ và con trỏ thành số nguyên.Cảnh báo khi sai sá»­ dụng vÄ© lệnh â€œoffsetof”.Cảnh báo về các vÄ© lệnh Ä‘ã Ä‘ịnh nghÄ©a trong tập tin chính mà không Ä‘ược sá»­ dụng.Cảnh báo về các biến tá»± Ä‘á»™ng tá»± Ä‘á»™ng không Ä‘ược khởi tạo.Cảnh báo về ký hiệu â€œ&” còn thiếu trong hằng ký tá»± tiếp tục.Cảnh báo về Ä‘oạn khởi tạo cấu trúc thiếu trường.Cảnh báo về thiếu hàm giải cấp phát cỡ.Cảnh báo lạm dụng pragmas.Cảnh báo chuyển Ä‘ổi ngầm.Cảnh báo về nhiều khai báo trên cùng Ä‘ối tượng.Cảnh báo về bộ há»§y cấu trúc không phải áº£o.Cảnh báo về phần mở rộng chiều rộng scanf/printf không phải tùy theo ISO.Cảnh báo về biểu thức toán học bị tràn.Cảnh báo về các tên hàm áº£o quá tải.Cảnh báo về ghi Ä‘è lên Ä‘oạn khởi tạo mà có hiệu á»©ng cạnh.Cảnh báo về ghi Ä‘è lên Ä‘oạn khởi tạo mà không có hiệu á»©ng cạnh.Cảnh báo về trường bit Ä‘óng gói có hiệu số bị thay Ä‘ổi trong GCC 4.4.Cảnh báo về Ã©p Ä‘ổi con trỏ cái mà sẽ gia tăng sắp hàng.Cảnh báo về Ä‘oạn khởi tạo cá»§a cấu trúc cần bộ khởi tạo thiết kế.Cảnh báo về Ä‘ối số giả có thể bị chồng lấp.Cảnh báo về hàm Ä‘ịnh dạng có thể gây ra vấn Ä‘ề về hàm Ä‘ịnh dạng.Cảnh báo về sá»± vi phạm quy tắc Ä‘iểm liên tiếp.Cảnh báo về Ä‘oạn khởi tạo có thể thiếu dấu ngoặc móc.Cảnh báo về dấu ngoặc Ä‘Æ¡n có thể bị thiếu.Cảnh báo về ghi chú khối có thể lồng nhau, và ghi chú C++ chiếm giữ nhiều dòng vật lý.Cảnh báo khi phát hiện sá»± dị thường về chuỗi Ä‘ịnh dạng printf/scanf/strftime/strfmon.Cảnh báo về hằng-chữ-số-thá»±c với chữ-số-mÅ© â€œq”.Cảnh báo về trả về các cấu trúc, liên hợp hay mảng.Cảnh báo về các khác biệt dấu với các hàm Ä‘ịnh dạng.Cảnh báo về so sánh có và không dấu.Cảnh báo về Ä‘ịnh dạng strftime xuất năm chỉ có hai chữ số.Cảnh báo về chữ in thấp có loại â€œchar”.Cảnh báo về lời khai báo â€œmain” Ä‘áng ngờ.Cảnh báo về sá»­ dụng Ä‘ịa chỉ vùng nhớ một cách Ä‘áng ngờ.Cảnh báo về switches với biểu thức Ä‘iều khiển trả về lô-gíc.Cảnh báo về những thứ thay Ä‘ổi giữa -fabi-version hiện tại và phiên bản chỉ Ä‘ịnh.Cảnh báo về trường hợp sẽ thay Ä‘ổi khi biên dịch bằng một bộ biên dịch tương thích với ABI.Cảnh báo về biểu thức ký tá»± bị cắt ngắn.Cảnh báo về dòng nguồn bị cắt ngắn.Cảnh báo NULL chưa Ã¡p kiểu dùng làm ký hiệu cầm canh.Cảnh báo về biểu thức hằng thuộc số bị tràn ngượcCảnh báo về các biến tá»± Ä‘á»™ng tá»± Ä‘á»™ng không Ä‘ược khởi tạo.Cảnh báo về khai báo hàm không Ä‘ược khai báo mẫu trước.Cảnh báo về pragmas không thừa nhận.Cảnh báo hằng thá»±c không có hậu tố.Cảnh báo về Ä‘ối số giả có không dùng.Cảnh báo về sá»­ dụng hằng số ký tá»± Ä‘a ký tá»±.Cảnh báo về Ã¡p kiểu vô Ã­ch.Cảnh báo khi người dùng xác Ä‘ịnh một thư mục không tồn tại.Cảnh báo về việc dùng khai báo __attribute__((đã lạc hậu)).Cảnh báo về dùng các vÄ© lệnh variadic.Cảnh báo về biến có thể bị thay Ä‘ổi bởi â€œlongjmp” hoặc â€œvfork”.Cảnh báo về biến bị tá»± khởi tạo.Cảnh báo về sá»± vượt quá quy tắc Effective C++.Cảnh báo về Ä‘ịnh dạng có chiều dài số không.Cảnh báo về Ä‘ịnh dạng có chiều dài số khôngCảnh báo cho cấu trúc hỗ-trợ-có-điều-kiện.Cảnh báo về chuyển Ä‘ổi NULL từ/đến một loại không phải hàm trỏ.Cảnh báo về sá»± chuyển Ä‘ổi loại ngầm giữa số nguyên có dấu và không có dấu.Cảnh báo về sá»± chuyển Ä‘ổi loại ngầm có thể làm nguyên nhân mất chính xác số thá»±c dấu chấm Ä‘á»™ng.Cảnh báo về sá»± chuyển Ä‘ổi loại ngầm có thể thay Ä‘ổi một giá trị.Cảnh báo về lời khai báo kiểu cÅ©.Cảnh báo nếu như "defined" Ä‘ược sá»­ dụng ngoài #if.Cảnh báo nếu một sá»± gán kiểu C Ä‘ược sá»­ dụng trong một chương trình.Cảnh báo khi so sánh luôn Æ°á»›c lượng là Ä‘úng hoặc là sai.Cảnh báo nếu sá»­ dụng một tính năng bộ biên dịch, lớp, phương pháp hay trường Ä‘ã lạc hậu.Cảnh báo nếu một hàm sá»­ dụng alloca hoặc tạo một mảng có kích cỡ năng Ä‘á»™ng.Cảnh báo khi một lời khai báo nội bộ áº©n một biến minh dụ.Cảnh báo nếu một chọn có nhiều phương thức.Cảnh báo nếu có một hàm riêng lẻ với kích cỡ khung vượt quá kích cỡ khung Ä‘ưa ra.Cảnh báo về chuỗi dài hÆ¡n chiều dài di Ä‘á»™ng tối Ä‘a Ä‘ược tiêu chuẩn ghi rõ.Cảnh báo nếu một Ä‘ối tượng con có thuộc tính abi_tag cái mà kiểu Ä‘ối tượng hoàn chỉnh không có.Cảnh báo nếu một thá»§ tục người dùng có cùng một tên với một Ä‘iều thá»±c chấtCảnh báo nếu mảng có Ä‘á»™ dài biến Ä‘ổi Ä‘ược dùng.Cảnh báo nếu một mảng bị truy cập á»Ÿ ngoài phạm vi cá»§a nó.Cảnh báo về lời xác Ä‘ịnh tham số kiểu cÅ©.Cảnh báo nếu số lượng dịch trái là số Ã¢m.Cảnh báo nếu gá»­i cho hàm quá nhiều Ä‘ối số Ä‘ối với chuỗi Ä‘ịnh dạng cá»§a nó.Cảnh báo nến từ hạn Ä‘ịnh trên mảng cái mà Ä‘ích trỏ Ä‘ến bị loại bỏ.Cảnh báo nếu số lượng dịch >= Ä‘á»™ rộng cá»§a kiểu.Cảnh báo nếu số lượng dịch là số Ã¢m.Cảnh báo nếu kiểm tra Ä‘ẳng thức cá»§a con số dấu chấm Ä‘á»™ng.Cảnh báo nếu con trỏ trong phép gán con trỏ có thể vượt qua Ä‘ích cá»§a nó.Cảnh báo nếu kiểu cá»§a biến có thể không có khả năng tương thích với C.Cảnh báo nếu từ hạn Ä‘ịnh trên các con trỏ bị loại bỏ.Cảnh báo mọi sá»­ dụng alloca.Cảnh báo về Ä‘iều thá»±c chất không phải thuộc về tiêu chuẩn Ä‘ược chọnCảnh báo lúc Ä‘ịnh nghÄ©a không gian tên.Cảnh báo về khai báo hàm mẫu sÆ¡ cấp.Cảnh báo khi __builtin_frame_address hay __builtin_return_address Ä‘ược dùng không an toàn.Cảnh báo khi chạm trán chỉ thị #warning.Cảnh báo một hàm dá»±ng sẵn Ä‘ược khai báo với chữ ký sai.Cảnh báo khi một vÄ© lệnh bộ tiền xá»­ lý dá»±ng sẵn chưa Ä‘ược xác Ä‘ịnh hoặc Ä‘ược xác Ä‘ịnh lại.Cảnh báo khi biến hằng không Ä‘ược dùng.Cảnh báo khi một lời khai báo không ghi rõ loại.Cảnh báo khi phát hiện một lời khai báo Ä‘ẳng sau một câu lệnh.Cảnh báo khi hàm không thể triển khai thành HSAIL.Cảnh báo khi hàm không Ä‘ược dùng.Cảnh báo khi tham số cá»§a hàm chỉ Ä‘ược Ä‘ặt, nếu không thì không sá»­ dụng.Cảnh báo khi tham số cá»§a hàm không Ä‘ược dùng.Cảnh báo khi một bước nhảy còn thiếu sá»± khởi tạo biến.Cảnh báo khi nhãn không Ä‘ược dùng.Cảnh báo khi mảng bên-tay-trái Ä‘ược tái cấp phát.Cảnh báo khi biến bên-tay-trái Ä‘ược tái cấp phát.Cảnh báo khi chuỗi văn â€œ0” Ä‘ược dùng như là con trỏ null.Cảnh báo khi một toán tá»­ hợp lý cứ Æ°á»›c lượng là Ä‘úng hoặc là sai một cách Ä‘áng ngờ.Cảnh báo khi có một sá»± gán cho một hàm trỏ cho một số nguyên có kích cỡ khác.Cảnh báo khi biến thanh ghi Ä‘ược khai báo là hay thay Ä‘ổi.Cảnh báo khi biến chỉ Ä‘ược Ä‘ặt, nếu không thì không sá»­ dụng.Cảnh báo khi biến không Ä‘ược dùng.Cảnh báo khi mọi bộ cấu trúc và bộ há»§y cấu trúc Ä‘ều là riêng.Cảnh báo khi giá trị cá»§a biểu thức không Ä‘ược dùng.Cảnh báo khi không không thể dùng hàm chung dòng.Cảnh báo khi chuyển một tối Æ°u mà nó bị tắtCảnh báo khi cố giải phóng một Ä‘ối tượng không-heap.Cảnh báo khi chuyển Ä‘ổi loại hàm trỏ sang hàm thành viên.Cảnh báo khi xóa một con trỏ tới kiểu không hoàn toàn.Cảnh báo khi hàm bạn không làm mẫu Ä‘ược khai báo bên trong một mẫu.Cảnh báo khi trình dịch Ä‘ổi thứ tá»± mã.Cảnh báo khi có một sá»± gán cho một hàm trỏ từ một số nguyên có kích cỡ khác.Cảnh báo khi chuyển Ä‘ổi giữa một con trỏ tới kiểu không tương thích.Cảnh báo khi typedefs nội bộ Ä‘ịnh nghÄ©a hàm mà nó không Ä‘ược dùng.Cảnh báo khi nào Ä‘oạn Ä‘iều kiện loại bị bỏ qua.Cảnh báo khi nào một sá»± gán Objective-C bị chặn bởi bộ nhặt rác.Cảnh báo khi nào các thuộc tính bị bỏ qua.Cảnh báo khi nào Ä‘oạn Ä‘iều kiện loại bị bỏ qua.Cảnh báoKhi tạo ra mã -mabicalls thì cho phép tập tin thá»±c thi sá»­ dụng PLT và sao chép sá»± Ä‘ịnh vị lại.Khi tạo ra mã -mabicalls, làm cho mã thích hợp với sá»­ dụng trong thư viện dùng chung.Có nên sá»­ dụng loại hợp nguyên tắc hay không.Thuật toán nào Ä‘ược Ã¡p dụng.Trong khi cài Ä‘ặt bộ tiếp hợp tín hiệu: %mTrong khi cài Ä‘ặt stack tín hiệu: %mKhắc phục một số lỗi mflo/mfhi VR4130 nào Ä‘ó.Khắc phục một lỗi phần cứng 4300 sớm.Khắc phục lỗi trong câu lệnh nhân lên.Khắc phục một số lỗi 24K nào Ä‘ó.Khắc phục một số lỗi R10000 nào Ä‘ó.Khắc phục một số lỗi R4000 nào Ä‘ó.Khắc phục một số lỗi R4400 nào Ä‘ó.Khắc phục một số lỗi RM7000 nào Ä‘ó.Khắc phục một số lỗi VR4120 nào Ä‘ó.Khắc phục một những lỗi cho các lõi SB-1 bản sá»­a Ä‘ổi 2 sớm.Khắc phục lỗi nhân lên phần cứng.Bạn cần một tập-tin khởi chạy C cho -msys-crt0=[Đang rời khỏi %s]
[không tìm thấy %s][mặc Ä‘ịnh][bị tắt][đã bật]__float128 và __ibm128 không thể Ä‘ược dùng trong cùng một biểu thức__float128 và long double không thể Ä‘ược dùng trong cùng một biểu thức__fp16 và không ldrh__ibm128 và long double không thể Ä‘ược dùng trong cùng một biểu thức“toán tá»­ dấu phẩy không Ä‘ược xuất hiện trong biểu thức hằngcấu tá»­ không thể là hàm thành viên tÄ©nhcấu tá»­ không thể là %<concept%>cú gọi hàm không Ä‘ược xuất hiện trong biểu thức hằngkhông cho phép Ä‘ịnh nghÄ©a hàm tại Ä‘âymột mẫu không thể là mặc Ä‘ịnhmột chuỗi lớn là không hợp lệ trong ngữ cảnh nàybỏ dở lúc %s, tại %s:%dthanh ghi tổng không phải là số nguyên hằngtham số thá»±c tế cho INTENT = OUT/INOUTadd_sym(): Chế Ä‘á»™ cỡ saiđịa chỉ cá»§a nhãn %qD Ä‘ược trả vềđịa chỉ cá»§a biến cục bộ %q+D Ä‘ược trả vềhiệu số Ä‘ịa chỉ không phải là một hằng sốtoán hạng Ä‘ịa chỉ yêu cầu ràng buộc cho thanh ghi X, Y, hay Zđược biết làđối số phân bổ Ä‘ượccÅ©ng tìm thấy %<%c%s%>phương thức còn chưa rõ ràng %s%s%squá tải chưa rõ ràng Ä‘ối vớiphép gán không thể Ä‘ược xuất hiện trong biểu thức hằngphép gia số không thể Ä‘ược xuất hiện trong biểu thức hằngphép gia số không Ä‘ược phép xuất hiện trong biểu thức hằngniên Ä‘ạisai niên Ä‘ại: và %qT không có các cấu tá»­ mẫuđối số %qd không phải hằng sốkhông nhận ra tham số %qs cho %<-Waligned-new%>không nhận ra tham số %qs cho %<-Wnormalized%>không nhận ra Ä‘ối số %qs cho %<-femit-struct-debug-detailed%>không hiểu Ä‘ối số %qs cho %<-femit-struct-debug-detailed%>đối số 1 phải là 0 hay 2đối số 1 phải là kiểu văn không dấu 1-bitđối số 1 phải là kiểu văn có dấu 5-bitđối số 1 phải là Ã¡nh xạđối số 1 phải là trường 8-bitđối số 2 phải là 0 hay 1đối số 2 phải là kiểu văn không dấu 5-bitđối số 2 phải là kiểu văn không dấu 6-bitđối số 3 phải là kiểu văn không dấu 1-bitđối số 3 phải là kiểu văn không dấu 2-bitđối số 3 phải là kiểu văn không dấu 4-bitđối số phải là một tham chiếu trườngđối số phải là kênhđối số phải có kiểu phứcđối số cho %qs quá lớn (tối Ä‘a là %d)đối số â€œ%s” và â€œ%s” cho %s thá»±c chấtđối số â€œ%s” và â€œ%s” cho â€œ%s” thá»±c chấtđối số â€œa%d” và â€œa%d” cho â€œ%s” thá»±c chấtarith_power(): CÆ¡ số saiarith_power(): không hiểu kiểuIF (nếu) số họcsá»± gán mảngbộ khởi tạo chứa một chỉ mục mảng vượt quá giới hạn mảngbộ khởi tạo chứa một chỉ mục mảng không phải là một biểu tượng hằng số nguyênbộ khởi tạo chứa một chỉ mục mảng không có loại số nguyêngặp chỉ mục mảng trong bộ khởi tạo không phải mảngbộ khởi tạo chứa một phạm vi chỉ mục mảng vượt quá giới hạn mảngmảng bị khởi tạo từ biểu tượng mảng không phải hằng sốmảng bị khởi tạo từ hằng số chuỗi nằm trong ngoặc Ä‘Æ¡nthành viên mảng %q#D Ä‘ã khai báo á»Ÿ Ä‘âymảng loại không thích hợp bị khởi tạo từ hằng số chuỗikết quả mảngthiếu kích thước mảng trong %q+Dthiếu kích thước mảng trong %qDthiếu kích thước mảng trong %qTchỉ số mảng không phải là số nguyênmảng Ä‘ược dùng như là bộ khởi tạothiếu quyết toán sau %qsgán giá trị cho mảng từ một danh sách bộ khởi tạosá»± gángán cá»§a hàm %qDgán thành viên chỉ-đọc %qDgán cho biến chỉ Ä‘ọc %qDthu hồi sá»± gánđối số assumed-rankđối số assumed-shapeđối số assumed-typeđối số không Ä‘ồng bộatexit gặp lỗithuộc tính %<target%> không là một chuỗilời khai báo thuộc tínhthuộc tính bị bỏ quathuộc tính(đích("%s")) là không hiểuđịa chỉ saiđịa chỉ sai, không phải (reg+disp):địa chỉ sai, không phải là một hằng số:Địa chỉ sai, không phải Ä‘ịa chỉ V/R:địa chỉ sai, không phải post_inc hoặc pre_dec:mã dá»±ng sẵn saifcode dá»±ng sẵn saiicode dá»±ng sẵn saimã Ä‘iều kiện saisai Ä‘ặt lệnh cho â€œA”lệnh sai tới frv_print_operand, trường hợp â€œ0”gặp lệnh sai trong frv_print_operand, Ä‘ặt sai const_doublelệnh sai tới frv_print_operand, trường hợp â€œz”lệnh sai tới frv_print_operand, bộ sá»­a Ä‘ổi â€œF”:lệnh sai tới frv_print_operand, bộ sá»­a Ä‘ổi â€œL”:lệnh sai tới frv_print_operand, bộ sá»­a Ä‘ổi â€œM/N”:lệnh sai tới frv_print_operand, bộ sá»­a Ä‘ổi â€œO”:lệnh sai tới frv_print_operand, bộ sá»­a Ä‘ổi â€œe”:lệnh sai tới frv_print_operand, bộ sá»­a Ä‘ổi â€œf”:lệnh sai tới frv_print_operand, bộ sá»­a Ä‘ổi â€œg”:lệnh sai tới frv_print_operand, bộ sá»­a Ä‘ổi â€œP”:sai Ä‘ặt lệnh tới frv_print_operand_address:sai Ä‘ặt lệnh tới frv_print_operand_memory_reference:sai di chuyểntoán hạng saiđặt sai toán hạng output_condmove_singleđặt sai toán hạng output_move_doubleđặt sai toán hạng output_move_singlethanh ghi saisai Ä‘ặt thanh ghi tới frv_print_operand_memory_reference_reg:lệnh dời sai:sai kiểm tracách dùng hàm Ä‘ặc tả %qs saisai giá trị (%qs) cho tùy chọn %<-march=%>lớp cÆ¡ sở %q+T có một há»§y tá»­ non-trivial truy cập Ä‘ượctoán hạng cÆ¡ sở cá»§a %<->%> không phải là một con trỏbb %d không thuộc về vòng lặp %dbb %d trên chỗ saithá»§ tục bind(c)IF (nếu) loại khốichỉ lệnh JARL giả: %dchỉ lệnh JR giả: %dchỉ lệnh PREPEARE giả: %dđã chỉ ra cả hai %<__thread%> và %<thread_local%>cả hai Ä‘ối số cho %<__builtin___clear_cache%> phải là các con trỏđặc tả giữa ngoặc móc %qs không hợp lệ tại %qcthân cá»§a Ä‘ặc tả giữa ngoặc móc %qs không hợp lệngoặc chung quanh bộ khởi tạo vô hướngnhưng không phải á»Ÿ Ä‘âycuộc gọi   %2d chưa bao giờ thá»±c hiện
cuộc gọi   %2d trả về %s
cuộc gọi không chắc, và kích cỡ mã sẽ tăng lạicú gọi cá»§a %<(%T) (%A)%> chưa rõ rànggọi hàm quá tải %<%D(%A)%> chưa rõ rànggọi hàm quá tải %<%s(%A)%> chưa rõ ràngđược gọi từ Ä‘âyđược gọi từ hàm nàycú gọi không Ä‘ược tối Æ°u hóakhông thể mở rộng tập tin PCH: %mcan%'t lấy vị trí trong tập tin PCH: %mKhông thể Ä‘ặt vị trí trong tập tin PCH: %mkhông thể dùng nhiều phương thức kiểm tra stack cùng nhaukhông cho phép sá»­ dụng Ä‘ịa chỉ tuyệt Ä‘ối tương Ä‘ối không phải gpứng cá»­ 1:ứng cá»­ 2:ứng cá»­ là:các á»©ng cá»­ là:không thể gọi cấu tá»­ %<%T::%D%> một cách trá»±c tiếpkhông thể chụp thành viên %qD trong hỗn hợp nặc danhkhông thể chuyển Ä‘ổi thành kiểu con trỏkhông thể khai báo con trỏ Ä‘ến %q#Tkhông thể khai báo con trỏ cho thành viên %q#Tkhông thể khai báo tham chiếu Ä‘ến %q#Tkhông thể giải mã Ä‘ịa chỉkhông thể tắt hàm dá»±ng sẵn %qskhông tìm thấy %s trong phần bổ xung %s
%skhông thể tìm thấy LTO cgraph trong %skhông thể tìm thấy tham chiếu phần LTO trong %skhông tìm thấy lớp %qEkhông thể tải phần bổ xung %s
%skhông thể mở %skhông thể mở %s: %mkhông mở Ä‘ược â€œ%s”Không thể mở tập tin xuất trung gian ptxkhông thể Ä‘ọc %s: %mkhông thể Ä‘ọc chế Ä‘á»™ LTO từ %skhông thể chỉ Ä‘ịnh %<override%> cho lớpkhông thể chỉ Ä‘ịnh -static với -fsanitize=địa_chỉkhông thể chỉ Ä‘ịnh -static với -fsanitize=threadkhông thể lấy Ä‘ịa chỉ cá»§a %qskhông thể dùng %<::%> trong khai báo Ä‘ối sốkhông cho phép sá»­ dụng Ä‘ồng thời hai tùy chọn mshared và statickhông cho phép sá»­ dụng Ä‘ồng thời hai tùy chọn mthreads và mlegacy-threadskhông thể dùng kiểu %s như là %scác nhãn case không Ä‘ược sắp xếp trong câu lệnh switchnhãn cho case chưa Ä‘ược sắp xếp: các thuộc tính cdecl và thiscall không tương thích với nhaucgraph_node có danh sách nhân bản saicgraph_node có clone_of saicheck_intents(): Danh sách không khớpcheck_restricted(): không hiểu kiểu biểu thứccheck_some_aliasing(): Danh sách không khớptổng kiểm là (%x,%x) thay vì (%x,%x)đóng %qD thông qua %qDlớp %qE Ä‘ã có trước rồilớp %qE Ä‘ã lạc hậukiểu lớp %qT chưa hoàn thiệndọn các Ä‘ối số không phải hàmdọn các Ä‘ối số không phải Ä‘ịnh danhclose: %sđóng tập tin phụ thuộc %s: %mđối số coarraymô hình mã %qs không Ä‘ược hỗ trợ trong chế Ä‘á»™ x32mô hình mã %s không hỗ trợ chế Ä‘á»™ PICcollect2 phiên bản %s
dấu phẩy á»Ÿ cuối cá»§a danh dánh liệt kêcompare_actual_expr(): Mã thành phần saicompare_real(): Toán tá»­ saiso sánh giữa %q#T và %q#Tso sánh giữa %qT và %qTso sánh luôn là %dkiểu tương thích là á»Ÿ Ä‘âytiến trình biên dịch bị chấm dứt do -Wfatal-errors.
tiến trình biên dịch bị chấm dứt do -fmax-errors=%u.
tiến trình biên dịch bị chấm dứt.
số áº£o không hợp lệ cho %qsdòng dữ liệu Ä‘ược nén: %sxung Ä‘á»™t tên siêu lớp %qEcác kiểu xung Ä‘á»™t với %<%c%s%>kiểu xung Ä‘á»™t cho %q+Dxung Ä‘á»™t với %qDcân nhắc dùng â€œ-pg” thay cho â€œ-p” với gprof(1)sá»­ dụng gprof(1) thì Ä‘ề nghị bạn Ä‘ặt "-pg" thay cho "-p"Chức năng lan truyền hằng số / sao chép bị tắtconst_double_split nhận một lệnh sai:đối số hằng nằm ngoài phạm vi cho %qshằng tham chiếu Ä‘ến chính nócấu tá»­ không thể là hàm thành viên tÄ©nhcác quyền Æ°u tiên cấu tá»­ là không Ä‘ược hỗ trợchứa vòng lặpcâu lệnh â€œcontinue” nằm á»Ÿ ngoài một vòng lặpviệc chuyển Ä‘ổi cÅ©ng bỏ trình trạng bất biếnchuyển Ä‘ổi từ %q#T sang %q#Tkhông thể chuyển Ä‘ổi thành kiểu con trỏgốc cây loop bị hỏngkhông thể Ä‘óng Ä‘áp á»©ng tập tin %skhông thể Ä‘óng tập tin Ä‘áp á»©ng tạm thời %skhông tìm thấy một thanh ghi làm trànkhông tìm thấy lớp %qEkhông tìm thấy giao diện cho lớp %qEkhông tìm thấy tập tin Ä‘ặc tả %s
không thể mở tập tin dump %qs: %mkhông thể mở tập tin Ä‘áp á»©ng %skhông thể mở tập tin Ä‘áp á»©ng tạm thời %skhông thể phân tích khoảng bù tập tinkhông thể phân tích số thập lục phânkhông thể chia tách insnkhông thể ghi vào tập tin Ä‘áp á»©ng %skhông thể ghi vào tập tin Ä‘áp á»©ng tạm thời %stạo và sá»­ dụng với các ABI khác nhautạo và sá»­ dụng với các kiến trúc hoặc ABI khác nhautạo và sá»­ dụng với các trình trạng cuối khác nhauđược tạo và sá»­ dụng với cài Ä‘ặt khác nhau cá»§a â€œ%s”đang tạo mảng cá»§a %qTtạo mảng cá»§a thành viên hàmtạo mảng hàmtạo mảng tham chiếutạo mảng voidđang tạo con trỏ Ä‘ến thành viên cá»§a kiểu voidlời khai báo dữ liệugỡ lỗimức gỡ lỗi %qs là quá caogỡ rối: phần khai báo cá»§a %<~%T%> là thành viên cá»§a %qTkhai báo cá»§a %q#D chưa có bộ khởi tạokhai báo cá»§a %q#Tsá»± khai báo cá»§a %qD như là %<typedef%>sá»± khai báo cá»§a %qD như là mảng cá»§a các thành viên hàmsá»± khai báo cá»§a %qD như là mảng cá»§a các hàmsá»± khai báo cá»§a %qD như là mảng cá»§a các tham chiếusá»± khai báo cá»§a %qD như là mảng voidsá»± khai báo cá»§a %qD như là thành viên cá»§a %qTsá»± khai báo cá»§a %qD như là non-functionkhai báo cá»§a %qD như là Ä‘ối sốsá»± khai báo cá»§a các bóng %qD như là thành viên cá»§a %qTsá»± khai báo cá»§a %qE như là mảng cá»§a các hàmsá»± khai báo cá»§a %qE như là mảng cá»§a voidđược khai báo á»Ÿ Ä‘âyđã Ä‘ược khai báo á»Ÿ Ä‘âyđược khai báo bảo vệ á»Ÿ Ä‘âyphép giảm giá trị kiểu liệt kê là không hợp lệ trong C++số giảm cá»§a hàm %qDgiảm con trỏ tới loại không hoàn toàn %qTgiảm thành viên chỉ-đọc %qDkhông thể tìm thấy phần Ä‘ịnh nghÄ©a cá»§a giao thức %qEđang xóa bỏ tập tin LTRANS %s: %mđang xóa mảng %q#Eđang xóa bỏ tập tin %s: %mviệc chuyển Ä‘ổi từ chuỗi thành %qT Ä‘ã lỗi thờilời khai báo loại có hướngcác quyền Æ°u tiên há»§y tá»­ là không Ä‘ược hỗ trợhá»§y tá»­ không Ä‘ược có Ä‘ối sốý bạn là dùng not lôgíc?khác số lượng Ä‘ối sốkhác số cá»§a kết quảkhác kiểu tham sốkhác kiểu nhận Ä‘ượckiểu kết quả khác biệtvarargs khác biệttắt chuyển %s cho hàm %schia cho 0không dùng Ä‘ồng thời hai tùy chọn -march=… và -mcpu=…do_check(): quá nhiều Ä‘ối sốdo_simplify(): Quá nhiều Ä‘ối số cho intrinsickhông hỗ trợ chức năng Ä‘a thư việntrùng lặp %<_Atomic%>trùng %<_Thread_local%> hay %<__thread%>lặp lại %<const%>lặp lại %<restrict%>lặp lại %<volatile%>trùng %qDlặp lại %qEtrùng %qstrùng giá trị cho casetrùng cv-qualifierkhai báo bị trùng lắp cho giao thức %qEkhởi tạo lặp lại cho %qDtrùng biến minh dụ %q+Dtrùng nhãn %qDthành viên trùng lặp %q+Dtrùng virt-specifierkhông tìm thấy quan hệ phụ thuộc năng Ä‘á»™ng %scác kiểu phần tá»­ phải Ä‘ồng nhấtthao tác nhị phân loại yếu tốthá»§ tục loại yếu tố%<\0%> Ä‘ược nhúng trong Ä‘ịnh dạngkhai báo trống rỗngbộ khởi tạo chứa phạm vi chỉ mục vẫn trốngđộ chính xác trái bị trống rỗng trong Ä‘ịnh dạng %sđộ chính xác bị trống rỗng trong Ä‘ịnh dạng %svùng trống rỗng Ä‘ược chỉ rabộ khởi tạo vô hướng vẫn trốngbật chuyển %s cho hàm %schuyển Ä‘ổi enum trong bộ khởi tạo thì không hợp lệ trong C++chuyển Ä‘ổi enum trong bộ khởi tạo thì không hợp lệ trong C++kiểu enum Ä‘ược Ä‘ịnh nghÄ©a á»Ÿ Ä‘âychưa Ä‘ịnh nghÄ©a biến môi trường%qsbiến môi trường COLLECT_GCC_OPTIONS cần Ä‘ược Ä‘ặtchưa xác Ä‘ịnh biến môi trường DJGPPlỗilỗi Ä‘óng %s: %mlỗi ghi %qslỗi ghi vào %s: %mlỗi: eval_intrinsic(): Sai toán tá»­xá»­ lý ngoại lệ không khớp personalityngoại lệ kiểu %<%T%> sẽ Ä‘ược bắtgặp yếu tố thừa trong bộ khởi tạo mảnggặp yếu tố thừa trong bộ khởi tạo vô hướnggặp yếu tố thừa trong bộ khởi tạo cấu trúcgặp yếu tố thừa trong bộ khởi tạo hợpgặp yếu tố thừa trong bộ khởi tạo véc-tÆ¡thoát khỏi %d->%d không Ä‘ược ghi lạicần mệnh Ä‘ề %<#pragma acc%>cần %<#pragma omp section%> hoặc %<}%>cần mệnh Ä‘ề %<#pragma omp%>cần %<(%>cần %<(%> hoặc xuống dòngcần %<)%>cần %<*%>cần %<+%>, %<*%>, %<-%>, %<&%>, %<^%>, %<|%>, %<&&%>, %<||%> hoặc Ä‘ịnh danhcần %<,%>cần %<,%> hoặc %<)%>cần %<,%> hoặc %<…%>cần %<,%> hoặc %<;%>cần %<,%> hoặc %<}%>cần %<,%>, %<;%> hoặc %<}%>cần %<.%>cần %<…%>cần %<:%>cần %<:%> hoặc %<…%>cần %<:%> hoặc %<::%>cần %<:%>, %<,%>, %<;%>, %<}%> hoặc %<__attribute__%>cần %<::%>cần %<;%>cần %<;%> sau Ä‘ịnh nghÄ©a lớpcần %<;%> sau Ä‘ịnh nghÄ©a cấu trúccần %<;%> sau Ä‘ịnh nghÄ©a kiểu hỗn hợpcần %<;%> tại cuối khai báo thành viêncần %<;%> hoặc %<{%>cần %<;%>, %<,%> hoặc %<)%>cần %<;%>, Ä‘ịnh danh hoặc %<(%>cần %<<%>cần %<=%>cần %<=%>, %<,%>, %<;%>, %<asm%> hay %<__attribute__%>cần %<>%>cần %<@end%>cần %<@synchronized%>cần %<@throw%>cần %<@try%>cần %<[%>cần %<]%>cần %<__label__%>cần %<__transaction_atomic%>cần %<__transaction_relaxed%>cần %<asm%>cần %<catch%>cần %<class%>cần %<class%>, hoặc %<typename%>cần %<class%>, %<typename%>, hoặc %<template%>cần %<data%>cần %<declare%>cần %<decltype%>cần %<delete%>cần %<extern%>cần %<for%> sau %qscần %<namespace%>cần %<new%>cần %<none%> hoặc %<shared%>cần %<omp_priv%> hoặc tên-hàmcần %<operator%>cần %<point%>cần %<return%>cần %<static_assert%>cần %<target%>cần %<template%>cần %<throw%>cần %<try%>cần %<using%>cần %<while%>cần %<{%>cần %<{%> hoặc %<:%>cần %<}%>cần %<}%> trước %<else%>cần %<~%>cần %qT nhưng Ä‘ối số là kiểu %qTcần â€¦cần [error|warning|ignored|push|pop] sau %<#pragma GCC diagnostic%>cần một Ä‘ối tượng SSA_NAMEcần toán tá»­ hai ngôicần một biểu thức lôgíccần kiểu booleancần kênhcần tên lớpcần class-keycần class-namecần khai báocần khai báo hay câu lệnhcần các Ä‘ịnh danh khai báocần các Ä‘ịnh danh khai báo hay %<…%>cần câu khai báocần Ä‘iều lệnh elsecần kết thúc cá»§a capture-listcần kết thúc dòngcần biểu thứccần hàmcần tên hàmcần tên-hàm %<(%>cần Ä‘iều lệnh gotocần id-expressioncần id-expression (các Ä‘ối số)cần Ä‘ịnh danhcần một Ä‘ịnh danh hoặc %<(%>cần Ä‘ịnh danh %<)%>cần một Ä‘ịnh danh hoặc %<*%>cần bộ khởi tạoMong Ä‘ợi một số nguyêncần biểu thức nguyêncần giao diện hay con trỏ Ä‘ến giao diệncần khai báo nhắc lại hay sá»± khởi tạocần iteration-statementcần jump-statementcần labeled-statementcần namespace-namecần nested-name-specifiercần kiểu sốcần toán tá»­cần tên chuyển quacần con trỏcần biểu thức cÆ¡ bảncần ptr-operatorcần selection-statementcần specifier-qualifier-listcần biểu thứccần chuỗi văn chươngcần một chuỗi chữcần Ä‘ịnh danh hậu tốcần template-argumentcần template-idcần template-id cho kiểucần template-namecần bộ chỉ Ä‘ịnh kiểucần type-name (tên kiểu)cần type-specifiercần unqualified-idbiểu thức không thể Ä‘ược dùng như một hàmchỉ số phải là số nguyênextend_ref(): Äuôi sai%<;%> mở rộnggặp nhóm ngoặc móc thừa tại kết thúc cá»§a bộ khởi tạogặp yếu tố thừa trong bộ khởi tạo vô hướngkhông cho phép từ hạn Ä‘ịnh mở rộngdấu chấm phẩy mở rộnggặp lỗi khi khởi tạo phần bổ xung %sgặp lỗi khi lấy trạng thái thoát: %mgặp lỗi khi lấy thời gian tiến trình: %mgặp lỗi nghiêm trọng khi tải lại:các thuộc tính fastcall và thiscall không tương thích với nhaulỗi nghiêm trọng: fclose %s: %mtrường %q#D với cùng tên với lớptrường %qE Ä‘ược khai báo như là một hàmkhông có tên trường trong bộ khởi tạo hợp hoặc mục ghichỉ Ä‘ịnh Ä‘á»™ chính xác trườngbề rộng trườngchiều rộng cá»§a trường theo Ä‘ịnh dạng printfchiều rộng cá»§a trường theo Ä‘ịnh dạng scanfchiều rộng cá»§a trường theo Ä‘ịnh dạng strfmonchiều rộng cá»§a trường theo Ä‘ịnh dạng stfrtimechỉ Ä‘ịnh Ä‘á»™ rộng trườngtập tin còn %qs nhưng không vào Ä‘ượcký tá»± Ä‘iền vàoký tá»± Ä‘iền vào theo Ä‘ịnh dạng strftimefind_enum(): không tìm thấy bộ Ä‘ếmhàm fini Ä‘ược tìm trong Ä‘ối tượng %sđối số Ä‘ầu tiên phải là []byteđối số Ä‘ầu tiên cá»§a %q+D phải là %<int%>kiểu dấu chấm cố Ä‘ịnh không Ä‘ược hỗ trợ trên Ä‘ích nàykiểu dấu chấm cố Ä‘ịnh không hỗ trợ trong C++sai sá»­ dụng hằng số dấu chấm Ä‘á»™nghằng dấu chấm Ä‘á»™ng bị cắt cụt thành số khôngvăn bản dấu chấm Ä‘á»™ng cắt ngắn thành số khônghằng số dấu chấm Ä‘á»™ng không phải là một giá trị trá»±c tiếp hợp lệgặp lệnh Ä‘iều khiển luồng bên trong một khối cÆ¡ bảnfopen %s: %mcho %qDcần câu lệnh forcho khai báo hàm mẫu %q+Dcần câu lệnh for, while hoặc dođịnh dạngđịnh dạng là một chuỗi ký tá»± rộng lớnkhai báo trước cá»§a %q#Ttìm thấy %<%c%s%>tìm thấy %<-%E%> thay vì %<+%E%> trong giao thứcfr30_print_operand: sai Ä‘ặt mã %%Ffr30_print_operand: sai Ä‘ặt mã %%xfr30_print_operand: không nhận ra mã %%Afr30_print_operand: MEM chưa quản lýfr30_print_operand: không rõ mãfr30_print_operand: không nhận ra mã %%Bfr30_print_operand: không nhận ra mã %%bfr30_print_operand: không nhận ra mã %%pfr30_print_operand_address: Ä‘ịa chỉ chưa quản lýfree_expr0(): Kiểu biểu thức saifrv_print_operand: gặp mã không rõhàm %qD Ä‘ược khai báo %<virtual%> trong một unionhàm %qD Ä‘ược khởi tạo giống như là một biếnhàm %qD Ä‘ược Ä‘ịnh nghÄ©a lại thành một biếnthuộc tính hàm không khớpthân hàm có thể bị ghi Ä‘è lúc liên kếtthân hàm không sẵn sàngcú gọi hàm có giá trị tập hợphàm Ä‘ã khai báo %<noreturn%> có một câu lệnh %<return%>định nghÄ©a hàm Ä‘ược khai báo là %<auto%>định nghÄ©a hàm Ä‘ược khai báo là %<register%>định nghÄ©a hàm Ä‘ược khai báo là %<typedef%>định nghÄ©a hàm Ä‘ược khai báo là %qsđịnh nghÄ©a hàm không khai báo Ä‘ối sốđịnh nghÄ©a hàm có kiểu trả về là voidhàm không trả về kiểu chuỗihàm có thể trả về Ä‘ịa chỉ cá»§a biến cục bộhàm không phải Ä‘ược tính Ä‘ể chèn vào trá»±c tiếphàm không phải Ä‘ược khai báo trá»±c tiếp, và kích cỡ mã sẽ tăng lạihàm không thể chèn vào trá»±c tiếphàm không phải là á»©ng xá»­ Ä‘ể chèn vào trá»±c tiếpkiểu trả về hàm không thể là hàmhàm trả về hàmhàm trả về một mảnghàm trả về Ä‘ịa chỉ cá»§a biến cục bộhàm trả về Ä‘ịa chỉ cá»§a biến cục bộhàm trả về một tập hợpký hiệu hàm không phải là một hàmhỗ trợ function_profilerTrình Ä‘iều khiển gcc phiên bản %s %sexecuting gcc phiên bản %s
gcc phiên bản %s %s
gcov %s%s
gfc_add_interface(): Kiểu giao diện saigfc_arith_divide(): Kiểu cÆ¡ bản saigfc_arith_error(): Mã câu lệnh saigfc_arith_minus(): Kiểu cÆ¡ bản saigfc_arith_plus(): Kiểu cÆ¡ bản saigfc_arith_times(): Kiểu cÆ¡ bản saigfc_arith_uminus(): Kiểu cÆ¡ bản saigfc_compare_expr(): Kiểu cÆ¡ bản saigfc_copy_expr(): nút biểu thức saigfc_get_constant_expr(): vị trí %<where%> không thể là NULLgfc_is_constant_expr(): không hiểu kiểu biểu thứcgfc__match(): Mã khớp sai %cgfc_range_check(): Kiểu saigfc_resolve_blocks(): Kiểu khối saigfc_resolve_code(): Mã câu lệnh saigfc_resolve_code(): Không có biểu thức trên DO WHILEgfc_resolve_expr(): sai kiểu biểu thứcgfc_simplify_abs(): Kiểu saigfc_simplify_dcmplx(): Kiểu sai (x)gfc_simplify_dcmplx(): Kiểu sai (y)gfc_simplify_dim(): Kiểu saigfc_simplify_floor(): Kiểu saigfc_simplify_log: Kiểu saigfc_trans_code(): Mã câu lệnh saigfc_trans_select(): Kiểu cho biểu thức case sai.gfc_validate_kind(): Nhận loại saigfc_validate_kind(): Nhận kiểu saigfc_variable_attr(): Biểu thức không phải là một biếngfortran không hỗ trợ sá»­ dụng -E mà không có -cppgimplification gặp lỗibiến thanh ghi toàn cục có giá trị khởi tạonhận Ä‘ược %d Ä‘ối số mẫu cho %q#Dnhận Ä‘ược %d Ä‘ối số mẫu cho %q#Tgp bất biến (mà lưu/phục_hồi gp khi Ä‘ược gọi gián tiếp).gp_offset (%ld) hay end_offset (%ld) nhỏ hÆ¡n khôngphải biên dịch lại PCHiWMMXt và NEON là xung khác lẫn nhauiWMMXt không Ä‘ược hỗ trợ dưới chế Ä‘á»™ Thumbia64_print_operand: gặp mã không hợp lệđang bỏ qua thư mục trùng "%s"
đang bỏ qua thư mục không tồn tại "%s"
toán hạng không hợp lệđịa chỉ toán hạng không hợp lệ (1)địa chỉ toán hạng không hợp lệ (2)địa chỉ toán hạng không hợp lệ (3)địa chỉ toán hạng không hợp lệ (4)phát hiện toán hạng cấmkhai báo ngầm cá»§a hàm %qEcác mẫu ngầm không nên là %<virtual%>ngụ Ã½ END DO (kết thúc làm)trong %s, tại %s:%dtrong Ä‘ối số tới bộ nguyên phân !trong khối cÆ¡ bản %d:trong khai báo %q+Dtrong phần Ä‘ịnh nghÄ©a macro %qstrong phần mở rộng macro %qsin gfc_simplify_acos(): Kiểu saiin gfc_simplify_acosh(): Kiểu saiin gfc_simplify_asin(): Kiểu saiin gfc_simplify_asinh(): Kiểu saiin gfc_simplify_atan(): Kiểu saiin gfc_simplify_atanh(): Kiểu saiin gfc_simplify_cos(): Kiểu saiin gfc_simplify_exp(): Kiểu saiin gfc_simplify_sin(): Kiểu saitrong Ä‘ối số chuyển qua %P cá»§a %qDtrong Ä‘ịnh nghÄ©a cá»§a %q#Ttoán hạn dấu chấm Ä‘á»™ng / thanh ghi véctÆ¡ không tương thích cho â€œ%%%c”kiểu không tương thích cho Ä‘ối số %d cá»§a %qEkiểu không tương thích cho chỉ mục Ã¡nh xạkiểu không tương thích cho phương thức %s%s%skiểu không tương thích cho phương thức %s%s%s (%s)không tương thích kiểu Ä‘ối với bộ nhậnphép gán %qT cho %qT không tương thích kiểukhông tương thích kiểu trong bộ gá»­ichế Ä‘á»™ so sánh không Ä‘úngđịnh dạng biến Ä‘ổi không Ä‘úng, nên dùng 1/1
lệnh không Ä‘úng:lệnh không Ä‘úng:lệnh không Ä‘úng:phép gia tăng giá trị kiểu liệt kê là không hợp lệ trong C++số gia cá»§a hàm %qDtăng con trỏ tới loại không hoàn toàn %qTgia số cho thành viên chỉ-đọc %qDchỉ số phải là số nguyêngiá trị chỉ mục nằm ngoài phạm vi cho phéphàm init Ä‘ược tìm trong Ä‘ối tượng %sinit_arglist(): quá nhiều Ä‘ối sốđã khởi tạo một bộ phận mảng dẻobộ phận mảng dẻo bị khởi tạo trong một ngữ cảnh lồng nhautrường Ä‘ã khởi tạo bị ghi Ä‘ètrường Ä‘ã khởi tạo với hiệu á»©ng khác bị ghi Ä‘èyếu tố khởi tạo không phải là một biểu tượng hằng sốyếu tố khởi tạo không tính Ä‘ược vào lúc nạpyếu tố khởi tạo không phải hằng sốbộ khởi tạo kết thúc bất ngờbộ khởi tạo cho %q#D không hợp lệbộ khởi tạo Ä‘ược cung cấp cho hàmhàm chung dòng %q+D Ä‘ược khai báo nhưng chưa bao giờ Ä‘ược Ä‘ịnh nghÄ©ahàm chung dòng %q+D Ä‘ược khai báo yếuhàm chung dòng %qD Ä‘ược dùng nhưng chưa bao giờ Ä‘ược Ä‘ịnh nghÄ©ainlined_to con trỏ là saicon trỏ inlined_to chỉ Ä‘ến chính nótập tin Ä‘ầu vào %qs là cùng với tập tin Ä‘ầu rainsn chứa một Ä‘ịa chỉ sai !lệnh không thỏa những ràng buộc cá»§a nó:gặp lệnh bên ngoài khối cÆ¡ bảncài Ä‘ặt: %s%s
lệnh chưa bao giờ thá»±c hiệnsố nguyên chia cho khôngtràn số nguyên trong kích thước mảngbiểu thức nguyên %qE không là hằnglỗi biên dịch nội bộlỗi biên dịch nội bộ. Äá»‹a chỉ sai:lỗi biên dịch nội bộ. Dịch không Ä‘úng:lỗi biên dịch nội bộ. Không hiểu chế Ä‘á»™:lỗi biên dịch nội bộ: tính nhất quán nội tại gặp lỗi nghiêm trọnglỗi nội bộ : thanh ghi sai: %dđơn vị bên trong trong GHIsai toán hạng %%%c%%-code saitoán hạng %%A saitoán hạng %%B saisai toán hạng %%Cgiá trị %%C saisai toán hạng %%Dgiá trị %%D saigiá trị %%E saigiá trị %%F saichế Ä‘á»™ %%G không hợp lệgiá trị %%G saisai toán hạng %%Hđịnh danh %%H không hợp lệgiá trị %%H saisai toán hạng %%Imã %%J saigiá trị %%J saigiá trị %%K saisai toán hạng %%Lgiá trị %%L saisai toán hạng %%Mgiá trị %%M saisai toán hạng %%Ngiá trị %%N saigiá trị %%O saigặp toán hạng %%P saigiá trị %%P saigiá trị %%R saigiá trị %%T saigiá trị %%U saitoán hạng %%Y saitoán hạng %%c saitoán hạng %%d saigiá trị %%d saigiá trị %%e saitoán hạng %%f saigiá trị %%f saisai toán hạng %%hgiá trị %%h saisai toán hạng %%imã %%j saisai toán hạng %%jgiá trị %%j saigiá trị %%k saigiá trị %%m saigặp giá trị %%p saigiá trị %%q saisai toán hạng %%rgiá trị %%r saitoán hạng %%s saigiá trị %%s saisai toán hạng %%tgiá trị %%t/%%b saigiá trị %%u saigiá trị %%v saigiá trị %%x saimã %%xn saigiá trị %%y sai, hãy thá»­ sá»­ dụng ràng buộc â€œZ”“asm” không hợp lệ: Ä‘ối số IACC không hợp lệđặt sai UNSPEC như là toán hạngUNSPEC không hợp lệ như là toán hạng: %dkiểu trừu tượng cho %q+D không hợp lệđịa chỉ saisai Ä‘ặt chế Ä‘á»™ Ä‘ặt Ä‘ịa chỉđối số cá»§a thuộc tính %qE không hợp lệđối số cá»§a thuộc tính %qs không hợp lệđối số cá»§a SQRT tại %L không hợp lệđối số không hợp lệ cho %qDđối số không hợp lệ cho cú gọi hàm gimplecác Ä‘ối số không hợp lệgán mảng không hợp lệđặc tả lớp-cÆ¡-sở không hợp lệnhãn case không hợp lệ trong câu lệnh switcháp Ä‘ổi kiểu trừu tượng cho kiểu lớp %qT không hợp lệtoán hạng const_double saihằng không hợp lệhằng không hợp lệ - hãy thá»­ dùng bổ nghÄ©a kết xuấthằng không hợp lệ cho bổ nghÄ©a kết xuất â€œ%c”hằng không hợp lệ trong %<#pragma %s%>hằng không hợp lệ trong %<#pragma pack%> - nên bỏ quavéc-tÆ¡ hằng không hợp lệ cho bổ nghÄ©a kết xuất â€œ%c”sai Ä‘ặt ràng buộc cho toán hạngsai chuyển Ä‘ổi từ %<__fpreg%>sai chuyển Ä‘ổi sang %<__fpreg%>khai báo không hợp lệ cá»§a %<%T::%E%>bộ khai báo không hợp lệđịnh nghÄ©a không hợp lệ cá»§a kiểu hạn Ä‘ịnh %qTkiểu phụ thuộc không hợp lệkiểu dist_schedule không hợp lệđặc tả rõ ràng không hợp lệbiểu thức không hợp lệ - hãy thá»­ dùng bổ nghÄ©a kết xuấtbiểu thức như là toán hạng không hợp lệbiểu thức không hợp lệ cho bộ sá»­a Ä‘ầu ra â€œ%c”mô hình bộ nhớ không hợp lệ cho %<__atomic_compare_exchange%>sai dạng thức cá»§a %<#pragma omp atomic%>định dạng cá»§a %s không hợp lệhàm không hợp lệ trong cú gọi gimplebiểu thức gia không hợp lệbộ khởi tạo saimệnh Ä‘ề khởi tạo không hợp lệbộ khởi tạo cho %q#D không hợp lệlệnh sai:gặp dòng sai trong tập tin phân giảiđặc tả linkage không hợp lệkiểu Ã¡nh xạ không hợp lệbộ lọc saiđối số mô hình bộ nhớ không hợp lệ cho phần tích hợpmô hình bộ nhớ không hợp lệ cho %<__atomic_load%>mô hình bộ nhớ không hợp lệ cho %<__atomic_store%>toán hạng không hợp lệđịa chỉ toán hạng không hợp lệmã toán hạng sai â€œ%c”toán hạng không hợp lệ Ä‘ối với â€œ%%%c”sai Ä‘ặt toán hạng cho sá»± sá»­a Ä‘ổi â€œA”sai Ä‘ặt toán hạng cho sá»± sá»­a Ä‘ổi â€œD”sai Ä‘ặt toán hạng cho sá»± sá»­a Ä‘ổi â€œH”sai Ä‘ặt toán hạng cho sá»± sá»­a Ä‘ổi â€œO”sai Ä‘ặt toán hạng cho sá»± sá»­a Ä‘ổi â€œT”sai Ä‘ặt toán hạng cho sá»± sá»­a Ä‘ổi â€œb”sai Ä‘ặt toán hạng cho sá»± sá»­a Ä‘ổi â€œe”sai Ä‘ặt toán hạng cho sá»± sá»­a Ä‘ổi â€œm”sai Ä‘ặt toán hạng cho sá»± sá»­a Ä‘ổi â€œo”sai Ä‘ặt toán hạng cho sá»± sá»­a Ä‘ổi â€œp”toán hạng không hợp lệ cho chỉ Ä‘ịnh â€œr”sai Ä‘ặt toán hạng cho sá»± sá»­a Ä‘ổi â€œz”sai Ä‘ặt toán hạng cho mã â€œ%c”toán hạng không hợp lệ trong phép toán một ngôisai Ä‘ặt chữ sá»­a Ä‘ổi toán hạngsai Ä‘ặt mã kết xuất toán hạngtiền tố toán hạng không hợp lệtiền tố toán hạng không hợp lệ â€œ%%%c”sai kích cỡ toán hạng cho mã toán hạng â€œO”sai kích cỡ toán hạng cho mã toán hạng â€œZ”sai kích cỡ toán hạng cho mã toán hạng â€œz”sai Ä‘ặt toán hạng tới mã %%H/%%Ltoán hạng không hợp lệ cho mã %%Msai Ä‘ặt toán hạng tới mã %%Ntoán hạng không hợp lệ cho mã %%Osai Ä‘ặt toán hạng tới %%Rsai Ä‘ặt toán hạng tới mã %%Rsai Ä‘ặt toán hạng tới %%Ssai Ä‘ặt toán hạng tới mã %%T/%%Bsai Ä‘ặt toán hạng tới mã %%Utoán hạng không hợp lệ cho mã %%Vtoán hạng không hợp lệ cho mã %%Zsai Ä‘ặt toán hạng tới mã %%psai Ä‘ặt toán hạng tới mã %%stoán hạng không hợp lệ cho mã %%zsá»­ dụng loại toán hạng không hợp lệ với mã toán hạng â€œZ”toán hạng không hợp lệ trong phép toán nhị phântoán hạng không hợp lệ trong phép toán tam nguyêntoán hạng không hợp lệtoán tá»­ không hợp lệ (%s)thao tác sai %<__fpreg%>thao tác không hợp lệ cho %<#pragma omp atomic%>kiểu Ä‘ối số không hợp lệ %qTchế Ä‘á»™ con trỏ %qs không hợp lệcon trỏ cho trường bít %qD không hợp lệkiểu proc_bind không hợp lệkhai báo thuộc tính không hợp lệkiểu bộ nhận không hợp lệ %qsbộ khởi tạo saitên thanh ghi cho %q+D không hợp lệphân giải không hợp lệ trong tập tin phân giảikiểu lịch biểu không hợp lệbộ Ä‘ặt không hợp lệ, nó phải có một Ä‘ối sốsai Ä‘ặt toán hạng dờiphần khai báo mẫu cá»§a %qD không hợp lệtemplate-id không hợp lệkiểu không hợp lệ %qT Ä‘ược khai báo %<friend%>kiểu tham số không hợp lệ (có %qT)kiểu tham số không hợp lệ cá»§a %<->%> (có %qT)kiểu tham số không hợp lệ cá»§a %<->*%> (có %qT)kiểu không hợp lệ cho biến instance (minh dụ)kiểu không hợp lệ cho thuộc tínhcác kiểu không hợp lệ trong chuyển Ä‘ổi nopdùng không Ä‘úng %%d, %%x hoặc %%Xdùng %<…%> mà không có non-slice là không hợp lệdùng %<::%> không hợp lệdùng %<auto%> không hợp lệ trong Ä‘ối số mẫu mặc Ä‘ịnhdùng %<auto%> không hợp lệ trong Ä‘ặc tả ngoại lệdùng %<auto%> không hợp lệ trong Ä‘ối số mẫudùng %<restrict%> không hợp lệdùng %qD không hợp lệcách dùng không hợp lệ %qTsai sá»­ dụng â€œ%%%c”sá»­ dụng kết xuất cờ asm saidùng cấu tá»­ như là một mẫu là không hợp lệsai sá»­ dụng mảng không phải lvaluecách dùng không Ä‘úng tên từ hạn Ä‘ịnh %<%D::%D%>cách dùng không Ä‘úng tên từ hạn Ä‘ịnh %<%T::%D%>cách dùng không Ä‘úng tên từ hạn Ä‘ịnh %<::%D%>sá»­ dụng kiểu saikhông thể dùng %<::%> trong khai báo Ä‘ối sốsá»­ dụng sai biểu thức voidsố thứ tá»± phiên bản không hợp lệ %qstrích số không không hợp lệmục tin trong READbiến iteratornhảy tới nhãn lệnh casenhảy tới nhãn %qDcó rác á»Ÿ cuối #pragma __nostandardcó rác á»Ÿ cuối #pragma __standardcó rác á»Ÿ cuối %<#pragma %s%>có rác á»Ÿ cuối %<#pragma GCC visibility%>có rác á»Ÿ cuối %<#pragma align%>có rác á»Ÿ cuối %<#pragma fini%>có rác á»Ÿ cuối %<#pragma init%>có rác á»Ÿ cuối %<#pragma pack%>có rác á»Ÿ cuối cá»§a %<#pragma redefine_extname%>có rác á»Ÿ cuối %<#pragma reset_options%>có rác á»Ÿ cuối %<#pragma weak%>nhãnnhãn %q+D Ä‘ược khai báo nhưng chưa Ä‘ược Ä‘ịnh nghÄ©anhãn %q+D Ä‘ược Ä‘ịnh nghÄ©a nhưng chưa Ä‘ược dùngnhãn %q+D Ä‘ược dùng nhưng chưa Ä‘ịnh nghÄ©anhãn %qD Ä‘ược Ä‘ịnh nghÄ©a á»Ÿ Ä‘âykhông chấp nhận ngôn ngữ %sđối số cuối phải là giá trị trá»±c tiếpld trả về trạng thái thoát %dđồ chính xác bên tráiđồ chính xác bên trái theo Ä‘ịnh dạng strfmonsố lượng dịch trái  >= Ä‘á»™ rộng cá»§a kiểusố lượng dịch trái là số Ã¢mdịch trái cá»§a một giá trị Ã¢mlen lớn hÆ¡n capđồ sá»­a Ä‘ổi bề dàiđồ sá»­a Ä‘ổi chiều dài theo Ä‘ịnh dạng printfđồ sá»­a Ä‘ổi chiều dài theo Ä‘ịnh dạng scanfđồ sá»­a Ä‘ổi chiều dài theo Ä‘ịnh dạng strfmonchữ %c Ä‘ược tìm thấy & insn không phải là CONST_INTthư viện: %s
không tìm thấy thư viện lib%sbiểu thức bước thẳng phải là số nguyênlo_sum không phải thanh ghiký hiệu cục bộ phải Ä‘ược Ä‘ịnh nghÄ©alseek gặp lỗi khi xuất dữ liệulvalue Ä‘ược yêu cầu như là toán hạng giảmlvalue Ä‘ược yêu cầu như là toán hạng giathiếu tên macro sau %qssai dạng #pragma ghs phần%<#pragma %s%> sai dạng, bị bỏ qua%<#pragma %s%> sai dạng, bị bỏ qua%<#pragma align%> sai Ä‘ịnh dạng%<#pragma align%> sai dạng, bị bỏ qua%<#pragma fini%> sai dạng%<#pragma fini%> sai dạng, bị bỏ qua%<#pragma init%> sai dạng%<#pragma init%> sai dạng, bị bỏ qua%<#pragma message%> sai dạng, bị bỏ qua%<#pragma pack%> sai dạng, bị bỏ qua%<#pragma pack(pop[, id])%> sai dạng - nên bỏ qua%<#pragma pack(push[, id][, <n>])%> sai dạng - nên bỏ quatập tin ptx có dạng saiđối số hàm Ä‘ặc tả dạng saitên hàm Ä‘ặc tả dạng saimặt nạ phải là một giá trị trá»±c tiếpmatch_attr_spec(): Thuộc tính saikhông cho phép sá»­ dụng Ä‘ồng thời hai tùy chọn -EB và -ELkhông cho phép sá»­ dụng Ä‘ồng thời hai tùy chọn -m32 và -m64gặp lỗi phân bổ bộ nhớ khi Ä‘ang Ä‘ọc dữ liệu xuấtphương thức %s%s%s Ä‘ược Ä‘ánh dấu là go:nointerfacephương thức %s%s%s yêu cầu bộ nhận con trỏkhai báo không khớp khi Ä‘ang tối Æ°u hóa lúc liên kếtcác cha mẹ không khớpthiếu %<(%> sau %<#pragma GCC visibility push%> - nên bỏ quathiếu %<(%> sau %<#pragma pack%> - nên bỏ quathiếu %<=%> (sau thuộc tính %<getter%>)thiếu %<=%> (sau thuộc tính %<setter%>)thiếu [error|warning|ignored|push|pop] sau %<#pragma GCC diagnostic%>thiếu Ä‘ối số Ä‘ối cho %qsthiếu chắn sau khối %ithiếu ngoặc móc chung quanh bộ khởi tạothiếu paren Ä‘óngthiếu Ä‘ịnh nghÄ©athiếu thiết bị hay kiến trúc sau %qsthiếu edge %i->%ithiếu tên tập tin sau %qsthiếu biểu thức gia sốthiếu bộ khởi tạo cho thành viên %qDthiếu Ä‘ích makefile sau %qsthiếu phương thức%s%s%sthiếu sốthiếu paren mởtoán hạng còn thiếuthiếu Ä‘ường dẫn sau %qsthiếu Ä‘ối số mẫu sau %qTthiếu ký tá»± â€œ%c” chấm dứtnhiều hÆ¡n %d toán hạng trong %<asm%>sá»± loại từ Ä‘a thư viện %qs không hợp lệsá»± loại từ Ä‘a thư viện %qs không hợp lệsá»± lá»±a chọn Ä‘a thư viện %qs %qs không hợp lệsá»± lá»±a chọn Ä‘a thư viện %qs không hợp lệđặc tả Ä‘a thư viện %qs không hợp lệnhiều Ä‘ịnh nghÄ©a cho %q#Tnhiều bộ gọi chung dòngđa ref-qualifierscần %<typename%> trước %<%T::%E%> bởi vì %qT có phạm vi phụ thuộccần chuyển Ä‘ổi rõ ràngchiều dài insn Ã¢msố lượng dịch Ã¢mđộ rộng bị Ã¢m trong trường bít %q+Dcác sá»± xen kẽ phương ngôn assembly lồng nhauđịnh nghÄ©a lại bị lồng cá»§a %<struct %E%>định nghÄ©a lại bị lồng cá»§a %<union %E%>thành viên kế %q#D Ä‘ã khai báo á»Ÿ Ä‘âykhông tìm thấy phương thức %<%c%E%>không tìm thấy getter %qskhông có FUNCTION_PROFILER cho CRISkhông có Ä‘ối số nàokhông có Ä‘ối số tới hàm Ä‘ặc tảkhông chỉ Ä‘ịnh tên lớp với %qschưa Ä‘óng %<]%> cho Ä‘ịnh dạng %<%%[%>không có kiểu dữ liệu cho chế Ä‘á»™ %qskhông có tập tin nhập vàokhông có tập tin nhập vào ; không sẵn sàng ghi tập tin kết xuấtkhông khớp chocú gọi không khớp tới %<(%T) (%A)%>không có toán tá»­ hậu giảm cho loạikhông có toán tá»­ hậu gia cho loạikhông có toán tá»­ giảm gia cho loạikhông có toán tá»­ tiền gia cho loạichưa có khai báo trước Ä‘ây cho %qDchưa có khai báo nguyên mẫu trước Ä‘ây cho %qDchưa ghi rõ loại bộ xá»­ lý cần liên kếtđịa chỉ không chứa thanh ghi%<return%> (trả lại) không có giá trị, trong hàm trả lại non-void (không rỗng)không sclass cho %s stab (0x%x)không có kiểu có tên %q#T trong %q#Tnút có kiểu không hiểunon-AAPCS dẫn suất biến thể PCSKhởi tạo con trỏ khác KHÔNG tại %Ckiểu không-scalarthành viên dữ liệu không-tÄ©nh Ä‘ược khai báo giữ chỗ %qTmột bộ phận mảng dẻo bị khởi tạo một cách không phải tÄ©nhbộ khởi tạo chứa một chỉ mục mảng không phải hằng sốnhãn không-cục-bộthường hóa không thể cùng tồn tại với biến Ä‘ổi
không Ä‘ược cấu hình với hậu số phần Ä‘ầu sysrootkhông Ä‘á»§ Ä‘ối sốkhông có Ä‘á»§ Ä‘ối số Ä‘ể trả vềkhông Ä‘á»§ thông tin kiểughi chúghi chú: con trỏ rỗngsố phải là 0 hay 1số lượng Ä‘ối số không giống với nó khi khai báo mẫu hàmsố lượng thành phần cá»§a véctÆ¡ không thể là mÅ© cá»§a haisố cá»§a kết quả không khớp với số cá»§a giá trịobjc++-cpp-output Ä‘ã lạc hậu; vui lòng dùng objective-c++-cpp-output Ä‘ể thay thếobjc-cpp-output Ä‘ã lạc hậu; vui lòng dùng objective-c-cpp-output Ä‘ể thay thếđối tượng không phải là phương thứcđịnh dạng mã Maverick Ä‘ã cÅ© â€œ%c”khai báo cÅ© %q#Dđịnh nghÄ©a hàm theo cách cÅ©0.0 chỉ nạp Ä‘ược như là một số trá»±c tiếpmở %s gặp lỗi: %smở /dev/zero: %mmở tập tin phụ thuộc %s: %mmở tập tin kết xuất %qs: %smở tập tin kết xuất %s: %mtoán hạng không phải là một mã Ä‘iều kiện, mã toán hạng không hợp lệ â€œ%c”toán hạng không phải là một mã Ä‘iều kiện, mã toán hạng sai â€œD”toán hạng không phải là một mã Ä‘iều kiện, mã toán hạng sai â€œY”số thứ tá»± toán hạng còn thiếu Ä‘ằng sau %%-lettersố thứ tá»± toán hạng á»Ÿ ngoại phạm vicác kiểu toán hạng là %qT và %qTcác toán hạng cho %T/%t phải là reg + const_int:thuộc tính mức tối Æ°u không khớptùy chọn dòng lệnh %qs thì hợp lệ cho %s nhưng lại không với %sđối số tùy chọntùy chọn Ä‘ã bật: thiếu tùy chọn hay Ä‘ích sau %qstùy chọn Ä‘ược gá»­i: cần biểu thức nguyên%<default%> nguyên gốc á»Ÿ Ä‘âyđịnh nghÄ©a nguyên bản xuất hiện á»Ÿ Ä‘âyđịnh nghÄ©a lần Ä‘ầu á»Ÿ Ä‘âycuộc gọi hàm gián tiếp lần Ä‘ầu tiên không phải Ä‘ược tính Ä‘ể chèn vào trá»±c tiếpnguyên gốc Ä‘ược chỉ Ä‘ịnh á»Ÿ Ä‘âycấu tá»­ %qs mồ côivòng ngoài hÆ¡n %<__transaction_cancel%> không nằm trong vòng ngoài hÆ¡n %<__transaction_atomic%>chưa chỉ Ä‘ịnh tập tin Ä‘ầu vàotên tập tin kết xuất Ä‘ược chỉ ra hai lầnoutput_move_single:tràn kích thước mảngtràn trong biểu thức hằngtràn giá trị liệt kêchèn thêm cấu trúc cho vừa %q+Dđối số %q+D Ä‘ược khai báo %<_Noreturn%>đối số %q+D Ä‘ược khai báo %<inline%>đối số %qD Ä‘ược khai báo với kiểu voidđối số %qD có kiểu chưa Ä‘ầy Ä‘á»§tham số %qD Ä‘ược khởi tạođối số %qD Ä‘ặt nhưng chưa Ä‘ược dùngđối số %u (%q+D) có kiểu voidtham số %u có kiểu voidtên Ä‘ối số bị bỏ quađối số kiểu Ä‘ược dẫn suất tham số hóachuyển Ä‘ối số quá lớn cho ngăn xếppedwarnpedwarn: permerrorpermerror: pex_init bị lỗi: %mđối số con trỏsá»± gán hàm trỏcon trỏ hoặc kết quả cấp phát Ä‘ượccon trỏ Ä‘ến hàm Ä‘ược dùng trong số họccon trỏ Ä‘ến hàm Ä‘ược dùng trong phép trừđối số polymorphicđịa chỉ hậu gia không phải là một thanh ghihậu tố %qD cần trả về %qTđích không phải là một hàm trỏ hoặc một tham chiếuđịa chỉ tiền giảm không phải là một thanh ghiđịa chỉ tiền gia không phải là một thanh ghiđộ chính xácđộ chính xác theo Ä‘ịnh dạng printflệnh Thumb căn cứ vàogặp lệnh căn cứ vào trong dãy có Ä‘iều kiệntiền tố %qD cần trả về %qTprev_bb cá»§a %d phải là %d, chứ không phải %d%<#pragma omp declare reduction%> trướckhai báo trướckhai báo trước Ä‘ây %q#Dkhai báo trước Ä‘ây là %q#Dkhai báo trước á»Ÿ Ä‘âykhai báo trước Ä‘ây cá»§a %<%c%E%>khai báo trước Ä‘ây cá»§a %<%c%E%> như là %<@optional%>khai báo trước Ä‘ây cá»§a %<%c%E%> như là %<@required%>khai báo trước cá»§a %<%c%s%>khai báo trước Ä‘ây cá»§a %q+Dkhai báo trước Ä‘ây cá»§a %q+D á»Ÿ Ä‘âykhai báo trước Ä‘ây cá»§a %qDkhai báo trước Ä‘ây cá»§a %qEkhai báo trước Ä‘ây cá»§a %qL là linkageđịnh nghÄ©a trước á»Ÿ Ä‘âyđịnh nghÄ©a trước Ä‘ây cá»§a %q+D là Ä‘âysau Ä‘ặc tả trước Ä‘ây trong %q#Dđã khai báo trước á»Ÿ Ä‘âyđã Ä‘ịnh nghÄ©a trước á»Ÿ Ä‘âyđã Ä‘ịnh nghÄ©a trước là %scái trước Ä‘ược dùng là á»Ÿ Ä‘âymẫu nguyên gốc á»Ÿ Ä‘âythành viên riêng %q+#D trong hỗn hợp nặc danhkhông hỗ trợ sá»­ dụng chức năng Ä‘o hiệu năng sá»­ dụng với -mgchương trình: %s
thành viên bảo vệ %q+#D trong hỗn hợp nặc danhgiao thức %qE Ä‘ã lạc hậukhai báo mẫu trướcđược cung cấp cho %qDbổ từ q/Q không hợp lệ cho tham chiếu ký hiệumã hạn Ä‘ịnh trong khai báordynamic không Ä‘ược hỗ trợkhởi tạo lại cá»§a %qs tại %Lđọc gặp lỗi khi Ä‘ọc dữ liệu xuấtđang Ä‘ọc tập tin Ä‘ầu vàochèn vào trá»±c tiếp một cách Ä‘ệ quyyêu cầu Ä‘ệ quy bởi thay thế cá»§a %qS
yêu cầu Ä‘ệ quy từ %q#D
yêu cầu Ä‘ệ quy từ Ä‘ây
khai báo lại cá»§a %<enum %E%>khai báo lại cá»§a %q#Dkhai báo lại á»Ÿ Ä‘ây như là %q#Dhàm trá»±c tiếp bên ngoài Ä‘ã xác Ä‘ịnh lại thì không phải Ä‘ược tính Ä‘ể chèn vào trá»±c tiếpđịnh nghÄ©a lại cá»§a %<struct %E%>định nghÄ©a lại cá»§a %<union %E%>định nghÄ©a lại cá»§a %q#Dđịnh nghÄ©a lại cá»§a %q#Tđịnh nghÄ©a lại cá»§a %q+Dđịnh nghÄ©a lại cá»§a Ä‘ối số mặc Ä‘ịnh cá»§a %q#Dđịnh nghÄ©a lại cá»§a Ä‘ối số %q+Dđịnh nghÄ©a lại cá»§a typedef %q+Dđịnh nghÄ©a lại cá»§a typedef %q+D với kiểu khácđịnh nghÄ©a lại cá»§a typedef %q+D với kiểu sá»­a biến Ä‘ổitái khai báo không hợp lệ cho %q+Dtham chiếu %qD Ä‘ược khởi tạo bằng chính nótham chiếu Ä‘ến biến cục bộ %qD Ä‘ược trả vềvùng cá»§a lp %i là saithuộc tính regparam và thiscall không tương thích với nhauthá»±c hiện lại lớp %qEthay Ä‘ổi tên cá»§a Ä‘ặc tả %s thành %s
lặp %s trong Ä‘ịnh dạngđược yêu cầu bởi thay thế cá»§a %qS
được yêu cầu từ %q#D
được yêu cầu từ Ä‘ây
resolve_function(): kiểu hàm sairesolve_operator(): intrinsic sairesolve_subroutine(): kiểu hàm saitrả về không Ä‘ược phép bởi rào chắnkiểu trả về %q#T là một kiểu không hoàn toàntrả về kiểu mặc Ä‘ịnh cho %<int%>kiểu trả về là một kiểu không hoàn toàntrả về giá trị trong một hàm mà có kiểu không trả vềtrả về một giá trị từ cấu tá»­trả về một giá trị từ há»§y tá»­trả về danh sách bộ khởi tạotrả về tham chiếu Ä‘ến tạm thời (temporary)toán hạng phải cá»§a biểu thức dịch %q+E là số Ã¢mđồ chính xác bên phảiđồ chính xác bên phải theo Ä‘ịnh dạng strfmonsố lượng dịch phải  >= Ä‘á»™ rộng cá»§a kiểusố lượng dịch trái là số Ã¢m%qD Ä‘ược khai báo á»Ÿ Ä‘âyCPU rx100 không có phần cứng xá»­ lý số thá»±c dấu chấm Ä‘á»™ng FPUCPU rx200 không có phần cứng Ä‘Æ¡n vị dấu chấm Ä‘á»™ng (FPU)biến Ä‘ổi không thể cùng tồn tại với tiêu chuẩn hóa, nên bỏ qua
đối số thứ hai phải là kiểu slice hay chuỗiđối số 1 cá»§a __builtin_paired_predicate phải là một hằngđối số thứ hai cá»§a %<va_start%> không là Ä‘ối số có tên cuốiđối số thuộc tính phần không phải là một hằng chuỗiphần cá»§a %q+D không thể bị ghi Ä‘èbộ chọn phải là một giá trị trá»±c tiếpself-tests không Ä‘ược bật trong lần biên dịch nàyshared và mdll không tương thích với nhaucall_stmt Ä‘ược chia sẻ:chia sẻ (dùng chung) không Ä‘ược hỗ trợrtx dùng chungdịch cá»§a toán hạng không nguyênđọc ngắn khi xuất dữ liệuIF (nếu) Ä‘Æ¡n giảnsimplify_intrinsic_op(): Toán tá»­ saikích cỡ mảng %qE bị Ã¢mkích cỡ mảng %qE quá lớnkích cỡ mảng không phải là biểu thức hằng số nguyênkích cỡ mảng là quá lớnkích thước cá»§a vòng lặp %d nên là %d, không phải %dcỡ cá»§a mảng không tên là Ã¢mkích thước cá»§a mảng chưa Ä‘ặt tên là quá lớnkích cỡ biến %q+D quá lớnkích cỡ (long double) là 12.kích cỡ (long double) là 16.soft-float và long-double-128 là xung khắc nhautiếc là chưa thá»±c hiệntiếc là chưa thá»±c hiện: nguồn là một hàm trỏ tới loại không hoàn toànnguồn không phải là một hàm trỏnguồn không phải là một hàm trỏ tới lớpnguồn không phải có loại lớpnguồn có loại lớp không hoàn toànnguồn không có loại nhiều dạngđặc tả %qs có %<%%0%c%> không hợp lệđặc tả %qs có %<%%W%c%> không hợp lệđặc tả %qs có %<%%x%c%> không hợp lệđặc tả %qs không hợp lệtập tin Ä‘ặc tả không có Ä‘ặc tả Ä‘ể liên kếtđặc tả là â€œ%s”
 
đặc tả chứa cú pháp %%include dạng sai sau %ld ký tựđặc tả chứa cú pháp %%rename dạng sai sau %ld ký tựđặc tả chứa Ä‘ặc tả %s không có tên mớitập tin Ä‘ặc tả dạng sai sau %ld ký tựđặc tả chứa một lệnh %% không rõ sai sau %ld ký tá»±khung stack quá lớnstack_offset phải là bội số cá»§a 4stack_offset bé nhất phải là 4khung stack quá lớn: %d bytescâu lệnh không có tác Ä‘á»™ng gìlệnh Ä‘ược Ä‘ánh dấu cho throw á»Ÿ giữa một khốilệnh Ä‘ược Ä‘ánh dấu cho throw, nhưng không phải vậycâu lệnh không có tác dụngthẩm tra tÄ©nh gặp lỗithẩm tra tÄ©nh gặp lỗi: %sthành viên dữ liệu tÄ©nh %qD trong lớp không têntrên TPF-OS thì không hỗ trợ staticcác thuộc tính stdcall và thiscal không tương thích với nhaulạc %<@%> trong chương trìnhlạc %<\%o%> trong chương trìnhlạc %qc trong chương trìnhlạc %qs trong chương trìnhstruct Ä‘ược Ä‘ịnh nghÄ©a á»Ÿ Ä‘âystruct không có thành viên nàocấu có không thành viên Ä‘ã Ä‘ặt têngợi Ã½ bao quanh %<&&%> bằng dấu ngoặc Ä‘Æ¡n phía trong %<||%>đề nghị bao %<+%> bằng dấu ngoặc Ä‘Æ¡n toán hạng cá»§a %<&%>đề nghị bao %<+%> bằng dấu ngoặc Ä‘Æ¡n phía trong %<<<%>đề nghị bao %<+%> bằng dấu ngoặc Ä‘Æ¡n phía trong %<>>%>đề nghị bao %<-%> bằng dấu ngoặc Ä‘Æ¡n toán hạng cá»§a %<&%>đề nghị bao %<-%> bằng dấu ngoặc Ä‘Æ¡n phía trong %<<<%>đề nghị bao %<-%> bằng dấu ngoặc Ä‘Æ¡n phía trong %<>>%>gợi Ã½ bao quanh biểu thức %<>>%> bằng dấu ngoặc Ä‘Æ¡ngợi Ã½ là dùng dấu ngoặc Ä‘Æ¡n bao quanh biểu thức toán học trong toán hạng cá»§a %<^%>gợi Ã½ là dùng dấu ngoặc Ä‘Æ¡n bao quanh biểu thức toán học trong toán hạng cá»§a %<|%>gợi Ã½ là dùng dấu ngoặc Ä‘Æ¡n bao quanh phép gán Ä‘ược dùng như là giá trị chân lýgợi Ã½ là dùng dấu ngoặc Ä‘Æ¡n bao quanh biểu thức so sánh trong toán hạng cá»§a %<!=%>gợi Ã½ là dùng dấu ngoặc Ä‘Æ¡n bao quanh biểu thức so sánh trong toán hạng cá»§a %<&%>gợi Ã½ là dùng dấu ngoặc Ä‘Æ¡n bao quanh biểu thức so sánh trong toán hạng cá»§a %<==%>gợi Ã½ là dùng dấu ngoặc Ä‘Æ¡n bao quanh biểu thức so sánh trong toán hạng cá»§a %<^%>gợi Ã½ là dùng dấu ngoặc Ä‘Æ¡n bao quanh biểu thức so sánh trong toán hạng cá»§a %<|%>gợi Ã½ là dùng dấu ngoặc Ä‘Æ¡n bao quanh biểu thức so sánh trong toán hạng cá»§a %<!%> hoặc thay Ä‘ổi %<&%> thành %<&&%> hay %<!%> thành %<~%>gợi Ã½ là dùng dấu ngoặc Ä‘Æ¡n bao quanh biểu thức so sánh trong toán hạng cá»§a %<!%> hay thay Ä‘ổi %<|%> thành %<||%> hay %<!%> thành %<~%>các khả năng Ä‘ược gợi Ã½:hỗ trợ cho chế Ä‘á»™ %qsswitch %qs không bắt Ä‘ầu với %<-%>switch %qs không còn tiếp tục Ä‘ược hỗ trợ nữaswitch thiếu case mặc Ä‘ịnhswitch bắt Ä‘ầu á»Ÿ Ä‘âyký hiệu dùng như là toán hạng giá trị trá»±c tiếpký hiệu dùng với thanh ghi cả hai loại cÆ¡ bản và phụ lụcký hiệu với hiệu số dùng trong chế Ä‘á»™ PICsymtab_node::verify gặp lỗisysctl cho kern.osversion gặp lỗi: %mđường dẫn hệ thống %qs không phải dạng tuyệt Ä‘ốilấy Ä‘ịa chỉ cá»§a mảng tạmCPU Ä‘ích không hỗ trợ chế Ä‘á»™ ARMCPU Ä‘ích không hỗ trợ chỉ lệnh THUMBCPU Ä‘ích không hỗ trợ làm việc tương tácCPU Ä‘ích không hỗ trợ truy cập chưa cân chỉnhCPU Ä‘ích không hỗ trợ truy cập chưa cân chỉnhđối số Ä‘íchđịnh dạng Ä‘ích không hỗ trợ vô cá»±cđích không phải là một hàm trỏ hoặc một tham chiếuđích không phải là hàm trỏ hoặc tham chiếu Ä‘ến hạngđích không phải là hàm trỏ hoặc tham chiếu Ä‘ến loại hoàn toàntùy chọn Ä‘ặc trưng cho Ä‘ích vẫn không tương á»©nghệ thống Ä‘ích không hỗ trợ xuất gỡ lỗicho khai báo hàm mẫu %q+Dđối số mẫu %q+#Dcác Ä‘ối số tạm không thể là bạntemplate-id %qD cho %q+D không khớp bất kỳ khai báo mẫu nàotemplate-id %qD Ä‘ược dùng như bộ khai báotemplate-parameter-các mẫu không thể là %<virtual%>bộ tam nguyên %<operator?:%>bộ tam nguyên %<operator?:%> trong %<%E ? %E : %E%>thuộc tính %<interrupt%> cần bộ xá»­ lý MIPS32r2 hay mới hÆ¡nthuộc tính %qE cần tham sốđích này không hỗ trợ %qscờ printf â€œ â€œcờ strfmon â€œ!”cờ printf â€œ#”cờ strftime â€œ#”cờ printf â€œ'”cờ scanf â€œ'”cờ strfmon â€œ(”cờ printf â€œ+”cờ strfmon â€œ+”cờ printf â€œ-”cờ strfmon â€œ-”cờ strftime â€œ-”cờ printf â€œ0”cờ strftime â€œ0”đồ sá»­a Ä‘ổi â€œE” cá»§a strftimecờ printf â€œI”cờ scanf â€œI”đồ sá»­a Ä‘ổi â€œO”đồ sá»­a Ä‘ổi â€œO” cá»§a strftimecờ strfmon â€œ^”cờ strftime â€œ^”cờ strftime â€œ_”cờ scanf â€œa”cờ scanf â€œm”cờ chẩn Ä‘oán â€œq”tùy chọn -shared (chia sẻ) hiện thời không Ä‘ược hỗ trợ cho VAX ELFCPU RX100 không có phần cứng hỗ trợ dấu chấm Ä‘á»™ng (FPU)CPU RX200 không có phần cứng hỗ trợ dấu chấm Ä‘á»™ng (FPU)địa chỉ cá»§a %qD sẽ không bao giờ là NULLtính năng scanf Ä‘ể thu hồi sá»± gántrình biên dịch sẽ coi rằng Ä‘ịa chỉ cá»§a %qD sẽ không bao giờ là NULLsố lượng không Ä‘ược nhỏ hÆ¡n 0.  hãy kiểm tra bên trong _mm_sll_pi16 trong mã.số lượng không Ä‘ược nhỏ hÆ¡n 0.  hãy kiểm tra bên trong _mm_sll_pi32 trong mã.số lượng không Ä‘ược nhỏ hÆ¡n 0.  hãy kiểm tra bên trong _mm_sll_si64 trong mã.số lượng không Ä‘ược nhỏ hÆ¡n 0.  hãy kiểm tra bên trong _mm_slli_pi16 trong mã.số lượng không Ä‘ược nhỏ hÆ¡n 0.  hãy kiểm tra bên trong _mm_slli_pi32 trong mã.số lượng không Ä‘ược nhỏ hÆ¡n 0.  hãy kiểm tra bên trong _mm_slli_si64 trong mã.số lượng không Ä‘ược nhỏ hÆ¡n 0.  hãy kiểm tra bên trong _mm_sra_pi16 trong mã.số lượng không Ä‘ược nhỏ hÆ¡n 0.  hãy kiểm tra bên trong _mm_sra_pi32 trong mã.số lượng không Ä‘ược nhỏ hÆ¡n 0.  hãy kiểm tra bên trong _mm_sra_si64 trong mã.số lượng không Ä‘ược nhỏ hÆ¡n 0.  hãy kiểm tra bên trong _mm_srai_pi16 trong mã.số lượng không Ä‘ược nhỏ hÆ¡n 0.  hãy kiểm tra bên trong _mm_srai_pi32 trong mã.số lượng không Ä‘ược nhỏ hÆ¡n 0.  hãy kiểm tra bên trong _mm_srai_si64 trong mã.số lượng không Ä‘ược nhỏ hÆ¡n 0.  hãy kiểm tra bên trong _mm_srl_pi16 trong mã.số lượng không Ä‘ược nhỏ hÆ¡n 0.  hãy kiểm tra bên trong _mm_srl_pi32 trong mã.số lượng không Ä‘ược nhỏ hÆ¡n 0.  hãy kiểm tra bên trong _mm_srl_si64 trong mã.số lượng không Ä‘ược nhỏ hÆ¡n 0.  hãy kiểm tra bên trong _mm_srli_pi16 trong mã.số lượng không Ä‘ược nhỏ hÆ¡n 0.  hãy kiểm tra bên trong _mm_srli_pi32 trong mã.số lượng không Ä‘ược nhỏ hÆ¡n 0.  hãy kiểm tra bên trong _mm_srli_si64 trong mã.đối số thứ năm phải là giá trị trá»±c tiếp 8-bitđối số thứ tư phải là tá»· lệ 1, 2, 4, 8đối số trá»±c tiếp phải là giá trị trá»±c tiếp 4-bítđối số trá»±c tiếp phải là giá trị trá»±c tiếp 5-bítđối số trá»±c tiếp phải là giá trị trá»±c tiếp 8-bítkiểu không tương thích Ä‘ược Ä‘ịnh nghÄ©a á»Ÿ Ä‘âyđối số cuối phải là giá trị trá»±c tiếp 1-bítđối số cuối phải là giá trị trá»±c tiếp 2-bítđối số cuối phải là giá trị trá»±c tiếp 3-bítđối số cuối phải là giá trị trá»±c tiếp 32-bítđối số cuối phải là giá trị trá»±c tiếp 4-bítđối số cuối phải là giá trị trá»±c tiếp 5-bítđối số cuối phải là giá trị trá»±c tiếp 1-bítđối số cuối phải là giá trị trá»±c tiếp 8-bítđối số cuối phải là tá»· lệ 1, 2, 4, 8m210 không có hỗ trợ về cuối nhỏvùng cá»§a số lượng phải nằm trong vùn 0 Ä‘ến 32.  hãy kiểm tra bên trong _mm_ror_pi16 trong mã.vùng cá»§a số lượng phải nằm trong vùn 0 Ä‘ến 32.  hãy kiểm tra bên trong _mm_ror_pi32 trong mã.vùng cá»§a số lượng phải nằm trong vùn 0 Ä‘ến 32.  hãy kiểm tra bên trong _mm_rori_pi16 trong mã.vùng cá»§a số lượng phải nằm trong vùn 0 Ä‘ến 32.  hãy kiểm tra bên trong _mm_rori_pi32 trong mã.vùng cá»§a số lượng phải nằm trong vùn 0 Ä‘ến 64.  hãy kiểm tra bên trong _mm_ror_si64 trong mã.vùng cá»§a số lượng phải nằm trong vùn 0 Ä‘ến 64.  hãy kiểm tra bên trong _mm_rori_si64 trong mã.vùng mặt nạ phải nằm từ 0 Ä‘ến 255vùng bộ chọn phải nằm từ 0 Ä‘ến 1vùng bộ chọn phải nằm từ 0 Ä‘ến 3vùng bộ chọn phải nằm từ 0 Ä‘ến 7đối số thứ ba phải là giá trị trá»±c tiếp 8-bitđối số thứ năm phải là giá trị trá»±c tiếp 8-bithàm dá»±ng sẵn chỉ sẵn có trên fr405 và fr450hàm dá»±ng sẵn chỉ sẵn có trên fr405hàm dá»±ng sẵn chỉ sẵn có trên fr500 và fr550bộ dịch này không hỗ trợ %sđây là nhãn mặc Ä‘ịnh Ä‘ầu tiênđây là lệnh:hàm Ä‘a phương tiện chỉ sẵn có trên fr400 và fr500hàm Ä‘a phương tiện chỉ sẵn có trên fr500đích này không hỗ trợ %qskiến trúc Ä‘ích là về cuối nhỏ (little-endian)quá Ã­t Ä‘ối số tới %%:compare-debug-auxbase-optquá Ã­t Ä‘ối số cho %%:replace-extensionquá Ã­t Ä‘ối số tới %%:version-comparequá Ã­t Ä‘ối số cho há»§y tá»­ %q#Dquá Ã­t Ä‘ối số cho hàmquá Ã­t Ä‘ối số cho hàm %q#Dquá Ã­t Ä‘ối số cho hàm %qEquá Ã­t Ä‘ối số cho hàm thành viên %q#Dquá Ã­t Ä‘ối số cho phương thức %q#Dquá Ã­t biểu thức cho cấu trúcquá nhiều mệnh Ä‘ề %<if%>quá nhiều Ä‘ối số %<static%>quá nhiều mệnh Ä‘ề %qsquá nhiều thay thế trong %<asm%>quá nhiều Ä‘ối sốquá nhiều Ä‘ối số cho Ä‘ịnh dạngquá nhiều Ä‘ối số tới %%:compare-debug-auxbase-optquá nhiều Ä‘ối số tới %%:compare-debug-dump-optquá nhiều Ä‘ối số tới %%:compare-debug-self-optquá nhiều Ä‘ối số tới %%:version-comparequá nhiều Ä‘ối số cho cấu tá»­ %q#Dquá nhiều Ä‘ối số cho hàmquá nhiều Ä‘ối số cho hàm %q#Dquá nhiều Ä‘ối số cho hàm %qEquá nhiều Ä‘ối số Ä‘ể thá»±c hiệnquá nhiều Ä‘ối số cho hàm thành viên %q#Dquá nhiều Ä‘ối số cho phương thức %q#Dquá nhiều Ä‘ối số cho cho phương thức %qEquá nhiều biểu thức cho cấu trúcquá nhiều bộ khởi tạo cho %qTquá nhiều tập tin nhập vàoquá nhiều cha Ä‘ược mởquá nhiều giá trị trong lệnh trả vềngôn ngữ C truyền thống từ chối toán tá»­ cộng một ngôikiểm tra cây: %s, có %s trong %s, tại %s:%dtree check: cần lớp %qs, có %qs (%s) trong %s, tại %s:%dtree check: cần không gì cá»§a %s, có %s trong %s, tại %s:%ddùng %qE Ä‘ể thay thếcần thiết Ã­t nhất hai phần cho %skiểu %qE có các hàm thành viên áº£okiểu %qT không là cÆ¡ sở trá»±c tiếp cá»§a %qTkiểu %qT quá lớnkiểu %qT nên khớp kiểu %qTkiểu không có phương thứckiểu Ä‘ã lạc hậukiểu Ä‘ã lạc hậu: %skiểu không khớp cho nhãn case trong câu lệnh switchkiểu không khớp trong biểu thức nhị phânkiểu không khớp trong biểu thức Ä‘iều kiệnkhông khớp kiểu trong tham số %ikiểu cá»§a %qD mặc Ä‘ịnh Ä‘ến %<int%>không hiểu kiểu cá»§a %qEtypedef %q+D Ä‘ược khai báo %<_Noreturn%>typedef %q+D Ä‘ược khai báo %<inline%>typedef Ä‘ược khai báo %<auto%>các kiểu có lẽ không nên Ä‘ược Ä‘ịnh nghÄ©a trong Ã¡p kiểucác kiểu không nên Ä‘ược Ä‘ịnh nghÄ©a trong Ä‘ối số mẫukhông thể mô phỏng %qskhông thể tạo ra việc nạp lại cho:không thể mở tập tinkhông thể mở tập tin nhật ký %<vtv_class_set_sizes.log%>: %mkhông thể mở tập tin nhật ký %<vtv_count_data.log%>: %mkhông thể mở tập tin nhật ký %<vtv_set_ptr_data.log%>: %mthậm chí không thể in ra toán hạng; mã == %d (%c)%2d không Ä‘iều kiện chưa bao giờ thá»±c hiện
%2d không Ä‘iều kiện Ä‘ược lấy %s
bộ chọn chưa Ä‘ược khai báo %qEcần AST thuộc kiểu %sgặp tham số thừacần thuộc tínhgặp loại cÆ¡ bản (base-type) bất thường trong cris_print_indexgặp loại chỉ mục (index-type) bất thường trong cris_print_indexgặp toán hạng nhân lên bất thườngkhông cần offsetgặp toán hạng bất thườnggặp hiệu á»©ng khác bất thường trong Ä‘ịa chỉkhông nhận ra gọi opunion Ä‘ược Ä‘ịnh nghÄ©a á»Ÿ Ä‘âyunion không có thành viên nàounion không có thành viên nàokhông hiểu thuật toán IRA %qskhông hiểu vùng IRA %qskhông hiểu mô hình phân vùng TLS %qskhông hiểu mô hình TLS %qskhông hiểu thuật toán xếp lại khối cÆ¡ bản %qskhông hiểu giá trị cc_attrkhông rõ Ä‘íchkhông hiểu kiểu chính xác bị vượt quá %qskhông rõ chế Ä‘á»™ lệnhkhông hiểu xuất bộ liên kết %qskhông hiểu chế Ä‘á»™ máy %qEkhông rõ lệnh di chuyển:không hiểu ABI offload %qskhông hiểu toán tá»­ %qs trong %%:version-comparekhông hiểu tùy chọn %q.*s trong %<-fopt-info-%s%>không hiểu mô hình kích thước con trỏ %qskhông hiểu thuộc tính tính chấtkhông hiểu dấu chấm câu â€œ%c”không hiểu tên thanh ghi: %skhông rõ bỏ ghi rõ bố trí lạikhông hiểu hàm Ä‘ặc tả %qskhông rõ nguồnkhông hiểu tùy chọn chỉnh (%s)không hiểu tên kiểu %qEkhông hiểu kiểu tên %qE; Ã½ bạn là %qs?union Ä‘ược Ä‘ịnh nghÄ©a á»Ÿ Ä‘âyunquote_string(): nhận chuỗi saikhông thể Ä‘ọc Ä‘ượckhông nhận ra Ä‘ối số cá»§a tùy chọn không nhận ra lệnh:không nhận ra Ä‘ịa chỉkhông nhận ra Ä‘ối số tới tùy chọn %qskhông nhận giá trị khả kiến ivar %qskhông nhận ra tên thanh ghi %qskhông nhận ra giá trị thứ tá»± kho vô hướng %qskhông nhận ra Ä‘iều nên là hằng sốlỗi không thể phục hồi Ä‘ượcđối số không Ä‘ược hỗ trợ cho %DHóa hợp không Ä‘ược hỗ trợ: %skhông hỗ trợ chuyển Ä‘ổi dấu chấm cố Ä‘ịnhsimdlen không Ä‘ược hỗ trợ %dsá»± xen kẽ phương ngôn assembly chưa chấm dứtgặp chuỗi Ä‘ịnh dạng chưa Ä‘ược chấm dứttham số chưa dùng %q+Dbiến chưa Ä‘ược dùng %q+Dbiến chưa Ä‘ược dùng %qDdùng %<%T::%D%> thay thếdùng %<%T::%D%> thay cho %<%T::%D%> cho tên cá»§a cấu tá»­ trong tên hạn Ä‘ịnhdùng %<this->%D%> thay thếdùng %qs trong mẫudùng cá»§a %s và %s cùng với Ä‘ịnh dạng %sdùng cá»§a %s và %s cùng với %<%%%c%> Ä‘ịnh dạng %sdùng hàm bị xóa %qDđang dùng %<%c%s%>sá»­ dụng darwin64 ABIđang dùng trường không hợp lệ %qDsá»­ dụng darwin ABI kiểu cũđối số hợp lệ là: %s; có phải Ã½ bạn là là: %qs?đối số hợp lệ cho cho %qs là: %sđối số giá trịgiá trị Ä‘ược tính không Ä‘ược sá»­ dụngbiến %q+D Ä‘ược khai báo %<_Noreturn%>biến %q+D Ä‘ược khai báo %<inline%>biến %qD có kiểu hàmbiến %qD Ä‘ược Ä‘ịnh nghÄ©a lại là một hàmbiến %qD Ä‘ược Ä‘ặt nhưng lại chưa Ä‘ược dùngmảng có Ä‘á»™ dài biến Ä‘ổi %qD Ä‘ược dùngmảng có Ä‘á»™ dài biến Ä‘ổi Ä‘ược dùngbiến hay trường Ä‘ược khai báo là voidký hiệu biến Ä‘ổi không là một biếnkhông thể khởi tạo một Ä‘ối tượng có kích cỡ biến Ä‘ổiverify_cgraph_node gặp lỗiverify_flow_info gặp lỗiverify_flow_info: Khối cÆ¡ sở %d succ edge bị hỏngverify_flow_info: Khối %i có loop_father, nhưng chẳng có vòng lặp nào cảverify_flow_info: Khối %i thiếu loop_fatherverify_flow_info: Trùng cạnh (edge) %i->%iverify_flow_info: Các khối sai cho fallthru %i->%iverify_flow_info: fallthru sai %i->%iverify_flow_info: REG_BR_PROB không khớp cfg %i %iverify_gimple gặp lỗiverify_ssa gặp lỗithuộc tính phiên bản không phải là một chuỗiphương thức áº£o %qDvms â€œ#pragma __message” bị lờ Ä‘iđối số hay thay Ä‘ổibảng vtable chowaitpid bị lỗicảnh báo: cảnh báo: nên cân nhắc liên kết dùng â€œ-static” như là thư viện hệ thốngweakref không Ä‘ược hỗ trợ trong cấu hình nàykhi ghi kết xuất ra %s: %mvớitrong vòng lặp nàyđang ghi tập tin Ä‘ầu ragặp lệnh không Ä‘úng trong cạnh failthrusai số tham số cho %<__builtin_addressof%>sai số lượng Ä‘ối số cho %<__builtin_choose_expr%>sai số lượng Ä‘ối số cho %<__builtin_choose_expr%>đối số sai số lượng cho %<__builtin_complex%>đối số sai số lượng cho %<__builtin_launder%>sai số tham số cho %<__builtin_shuffle%>sai số lượng Ä‘ối số cho hàm %<__builtin_next_arg%>sai số lượng Ä‘ối số cho hàm %<va_start%>sai số lượng Ä‘ối số hàm mẫu (%d, phải là %d)sai số lượng Ä‘ối số mẫu (%d, cần Ã­t nhất phải là %d)sai kiểu Ä‘ối số cho %sđối số có loại sai Ä‘ối với bộ tuyệt Ä‘ốiđối số có loại sai Ä‘ối với phần bù bitđối số có loại sai Ä‘ối với phần chiasai Ä‘ối số kiểu Ä‘ể giảmđối số sai kiểu cho gia sốđối số có loại sai Ä‘ối với dấu trừ nguyên phânđối số có loại sai Ä‘ối với dấu cộng nguyên phânxstormy16_print_operand: gặp mã không rõz/Kiến trúc.mảng có kích thước bằng không hay bị Ã¢m %q+Dkích thước véc-tÆ¡ khôngtrường bít %q+D có Ä‘á»™ rộng là khôngđộ rộng bằng không cho bit-field %qsđộ rộng bằng không trong Ä‘ịnh dạng %schuỗi Ä‘ịnh dạng %s có Ä‘á»™ dài bằng khôngmảng có kích thước bằng không %qDmảng có kích thước không %qT{nặc danh}