forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-02-14 9c26bd2fb3d1b04cfe748cd7a8d8883feff5250f
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
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
Þ•¤U H`µaµ-cµ1‘µõ ØµÛùµ+Õ¶0·K2· ~· ‹·—·<«·Bè·R+¸>~¸@½¸9þ¸C8¹5|¹I²¹ü¹º!(º$Jº oºº"®º+ѺýºF»3J»Q~»7л8¼8A¼5z¼5°¼]æ¼<D½w½Iù½AC¾:…¾KÀ¾N ¿9[¿B•¿OØ¿L(ÀRuÀ;ÈÀ8Á>=ÁI|ÁIÆÁBÂ4SÂ~ˆÂ?ÃDGÃEŒÃ@ÒÃEÄCYÄ=ÄPÛÄ{,ÅB¨Å?ëʼn+Æ9µÆ/ïÆPÇCpÇF´ÇEûÇEAÈC‡ÈQËÈNɐlÉGýÉŒEÊOÒÊR"ËCuËQ¹ËF Ì9RÌ=ŒÌ=ÊÌ4ÍP=ÍMŽÍBÜÍGÎIgÎ@±ÎHòÎB;Ï7~϶ÐEÓÐ
Ñ8$Ñ.]Ñ.ŒÑ>»ÑúÑ) Ò06Ò+gÒZ“ÒAîÒ 0ÓQÓfÓyÓ$™Ó$¾Ó*ãÓ*Ô9ÔTÔ oÔ ÔœÔ#­ÔÑÔ!èÔE
ÕPÕLnÕ»ÕÎÕ7áÕGÖ$aÖ†Ö¢ÖJºÖ8×>×R×-f×Q”×Kæ×L2ØSØ5ÓØI    ÙYSÙc­Ù"Ú=4ÚrÚ#‚Ú#¦Ú5ÊÚ9Û1:Û3lÛ* Û4ËÛ.Ü2/Ü4bÜ,—Ü6ÄÜQûÜ3MÝ3Ý=µÝ(óÝÞC0Þ7tÞI¬ÞIöÞW@ßE˜ß"Þß9à.;à"jà2à&Àà,çàPá?eáF¥áDìá?1â=qâN¯â@þâ?ã(_ã*ˆã:³ã!îã ä&1ä4Xää#¦äÊä.æä å6å.Oå!~å, åSÍå&!æpHæ.¹æ;èæ]$ç7‚ç?ºç!úç5è@RèK“èßè>ýèf<éE£é!éé! ê'-êjUê(Àê*éêë>+ëjë:ë"¼ëßëþë$ì2BìuìŒìU«ì-í?/í0oí+ í.Ìí*ûí2&î+Yî-…î3³î.çîDï3[ï$ï+´ï:àïð18ð4jð$Ÿð/Äð1ôðE&ñ2lñ-ŸñÍñìñ ò5#ò9Yò*“ò*¾ò?éò6)ó8`ó(™ó8Âó4ûó20ô8cô/œô-Ìô"úô8õ3VõCŠõ.Îõ/ýõ -ö(NöwöN—ö1æöJ÷'c÷"‹÷&®÷Õ÷1ó÷%ø%>ø1dø<–ø9Óø, ù!:ù&\ù(ƒù5¬ùeâù%Hú?nú4®ú/ãú=û:Qû,Œû6¹û3ðû8$ü]ü%wü6ü*Ôü!ÿüW!ýJyý:Äý3ÿý(3þ2\þDþ5Ôþ)
ÿ)4ÿ!^ÿ+€ÿ=¬ÿ3êÿ!9@-z%¨6Î/#5GY-¡Ï#ë'.74f/›1ËAý-?1m=Ÿ,Ý*
/5,e’®JÎ+pE¶ÈÙ+ô- N@l­"Áä9û95"o3’Æß#ú$AC…TŸ-ô"    F7    ~    +™    4Å    7ú    S2
G†
%Î
ô
! *5 ` $| *¡ Ì Wì -D *r  !µ  ×  ø , #F 'j "’ &µ Ü #ü ' "H&k-’ÀÒï: H[$z%ŸÅ#ã'/6N%…«Ëê% F3b–¬Ë]Ý;0Q/‚#²Öê,A2*t.Ÿ!Î*ð'HC5Œ.Âñ))2"\#£´$Ä(é;,(h‘°Ë$ë05Aw"6°4çCJ`*«6Ö' I5,.¬1Û2 ;@6|5³é%    0/`4v«+É(õ-=/k(›"Ä,ç'/<1l'ž5Æ0ü'-1U3‡6» ò?.S-‚+° Üý *3 '^ *† ± ]Ë ))!"S!'v!+ž!Ê!Ü!Fò!9"-Y" ‡"¨"¾"1Ð"I#ML#Kš#Zæ#kA$[­$N    %0X%/‰%#¹%-Ý%& &2&I&>`& Ÿ&À&,à& '%'*B'.m'+œ''È'0ð'6!(CX(:œ(;×()+/)[){)š)"º)Ý)ö)*).*)X*‚** ´*#Õ*ù*+$*+2O+‚++´+1Ì+5þ+'4,\,u,'‹,0³,6ä,,-0H--y-+§- Ó- ô-.'5.].'p.3˜.'Ì.ô.&/*7/b/,{/¨/7Â/'ú/#"0F0!f0%ˆ0#®0Ò0!î0 11/121610F1w1 ~1‹1”1¥1®1¾1×1#ñ1O2.e29”2$Î2ó2/3A32X3*‹3.¶3)å3&4'64&^4&…4%¬4#Ò4'ö4%5(D5 m5$Ž5 ³5"Ô5,÷52$6W6w6*–6,Á6.î617)O7y7™7°7)Ê7ô78,86H883š87Î8>9E91a9$“90¸9é9ð9:#,:P:+p:œ:¢:²:Å:Ù:ñ: ;:;)Z;J„;CÏ;<,+<X<_<,f<
“<6ž<Õ<$ñ< =#7=[=(t==7º=(ò=>5;>q>)…>/¯>!ß> ?'"? J?0k?œ? ·? Å?æ?ý?@,@F@U@-s@"¡@Ä@!Þ@)A *A'KAYsAÍAÏAØAáA$êA3BCBR_B²B»BÄBÍBÖB!ßBC C*C 3C@CICRC[CdC€C‰C-C5»C,ñC D†*D7±DréD\E*zE<¥E.âEF-F5JF €F€ŽFG;G(QG+zG.¦G+ÕG-H/H3FHzH#ŽH²H.ÌH,ûH,(I*UI%€I-¦I+ÔI$J+%JQJ)kJ.•J$ÄJ/éJK;5K7qK$©KÎK"åK!L:*L-eL “L6 L3×L6 M#BM#fM'ŠM$²M1×ML    N=VNB”N,×N-O/2O8bO2›O;ÎO'
P2P0IP4zPJ¯P<úPP7QAˆQQÊQAR^RXzRRÓRA&SJhS4³S<èS/%T)UT6T¶T7ÉT+U7-U2eU(˜U.ÁUðUMV6\V,“V(ÀV(éVkW4~W+³W/ßW6XHFX9X+ÉX,õX/"Y,RY,Y'¬Y'ÔY!üY%ZDZZZwZ•Z!¯Z?ÑZ>[P[>i[:¨[ã[5þ[&4\'[\4ƒ\&¸\ß\&ù\/ ]8P](‰]²]6Ñ]"^-+^2Y^1Œ^$¾^%ã^,    _36_-j_˜_)´_,Þ_: `.F`u`8‘`0Ê`)û`2%a;Xa.”aÃa'âa#
b.b&MbtbAb,Òb;ÿb-;cic,}c>ªc0éc;d3Vd(Šd³dÌd Ûd!çd
   ee%#e'Ieqe …e’e©e¼e    ÄeÎeÞe íe ùef f 3f @fMf]fof    ‚fŒfœf¬f    ¿f
Éf%Ôf6úf!1g2Sg2†g0¹g5êg$ h+Eh*qhAœh:Þh-iBGi'Ši7²iHêiJ3j1~j'°jVØjW/kC‡k(Ëk6ôk$+l>PlmlEýl%CmDimK®m:úm05n$fn‹n)§n4Ñn@oXGo6 o1×o7    p*Ap!lp*Žp)¹pPãp64q/kq/›q/Ëq8ûq94r9nr6¨r7ßr.s9Fs-€s:®s<és/&t>Vt+•tÁtßtôt'u0uJu>euG¤u(ìu3v Iv'jv;’v9ÎvBwBKw?ŽwÎwPìw5=x*sx8žx&×x%þx$y$ByGgy8¯y;èyR$z+wz%£z%Éz%ïz${":{2]{1{Â{ Ó{:á{&|JC|3Ž|HÂ|: }&F}m}!†}¨}Ä}à}+ù}%~ C~d~:ƒ~G¾~@&G1n; Üû.€?€<Y€5–€3̀#-Q Z.g0–8ǁ‚E ‚@f‚>§‚<æ‚<#ƒ5`ƒ=–ƒԃ+ôƒ „><„6{„.²„9á„K…2g…8š…/Ӆ4†8†5T†BІ,͆3ú†<.‡!k‡+‡?¹‡8ù‡2ˆOˆhˆ'…ˆ:­ˆ7èˆ  ‰.‰=‰([‰„‰ ‰1¯‰!á‰'Š'+Š,SŠQ€Š/Ҋj‹fm‹.ԋ?ŒKCŒŒB¤Œ*çŒI"\4´:Ӎ6Ž EŽ0fŽ;—ŽOӎ%#;I…”7³3ë3(S6|#³א*í*‘$C‘3h‘Oœ‘:ì‘L'’Kt’dÀ’?%“We“>½“:ü“:7”+r”8ž”Mה:%•`•q•)…•4¯•ä•*û•&–HA–,Š–+·–4ã–3—{L—ȗ4ã—˜>!˜`˜&}˜&¤˜ Ë˜0ì˜(™F™&_™+†™'²™!ڙü™!š!>š-`š(Žš"·š"ښ)ýš,'› T›+u›$¡›)ƛ*ð›œ7œ:Mœ=ˆœ5Ɯ)üœ-&"T7w6¯8æ<ž7\ž?”ž5Ԟ9
Ÿ3DŸ4xŸ9­Ÿ8çŸA  ;b 7ž %Ö )ü ,&¡5S¡"‰¡.¬¡"Û¡*þ¡.)¢$X¢a}¢+ߢ: £F£f£x£,—£)Ä£/88¤0q¤¢¤Á¤Þ¤ø¤2¥C¥v[¥<Ò¥(¦8¦ER¦:˜¦Ó¦Rè¦+;§9g§C¡§å§=ë§)¨B¨a¨¨I‡¨XѨ*©=©$P©,u©¢©3½©Nñ©C@ª#„ª0¨ª'Ùª«%!«+G«5s«©«Æ«%å« ¬ '¬H¬ d¬"…¬%¨¬0ά)ÿ¬0)­Z­:s­2®­(á­0
®;®L®d®$~® £®±®Æ®/á®$¯6¯'F¯n¯Bޝ)ѯû¯3°&L°&s°2š°Ͱ5í°5#±1Y±)‹±:µ±(ð±O²$i²)޲/¸²Fè²4/³d³4z³0¯³6à³-´2E´!x´6š´:Ñ´9 µ;Fµ ‚µO޵=Þµ=¶0Z¶C‹¶;϶+ ·37·Mk·B¹·~ü·"{¸Zž¸\ù¸ V¹4d¹@™¹0Ú¹: ºFºdº~º˜º´ºкçºúº»&»;»6P»#‡»2«»$Þ»$¼,(¼U¼'r¼!š¼!¼¼!Þ¼$½I%½#o½(“½¼½1Ú½T ¾1a¾4“¾:ȾD¿LH¿>•¿5Ô¿+
À+6ÀLbÀ/¯À6ßÀ=Á9TÁ=ŽÁ(ÌÁ4õÁ,*Â-WÂ(…ÂC®Â'òÂÃD8Ã'}Ã@¥Ã.æÃ0Ä!FÄ<hÄF¥Ä6ìÄ.#ÅCRÅC–Å&ÚÅ,Æ2.ÆDaÆ ¦Æ1ÇÆùÆ9Ç:RÇPÇ&ÞÇ<È8BÈ-{È©È!ÇÈ1éÈ.É5JÉ+€ÉE¬É2òÉ5%Ê.[Ê>ŠÊ,ÉÊEöÊH<ËE…Ë0ËË6üË,3Ì6`ÌU—Ì!íÌÍa.ÍUÍ/æÍ2Î$IÎFnÎ2µÎ$èÎN ÏA\Ï;žÏ5ÚÏtÐG…ЗÍÐ9eÑ8ŸÑ?ØÑ:Ò8SÒ%ŒÒ)²ÒÜÒ#üÒ# Ó)DÓ‰nÓ2øÓ%+Ô%QÔ&wÔ+žÔ;ÊÔ&ÕU-ÕƒÕ& Õ&ÇÕ/îÕ2Ö/QÖ8Ö4ºÖ!ïÖ+×2=×-p×%ž×)Ä×%î×%Ø&:Ø+a؍Ø2ªØ/ÝØP Ù1^Ù2Ù'ÃÙ2ëÙÚ6;Ú¾rÚ1ÛDÛ\ÛnÛ~Û‘Û¨Û,ÆÛ0óÛ*$ÜLOÜ.œÜËÜäÜ,Ý71Ý1iÝ<›ÝBØÝCÞ/_ÞQÞ!áÞ#ßA'ßUiß¿ß)Ðß_úßZà+ràžà<½à6úà>1á)páWšá5òá6(â:_âBšâ@Ýâ"ãAã)aã'‹ã4³ã%èã.ä,=äjä „ä*¥äÐäëä(å",å4Oå'„å=¬å)êå(æ/=æ,mæ*šæÅæ Ûæ?üæ,<ç'içY‘ç4ëç, è0Mè=~è0¼è:íè1(é9Zé1”é3Æé5úé10ê2bê@•ê1Öê?ëJHë6“ë4Êë4ÿë<4ì=qìB¯ì6òìA)í kíŒí1¡í6Óí3
î2>î0qî/¢î)Òî#üî* ï@Kï?Œï5ÌïððC0ð7tð4¬ð6áð ñ-&ñTñHtñH½ñò*ò(Dòmò1ò)¿ò-éò,ó,Dó<qó5®ó&äó/ ô=;ô&yô% ô7Æô5þô<4õqõOŠõÚõ8öõ=/öYmö)Çö)ñö÷4÷VK÷6¢÷8Ù÷)ø-<ø%jøOø%àøù4!ù2Vù‰ù ¦ù1Çùùù(úOBú9’ú?Ìú8 û;Eû4û+¶û4âû-üEü3\üü(¨ü=ÑüEýUý lý1zý&¬ý6ÓýS
þ+^þ Šþ    —þ¡þ4¶þ=ëþ<)ÿ7fÿ.žÿCÍÿ!331g™(´Ý4ü11>c8¢2Û-8<$u4š8Ï8)AFk&²:Ù;:P:‹    ÆÐ:å 59*o)š Ä'Ð*ø>#Bb¥;ÄC ^$k7È'ã# M/7}9µ7ï.'    6V    >    LÌ    "
8<
.u
3¤
MØ
#& ,J )w J¡ ì Eô 7: =r 0° 5á   8 4P )… ¯ OË 5"QSt$È$í:&MDtF¹N@O8PÉHEc.©"Ø6û;2.n.Ì&ã'
42!g!‰«Ë1Ú %&&Ls(’"»ÞGø&@BgAª ì<ú37Gk<³.ð:#Z%~2¤ ×ø)21d-3­'á%    7/5g+BÉ3 !@$b'‡>¯>î>-l†™Y³K 1Y‹8œ9Õ0)4Z0/À$ðDSZD®WóbK1®àDô9 W !w "™ ¼ 5Ø A!UP!%¦!Ì!5ê!2 "S"/n"ž"0¸" é"
#3*#&^#1…#(·#,à#3 $*A$Al$"®$3Ñ$)%3/%4c% ˜%¹%6Ó%4
&4?&8t&(­&3Ö&4
';?'{'A›'GÝ'N%(Nt(VÃ(^)cy)iÝ)hG*°*0+°+0,°,2-²-4.r´.'/CD/6ˆ/¿/3Ü/0;/05k0¡03½0?ñ03113e1&™1À1Ý1(û1H$22m2- 2-Î2.ü2A+3/m313$Ï3.ô30#4"T42w4,ª4(×4+5,,5&Y5+€5+¬5%Ø5"þ5!6#A6&e67Œ6*Ä6)ï6)7$C7-h7+–7%Â7(è7#8'584]8'’8&º8 á8+9.91M9?9;¿9û9 :9%:W_:H·:<;[=;W™;Gñ;.9<*h<(“<8¼<4õ<)*=7T=+Œ=+¸=-ä=t>i‡>Žñ>B€?RÃ?˜@˜¯@ HAiA{A<›AØAóA(B,;B2hB›BIºB@C7EC)}C§C9ÀC3úCN.D-}D"«D%ÎDôD+E)?E/iE™E/·E+çE1F-EF0sF'¤F,ÌFùFG8G"GG9jG+¤G2ÐGH#H-<H*jH0•H-ÆH&ôH&I$BI5gII(²I/ÛIH JHTJ/J/ÍJýJ'K&BK5iK2ŸKXÒK$+LPL+lL˜L³LÑLyñL!kM#M±M(ÊMóM!N2N"MNpN*‡N;²NîN'O,O$IO!nOO)®O(ØOP&P6BP,yP2¦P4ÙP'Q56Q"lQCQ*ÓQþQ#R!*RgLRB´R%÷RS=S<\S)™SÃS ãSñS    T
T    T+!T:MT0ˆT2¹T/ìTU-/U:]U˜UbšU$ýU6"VLYVE¦V,ìVWW?qW3±WCåW()X&RXyX+X%»X1áX%Y#9Y8]Y8–Y3ÏY1ZB5Z*xZ£Z;ÁZ=ýZ5;[9q[*«[8Ö[1\5A\/w\2§\Ú\2Þ\5]QG]&™]JÀ]' ^.3^4b^8—^-Ð^"þ^!_(5_*^_‰_.¡_AÐ_0`/C`cs`<×`3a>Ha3‡a »a Ça.Õa$b&)bPbJpb#»b>ßb+c%Jc/pc< c.Ýc% d2d/Qd?d8Ád)úd9$e<^e8›e;Ôe5f8Ff+f+«f+×f+g$/gTgqgŠg:ªg5åg2hENh<”h(Ñh0úh*+i0Vi(‡i*°i,Ûi'j 0j+>j&jj9‘jËj1Üj&k/5k@ek.¦k$Õk5úk40l4el;šl<Öl m m;m!Um%wm%m!Ãm'åm n&'nNn'Un(}n<¦n2ãn>o'Uo}o
™o.¤o)Óo)ýo5'pE]p4£p4Øp  q.q$Iq"nq.‘q%Àq%æq$ r1r2Hr{rTšrLïr[<sW˜sDðsP5tC†t0Êt&ût "u90u)ju”u>ªu"éu2 v3?vQsv,Åv)òv0w2Mw€w*žw ÉwÕw%òw%x>xTxexwx$Šx ¯xÐx%áx/y%7y,]y,Šy.·y,æy,z,@z,mz*šz&Åz/ìz{1{ :{#F{!j{"Œ{¯{Î{í{ |7|L|\|p| y|'š|Â|+á|' }"5}#X})|}¦}Æ}æ}!~#(~!L~$n~“~«~Ä~(Ø~"H$=m/«'Û0€%4€+Z€/†€'¶€(ހ&,C$p•+´6à‚ ‚?‚Y‚8y‚>²‚=ñ‚ /ƒ-Pƒ~ƒ™ƒH°ƒ)ùƒ)#„/M„-}„.«„ ڄNç„.6…(e…1Ž…6À…3÷…3+†5_†=•†Jӆ*‡"I‡0l‡‡¸‡Ї)í‡"ˆ*:ˆ*eˆAˆ+҈4þˆ63‰2j‰‰9¶‰ð‰%Š'Š!EŠ"gŠŠŠ>¢Š>áŠ' ‹.H‹Mw‹.ŋ ô‹'Œ=ŒXŒ#vŒ6šŒ:ь5 Bat‡) 'ʍ&ò"Ž<ŽPŽfŽ$€Ž¥Ž¼ŽΎ*èŽ   -K^n.ƒ3²/æ03G;{F·þ‘#<‘`‘+~‘.ª‘ّ,ù‘&’1@’-r’' ’-Ȓ+ö’#"“ F“#g“-‹“¹“V֓*-”&X”&”)¦”/Д4•+5•9a•8›•ԕ%ó•5– O–Tp–7Ŗ6ý–74—l—1…—6·—-î—T˜$q˜8–˜+Ϙ<û˜8™W™h™z™‹™¡™)¿™<é™(&š'Oš'wš1Ÿš?њ:›L›$l›‘›1ª›ܛ3ë›'œoGœ)·œ3᜝13FeE¬nò3až2•ž'Ȟ7ðž-(ŸVŸ6tŸ$«ŸBП* &> &e 0Œ &½ ä  ¡)#¡4M¡,‚¡1¯¡0á¡(¢/;¢4k¢ ¢%¹¢)ߢ@    £$J£<o£.¬£4Û£0¤A¤[¤Gx¤LÀ¤L ¥.Z¥1‰¥/»¥0ë¥'¦D¦$Z¦¦˜¦+°¦+ܦ-§;6§-r§ §"À§    ã§!í§¨/.¨'^¨<†¨$èè¨ý¨©+©?©[©>{©;º©0ö©9'ª8aª šª»ªBÚªL«&j«:‘«$Ì«ñ«1    ¬<;¬;x¬.´¬5ã¬1­1K­.}­.¬­5Û­5®>G®C†®.Ê®/ù®)¯/B¯+r¯-ž¯&̯ó¯" °'.°5V°Œ°N¢°Xñ°8J±:ƒ±+¾±4ê±9²9Y²+“²,¿² ì²/ ³$=³b³³,œ³(ɳ(ò³´";´&^´.…´´´.δ2ý´(0µGYµ>¡µAàµ$"¶,G¶(t¶B¶Là¶-·M·.j·'™·4Á·&ö·.¸9L¸+†¸.²¸<á¸)¹DH¹S¹Tá¹K6º‚ºC º'äºE »<R»D»@Ô»L¼5b¼B˜¼;Û¼#½;½8V½<½J̽,¾@D¾…¾¾+½¾@é¾L*¿Pw¿;È¿7À <À*]À.ˆÀ·À×À6ðÀ&'Á1NÁ€ÁžÁ)¾ÁèÁÂÂ#4Â-XÂ)†Â$°Â4ÕÂ*
Ã15Ã1gÃ0™ÃÊÃ6àÃ"Ä:ÄVÄsÄ9ŠÄ0ÄÄ'õÄ-ÅKÅ$hÅ,ÅBºÅ<ýÅ5:ÆpÆ,Æ+®Æ3ÚÆ0Ç?ÇNÇTÇ)\Ç%†Ç3¬ÇJàÇ'+ÈSÈ5gÈ&È6ÄÈ'ûÈ+#É/OÉ'É,§É1ÔÉGÊ>NÊ/Ê(½Ê)æÊ#Ë#4ËaXË"ºË ÝË4þË>3Ì5rÌ/¨Ì+ØÌ(Í$-Í9RÍCŒÍFÐÍ.Î*FÎ.qÎ  Î®Î0ÎÎÿÎ#Ï!=Ï-_Ï$Ï$²Ï#×ÏûÏRРbÐ,ƒÐ?°Ð/ðÐ0 Ñ2QÑ/„Ñ5´ÑVêÑ<AÒS~ÒUÒÒE(ÓnÓ-‰Ó+·Ó7ãÓ:Ô1VÔ8ˆÔ&ÁÔ*èÔ1Õ3EÕ%yÕ$ŸÕ.ÄÕóÕ    ÖK#Ö1oÖ"¡Ö ÄÖCåÖB)×l×…×*Ÿ×+Ê×*ö×1!Ø'SØF{Ø=ÂØ#Ù#$Ù9Hق١ٻÙÔÙ4æÙ#Ú?Ú,PÚ%}Ú£Ú$½ÚâÚ&Û)(ÛRÛfÛ}Û ”Û ¢Û%°Û0ÖÛGÜOÜnÜŽÜ*£ÜÎÜ&åÜ( Ý(5Ý^Ý7~Ý-¶ÝäÝøÝÞ$.Þ!SÞuÞ.•ÞPÄÞ*ß/@ß3pß!¤ßÆßåß4à5à+Ià+uà¡à/»à#ëàáE!á<gá ¤á!Åáçáââ*3âJ^âT©â8þâ57ãmã/ˆã3¸ã+ìãAäZä8qä7ªä+âä2å3Aå3uå>©å$èå, æ4:æoæuæ!Šæ!¬æ"Îæñæ ç$(ç%Mçsçç$¬çÑçãçûç7è';è$cè$ˆè)­è%×è%ýè$#é%HénéŠé £é3Äé3øé),êVêvê…ê£ê²êÁêÐêèêëë2ëQë`ëqë€ëšë8³ëìëüë% ì&1ì%Xì~ìì¬ì:»ìöìíí2íFíXígívííží±í1Äíöí î î4îKî\î|î’î¦îÁî×îêîûîï!ï0ïHïWïvï5…ï(»ï+äïð,ðHðYðmðð!–ð¸ð*Øðññ4ñIñ]ñoñƒñ ñ½ñÒñ0îñò<òTòoò‡òò&¯òÖòçòAó@Eó†ó!£óÅóØóðóô#ô8ôOôbôzô˜ô<·ô9ôôU.õ+„õ/°õ<àõ9ö,Wö2„ö.·öDæö++÷+W÷<ƒ÷_À÷ øC@ø(„ø&­ø>ÔøBù Vù'bù$Šù¯ù*Êùõù.ú,Dú6qú¨úÅú#ßú?ûCû0]ûŽû4ªû0ßû2ü2Cü3vü ªü+¸ü)äü ý/ýMý-aýý ©ýµýÒýîý þ+þAþ0_þ4þÅþ Ôþõþ ÿ(2ÿ:[ÿ4–ÿ"Ëÿ/îÿ&/Eu*”&¿æ#%$=J&ˆ)¯Ù&á=CD3ˆ!¼3Þ76J7(¹%â'0J/Y8‰*Â0í;2Z2$À$å/
!: \)})§)Ñ-û0)8Z?“4Ó*:3Cn²Ñð,    ,=    Fj    ^±    F
MW
[¥
f Wh AÀ 9 T< J‘ +Ü # #, +P | ˜ !´ -Ö '9,%f)Œ(¶/ß2$B-g=•$Ó5ø.E+c'8·ð**U4s,¨/Õ<B"\#1£Õ
è-ó(!-Jx#•#¹Ýú$->(l0•)Æð:
-E.s¢0¸/é46N*…6°#ç# 1/5a—6«Jâ@-6n ¥ Æ)ç'/9i6€;·9ó3-CaS¥"ù#$@HeL®.û>*i:‚$½SâY6ZcëDOb”6÷. =)^ˆA˜Úñ   !9  [ !|  ž !¿ á ! !!!.!:P!1‹!:½!1ø!(*"S"#s"—".¶";å"<!#?^#)ž#&È#,ï#1$0N$,$.¬$=Û$%%'?%g%'w%Ÿ%¿%0ß%&#*&!N&-p&$ž&$Ã&#è&3 ',@'m'6ƒ'º'1Ö'5(U>([”(\ð(eM)F³)dú)a_*gÁ*h)+q’+R,pW, È,-é,--9E-I-8É-8.);.;e.G¡.Fé.+0/\//z/-ª/0Ø/2    0#<0`0+}0*©0*Ô09ÿ0<916v1!­11Ï142162:h2E£2>é2/(3-X3,†33³3ç3#4,'4#T4%x4/ž43Î435/655f5"œ5&¿5æ5ÿ5.6D=6$‚6)§6&Ñ61ø6*7;E7573·7*ë788O8'n8I–82à889L9&d9*‹9'¶9Þ9ø9": 8:DY:Pž::ï:5*;`;8r;)«;0Õ;-<*4<*_<Š<<­<Á<Õ<ç<ù< ==.=@=Q=c=u=†=˜=ª=¼=Î=â=ô=>>*>>>R>f>x>Š>ž>°>Â>Ó>ç>ù> ??/?A?S?g?y??¡?³?Å?/×?@(@@@Z@p@#‹@¯@Ï@ä@÷@/A6AA!xAšA¹AÉA1áA3B0GB4xB/­B)ÝB*C!2C!TC%vCœC¼C ÕC&öC<D!ZD(|D/¥D&ÕDüD,E7EE}E.šEÉE:éE$F#BF"fF!‰F&«F!ÒF,ôF !G"BG'eG!G5¯GåG:øG(3H&\H)ƒH­H!ËH2íH I=IN]I¬I$ÉITîIKCJJ+£J ÏJÝJ+ûJ'K GK#TK'xK1 KÒK ìK  L .L OL pL ‘L ²L ÓL ôL M 6MWM%uM#›M#¿M"ãMN&NBNbN~NšN¶NÍNéNO O<OXOtOO¬O0ÈO?ùO#9P$]P%‚P3¨P#ÜP0Q 1Q+RQ~Q3”QÈQãQ üQ1R%OR%uR.›R2ÊRýRS5SRSkS#ŠS%®SÔS=êS(T#>T-bT&T!·T#ÙTýT<UNU8lU$¥U*ÊU2õU/(V'XV,€V)­V-×V&W',WTWtW”WªW.ÂWñW$ X.2XaX+tX7 XØXëXY>YD\Y2¡Y,ÔY[Zm]Z(ËZ!ôZ'[$>[7c[#›[¿[)ß[-    \(7\(`\(‰\(²\&Û\3].6]*e]A]9Ò]L ^/Y^‰^%¨^Î^#é^ _!-_:O_7Š_1Â_.ô_(#`1L`.~`!­`)Ï`<ù`6a9Vaa"¯aÒaåa÷a,b*>b*ib!”b!¶b!Øb$úb"c#Bc#fc#Šc"®cÑcñc-d)=d gdˆd¨d"Èdëd& e'2e+Ze(†e¯e%Ïe"õe f9fYf7yff±fVg5og¥g#¬gÐgðgh,'h"Thwh*‹h$¶hÛh'öhCi3bi"–i¹iÔiòi j""jEj!cj…j3¢jÖj æjk!'k,Ikvk5…k»kÓk7êk0"l1Sl2…l/¸l;èl.$m>Sm6’m!Ém ëm@ n#Mnqn‘n$¬n$Ñn-ön&$o Kolo‰o!§o*Éo%ôop4pKpjp+ˆp´p!Ôpöp%q8q$Sqxq$“q&¸q$ßq/r74r6lr'£r@Ër% s2sPs;os!«sÍs ês%ös!t>t-Xt/†t5¶t$ìtu.u8Mu@†u2ÇuMúu?Hv?ˆv1Èv;úv56w%lw6’w+Éwõw,x(Ax0jx.›x&Êx$ñxy70y7hy y,µy)ây4 z"Az=dz.¢z,Ñz,þz+{B{R{j{!‰{)«{%Õ{%û{!|5|S|f|z|•|/°|à|"ý|! }B}X}g}z}4Š}¿}!Ö} ø}(~8B~9{~&µ~Ü~ í~17@Kx%Äê(€+/€+[€&‡€+®€ڀ)ò€%B'`.ˆ2·!ê, ‚j9‚'¤‚@̂ ƒ*ƒ2Eƒ xƒ5™ƒ<σ+ „.8„2g„3š„6΄D…=J…ˆ…/¡…#хõ…6
†#A†e† z†›†$»† à†/‡'1‡'Y‡8‡-º‡"è‡$ ˆ#0ˆ(Tˆ)}ˆ-§ˆ'ՈGýˆE‰-^‰Œ‰ ‰ ¾‰ˉ ê‰$ Š#0Š!TŠ.vŠ¥Š¿Š-ۊ    ‹‹7‹/F‹Cv‹5º‹"ð‹/Œ+CŒ2oŒ3¢Œ"֌&ùŒ& #G#k""²Սõ'Ž(;ŽdŽ2{Ž®Ž&ˎ#òŽ"-9,g(”"½5à'+>,j—3±4向6‘*U‘-€‘0®‘'ߑ/’47’*l’,—’'Ē&ì’“(#“.L“1{“9­“4ç“.”!K”(m”E–”Eܔ$"•)G•1q•&£•:ʕ–:–KP–Mœ–6ê–+!—M—*j—•—$ª—ϗ!î—˜/,˜\˜a˜4h˜ ˜ª˜5À˜,ö˜<#™5`™&–™1½™ï™š3#š7Wš4š1Ě4öš(+›T›Br›:µ›&ð›$œ(<œ$eœ$Šœ(¯œ<؜A5W)·ʝ!ݝÿžA9ž@{ž9¼ž9öž&0ŸWŸ%sŸ6™Ÿ3П/ !4 %V D| "Á ä ö ¡/¡!I¡k¡=ƒ¡Á¡!Û¡Cý¡3A¢<u¢²¢)Ò¢+ü¢%(£%N£+t£ £´£Уð£%¤(5¤7^¤ –¤$·¤-ܤ6
¥5A¥w¥(—¥'À¥)襦$/¦+T¦"€¦-£¦Ѧ%í¦!§!5§<W§>”§,Ó§¨¨'<¨!d¨ †¨§¨¨8Þ¨1©*I©t©7‹©LéLª*]ªJˆªBÓª%«.<«4k«  « Á«.â«A¬OS¬B£¬Kæ¬J2­K}­KÉ­J®K`®5¬®7â®9¯9T¯EޝDÔ¯D°@^°=Ÿ°=ݰ±    #±    -± 7±;C±3±%³±&Ù±;²:<²<w²´²-Dz.õ²($³2M³6€³B·³.ú³()´)R´1|´<®´/ë´/µ<KµZˆµ7ãµ)¶BE¶;ˆ¶(Ķ-í¶4·P·'n·'–·    ¾·È·ã·.¸J/¸z¸"—¸º¸ϸ é¸
¹%'¹M¹i¹‚¹$Ÿ¹.Ĺ'ó¹º4ºLºaº ~º Ÿº7­º.åº%»:»$Z»»š»2°»>ã»N"¼Mq¼3¿¼ó¼½%%½6K½<‚½7¿½5÷½7-¾-e¾+“¾-¿¾,í¾*¿ E¿1f¿˜¿«¿È¿#å¿    ÀJÀ%jÀ&À&·À ÞÀDÿÀDÁbÁLzÁAÇÁ    Â'ÂDÂYÂnÂ)ƒÂ­ÂÌÂ0éÂÃ,:ÃFgÃ$®ÃÓàñÃÄ'+Ä'SÄ2{Ä$®Ä9ÓÄ- Å;Å@YŚŰÅ<ÆÅDÆ=HÆ#†ÆCªÆ,îÆ<ÇIXÇ ¢Ç2ÃÇ'öÇ4È$SÈ-xÈ4¦È+ÛÈ%É1-É0_É0ÉÁÉàÉÿÉ$Ê!DÊ7fÊ!žÊ1ÀÊ0òÊ)#Ë;MË9‰Ë$ÃË#èË  Ì-Ì!=Ì#_̃Ì"¢ÌÅÌ*ãÌ$Í63ÍJjÍ&µÍ5ÜÍ5Î:HÎ=ƒÎ/ÁÎ*ñÎ-Ï<Jψ‡Ï8ÐBIÐ9ŒÐ&ÆÐ4íÐ$"Ñ3GÑ'{Ñ£Ñ8ÁÑ4úÑ%/Ò+UҁҠžÒ¿Ò+ßÒ" Ó.Ó
@Ó2KÓ4~Ó    ³Ó)½ÓçÓ%Ô+&ÔRÔ8pÔ&©ÔÐÔîÔ' Õ5Õ4OÕ„Õ$ŸÕ(ÄÕ5íÕ*#Ö!NÖ"pÖ"“Ö¶Ö/ÐÖ××&,×S× k׌×"¨×Ë×>ê×6)Ø!`Ø‚Ø*‘Ø)¼Ø,æØ4Ù)HÙ=rÙ(°Ù=ÙÙ,ÚADÚ5†Ú4¼Ú)ñÚ)Û-EÛ@sÛ"´Û*×Û+Ü.Ü-DÜ'rÜ)šÜCÄÜ&Ý5/Ý'eÝ Ý®Ý4ËÝÞ-Þ(FÞoÞVˆÞ)ßÞ    ß9%ß!_ß'ß'©ß9Ñß3 à;?à;{à6·à/îà2á2Qá3„á3¸á/ìá3â3Pâ„â)¤â)Îâ+øâ/$ã2Tã$‡ã-¬ã@Úã:ä$Vä!{ä#ä Áäâäùäå'å(<åZeå-Àå/îå+æ"Jæmææ—æ8³æ8ìæ$%ç.Jç(yç(¢ç4Ëç9è7:è=rè3°è/äè4é.Ié.xé4§é.Üé. ê,:ê9gê9¡ê9Ûê:ë9Pë:Šë9Åë9ÿëW9ìW‘ì.éìí!-í/Oí&í)¦íÐíìí î.î Mî0nî#ŸîÃî+Þî
ï!*ï Lï-mï›ï-·ï$åï.
ð(9ð.bð-‘ð1¿ð.ñð* ñ/KñB{ñ3¾ñBòñ'5ò"]ò+€ò3¬ò%àòó+&ó3Ró†ó4¦ó-Ûó(    ô<2ôoô#ô±ô(Îô÷ô•õ†®õ65ö:lö6§ö6Þö/÷%E÷&k÷7’÷GÊ÷ø@*ø2kø$žøÃø ×ø3øø5,ù0bù6“ù@Êù? ú@Kú;ŒúÈúÜúñúûû/ûBûWûkû€û”û©û¿ûÓûéûüü*ü;üUüjü€ü–ü©ü¼ü9ÔüMýM\ý@ªý(ëý3þ%Hþ(nþF—þ4Þþ+ÿ+?ÿ+kÿ,—ÿ+Äÿ+ðÿ,,I,v4£XØ51Agl©5;Lˆˆ>4P>…!Ä1æ2K.kš<¬2é 2=(pE™Eß3%cY½:ÝF1_'‘¹Ò*ð!6= tR•/è$    =    [     p    ‘    ¤    2    /õ    /%
(U
~
˜
"·
*Ú
3 9 W )l 7– !Î #ð & #; /_ % 8µ Mî 6< 8s .¬ 3Û -&='dDŒFÑQCj=®8ì;%Oa±0Ì/ý-/CDs1¸,ê08H'&©+Ð%ü#"HF5(Å$î/6C‚z-ý5+.a%¶ÊÝ0ô#%&I p"‘#´$Ø'ý'%(M(v!Ÿ1Á3ó1'Y/y©FÀ/(7)`/Š6ºAñE3 y3š1Î4/5.e”4³3è)6F!}&Ÿ2Æ+ù.%4T‰§/½í& #4!Xz–³Ë9ç"!DX'm>•)Ô!þ  2 "E h  › » )Ó &ý &$! K!l!!”!"¯!*Ò!ý!6"<N"‹"©"1¿"ñ"#/$#0T#…# £#*°#Û#í#$4$$N$s$$ §$³$É$å$)%!,%6N%<…%.Â%'ñ%3& M&)Y&5ƒ&¹&Î&.ã&'%0'=V'”'³'Ñ'ð'+(0(J(9f(4 (.Õ()).)"I)l))>)Ü)Pñ)9B*#|*& *vÇ*)>+.h+;—+2Ó+>,;E,I,Ë,&â,1    -0;-'l-?”-Ô--ð-".A.-W.G…./Í..ý.4,/&a/+ˆ/0´/å/(ô/)04G0|00§0+¼0+è0 1)51/_1-1=½1/û1;+2g2/‚25²20è2031J3!|3,ž3<Ë340'4#X4|4Tš4Zï4[J5d¦5E 6cQ6Bµ6!ø67#87\7=|7Cº7Dþ7%C8Wi8Á8,á8#9%29$X9#}9¡96¿9 ö9:/:I:_:7w:B¯:,ò:';6G;+~;6ª;,á;/<0><5o<¥<º<Ó<!å<!=5)=#_=ƒ=Q¢= ô=A>(W> €>Œ>    ›>'¥>&Í>%ô>&?4A?.v?¥?>Ã?5@8@W@+u@¡@
¦@*±@*Ü@$A8,A"eAˆA¡A5ÁA<÷A24B5gB)BÇB%âB"C +C LC-mC"›C!¾C%àC%D',D TDuD†D¤DÁDÙDöD
E    Eû EG)G5HG~G“G¼°G(mH/–HCÆH
I
I"I53I>iIK¨I8ôI>-J5lJO¢J;òJD.KsK‰KšK ¸K$ÙK!þK L9LXLA^L- L_ÎL3.M@bM/£M4ÓM3N_<N;œNUØNI.O:xO3³ORçOR:P8POÆPOQOfQR¶Q@    R@JRC‹RAÏR;SOMS-SPËS5T@RT@“T:ÔTDU@TU;•UKÑUVV>tV8³VìV3lW2 WgÓW8;XUtX@ÊX= Y<IY@†YEÇY^ ZDlZf±ZO[=h[4¦[QÛ[A-\=o\4­\6â\4]SN]K¢]7î]A&^=h^6¦^@Ý^<_&[_‚`<¡`    Þ`-è`$a$;a0`a‘a ¨a'Éaña-b==b{b–bªb¼b'×b'ÿb0'c-Xc$†c$«cÐc    æcðcdd8dQWd©dQÈde)e!8eOZe#ªeÎe!ãe/f&5f\flf*|fO§fM÷f}EgLÃg7hCHh~Œhi i&ui%œiÂi(Òi(ûi5$jDZj1Ÿj;Ñj2 k-@k0nk+Ÿk1Ëk.ýk3,lT`l2µl&èl<m(Lmum9Šm<Äm?nFAnTˆnBÝn o;?o+{o§o0Ço(øo0!pFRp:™pDÔp<q2Vq0‰qDºq3ÿq#3r'Wr&r>¦rårs+s+Esqs(Žs·s1×s    t t1=tot,t;ºt'ötnu*u7¸u\ðu.Mv4|v'±v$Ùv8þvL7w„w7 w[ØwD4x%yx%Ÿx)Åx_ïx$Oy)tyžy3µyéy?zAz[zpz)…z)¯zÙzôzF{.Y{=ˆ{-Æ{-ô{/"| R|4s|*¨|"Ó|0ö|3'}1[}*}#¸}0Ü}% ~3~.J~1y~«~2È~1û~@-4n"£%Æ%ì€<1€4n€(£€%̀1ò€'$)L)v- +΁(ú.#‚.R‚<‚¾‚0ق'
ƒ42ƒ$gƒŒƒ¬ƒÃâƒ:ÿƒ(:„7c„)›„$ń)ê„…).…X… m…(Ž…=·…5õ…++†W†s†"’†1µ†_ç†G‡:g‡4¢‡;ׇ.ˆ+Bˆ-nˆ'œˆ4Ĉ:ùˆ4‰ J‰.k‰+š‰ƉCà‰7$Š2\Š)Š#¹Š$݊J‹,M‹&z‹)¡‹#ˋ#ï‹AŒ>UŒ”Œ1®Œ-àŒ 5//e •/¶*捎)/Ž&YŽ3€Ž3´Ž(èŽ(J:0…4¶Aë-H8cœ%´ ÚCû%?‘Ue‘»‘̑ݑ+ô‘+ ’L’4f’›’#¯’Ӓ7ê’7"“Z“"z““¯“ē"ä“=”E”FY” ”À”Cؔ•+6•-b•3•SĕC–\–y––)°–ږ÷–!—9—HR—'›—$×è—þ—$˜<˜(X˜˜Ÿ˜½˜ۘù˜™5™R™o™$Œ™±™Á™љ!)šBš!^š€š™šµšњ6íš!$›$F›k›‡››!³›՛*ô›œ5œQœTgœ¼œ1Ҝ0$5Zj$€B¥*è0žDžcž*‚ž9­ž'çž!Ÿ1ŸLŸkŸŠŸ¦Ÿ Ÿ ϟ'ܟ$ ) 0< m ‰ ¥ 'Ä ì 8 ¡$D¡i¡!y¡0›¡0Ì¡/ý¡<-¢!j¢*Œ¢·¢BÓ¢0£*G£,r£-Ÿ£'Í£!õ£$¤<¤U¤'t¤œ¤*¯¤Ú¤*ó¤*¥I¥)h¥$’¥·¥Ö¥!ñ¥¦$/¦!T¦v¦*’¦*½¦"è¦0 §*<§'g§§6¥§5ܧ'¨':¨!b¨„¨—¨<°¨(í¨&© =©KJ©-–©!Ä©.æ©6ª LªYª?kª$«ª*Ъûª«0«'F«Bn«E±«B÷«@:¬Z{¬KÖ¬E"­1h­0š­$Ë­+ð­!®>®Q®<g®$¤®É®-箯-¯*K¯!v¯,˜¯ů-ã¯3°<E°-‚°-°°Þ°*ú°%±>±W±v±•±$«±б$ã±²'²=²Y²$r²—²­²'ɲ(ñ²³7³M³f³!…³!§³$ɳî³þ³*´'H´&p´*—´'´'ê´!µ4µOµ(kµ    ”µ.žµ6͵¶! ¶B¶!a¶ƒ¶+™¶Ŷ-á¶·".·Q·n·"Š·­·%É·ï· ¸¸'¸*¸.¸ C¸d¸ j¸w¸€¸ ‘¸ ¸«¸Ǹ(ç¸@¹$Q¹?v¹"¶¹Ù¹-ö¹$º64º#kº'º"·ºÚº úº»;»[»z» —»¸»!×»ù»¼2¼L¼%h¼+޼º¼Ó¼ë¼    ½!)½*K½9v½5°½æ½&¾)¾H¾b¾{¾4”¾ɾ/ã¾>¿4R¿‡¿$ ¿#Å¿2é¿    À&&À MÀ nÀÀ-­ÀÛÀáÀóÀÁÁ0ÁJÁ8YÁ*’ÁG½Á=ÂCÂ'_‡Â$— ¼Â5ÉÂÿÂ#Ã#?Ã!cÃ…Ã)›ÃÅÃ0ãÃ&Ä!;Ä>]ÄœÄ#ºÄ3ÞÄ&Å&9Å$`Å …Å6¦ÅÝÅúÅ
Æ(Æ>Æ$VÆ"{Æ žÆ&«Æ&ÒÆ%ùÆÇ):Ç/dÇ$”Ç,¹ÇKæÇ2È 6È DÈ RÈ.`È6È$ÆÈRëÈ >É LÉ ZÉ hÉ vÉ"„É"§ÉÊÉ ÛÉéÉ úÉ Ê Ê $Ê"2Ê UÊcÊ"fÊ$‰Ê ®ÊÏÊwØÊ:PËy‹ËÌ- Ì,NÌ3{̯ÌÊÌ-èÌ
Í‚!ͤÍ?ªÍ1êÍ4Î7QÎ6‰Î6ÀÎ÷Î7 ÏDÏ%XÏ~Ï>œÏ<ÛÏ<Ð:UÐ5Ð=ÆÐ$Ñ-)Ñ1WщÑ/¤Ñ3ÔÑ Ò)ÒFÒ5dÒ+šÒ ÆÒçÒ÷ÒÓ+.Ó.ZÓ ‰Ó/–Ó,ÆÓ6óÓ**Ô*UÔ.€Ô+¯Ô2ÛÔNÕ6]Õ5”Õ%ÊÕ)ðÕ(Ö6CÖ8zÖ9³Ö#íÖ×.!×5P×K†×4Ò×IØ:QØIŒØ:ÖØ ÙP2ÙOƒÙ:ÓÙDÚ,SÚ5€Ú0¶ÚçÚ,Û.ÛGDÛ0ŒÛ:½Û8øÛ 1Ü+RÜ~ÜF˜Ü(ßÜ+Ý'4Ý'\Ý[„Ý3àÝ$Þ'9Þ5aÞ@—Þ3ØÞ1 ß(>ß9gß3¡ßÕß*õß* àKàiàˆà˜à³àÏà&íà9á2Náá8šá:Óáâ4%â/ZâŠâ2©â)Üâã!ã"?ã4bã2—ãÊã;çã!#ä,Eä1rä0¤ä#Õä#ùä(å/Få)vå å%Àå+æåBæ-Uæƒæ2 æ+Óæ*ÿæ0*ç:[ç/–çÆç#ãçè'è@èYè@sè*´è:ßè)éDé2TéB‡é+Êé4öé*+ê,Vêƒê œê¨ê ±ê
Òê Ýêéê$ë*ë 9ëEëWëiëqë zë †ë’ë ›ë¨ëÀëÒëáëðëìì+ì4ìHì\ìpì yì …ì8¦ìßì+ÿì++í%Wí0}í"®í'Ñí*ùí=$î7bî5šî>Ðî"ïC2ï=vï?´ï0ôï$%ðAJð>Œð/Ëð%ûð5!ñ!Wñ8yñF²ñHùñ%Bò=hòG¦ò5îò*$ó&Oóvó#ó!³ó7ÕóG ô.Uô,„ô+±ô,Ýô
õ()õ%RõOxõ4Èõ-ýõ&+ö-Rö.€ö3¯ö3ãö0÷/H÷'x÷3 ÷&Ô÷.û÷0*ø([ø.„ø³øÎøèøøø+
ù6ùHù2Zù;ù-Éù8÷ù 0ú#Qú:uú*°ú:Ûú:û9Qû‹û>ªû*éûü32üfü…ü¡üºü>Ùü1ý2JýL}ý"Êý+íý þ#:þ"^þ#þ/¥þ/Õþÿÿ<+ÿ&hÿEÿ/Õÿ9-?/m%½ã "7?w!”%¶:Ü5:M.ˆ*·5â5&Pw22Â3õ)@ Uv†,™,Æ,ó @?4€3µ:é2$$W*|§&Å%ì55H/~>®<í2*;]1™3Ëÿ+    =E    *ƒ    5®    3ä    "
;
9Y
+“
¿
Ù
"ø
# :? .z © ¹ !É "ë  ( 28 k %† %¬ %Ò Hø &A Qh Mº ,;5Fq¸5È*þG)q2Œ¿4ß3H/gC—?Û&6ByŒ4§&Ü&0*<[˜²#Å#é* 28Gk/³CãB'Vj6ÁPø>I5ˆ,¾ë:    <D.°Éâ8ú3+Bn:ŠÅ&ã0
0;wl(ä4     B8L…$¥"Êí+
#6Z y&š Áâü4(R!{¼$×'ü$&?f.$°Õì@ÿ?@,€1­4ß@4@uC¶6ú318e.ž2Í/ 00 2a 1” 9Æ 3!24!!g!&‰!°!.Ï!þ!3"R"4r"-§" Õ"Sö")J#9t#®#È#Þ##ú#+$%J$p$*„$*¯$Ú$ó$ % +%/L%!|%\ž%/û%%+&Q&:m&3¨&Ü&Eó&&9'=`'Bž'á'7è' ( 6(%W(}(K„(UÐ(&)<)R))q)›)+´)Jà)9+*e* *&¢*É* á*#+#&+J+b+z+˜+«+Ã+Ø+ø+#,)4,^,#x,œ,&²,)Ù,-&!- H-U-k-~- ™-¦-¼-#Ï-ó-.!.<.;Q..¨.(À.!é. /8)/)b/3Œ/6À//÷/"'02J0#}0;¡0 Ý0&þ0+%1CQ1-•1Ã17Ö1127@2(x24¡2"Ö2%ù2:3:Z3=•3 Ó3Jà38+4:d4.Ÿ4?Î4-5#<5>`5NŸ58î5R'6&z6E¡6Eç6-76<7?s7,³7(à7    8 8=8Z8y8˜8±8Æ8à8ö8 9=$9b9#9¥9Å9,å9 :'3:[:x:!•:!·:OÙ:$);$N;s;/;6¿;6ö;6-<1d<;–<:Ò<5 =7C=({="¤=6Ç=0þ=//>5_>9•>3Ï>"?&&?M?!f?ˆ?;¤?à? ü?@@!^@4€@0µ@3æ@$A4?AItA0¾A;ïA?+B?kB9«B!åB,C74ClC*‰C´C1ÐC*DQ-D;D4»D0ðD0!E$RE'wE'ŸE.ÇE+öE#"F;FF.‚F-±F,ßF1 G)>G@hGE©GBïG22H-eH)“H,½H6êH !IBIB`I6£I&ÚI/J1J;OJ/‹J»JMÙJ;'K1cK-•KmÃK81L”jL/ÿL0/M?`M/ M8ÐM    N 'N&HN'oN—N$µNqÚN$LOqOO¯O#ÏO1óO%PKDPP¦PÄP#âP'Q$.Q8SQ2ŒQ ¿Q,àQ, RD:RR R¾RÝRüR#S@S'VS$~SG£S&ëS)T%<T3bT–T5©T«ßT‹U¡UºUÐUàUõU V('V1PV'‚V?ªV'êVW-WIW2iW/œW,ÌW;ùW;5X&qXA˜XÚX!õX5YTMY ¢Y.¯YVÞY5Z GZhZ.€Z*¯Z4ÚZ [S0[2„[+·[5ã[?\DY\"ž\ Á\#â\ ],']T].r].¡]Ð]ê]ÿ]#^A^Y^w^,•^ Â^5ã^ _:_)X_&‚_'©_#Ñ_'õ_2`,P`.}`J¬`,÷`$$a(Ia:ra4­a,âa)b59b/ob1Ÿb3Ñb/c*5c0`c)‘c<»cBøc/;d2kd2žd3Ñd/e75e/me0e&Îeõe)f%>f1df1–f0Èf.ùf,(g)Ug&g7¦g3Þg+h>h%Sh<yh3¶h5êh1 i Ri,_iŒi@¥i@æi'j+<j5hj+žj<Êj,k84k5mk8£kMÜk6*l,al5Žl;Äl2m23mCfm7ªm8âmnF:nn:›nBÖnBo\o'{o£o¶o8Ío,p+3p!_p p¢p;ºpöpq%,q)Rq|q”q'ªqÒqçqTr&Zr-r<¯r>ìr7+s"cs/†s#¶sÚsîs t"/t?RtA’tÔt çt.ôt*#u7Nu;†u)Âu ìu úuv8v@Uv@–v7×v)w<9wvw,‘w)¾wèw0þw,/x(\x&…x7¬x1äx4y$Ky3py)¤y3Îy-z20z*czBŽz+Ñz9ýz)7{&a{2ˆ{
»{Æ{:×{|5+|a|%|
¥|°|&Í|.ô|:#}^}(z}£}/Á} ñ}*ÿ}5*~`~'x~! ~DÂ~,,44a1–3È@üF=€#„€,¨€Հ*ë€BY,x#¥\Ɂ&‚8-‚1f‚<˜‚.Ղ/ƒ4ƒMƒ.`ƒƒ­ƒLÃ6„G„Me„³„"ӄ(ö„.…]N…V¬…J†RN†G¡†vé†i`‡`ʇ'+ˆSˆ%oˆ)•ˆ¿ˆ'݈‰‰8‰/V‰†‰£‰À‰މ2ñ‰$Š#@Š#dŠ ˆŠ$©ŠΊåŠ5þŠ4‹;S‹;‹ˋ)ދ)ŒK2Œ3~Œ*²Œ-݌ -&3T"ˆ
«,¶/㍎,/Ž*\Ž1‡Ž+¹ŽCåŽ@)$jD(ԏ!ý!$A7f8ž:א‘    0‘:‘SL‘V ‘#÷‘’84’*m’˜’)µ’%ߒ-“*3“.^“C“Oѓ<!”<^”d›”0•1•5F•|•œ•*º•*å•–5/–?e–R¥– ø–—44—/i—™—3¸—ì—1 ˜>˜S˜8r˜«˜7ɘ/™(1™7Z™/’™B™š)#š$Mš&rš*™šĚàš&öš*›*H›.s›#¢›)ƛ+ð›1œNœ8iœ?¢œGâœG*PrYÝ_žc}žeáž{GŸ{ß{? x» }4¡x²¡}+¢{©¢p%£–£9®£,裤).¤X¤1s¤+¥¤Ѥ)é¤5¥)I¥)s¥!¥¿¥×¥#ñ¥)¦!?¦a¦~¦›¦/¹¦6é¦# §'D§,l§/™§ɧ+ç§%¨9¨"W¨!z¨œ¨&º¨$ᨩ&©C©_©"~©-¡©(Ï©"ø©"ª>ª"Yª |ªª$¼ª áª«# «D«b«€«™«·«#Ï«;ó«;/¬/k¬ ›¬#¨¬M̬A­8\­O•­Nå­?4®!t®–®²®%ήô®$¯'5¯]¯v¯•¯b´¯Q°ii°=Ó°@±¡R±¡ô±–²¯²&²3é²³(:³ c³4„³B¹³ü³;´:X´,“´-À´î´3µ/6µIfµ%°µÖµ"öµ¶*.¶+Y¶3…¶"¹¶8ܶ9·7O·5‡·8½·2ö·4)¸^¸|¸™¸ ²¸;Ó¸/¹.?¹!n¹¹2©¹/ܹ2 º/?ºoºŒº©º2Ǻúº$»(5»@^»@Ÿ»2à»0¼D¼6d¼&›¼<¼<ÿ¼G<½5„½º½)ؽ¾¾$(¾lM¾º¾Ù¾ø¾¿1¿'M¿u¿$‘¿¶¿!Í¿-ï¿À0ÀOÀ&nÀ"•À¸À*×À*Á-Á*IÁ3tÁ(¨Á,ÑÁ'þÁ$&Â:KÂ$†ÂB«Â-îÂà#ÃDÃR_ÃL²ÃÿÃÄ9Ä,WÄ,„Ä±Ä ÌÄÙÄèÄñÄúÄ-Å11Å2cÅ1–Å+ÈÅôÅ/Æ17ÆiÆKmÆ"¹Æ-ÜÆ9
Ç-DÇ%rÇE˜Ç'ÞÇ1ÈE8È!~È( ÈÉÈæÈÉ'$ÉLÉkÉ'É+©É*ÕÉ'Ê9(Ê$bÊ!‡Ê1©Ê0ÛÊ3 Ë*@Ë1kË+Ë!ÉË$ëË$Ì!5ÌWÌ2^Ì'‘ÌZ¹Ì%Í;:ÍvÍ6Í ÇÍ3ÔÍ*Î3ÎKÎ!`Î!‚ΤÎ'½Î-åÎ!Ï!5ÏEWÏ)Ï'ÇÏ*ïÏ'Ð BÐOÐ*_ЊÐ!©ÐËÐGäÐ",Ñ:OÑ2ŠÑ#½Ñ;áÑ3ÒQÒpÒ‰Ò-¥Ò8ÓÒ2 Ó0?Ó4pÓ=¥Ó3ãÓ<Ô0TÔ9…Ô0¿Ô0ðÔ0!Õ0RÕ"ƒÕ¦ÕÂÕØÕ5÷Õ3-Ö-aÖ/Ö7¿Ö÷Ö6×*J×7u×6­×6ä×8ØTØ    pØ6zرØ6ÑØ Ù6Ù$LÙqÙ9Ù*ÊÙ3õÙ6)Ú-`Ú-ŽÚE¼Ú3Û 6ÛCÛ`ÛvÛ”Û³ÛÒÛ!ñÛÜ2Ü    QÜ*[Ü*†Ü3±Ü+åÜ1ÝCÝ cÝpÝ)wÝ+¡Ý!ÍÝ-ïÝ5Þ3SÞ3‡Þ»ÞÔÞçÞß!ß;ßTßmß †ß'“ß»ß<Ôß9àIKàF•à-Üà9
á3Dáxá—á ªá'¸á$àá â2âEâ3câ!—â<¹â$öâ'ã0Cã)tãžã2¼ã ïã"üã0ä Päqää¦ä¼ä"Ïäòäå-'å=Uå-“å;Áå;ýå=9æ;wæ;³æ;ïæ;+ç6gç0žç9Ïç    èè/èBèbè*€è&«è&Òèùèé@&égé~é—é!§é$Ééîé+
ê'6ê&^ê#…ê)©êÓê-ðê,ëKëgë ‚ë'£ëËëâëúë(ì?ì:Oì3Šì-¾ì'ììí"3í+Ví.‚í"±íÔíçí î+"îNîaî*wî3¢îÖîÝîûîï!3ï<Uï6’ïÉï'åï ð)ð6Dð*{ð*¦ð%Ñð$÷ðñ<ñBLñ(ñ)¸ñ0âñ-ò0Aò-rò3 ò:Ôò@ó&Pó$wó/œóÌóèóô*ô"Eô"hô(‹ô:´ô-ïô4õ1Rõ.„õ³õ0Éõúõ&
ö1öGö]ösö6‰ö6Àö'÷ö$÷BD÷'‡÷¯÷ Ë÷ì÷    ø(#ø6Lø<ƒø6Àø÷øù+ù@ù!]ù*ù*ªù*Õùúú-ú%Júpú…úšú(¸ú áú íú ùúû û$û05û*fû.‘û*Àû-ëû2üQLüžü½ü'Üüý(#ý'Lýtý*ý»ý2Ôý$þ$,þ*Qþ'|þ$¤þÉþ$åþ*
ÿ5ÿENÿ(”ÿ#½ÿ#áÿ!''1O(0ª1Û %-0S„O¡0ñ3"1Vˆ-›1É$ûW x5”'Ê4ò%'M_r…•²(Î÷$2-W9…3¿ó*1Cu-…!³hÕ$>7c&›4Â9÷-1e_-Å0ó$    GD    0Œ    ½    5Ú    
)/
$Y
$~
%£
/É
!ù
 38 $l ,‘ +¾ )ê , #A /e /• Å  Þ #ÿ 9# !] < -¼ 9ê 0$!U!wH™FâF)-p-ž$Ì%ñ$<Rn~Ž'­ÕBñ!4 V#w
›"¦É.ä-'A$iŽ¢·Òê$!=F/„9´9î(@HVNŸî05Q3j9ž9Ø$77-o-3Ë9ÿ#9)]3‡>»)ú&$K$\'©Èä''DlQ~WÐ*(+S$;¤=à=&\*ƒ® Äåÿ(H&b‰1¦Ø+÷#*6-a1®4àH$^"ƒ9¦EàN&u‘*©Ô'ó* !F $h $ !² 0Ô !9$!H^!N§!Hö!?">X"—"?¶"9ö"F0#Ew#H½#6$;=$>y$!¸$Ú$3í$.!%<P%$%3²%æ%"ÿ%%"&>H&@‡&CÈ&6 '.C'r'!Ž''°'Ø'÷'2(:(,S(€(›(!·(Ù(õ()")!>) `)().ª)3Ù)1 *1?*2q*¤*·*Ö*ò*++*1+$\+'+$©+Î+ç+',B.,-q,+Ÿ, Ë,'Ø,$-'%-1M--’-    ™-!£-Å-Þ-;ú-"6. Y.&g."Ž.+±."Ý./(/"C/1f/4˜/AÍ/=0!M0o0‹0§0Ã0Nâ011P13f1?š1-Ú1'2002a2}20™24Ê27ÿ2!73!Y3-{3 ©3¶3Ï3ï344!44V4o4ˆ4¡4I´4þ4'5-D53r5$¦5.Ë5&ú5'!66I6-€66®66å6*7G7"[7(~71§7*Ù7+8/08`8'€8%¨8-Î8ü8!9!:9\9p9Hƒ9*Ì9!÷9:60:3g:›:±:-Ç:'õ:$;-B;p;1;4Á;ö;<*2<]<p<ƒ<œ<9²<(ì<    =+=K=g=*z=¥=!Á=ã=ÿ=>(> >> K>X>5x>:®>é>?$?!:?\?p?†?¦?&Æ?(í?@2@E@^@#r@–@°@/Ì@Bü@$?A2dA5—AÍAéAB#B 9B"FB"iBŒB'¨B!ÐB    òB0üB3-C'aC$‰C!®CÐCãCD:D4YD-ŽD6¼DóD( E+5E(aEBŠEÍE9æE- FNF6nF'¥F'ÍF'õFG(6G0_GG—G°GÌGëG H'H"DH#gH‹H§H!ÄHæHùH    I5IRIqI-I0»I*ìI*J*BJ*mJ˜J«J%ÆJ$ìJ$K%6K\K xK„K ™K ¥K ±K¾KÕKëKÿKL /L ;L ILVLlL7L ¹L ÆLÒLêLM M ?M KM9WM ‘MžM®MÆM×M æM òMþM N N0N-@NnNN’N£N ·NÅNáNôNOO0O @ONO^O oO{O OœO ³O6¿O*öO+!PMPjP €P P šP §P´PÊPÝP úPQ #Q0Q @QMQ]QuQQ£Q¹QØQëQþQR'R:RJR dRqR3„R3¸RìRÿR S,SBSXSkS{S‹S›S!®SÐS1êS*TWGT"ŸT!ÂT4äT1U!KU6mU$¤U3ÉUýU!V$;V„`VåV:þV9W$XW=}W.»WêW0ùW'*XRX)iX“X'¯X*×X1Y4YMYbY,Y®Y.ÍYüY,Z%IZ'oZ'—Z(¿ZèZ(øZ(![J[i[…[0›[Ì[ß[æ[\\:\Y\l\)‹\-µ\ ã\ð\]",]/O]=]9½]÷]*^;^'U^}^0™^Ê^é^_!_0:_!k_*_¸_%À_æ_ø_`J`;a`$`KÂ`KaHZa3£a$×a$üa$!bFb_b&qb0˜b-Éb2÷b'*c'Rc%zc) c)Êc.ôc%#d!Id/kd/›d/Ëd'ûd-#e.Qe0€e'±eÙe,øe5%f[fxf f%°f)Öf?g[@g:œg7×gUh_ehFÅh< i5IiJi=Êi$j-jIj&ijj¦j¹j$Õjúj7kQk!ok ‘k²k*Îkùk'l(@lil3l³lÆl#ßlm0mMmim!…m§m$Àm%åm- nA9n{n%”n ºnAÛno
/o":o#]o/o'±o1Ùo1 p'=p)ep(p1¸p+êp1q0HqyqDq1Õq2r:r0Pr0r0²r-ãr!s%3s#Ys$}s&¢s-És÷s4t9Ct.}t3¬tàt!ýt#uCu-`uŽu-£u6Ñu3v-<v3jv?žvÞv&ýv!$w;Fw>‚w0Áw0òw#x0?xpxM†xTÔxT)yZ~y6ÙyZz-kz™zªz%Çzíz@{E{[{r{,ƒ{-°{,Þ{- |,9|-f|+”|+À| ì|ù|)}*<}'g}!})±}Û}÷}~$,~(Q~(z~$£~È~ä~!ý~00P" :Ã%þ $€E€U€t€“€¬€̀߀ø€!3Le4~³Ӂ?é)‚+9‚!e‚P‡‚W؂W0ƒ]ˆƒ<æƒ]#„Y„`ۄ`<…f…E†fJ†"±†.Ԇ$‡0(‡8Y‡3’‡6Ƈ!ý‡3ˆ>SˆE’ˆ؈ôˆ-‰/A‰-q‰9Ÿ‰!ى$û‰( Š'IŠ*qŠ3œŠ+Њ0üŠ!-‹.O‹*~‹-©‹0׋AŒ5JŒ(€Œ,©Œ'֌-þŒ,F4f›º.ٍ9Ž9BŽ*|Ž,§ŽԎðŽ %'4?\œ$»àü*1$\.(°2ِ ‘‘<8‘ u‘$–‘»‘*ё0ü‘*-’X’q’!‡’'©’=ђP“6`“3—“ ˓-ؓ”)"”)L”&v”$””ה锕•(•:•I•X•j•y•‹•š•©•»•ʕٕè•÷•––-–<–K–c–{–“–¥–´–̖ۖê–ü–—#—2—A—S—b—q—‰—˜—®—½—̗ޗ'ô—˜2˜M˜f˜"|˜$Ÿ˜Ęۘ𘠙&&™,M™'z™¢™ ¼™ə5ܙ"š5š"Ušxš”š%°š֚ïš›!›>›T›'d›BŒ›!ϛñ› œ",œOœ0hœ0™œ!ʜ.윝<4q‡'¥͝Ꝟ*!žLžež ž¢ž*¹žäž*ôž!ŸAŸ`Ÿ!}ŸŸŸ+¾ŸêŸ H  i  I› Bå (¡'A¡i¡y¡%™¡¿¡ ߡ졢3'¢ [¢"|¢"Ÿ¢"¢"å¢"£"+£"N£"q£"”£"·£"Ú£ ý£¤:¤!V¤x¤!—¤¹¤ Ø¤ù¤¥3¥P¥g¥„¥ ›¥¼¥Ù¥ö¥¦0¦M¦%j¦B¦Ó¦!獵01§b§-~§¬§%ʧð§3¨7¨P¨i¨,…¨!²¨Ô¨*í¨*©C©_©z©©¦©(À© é©
ª9 ªZªsª1“ªŪ#Þª««9+«"e«?ˆ«%È« î«&¬'6¬^¬(z¬!£¬Ŭ䬭­%8­^­w­)’­¼­&Û­)®,®B®-a®®¥®"®6å®<¯*Y¯*„¯`¯¯r°!ƒ°!¥°$ǰ$ì°$±(6±!_±*±*¬±*×±$²%'²%M²#s²3—²*˲'ö²?³*^³9‰³&ó!ê³ ´+´A´"`´ƒ´3Ÿ´*Ó´(þ´%'µ!Mµ(oµ%˜µ)¾µ%èµ7¶F¶3_¶“¶¯¶ζä¶ ÷¶3·1L·1~·(°·(Ù·(¸++¸)W¸*¸*¬¸*׸)¹&,¹S¹3q¹/¥¹&Õ¹%ü¹%"º(Hº%qº,—º-ĺ1òº.$»%S»,y»,¦»*Ó»)þ»$(¼+M¼ey¼Sß¼03½d½k½ˆ½¥½½$ؽý½¾&1¾+X¾„¾#ž¾*¾'í¾*¿ @¿M¿    l¿v¿-‘¿¿¿'Ø¿À*À>ÀNÀnÀ À)®À    ØÀ&âÀ    ÁÁ23Á'fÁ-ŽÁ*¼Á+çÁ=Â*QÂ<|Â6¹ÂðÂÃ>/ÃnÍêÃÅÃäÃ*Ä&.ÄUÄoÄ‚Ä$˜Ä-½Ä(ëÄÅ1Å!KÅ#mÅ1‘Å%ÃÅ&éÅÆ).ÆXÆ(uÆžÆ(»Æ+äÆ(Ç39Ç;mÇ>©Ç/èÇKÈ-dÈ ’ȳÈ:ÏÈ
É(É    CÉ"MÉpÉŒÉ'«É*ÓÉ-þÉ,ÊHÊ gÊ5ˆÊ>¾Ê2ýÊ;0Ë;lË>¨Ë2çË*Ì3EÌ!yÌ-›Ì"ÉÌ ìÌ) Í 7Í/XÍ/ˆÍ!¸ÍÚÍöÍ'
Î'2ÎZÎ1jÎ*œÎ7ÇÎ$ÿÎ5$Ï'ZÏ0‚Ï0³ÏäÏ÷Ï    ÐÐ$0Ð*UÐ#€Ð$¤ÐÉÐÙÐ ìÐùÐ%
Ñ0Ñ/FÑvщѨÑÅÑ ØÑåÑõÑ)Ò/ÒBÒ^Ò xÒA™Ò!ÛÒ$ýÒ "Ó#/Ó&SÓ)zÓH¤Ó5íÓ#Ô'4Ô!\Ô'~Ô$¦Ô*ËÔöÔ Õ(ÕFÕ _Õ$€Õ¥Õ!ÄÕ4æÕaÖ}ÖA™ÖÛÖôÖ8×I×'b×AŠ×Ì×1ë×3Ø0QØ1‚ØL´ØEÙGÙ'ZÙ"‚Ù¥Ù'¸ÙàÙÚÚ*Ú@Ú\Ú({Ú%¤Ú%ÊÚ0ðÚ*!ÛLÛjÛŠÛ©ÛÆÛ'ãÛ' ÜD3ÜxÜ%Ü¶ÜÑÜ ïÜüÜÝ**Ý!UÝ'wÝŸÝ!¾ÝàÝ*öÝ!Þ=ÞVÞ-iÞ9—Þ0ÑÞ%ß4(ß+]ß2‰ß5¼ß!òß!à/6àfà…à¤àÃàâàøà'á$6á[á2qá¤áÀá$ßá$â*)â$Tâ$yâžâ0½â&îâ$ã :ã[ã'uã'ãÅã$ßã*ä)/ä+Yä%…ä$«ä/Ðä-å$.å-Så-å¯å¿å-Þå1 æ4>æ*sæ(žæÇæàæ@ÿæ=@ç~ç!šç-¼ç*êç7èMè&]è3„è=¸è*öè(!é+Jé$vé ›é!¨éÊéàéüé0êCê    Jê/Tê    „êŽê!¦êÈê=äê'"ë%Jë'pë˜ë±ë.Êë'ùë0!ì5Rì8ˆì!Áìãì0ùì**í&Uí|í"›í¾íÝí"üí3î6SîŠî*©îÔîêî"ï#ï>ï1Yï+‹ï@·ï@øï9ðXð!qð3“ð6Çð3þð*2ñ]ñ0yñªñ ÆñÓñæñùñò+ò-Aòoò…ò9¢ò+Üò5ó>ó]ó*}ó ¨ó"Éó$ìóô'ô:ôPô`ôvô'ô·ô"×ô%úô) õ(Jõsõ)‹õ(µõ'Þõö ö1@öröö°ö$Ëöðö÷<(÷<e÷3¢÷Ö÷!ì÷#ø2øQønøø'¥ø!Íøïøù0!ù6Rù6‰ù(Àù<éù<&úcú+ú<«úèú!û.$ûMSûJ¡û<ìûF)üCpüF´üFûüCBýF†ý:Íý:þ?CþGƒþPËþMÿMjÿ:¸ÿ3óÿ5' ]j z‡-—+Å'ñ$6>6u?¬ ì.ù.(&W0~0¯Mà-.*\‡$ 0Å$ö!'=Ge.­Ü?û;;$w.œ7Ë$$Afm„$ž9Ãý*AQe€—´Êãû"#;_u‹¡½ Ñ*Þ$        &.    U    q              .­    /Ü    7
7D
+|
 ¨
¶
Ò
/ñ
0! ,R ' 8§ %à % (, U /t ¤ ½  Ý ê    6 OD "” · #Ð ô 1:O%l-’À×í ü
5I)^ˆ'¢6Ê!!:\"t$—.¼ë1*7b?x¸!Õ)÷+!EM“-²(à'    81j0†·-Ö'4D.y!¨6Ê335i€%ºà,ù&$F'k$“:¸6ó*@V    r|-—Å'Þ)C5_L•3â6(M1v4¨'Ý)0/=`‚ž<!B^$¡Æã",<i,…8²$ë/@\v"°Í ä.ò*! L)Yƒž*½è0'2Zs'ƒ«*Á ì-ù#' 'K *s ž º Í ç +!/!H!*d!!!¥!Ç!Ý!ù!<"4O"#„"¨"'»"!ã"*#-0#!^#-€#%®#3Ô#'$>0$3o$2£$*Ö$)%0+%8\%$•%*º%*å% &'&E&*d&W&'ç&!'1'K'f'$'¤'!·'9Ù'(9&(&`(‡(3Ÿ(Ó(ë($
)4/)(d):):È)+*$/*'T*'|*.¤*'Ó*#û*'+-G+u+Ž+­+!Ì+$î+$,8,!W,0y,*ª,Õ,õ,-.-G-c-€-™--²-Gà-'(..P..›.·.Ê.!à.9/(</e/3~/*²/-Ý/3 05?03u0<©0Aæ0?(1=h1>¦1>å1=$2>b2>¡2'à2A3AJ36Œ36Ã3Aú3?<4A|4A¾4_5_`5À5Ó5ã5$ü5!!6C6c6(|6¥6"¾6á6-7/.7^7*y7#¤7È7ä7/808!I8k8!‹8 ­8&Î8-õ8+#9,O9(|9-¥92Ó96:2=:'p:!˜:'º:0â:$;8;!W;&y; ;$½;*â; <0)<Z<p<‹<Ÿ<˜¿<X=kj=-Ö='>$,>$Q>(v>Ÿ>»>%×>9ý>7?8J?3ƒ?·? Ö?ä?!@#$@H@!g@'‰@(±@'Ú@A"A7AMAbAyAŽA¢A¸AÍAãAøAB%B:BQBkB€B”B¥B¿BÕBìBCC+C/?CPoCGÀC?DHD#dD ˆD©D7ÅD+ýD0)E0ZE0‹E1¼E0îE0F0PF0F²F3ÍFHG4JG9GB¹G9üG=6H‚tH/÷H%'I/MI}I9–I9ÐI
J$&JKJ2[J(ŽJ·J$ÑJ)öJ@ K=aK2ŸKzÒK(ML/vLK¦L,òL$MDMTM$pM!•M!·MÙMPïM'@N!hNŠN£N¶N ÍN'ÚN,O)/O)YO$ƒO¨O¸O!ÔO*öO;!P]P|P(P!¸PÚPðP#    Q#-Q#QQuQ-”QKÂQ.R*=R'hR'R$¸R)ÝR-SY5SdSoôS>dT;£T7ßT?UEWUU/¹U-éUV5-V9cV$V0ÂV*óV/W-NW-|W0ªWÛW÷W?X5OX!…X!§X'ÉX7ñX4)Y$^Y!ƒY+¥Y"ÑYôYZZ'/ZWZ$vZ›Z!·ZÙZøZ![$9[$^[%ƒ[©[.È[-÷[-%\S\!p\’\+¥\&Ñ\#ø\]'9]5a]B—]AÚ]^);^'e^-^#»^&ß^_$_+A_%m_$“_$¸_'Ý_$`$*`$O`*t`Ÿ`¼`*Ì`!÷`#a%=acaaŸa¾a×a.öa!%bGbZb+mb<™b/Öbcc2c!Hcjc†c™c´c-Íc ûc%dBd^dqd‡d$ d-Ådód/e:?eze–e+®eÚe÷e6 f8Df }f žf*«fÖfìfg)g(Hgqg!Œg    ®g¸gÎgäg%h)h'Eh-mh+›h#Çh!ëh     i2i7Ji‚i›i%±i×i%öiAj^jzj“j¯j-Âjðj    k-!k*Ok-zk¨kÇk2ãkl-l>Jl‰lD™l4Þlm*3mY^m$¸m,ÝmA
n0LnD}n?ÂnOoRo2ho9›o-Õop6"pYp%xp!žpÀp$Üp9q$;q$`q!…q§qÃq0âqr#"r$Fr(kr”r¨r¾r&Ùr's!(sJs.fs3•s<És6t8=tvt>’t1Ñt.u.2u4au–u)´u0Þuv-(vVv!rvU”vZêvZEw] wBþw]Ax>ŸxÞx÷x  y.y;Ly6ˆy9¿yùyFzYz'oz!—z!¹z!Ûz ýz{*1{\{t{†{ {¶{5Î{>|,C|&p|0—|,È|2õ|&(}*O}&z}*¡}Ì}á}ú}! ~.~6N~…~ž~iº~)$6N … ¦²    Á"Ëî"€ +€-L€$z€Ÿ€3¾€'ò€"$=$b‡Œ&•/¼"ì.‚>‚Z‚y‚'•‚4½‚*ò‚:ƒ.Xƒ'‡ƒ!¯ƒ$уöƒ„(„!G„!i„+‹„&·„+ބ
…'…9…O… d………¤…½…ƅE _¢yLÓ”
ðXµØ×ÿËr‚B„{QãÏ ÔRùÈÉ}§¡j†îÎeì Ïg Ó/¸ìG    Ñ    + ?¨¦<m…    Ž    M W@Ã_Ò
W!%ŠY s    4šף e¼ï
" Œ?ïv
XV 3
jÞpµhn8ðad ¯üŸ ]ä ïj a{˜(Å õx¼¿,Ê=ѯŠռïH
@èˆ þDK:l]C„
Ñ”‘^Á‡‘¢¹æ k}hm E õ8 Š‚    ‰ŒÄ ÁI‡…ol.øa86ìÌ 14    "    µc9 v£ Ÿ)    Lsc.Ê­
 É Y²ò‚ 0u7}ˆö
‰ßsÓÉc r    ÅÔ
•U]è 2’ :>Å @m¦ ½C ̃çdÌ:
åà¶ )~pÖ Î&É ë‡    ú/?? cdœŠ
Ÿ·%ÎëQ&Hš    ˆ= ó0C _ž    ‰Ü)
À×´Þƒ/ P Þq ë±:È›  ž W
"‘ûvî¾
Ï&ž
z
d g&© FAǐ頑
Ý!S¢ý¼fUnž Ì% A3æ  n6 Ì$ 
±Ñ— ¨xíO2Dd‘ Ï;
YÜÂ.    ^ù Ç ’ ¥    ;    ˆ_B F¸Ø“Õ”‹÷
QA¹ã F Ò# NeKà JKàà ‹Î < \+¾…ÇÙxf´    Á ûºú èE    Š„¨%
ï |
ôýör
èµ %    gÌŒ_'
­,C
!    ' ‰k#‰    ëÃ\(ëR!†
ΫXf gRó:    á Þ    - nr ªn÷ ÷5÷    ¯c/ß
~PÕ ùÑ i
¥  ؈¨!^úD ³RÀ    ³Õ ÷âhú |7ˆÃè´’ö-
CE¾ ÔNAI}·x éž¡
ª= Ü
®.)+ØN7íòB)‘    8Ñݱ V§—  Ý Ü7 Ö2 ¬•ñ pj¤€”    Å
¯Ö    !³
Óà IøÆ,
r¬'>ԏ(¬    \    oY ZË pGa "r“/=í'æ$ ѯø
HŽ‘ß{ò e’ @à    Ý‘ÒA| 2 .n¦puÓ    Wù ’‡1³ü;Vnh    F    ¸
L ÐTYÜd¦Pá‚rŸhÕbëüíöBsTf§0 lªø‰Š/Mœfˆ ñ    ÓL
iÝRtuU
 
 
»â l M›P+ âŠÉ
Óð)© +4kÃ
f8­“=ˆüÝ@    ênçr *. ‡ 3    [æ W `     *Z%‚}ˆµ ƒ×bôP՝‚H ±BÕ Š<     ‹¡g,     Ä    j5J { Rt i    e     OV;`Ð
ãy u1 ‹@ž(óÖ1¹± ¢Ño Þ¸[] Ö a? çØ
aŸ Š
v‹–é   7
(»òŽÐ zàÕ·
}+ ÒAÅìC§{b$û~ ‰R ‡X S|¨DaB¸$æå      ý& Eñ Ë øà ]–)hÜŸõQ7C 
sÆú0Ûó
2 ~Æ  L:Jw f´ º" O ™èg F KËI
é    ·0ñ ’    Y ¨ bî,ê3    1a    °u
¥ ÉL>    Ù€éàZÚÀîœ ¯dT©xì $  iãÊͬ†I¸‹™å Y
é´Pþz
×í~ ×c ´Ê Äû    ¿    yI ÎM* ­Ofq
¢ Ù    ”º× 87‚±l ú–»    d&§W“€
#"n ¹º5 µȈs Þ „
¸ —    ƒ    ¡    ðvû“=ã{CRâ êÇe«a§ ¾ë uÿÛ‡K»äwÄ'iøU Pò¤ ' û: „>m® ƒ
HEâ=¤® ß 9MWiÅÉF7Ô -î¦
#ï"
!ÐåM vð 6 Ô;Ø 1    éÖdz´Ò‰
\¼    ¶“¦    ‰Ð#    ¯_½w    ùò„    ©ö[\ô‡õu²¼
Œ öY x „“ J    µ ø S G‹€³¸Èø˜còÆV hÎf§-4ý ½ö~4 _Bm Åi 0U    OP 5%- \‘â    ¥[b
ÖÒ °IàO Iº‡_T  ß^ Âü ±  Ýw¨ » J?,Þ£8 ø« •â
ԁ”¶*'
Ö ‚ ó    ùJj
D¼    | ,ÈÐL +Ë  kó¬; Òq Y– »HåŽ áÉ Ñ›Úë ,ôsË¢©Z| ®½{i^ \1ä¬: _
Á1ó¸„䀗
çE…Ñ•OOÓ ¬ª­Ÿ(hT    ŸÙ[
ŠÛ     e |0    $
    •Æ L    =†    …ŒuE qÔ ÁÊZ    â¶®ô<
ó£¹qìj«Z ¦ù{¶ ó ß ¾M    â ýÜ    ±õÎ    <Þ’    ‡Û x[v Õ@0£ä ÷ÜJ°> ­„†å a
4Æç    +¼Û÷L˜ » ¶¦ë   `/ ½
+    ÷b\ ½ws—z' Ê ‚\
÷ºhó»(y    ZghÕC(û
<›)N    Fä½ ß    íÇÔ" µ4ˆŽ/•U T¶sÝxKx    Ó¥â 1 v ­¸    0­ -    ´5GËÛÆU‹xÄØ‹
Hcœø=z †? -• ̆ÔS> :
B´
ÀT
Úž [ÆI AÀS›Ÿ\ ˜¤
qÃbf°Ë7×
>K - î V h Ë    ¦ 9Ê    UA ¼òd
Â Í (R7* £x    Ñ ÄåäÇ
™ø³     Xoà
[ëÜ8    tÂè
7žKf³ËF
ŒÑ“§    º
ít‘lÙ W³Í⛘çŽÜ 5Ƚ9ム Uj5 %í X6RHmp  n >‹õBà êŽÊ
Ø4Ü .
ìüßɳ    ë ˆEP [ êÑLB ‰I^
‚»š }Š· ª
5ë    f
+ ›`  .xã    ü•Ù‚}…u    æ>$g eUüx¶ õ
ì    ©
8Ò<¸`"ðÄî]‡
òýå*Z  <    ¿‹eglt ”ª    ™û 0p²ûiØ”€àº{c0K
K " ¹…ji ‡æÍ[ ?    Ôø1:V    â`
e    8    ä¢I]!0 p[ð
 
°™“5å^ôF82gž^å
 òMy5°
Gv;ùRþɇ`    ¬ ˜ã]
ì vÚÁÛªx,«¡ :þ    ¿®É.tóßD UT£     JYô »X jß2Y µH
i­ýsØ    DUÜ M –賨    VëÐî'É ‡t    £‘¿Ý z T L… –I“    èÇ5JDÔ¢ @¨Z%ÇÉ/¶ûb î    : Ô3Ê A    UU ý ø Ššo ì0ì¡BÍTO }    df#[  Z¡ z0
 
œZ² ÷¤è·µ‹òœÜcY‹ +—    œ 1 =µ
a’ƒoob(     µÊ8|¢Ž Ð+#‹    ¿U    
ÌuH µ›Ód    ¹dF  B \› À½³t
Nþe?Þ
Åt*c    
Ɖí-C    ÁR    —×Þ ˆw×T¿6ðºÙÍXr Ô; ›    Ò-}õèƒéñÉù
>ˆ
   ±Þ€» < L¢;¬U    “ ÍÏ]rú9N} Q¹ ù0µ    W!ÚEü MÈ )îBHú3 o
˜g    Ökà    úÇ ù€d    ÿQ    ö ä¼O 1ñ=ê2    % 3 LJ« k ×h
x"°W    J¸ í—ÿ    « LóD?
    •
€’)±     "_mƒÑêJ éÁÈ¡Ðz    ãXË!þ
ºÚsöOó E¡á@ù@Žn    b Q
Šij(·X    < YàuIÅ    ö³&i1zG „²“ L Ì9=Óé
Ú‡ —æù>Jm_Ç‚—û(
ô þ
ÄIÚqk , é S âçŠbÒøý Ï
fä^ H™ ô• 3‹ ‰  ½¤ê [PkÐu?öNH2c        .F
F§5Ñ Ï ßÔ¶ü
    ^     H4 8’Žá ˆqw žèº ¥æ
t¹)æ |¶Sh * û *    ­¸( “
)?@€    1¸ ª ñø}[ 7Üä‰Ctƒ…S q°
ᨤ&
Uh»× ¸…\Í%¤C–añ ^ñ—­£ÿ= RÈ
¯
3Æ <õ `D    SA @ ³
ôô    ]Omw%¬¹Âúªï iss½ñ
4u˜ ÉîT¼Ò;½Õaí©aóþ¨£
 
¾      K"E
† R}y‚ #`” e^µ™Í©õŸŒN¿†÷ ‰ 'ÅeFÑ
“st¨²iÈ'rð¥—ÿ`Õré÷!™–© 5 *» ¿B®ß˜²­· À/„Þ¥Œ 9ºãx
 g±(R¿eÐ õ ƒCªÛAÓ²®¦ 5m?j IX SXFœÞ e¬€1E—µ Œ    ‡ƒe; WK<ý êI é ïÐ S    ¯& Ó˜á R
H ÈÉMÆD'Qá;;ØM<°k 9    Þå†0 |Õ¿¤ ÙIxS çŒ ‘ )r 
=
 
Í ð&’V
ƒ
õ¸Ó
Œþ n
 
È ( 4C    `Æ/:é˜4•þT?÷æÖ~
–Mn` Ö£ þã2¼ j’biC;ä m    u pÃ]    s    æ ížPzÒ:7 ­3¬ £zº 1    ©] 6 IØ
‰    œº† évÙ »w 2l&¹ZÌ+  Çü ƒ ¤ ÁçC 
¥hÆ ãÛâ¦Ã9è 4à›–
õm
ûtêy3!‰ó$vÊþW <ÖW áÇ ¯÷G œ3͜㠾’y&    «Í    h›¹æJŽQ/¡™ r׬¤«
¦íêuÕ( ñÀ
¸,JD ä
ˆ    ª#x4/²
¿üS©p „.Ä©äU -ÉlžJ%*ç rûæŠD$V|
Ò!ú
Å“¢0!Š y ô $ç(@ ϸ    Ð ;Ç    t ¥®Ê f g¥
Û ù÷{
Ÿ‚
qà×€… ¬kbØ Ï    Gvð]CU†±¾ :Ÿ
1ˆ
¾òÍ
)§O´Æ‹àØð    hX%Ê
¤Ôä    ´¨ Xw
þÜ ¾´žúp +N49Ÿ«±! ¢¶    Ó~¶
 
ù j 5    Çý£œäC_    Y9·
$« \%£¨    Qˆ ¾k
^aÀP
Ð    ¤    [ç     ¹œ ñò    ÿ    –“ ~ÍFa  þ¯ bQAô ¢‹ ¢å6
O‰´+GÑ÷-1TÚ K" }ƒï¬
‘2`    ©Í    u6<á=# ¿e. vÕè8ÀøMÝõ    ¿ )ÇûËÎ1    Kû²    ì]q    µK    †úTý
ÛÍ Gæ.øLî [ ›
\ï e
E*ê ‚ £9
W ÒÀ E ë:8 å š    dP¢ æ    îœ€ : ¼T
ü 4šn ) Û  ¬Tb{ ß«X»á çl ÕŸ:êì
á Ï 5êN–žu b‰ ÿf Ë
$nï,êfÅŒs FÃi EÉ…vŸü¡”  /G^ãv † N ^l
ýNàŒ9 @‚ë˳ö ¼ã
dÙ
˜¹‹æ ç{~˜'ä§B    $mUÙ'²`P gÄÊ Dok,²    Îd > ]‰ d²þãÏ&{    ò
h€ À š#9«ü À … G
q
8Ž5Žœw6§ÜnO     Ë•K•Üü@q— Pz_ƒŒß ,8[®    l
Z næÒž0BÞl‰    /    À ÉMx©    4 ) hs
Œ± "^™ÿÚ
9
g|ƒÈd·R ò(t¤ ­"H­ 2X­y ÚNìR¦Û \ ëZM°Žf~*Qt—¥ìá    q ”óD
œoÄ  N MÐ~–%  wsâk·£Vå    g"ßðv    ‘”×ðJ9    òH
y
2{ B ½Ê„“‡-•    Î2
¾ØBw    ÊKŒ¢ |­¯P~Ú=4ðŽ
M[ˆÛ´XÖ
r    SA ,w™äpŽ`Â
A ¨k b g
Zš DŠ â$# ¬&W_³·´?Q Plº    GV_ n )
7#üîo ò ¿$    p èY    – ßp8
ƒ'{zH32ùo    Ì'èÇ6á; ¶Ù|tíÅ
Øh =W# ¯«j Š    Ù°*É    *    íç
®
™\¦ò ]â+Ζ ½}QÆ®w6Áo¼qkö e SÚ    Q Ô <-¦gÁ
ú»
ô¤
c ÷j<GU”Î,Ü7¤,SpÏ ê…±«¯5¡ , ^‘j
bÃiq#Þ>™å:² Ö>
»9± ý¶§ Àz Ò Ìmu V > o¬ öwöA&! ¡-Àb    QÚ;ҍl|FÌ
˜    Ôe|     †) .y4Ð離
I–¾ ýÀÝ  <$±
lô)@ „]Sg»AïL³    È¯œ
Ì3²Y»Õ ¼«    Ì    ðÌG’)S
 
”{ÖP¡ðv¹ Ë ‡ ¾ZË•¯    ê    ]³     ]68ròÎáLA:ê ª ¥ ;„'Üô
&Cؼ®9 ”ÑplÏJ¹ LD@*
™
ù¾ 3Yš“#
‚} üÿ7œõ    ’ï—¼¹
£ÿ ÏÝ|Æ
ae`kՁ
_ W=    ;¢ 6ú>XÍ“º Rê£    §
`HþÏÙ N5è    Àam[_ª.ÛR ¤qÝ °Ó5
ßМqÃÒ ®ÝÆ    …šQ. Ò    (~š ÁÄœ    ï3Å f°™J
`¢ª’
¿ •§ }ÂãKc§-Âå”cÆ í ™    ²˜Û·7¶ Fyz?î
Ö & / y û
Á—¡¹ršj    ­ · ˘‚ a ¥|q ¿ÆJ 6ž i    ÇšL u*ßÁ    W®l$k¢    Å
&›Œè F$ ÿ~Vt~„ FV^O0cäð éÁµû Z ” ”
€  ¦·B
N P>—~Ô    >‘I    ?ÿó(·ç>Ì ‚° ‘ê
O°¾O
× Àî® 0Ç ?
ìErÈW+
Bü®VN  -{NzâÝ['᪠.¹º Í…` x Vë
#& µ«¦
 Ù ï• »ñy/!³ 6m…w?¸šp
á^ŒÓÆ    AÀo‚ñ    #kÅ.Â'7 £¶dÈ    ÝÈÓ¯v×&,ˆGîþ r    s ¥Áô Å 6ð Š ÚìŽÙÚ#y]†D˜¥c
šžoQ O*ú    ²'    V 9ç Å¥ p    f    ®‘ [    Ø˜
=ï-wìQvÁ£.ÄWy šn O˪m } ÿ–¤Â¨}N
tÁŒ
ñ;ï¹    ýVõ6    Ñÿ P+c½{Ì ¬JÐt÷ ë
W û Ã    «7,  i "
3 Ÿ… þ&7 KôÄ
áâÛ
úƒ6FàC~ž/Ø "š”ñß´ŸÙy±Ëþ° o„ ¥T›\í    oÂ
D½Ž         # øp5    õ –    { Y—ù    ¦¶~ ±›³·    @š‘ìa÷¨
©m.
ÿ° õÝ’8!s…
>cÛQ à › I´Ì MA.Mu˜—L•§G_Á 1
¤‘¶3’Í
M
ï§×    ã Ä%ú2 • ßȐĎŒ•ï    X¼ a°    / \î_ +„ÃYÏ33”J„ ? \    Üì…Ð1³ 2 + uù ²Æw¦2}
šÊ    ö ž±›NC*ô 2Ä-™p6r†L@¿
«ÙÏ! 2à z¨† Ž<á’Û€\X
k½    ÙÞYª©Ö     
GqÏžk    ‹ ãb3jƒ :<d 㤙ø    Þ9€¡ || {
pº › Ä f    †¡6Î ® kñ¯¾-ð%$V©“غ‡´ ô}xóñá    Â] ÛP    ©Ð©Ý
S–ç 0 z\
ýÂ=Õ
#½ >H    ñŸ SÝy@
º¦mG,§7     ë6 84õýí E?‹_¨ü    ·ZO^ €/¾G    ZyÚ Õ    ÷å–ª|ç9-% *mÞ鬿½  T ’öA
°Eàñwú
E Š$Ú
«¶ùoTTÊ%Î
Çʐl` āΠÎ
éÚÿS  ×=¾    %n¨i    Ÿ    XBgsÿ  ;
ú (š
jî­Ú o'    wåY<·Ï
 
岪é™րmÈ­    AÂø þ b Ôåè"öv"Ä    V°Î@ý    À àâ ocEyQ™ $ö    zÿ
Ù½¯ HD!
Šl    õ˜ ¸/
í
Ö„nl®Ý    N!äŸZ
~òû+æë óq ¼ z © ² ^ÎôK { ~    _ÏÒ¿öÈ Þ    KÊgj Í4
á
    ·î Ö Á t×h*´Ìµ
¾ÑÓ `ó Ó ¥¿ G Dý¥§ ÿç Zè R ªcí¯
 
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.
          %s        %qD        <anonymous>    -F, --fullname                      Print full filename
    -f, --function                      Print function level info
    -h, --hotonly                       Only print info for hot objects/functions
    -n, --normalize <long long>         Normalize the profile
    -o, --object                        Print object level info
    -o, --output <dir>                  Output directory
    -s, --scale <float or simple-frac>  Scale the profile counters
    -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   by earlier handler for %<%T%>   by earlier handler for %qT   in pointer to member conversion   in pointer to member function conversion  %qE  (Use '-v --help' to display command line options of sub-processes).
  (you can disable this with -fno-deduce-init-list)  -###                     Like -v but options quoted and commands not executed.
  --bootclasspath PATH    Override built-in class path
  --classpath PATH        Set path to find .class files
  --extdirs PATH          Set extensions directory path
  --help                   Display this information.
  --help                  Print this help, then exit
  --help={common|optimizers|params|target|warnings|[^]{joined|separate|undocumented}}[,...].
  --javap                 Generate output in 'javap' format
  --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.
  --version               Print version number, then exit
  -B <directory>           Add <directory> to the compiler's search paths.
  -E                       Preprocess only; do not compile, assemble or link.
  -IDIR                   Append directory to class path
  -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                      Disassemble method bodies
  -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
  -i, --intermediate-format       Output .gcov file in intermediate text format
  -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 FILE                 Set output file name
  -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.
  -pie                     Create a position independent executable.
  -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, --verbose           Print extra information while running
  -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.
  a qualified-id is required  as it is a non-system directory that duplicates a system directory
  base %qT  because conversion sequence for the argument is better  because of local member %q+#D with same name  because of local method %q+#D with same name  because the following virtual functions are pure within %qT:  but %d required  but does not override %<%T(const %T&)%>  but does not override %<operator=(const %T&)%>  candidate conversions include %qD and %qD  candidate expects %d argument, %d provided  candidate expects %d arguments, %d provided  cannot use obsolete binding at %q+D because it has a destructor  enters OpenMP structured block  enters catch block  enters try block  exits OpenMP structured block  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  for conversion from %qT to %qT  from here  in call to %qD  in evaluation of %<%Q(%#T, %#T)%>  in thrown expression  initializing argument %P of %qD  merge [options] <dir1> <dir2>         Merge coverage file contents
  or %<operator=(const %T&)%>  overlap [options] <dir1> <dir2>       Compute the overlap of two profiles
  overriding %q+#D  overriding %q+#F  profiling support are only provided in archive format  rewrite [options] <dir>               Rewrite coverage file contents
  since %q+#D declared in base class  trying to instantiate %qD  when initialized here All options with the desired characteristics have already been displayed
 No options with the desired characteristics were found
 candidate 1: %q+#F candidate 2: %q+#F conflicting code gen style switches are used!$OMP ATOMIC assignment intrinsic IAND, IOR or IEOR must have two arguments at %L!$OMP ATOMIC assignment intrinsic must be MIN, MAX, IAND, IOR or IEOR at %L!$OMP ATOMIC assignment must be var = var op expr or var = expr op var at %L!$OMP ATOMIC assignment must have an operator or intrinsic on right hand side at %L!$OMP ATOMIC intrinsic arguments must be scalar at %L!$OMP ATOMIC statement must set a scalar variable of intrinsic type at %L!$OMP ATOMIC var = var op expr not mathematically equivalent to var = var op (expr) at %L!$OMP at %C starts a commented line as it neither is followed by a space nor is a continuation line"#pragma disinterrupt %s" not used"::" was expected after module nature at %C but was not found# %s %.2f %.2f
#include "..." search starts here:
#include <...> search starts here:
#pragma GCC coprocessor subclass '%c' already defined#pragma GCC coprocessor subclass letter must be in [ABCD]#pragma GCC coprocessor width takes only 32 or 64#pragma GCC memregs must precede any function decls#pragma GCC memregs takes a number [0..16]#pragma GCC optimize is not allowed inside functions#pragma GCC optimize string... is badly formed#pragma GCC option is not allowed inside functions#pragma GCC target is not supported for this machine#pragma GCC target string... is badly formed#pragma GCC visibility must be followed by push or pop#pragma GCC visibility push() must specify default, internal, hidden or protected#pragma GHS endXXX does not match previous startXXX#pragma GHS endXXXX found without previous startXXX#pragma implementation for %qs appears after file is included#pragma io_volatile takes only on or off#pragma message: %s#pragma pack (pop) encountered without matching #pragma pack (push)#pragma pack has no effect with -fpack-struct - ignored#pragma pack(pop, %E) encountered without matching #pragma pack(push, %E)#pragma redefine_extname ignored due to conflict with __asm__ declaration#pragma redefine_extname ignored due to conflict with previous #pragma redefine_extname#pragma redefine_extname ignored due to conflict with previous rename#pragma vtable no longer supported$ operand number used after format without operand number$ should be the last specifier in format at %L%+D causes a section type conflict%<#pragma GCC optimize%> is not a string or number%<#pragma GCC option%> is not a string%<#pragma GCC pch_preprocess%> must be first%<#pragma GCC pop_options%> without a corresponding %<#pragma GCC push_options%>%<#pragma STDC FLOAT_CONST_DECIMAL64%> is not supported for C++%<#pragma STDC FLOAT_CONST_DECIMAL64%> is not supported on this target%<#pragma align%> must appear before the declaration of %D, ignoring%<#pragma omp barrier%> may only be used in compound statements%<#pragma omp flush%> may only be used in compound statements%<#pragma omp section%> may only be used in %<#pragma omp sections%> construct%<#pragma omp taskwait%> may only be used in compound statements%<#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 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)%<&%> constraint used with no register class%<-%s%> conflicts with the other architecture options, which specify a %s processor%<-Wabi=1%> is not supported, using =2%<-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%>%<-fobjc-sjlj-exceptions%> is ignored for %<-fnext-runtime%> when %<-fobjc-abi-version%> >= 2%<-fsplit-stack%> currently only supported on GNU/Linux%<-fsplit-stack%> requires assembler support for CFI directives%<-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%>%<-mfpxx%> requires %<-mlra%>%<-mfused-madd%> is deprecated; use %<-ffp-contract=%> instead%<-mgp32%> and %<-mfp64%> can only be combined if the target supports the mfhc1 and mthc1 instructions%<-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%>%<-msse5%> was removed%<-static-libgfortran%> is not supported in this configuration%<...%> as arguments.)%<...%> handler must be the last handler for its try block%<...%> has invalid operand number%<::%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%>%<<:%> is an alternate spelling for %<[%>. Insert whitespace between %<<%> and %<::%>%<<::%> cannot begin a template-argument list%<>>%> should be %<> >%> within a nested template argument list%<@dynamic%> is not available in Objective-C 1.0%<@dynamic%> not in @implementation context%<@encode%> must specify a type as an argument%<@end%> missing in implementation context%<@end%> must appear in an @implementation context%<@synchronized%> argument is not an object%<@synthesize%> can not be used in categories%<@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%> (rethrow) used outside of a @catch block%<@throw%> argument is not an object%<@try%> without %<@catch%> or %<@finally%>%<[*]%> not allowed in other than function prototype scope%<[*]%> not in a declaration%<_Sat%> is used without %<_Fract%> or %<_Accum%>%<__BELOW100__%> attribute only applies to variables%<__alignof%> applied to a bit-field%<__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%<__label__%> not at the beginning of a block%<__thread%> before %<extern%>%<__thread%> before %<static%>%<__thread%> before %qD%<and%> of mutually exclusive equal-tests is always 0%<asm%> operand constraint incompatible with operand size%<asm%> operand has impossible constraints%<asm%> operand requires impossible reload%<asm%> specifiers are not permitted on non-static data members%<assign%> attribute conflicts with %<copy%> attribute%<assign%> attribute conflicts with %<retain%> attribute%<auto%> in file-scope empty declaration%<bank_switch%> has no effect on non-interrupt functions%<constexpr%> cannot appear in a typedef declaration%<constexpr%> cannot be used for type declarations%<copy%> attribute is only valid for Objective-C objects%<default%> label not within a switch statement%<dynamic_cast%> not permitted with -fno-rtti%<else%> without a previous %<if%>%<enum %E%> declared in %<for%> loop initial declaration%<explicit%> can only be specified for constructors%<externally_visible%> attribute have effect only on public objects%<fast_interrupt%> attribute directive ignored%<friend%> can only be specified inside a class%<friend%> used outside of class%<gnu_inline%> attribute present on %q+D%<inline%> in empty declaration%<inline%> is not allowed in declaration of friend template specialization %qD%<inline%> specified for friend class declaration%<inline%> specifier invalid for function %qs declared out of global scope%<location_t%> is not defined as a type%<locus%> is not defined as a type%<long long long%> is too long for GCC%<long long%> invalid for %qs%<long%> and %<short%> specified together for %qs%<long%> invalid for %qs%<long%> or %<short%> invalid for %qs%<long%> or %<short%> specified with char for %qs%<long%> switch expression not converted to %<int%> in ISO C%<long%>, %<int%>, %<short%>, or %<char%> invalid for %qs%<namespace%> definition is not allowed here%<noreturn%> function does return%<num_threads%> value must be positive%<operator delete%> must return type %qT%<operator delete%> takes type %qT as first parameter%<operator new%> must not return NULL unless it is declared %<throw()%> (or -fcheck-new is in effect)%<operator new%> must return type %qT%<operator new%> takes type %<size_t%> (%qT) as first parameter%<operator=%> should return a reference to %<*this%>%<or%> of unmatched not-equal tests is always 1%<readonly%> attribute conflicts with %<readwrite%> attribute%<readonly%> attribute conflicts with %<setter%> attribute%<register%> in file-scope empty declaration%<retain%> attribute conflicts with %<copy%> attribute%<return%> with a value, in function returning void%<return%> with no value, in function returning non-void%<short%> invalid for %qs%<short%> or %<long%> invalid for %qs%<signed%> and %<unsigned%> specified together for %qs%<signed%> or %<unsigned%> invalid for %qs%<sizeof%> applied to a bit-field%<static%> may not be used when defining (as opposed to declaring) a static data member%<static%> specified invalid for function %qs declared out of global scope%<struct %E%> declared in %<for%> loop initial declaration%<this%> is unavailable for static member functions%<this%> may not be used in this context%<this%> was not captured for this lambda function%<threadprivate%> %qD is not file, namespace or block scope variable%<threadprivate%> %qE directive not in %qT definition%<threadprivate%> %qE has incomplete type%<tree%> is not defined as a pointer type%<tree%> is not defined as a type%<typedef%> was ignored in this declaration%<typename %T::%D%> names %q#T, which is not a class template%<typename %T::%D%> names %q#T, which is not a type%<typeof%> applied to a bit-field%<union %E%> declared in %<for%> loop initial declaration%<va_start%> used in function with fixed args%<virtual%> outside class declaration%<virtual%> specified more than once in base-specified%<void%> as only parameter may not be qualified%<void%> must be the only parameter%<weakref%> attribute should be accompanied with an %<alias%> attribute%D renamed after being referenced in assembly%E qualifier ignored on asm%Kattempt to free a non-heap object%Kattempt to free a non-heap object %qD%Kcall to %D might overflow destination buffer%Kcall to %D will always overflow destination buffer%Kcall to %qs declared with attribute error: %s%Kcall to %qs declared with attribute warning: %s%Kfirst argument of %D must be a pointer, second integer constant%Kinvalid use of %<__builtin_va_arg_pack ()%>%Kinvalid use of %<__builtin_va_arg_pack_len ()%>%Klast argument of %D is not integer constant between 0 and 3%d constructor found
%d constructors found
%d destructor found
%d destructors found
%d exits recorded for loop %d (having %d exits)%d frame table found
%d frame tables found
%i-bit mode not compiled in%q#D hides constructor for %q#T%q#D is a static data member; it can only be initialized at its definition%q#D is not a non-static data member of %qT%q#D is not a valid template argument for type %qT because a reference variable does not have a constant address%q#D is not const%q#D is volatile%q#D not declared in class%q#D redeclared as different kind of symbol%q#T has no user-provided default constructor%q#T has pointer data members%q#T has virtual functions and accessible non-virtual destructor%q#T is not a class%q#T is not a class or a namespace%q#T is not a template%q#T only defines a private destructor and has no friends%q#T only defines private constructors and has no friends%q#T used where a %qT was expected%q#T used where a floating point value was expected%q+#D cannot be declared%q+#D cannot be overloaded%q+D aliased to external symbol %qE%q+D aliased to undefined symbol %qE%q+D already declared with dllexport attribute: dllimport ignored%q+D declared as a friend%q+D declared to take const reference, but implicit declaration would take non-const%q+D declared with an exception specification%q+D invalid in %q#T%q+D is static but declared in inline function %qD which is not static%q+D is usually a function%q+D redeclared as different kind of symbol%q+D redeclared inline with %<gnu_inline%> attribute%q+D redeclared inline without %<gnu_inline%> attribute%q+D redeclared without dllimport attribute after being referenced with dll linkage%q+D redeclared without dllimport attribute: previous dllimport ignored%q+D takes only zero or two arguments%q+D used prior to declaration%q+E is not a constant expression%q+F declared %<static%> but never defined%q+F used but never defined%q+T has a previous declaration here%qD appears more than once in data clauses%qD attribute directive ignored%qD attribute is meaningless since members of the anonymous namespace get local symbols%qD attribute requires a single NTBS argument%qD cannot appear in a constant-expression%qD cannot be defaulted%qD cannot have default arguments%qD changed semantics in GCC 4.4%qD conflicts with used function%qD declared %<constexpr%> outside its class%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 an %<inline%> variable%qD declared as reference but not initialized%qD declared here%qD has already been defined%qD has invalid argument list%qD has the same name as the class in which it is declared%qD is a namespace%qD is already a friend of %qT%qD is already a friend of class %qT%qD is already declared in this scope%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 both a direct base and an indirect virtual base%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 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 valid template argument because %qD is a variable, not the address of a variable%qD is not a variable%qD is not a variable in clause %<firstprivate%>%qD is not a variable in clause %<lastprivate%>%qD is not a variable in clause %qs%qD is not captured%qD is not declared in %qD%qD is not defined outside of function scope%qD is static but used in inline function %qD which is not static%qD is used uninitialized in this function%qD may be used uninitialized in this function%qD may not be declared as static%qD may not be declared within a namespace%qD must be a nonstatic member function%qD must be either a non-static member function or a non-member function%qD must have an argument of class or enumerated type%qD must not have variable number of arguments%qD must take %<void%>%qD must take either one or two arguments%qD must take either zero or one argument%qD must take exactly one argument%qD must take exactly two arguments%qD not declared%qD not defined%qD redeclared with different access%qD redeclared with different visibility%qD should be initialized%qD should be initialized in the member initialization list%qD should have been declared inside %qD%qD should never be overloaded%qD should return by value%qD used in its own initializer%qD used without template parameters%qD was declared %<extern%> and later %<static%>%qD was declared %qs which implies default visibility%qD was declared here%qD was not declared in this scope%qD was used with no declaration before its definition%qD was used with no prototype before its definition%qE 2.95 vtable-compatibility attribute applies only to C++ classes%qE 2.95 vtable-compatibility attribute applies only when compiling a kext%qE appears more than once in data clauses%qE attribute allows only an integer constant argument%qE attribute applies only to functions%qE attribute applies only to initialized variables with external linkage%qE attribute argument not a string constant%qE attribute argument not an integer constant%qE attribute argument should be between 0 to 255%qE attribute argument should be between 18 to 255%qE attribute can only be applied to Java class definitions%qE attribute can only be applied to class definitions%qE attribute cannot be specified for local variables%qE attribute directive ignored%qE attribute does not apply to types%qE attribute have effect only on public objects%qE attribute ignored%qE attribute ignored because %qT is already defined%qE attribute ignored for %qE%qE attribute ignored for field of type %qT%qE attribute ignored on non-class types%qE attribute ignored on types%qE attribute is not supported for R8C target%qE attribute is not supported on this platform%qE attribute is supported only for SH2A%qE attribute only applies to SH2A%qE attribute only applies to function types%qE attribute only applies to functions%qE attribute only applies to functions, not %s%qE attribute only applies to interrupt functions%qE attribute only applies to variables%qE attribute only applies to variables and functions%qE attribute only applies to variadic functions%qE attribute only available for 32-bit%qE attribute requires a string constant argument%qE attribute requires an integer constant argument%qE attribute requires prototypes with named arguments%qE cannot be used as a function%qE cannot be used as a member pointer, since it is of type %qT%qE declared %<threadprivate%> after first use%qE declared as function returning a function%qE declared as function returning an array%qE defined as wrong kind of tag%qE does not have class type%qE does not name a type%qE fails to be a typedef or built in type%qE has both %<extern%> and initializer%qE has invalid type for %<reduction(%s)%>%qE has not been declared%qE implies default visibility, but %qD has already been declared with a different visibility%qE in namespace %qE does not name a type%qE incompatible attribute ignored%qE initialized and declared %<extern%>%qE is an unrecognized format function type%qE is deprecated%qE is deprecated: %s%qE is neither function nor member function; cannot be declared friend%qE is not a class or namespace%qE is not a class, namespace, or enumeration%qE is not a constant expression%qE is not a template%qE is not a type%qE is not a valid template argument for type %qT%qE is not a valid template argument for type %qT because it is a pointer%qE is not a valid template argument for type %qT because it is not an lvalue%qE is not a valid template argument for type %qT because it is of type %qT%qE is not a valid template argument for type %qT because of conflicts in cv-qualification%qE is not a valid template argument for type %qT because string literals can never be used in this context%qE is not a valid template argument of type %qT because %qD does not have external linkage%qE is not a valid template argument of type %qT because %qE is not a variable%qE is not a variable in clause %<firstprivate%>%qE is not a variable in clause %<lastprivate%>%qE is not a variable in clause %qs%qE is not an Objective-C class name or alias%qE is not at beginning of declaration%qE is not initialized%qE is not of type %qT%qE is obsolete; g++ vtables are now COM-compatible by default%qE is predetermined %qs for %qs%qE may not respond to %<%c%E%>%qE must be %<threadprivate%> for %<copyin%>%qE needs isa option %s%qE needs unknown isa option%qE redeclared as different kind of symbol%qE redeclared with conflicting %qs attributes%qE undeclared (first use in this function)%qE undeclared here (not in a function)%qT and %qT are in disjoint named address spaces%qT declared with greater visibility than its base %qT%qT declared with greater visibility than the type of its field %qD%qT has a base %qT whose type uses the anonymous namespace%qT has a field %qD whose type uses the anonymous namespace%qT has no member named %qE%qT has no non-static data member named %qD%qT is a variably modified type%qT is already a friend of %qT%qT is an ambiguous base of %qT%qT is an inaccessible base 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 class template of %qT%qT is not a member of %qT%qT is not a namespace%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 accessible base of %qT%qT is promoted to %qT when passed through %<...%>%qT is/uses anonymous type%qT referred to as %qs%qT referred to as enum%qT resolves to %qT, which is is not a class type%qT resolves to %qT, which is not an enumeration type%qV qualifiers cannot be applied to %qT%qs at %L is not a VALUE%qs attribute ignored%qs attribute only applies to functions%qs attribute only applies to variadic functions%qs attribute requires prototypes with named arguments%qs combined with %<auto%> qualifier for %qE%qs combined with %<register%> qualifier for %qE%qs declared as function returning a function%qs declared as function returning an array%qs defined in a non-class scope%qs does not support MIPS16 code%qs expects a constant argument%qs has both %<extern%> and initializer%qs has overflowed%qs initialized and declared %<extern%>%qs is deprecated; use -fno-zero-initialized-in-bss%qs is narrower than values of its type%qs is not a gcov data file%qs is not available in VLIW functions%qs is not available in non-VLIW functions%qs is not valid for %qs%qs is version %q.*s, expected version %q.*s%qs must be used with %qs%qs requires a target that provides the %qs instruction%qs requires branch-likely instructions%qs specified for auto variable %qE%qs specified for parameter %qE%qs specified for structure field%qs specified for structure field %qE%qs specified for unnamed parameter%qs tag used in naming %q#T%qs uses dynamic stack allocation%r%s:%d:%R   %r%s:%d:%d:%R   %s%s
%s  Same as %s.%s %qE does not fully implement the %qE protocol%s %qs%s %s %p %d
%s %s%s
%s %s(%E) %p %d
%s '%s'
%s (program %s)%s at %L must be INTEGER%s at %L must be a scalar%s attribute applied to %s %s at %L%s attribute at %L is not allowed outside of the specification part of a module%s attribute conflicts with %s attribute at %L%s attribute not allowed in BLOCK DATA program unit at %L%s attribute with %s attribute at %L%s cannot be used in asm here%s does not support %%n$ operand number formats%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 does not support the %qs %s length modifier%s expression list treated as compound expression%s ignored with %s and %<%%%c%> %s format%s ignored with %s in %s format%s in CFString literal%s in format string at %L%s is not supported by this configuration%s only accepts %d arguments%s only accepts 1 argument%s only accepts 2 arguments%s procedure at %L is already declared as %s procedure%s returned %d exit status%s statement at %C cannot follow %s statement at %L%s statement at %C cannot terminate a non-block DO loop%s statement at %C follows another accessibility specification%s statement expected at %L%s statement is not allowed inside of BLOCK at %C%s statement must appear in a MODULE%s statement not allowed in PURE procedure at %C%s tag%s tag at %L must be of type %s%s tag at %L must be scalar%s terminated with signal %d [%s]%s%s used with %<%%%c%> %s format%s variable %qE is private in outer context%s%#D%s%#D <deleted>%s%#D <near match>%s%D(%T) <built-in>%s%D(%T, %T) <built-in>%s%D(%T, %T, %T) <built-in>%s%T <conversion>%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: %d basic blocks and %d edges/basic block%s: %m%s: %s%s: %s compiler not installed on this system%s: %s: %s%s: --param arguments should be of the form NAME=VALUE%s: -fcompare-debug failure%s: -fcompare-debug failure (length)%s: Cannot open output file: %s
%s: Failed to close output file %s
%s: PCH file was invalid%s: all warnings being treated as errors%s: cannot open as COFF file%s: could not determine length of compare-debug file %s%s: could not open compare-debug file %s%s: couldn%'t open PCH file: %m%s: linker input file unused because linking not done%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:unknown function '%u'
%s:version '%.4s', prefer '%.4s'
%s:version '%.4s', prefer version '%.4s'
%srtd%s is ignored in 64bit mode%ssseregparm%s used without SSE enabled%stune=x86-64%s is deprecated; use %stune=k8%s or %stune=generic%s instead as appropriate'' ' flag'!' flag'#' flag'%%%c' is not a valid operand prefix'%%&' used without any local dynamic TLS references'%%l' operand isn't a label'%s' was assigned to '%s', but was not defined during recompilation, or vice versa''' 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)(Messages without a matching method signature(a pointer to member can only be formed with %<&%E%>)(an out of class initialization is required)(anonymous)(if this is not what you intended, make sure the function template has already been declared and add <> after the function name here) (if you use %<-fpermissive%> G++ will accept your code)(if you use %<-fpermissive%>, G++ will accept your code, but allowing the use of an undeclared name is deprecated)(near initialization for %qs)(perhaps %<typename %T::%E%> was intended)(perhaps a semicolon is missing after the definition of %qT)(so you should pass %qT not %qT to %<va_arg%>)(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--help argument %q.*s is ambiguous, please be more specific--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--resource requires -o-E or -x required when input is from standard input-I- specified twice-MG may only be used with -M or -MM-Werror=%s: no option -%s-Wformat-contains-nul ignored without -Wformat-Wformat-extra-args ignored without -Wformat-Wformat-nonliteral ignored without -Wformat-Wformat-security ignored without -Wformat-Wformat-y2k ignored without -Wformat-Wformat-zero-length ignored without -Wformat-Xbind-now and -Xbind-lazy are incompatible-bundle not allowed with -dynamiclib-bundle_loader not allowed with -dynamiclib-c or -S required for Ada-client_name not allowed with -dynamiclib-current_version only allowed with -dynamiclib-f%s and -msdata=%s are incompatible-f%s is not supported with CONST16 instructions-f%s not supported: ignored-f%sleading-underscore not supported on this target machine-fPIC and -fpic are not supported in this configuration-fPIC and -mcall-%s are incompatible-fPIC is not supported-falign-labels=%d is not supported-falign-loops=%d is not supported-fassociative-math disabled; other options take precedence-fdata-sections not supported for this target-fdbg-cnt=%s-fdirectives-only is incompatible with -Wunused_macros-fdirectives-only is incompatible with -traditional-femit-class-file should used along with -fsyntax-only-fexcess-precision=standard for Ada-fexcess-precision=standard for C++-fexcess-precision=standard for Fortran-fexcess-precision=standard for Java-ffunction-sections not supported for this target-fhandle-exceptions has been renamed -fexceptions (and is now on by default)-findirect-dispatch is incompatible with -freduced-reflection-fira-verbose=<number>    Control IRA's level of diagnostic messages.-fjni and -femit-class-file are incompatible-fjni and -femit-class-files are incompatible-fjni is incompatible with -freduced-reflection-fno-gnu89-inline is only supported in GNU99 or C99 mode-force_flat_namespace not allowed with -dynamiclib-fpic and -fPIC not supported without -mdsbt on this target-fpic and -mapcs-reent are incompatible-fpic is not supported-fprefetch-loop-arrays is not supported with -Os-fprefetch-loop-arrays not supported for this target-fprefetch-loop-arrays not supported for this target (try -march switches)-frecord-gcc-switches is not supported by the current target-freorder-blocks-and-partition does not support unwind info on this architecture-freorder-blocks-and-partition does not work on this architecture-freorder-blocks-and-partition does not work with exceptions on this architecture-freorder-blocks-and-partition not supported on this architecture-frepo must be used with -c-fsanitize=address and -fsanitize=kernel-address are incompatible with -fsanitize=thread-fsanitize=address and -fsanitize=kernel-address are not supported for this target-fsanitize=address is incompatible with -fsanitize=kernel-address-fsplit-stack does not support 2 register parameters for a nested function-fsplit-stack does not support 3 register parameters-fsplit-stack does not support fastcall with nested function-fstack-protector not supported for this target-fwpa and -fltrans are mutually exclusive-g is only supported when using GAS on this processor,-g option disabled-g with -mno-apcs-frame may not give sensible debugging-install_name only allowed with -dynamiclib-iplugindir <dir> option not passed from the gcc driver-keep_private_externs not allowed with -dynamiclib-m%s not supported in this configuration-m64 requires PowerPC64 architecture, enabling-m64 requires a PowerPC64 cpu-maix64 required: 64-bit computation with 32-bit addressing not yet supported-maix64 requires PowerPC64 architecture remain enabled-malign-functions=%d is not between 0 and %d-malign-jumps=%d is not between 0 and %d-malign-loops=%d is not between 0 and %d-malign-power is not supported for 64-bit Darwin; it is incompatible with the installed C and C++ libraries-mapcs-stack-check incompatible with -mno-apcs-frame-mas100-syntax is incompatible with -gdwarf-masm=intel not supported in this configuration-max-stackframe=%d is not usable, not between 0 and %d-mbackchain -mpacked-stack -mhard-float are not supported in combination-mbig-endian and -mlittle-endian may not be used together-mc= must be -mc=tiny, -mc=near, or -mc=far-mcall-aixdesc incompatible with -mabi=elfv2-mclip currently has no effect without -mminmax-mcmodel incompatible with other toc options-mcmodel= is not supported on 32 bit systems-mcorea should be used with -mmulticore-mcoreb should be used with -mmulticore-mcpu=%s conflicts with -march=%s-mcpu=%s has invalid silicon revision-mcpu=%s is not valid-mdirect-move requires -mvsx-mes0 can only be used with C-mexr is used without -ms-mexr is used without -ms or -msx-mfdpic is not supported, please use a bfin-linux-uclibc target-mfentry isn%'t supported for 32-bit in combination with -fpic-mfloat-abi=hard and VFP-mfloat-abi=soft and -mfloat-abi=hard may not be used together-mhard-dfp can%'t be used in conjunction with -msoft-float-mhard-float not supported-mincoming-stack-boundary=%d is not between %d and 12-mlong-double-64 not allowed with -m64-mmulticore can only be used with BF561-mmultiple is not supported on little endian systems-mn is used without -mh or -ms or -msx-mno-altivec disables vsx-mno-fentry isn%'t compatible with SEH-mnop-mcount is not compatible with this target-mpcrel -fPIC is not currently supported on selected cpu-mpic-register= is useless without -fpic-mpower8-vector requires -mvsx-mpreferred-stack-boundary=%d is not between %d and %d-mquad-memory requires 64-bit mode-mrecip requires -ffinite-math or -ffast-math-mrecip requires -fno-trapping-math or -ffast-math-mrecip requires -freciprocal-math or -ffast-math-mregparm=%d is not between 0 and %d-mrelax is only supported for RTP PIC-mrelocatable and -mcall-%s are incompatible-mrelocatable and -mno-minimal-toc are incompatible-mrelocatable and -msdata=%s are incompatible-ms2600 is used without -ms-msdata=%s and -mcall-%s are incompatible-msecure-plt not supported by your assembler-mshared-library-id= specified without -mid-shared-library-mshared-library-id=%s is not between 0 and %d-msimple-fpu option ignored-msingle-float and -msoft-float cannot both be specified-msingle-float option equivalent to -mhard-float-mstack-guard implies use of -mstack-size-mstring is not supported on little endian systems-mstringop-strategy=rep_8byte not supported for 32-bit code-mtune= expects mn10300, am33, am33-2, or am34-mupper-regs-df requires -mvsx-mvsx and -mno-altivec are incompatible-mvsx and -mpaired are incompatible-mvsx needs indexed addressing-mvsx requires hardware floating point-mvsx-timode requires -mvsx-mxl-multiply-high can be used only with -mcpu=v6.00.a or greater-mxl-multiply-high requires -mno-xl-soft-mul-mxl-reorder can be used only with -mcpu=v8.30.a or greater-pg and -fomit-frame-pointer are incompatible-pipe not supported-private_bundle not allowed with -dynamiclib.NOT. operator in expression at %L must have a LOGICAL operand128-bit long double not supported for VAX floats2 byte cop instructions are not allowed in 64-bit VLIW mode387 instruction set disabled, using SSE arithmetics64-bit ABI not supported in ESA/390 mode<During initialization>
<anonymous %s><anonymous><brace-enclosed initializer list><built-in><command-line><constant pool index %d not in range><constant pool index %d unexpected type<declaration error><enumerator><erroneous-expression><expression error><lambda<missing><return value> <return-value><statement><tag-error><template parameter error><throw-expression><type error><type-error><typedef-error><typeprefixerror><unknown operator><unknown><unnamed-fixed:<unnamed-float:<unnamed-unsigned:<unnamed><unparsed><unresolved overloaded function type>@catch parameter is not a known Objective-C class type@interface of class %qE not foundAAPCS does not support -mcallee-super-interworkingAAPCS does not support -mcaller-super-interworkingACCESS specification at %L was already specifiedALLOCATABLE specified outside of INTERFACE body at %LALTERNATE RETURN not permitted at %LAPCS reentrant code not supported.  IgnoredASSERT_EXPR with an always-false conditionASSIGN statement at %L requires a scalar default INTEGER variableASSIGNED GOTO statement at %L requires an INTEGER variableASYNCHRONOUS= at %C not allowed in Fortran 95ASYNCHRONOUS= specifier at %L must be an initialization expressionAUX pointer initialized for edge %d->%dAVX vector argument without AVX enabled changes the ABIAccess specification of the %s operator at %C has already been specifiedAccess specification of the .%s. operator at %C has already been specifiedAccess variables in 32-bit PPU objects (default).Access variables in 64-bit PPU objects.Actual 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)Allocatable component of structure at %C must have a deferred shapeAllocate-object at %L also appears at %LAllocate-object at %L must be ALLOCATABLE or a POINTERAllocation would exceed memory limitAllow conversions between __ea and generic pointers (default).Allow implicit conversions between vectors with differing numbers of subparts and/or differing element types.Allow optimization for floating-point arithmetic which may change theAlready inside a CONTAINS block at %CAlternate RETURN statement at %C is only allowed within a SUBROUTINEAlternate RETURN statement at %L requires a SCALAR-INTEGER return specifierAlternate return cannot appear in operator interface at %LAltiVec argument passed to unprototyped functionAltiVec not supported in this targetAlways generate long calls.Ambiguous symbol in TYPE definition at %CAn alternate return at %L without a * dummy argumentAn outer FORALL construct already has an index with this name %LApproximate maximum number of instructions to allow between a hint and its branch [125].Argument NCOPIES of REPEAT intrinsic is negative at %LArgument NCOPIES of REPEAT intrinsic is too largeArgument NCOPIES of REPEAT intrinsic is too large at %LArgument dim at %L must be of INTEGER typeArgument dim at %L must be scalarArgument of %s at %L must be of length oneArgument of %s function at %L is negativeArgument of %s function at %L is too large for the collating sequence of kind %dArgument of %s function at %L outside of range [0,127]Argument of ACOS at %L must be between -1 and 1Argument of ACOSH at %L must not be less than 1Argument of ASIN at %L must be between -1 and 1Argument of ATANH at %L must be inside the range -1 to 1Argument of FINAL procedure at %L must not be ALLOCATABLEArgument of FINAL procedure at %L must not be INTENT(OUT)Argument of FINAL procedure at %L must not be OPTIONALArgument of FINAL procedure at %L must not be a POINTERArgument of IACHAR at %L must be of length oneArgument of IACHAR function at %L outside of range 0..127Argument of ICHAR at %L must be of length oneArgument of LOG at %L cannot be less than or equal to zeroArgument of LOG10 at %L cannot be less than or equal to zeroArgument of SELECT statement at %L cannot be %sArgument of SELECT statement at %L must be a scalar expressionArgument of SQRT at %L has a negative valueArithmetic IF statement at %CArithmetic NaN at %LArithmetic OK at %LArithmetic OK converting %s to %s at %LArithmetic overflow at %LArithmetic underflow at %LArray component of structure at %C must have an explicit shapeArray component of structure at %C must have explicit or deferred shapeArray index at %L is an array of rank %dArray index at %L must be of INTEGER type, found %sArray index at %L must be scalarArray operands are incommensurate at %LArray operands are incommensurate converting %s to %s at %LArray reference at %C cannot have more than %d dimensionsArray reference at %L is out of bounds (%ld < %ld) in dimension %dArray reference at %L is out of bounds (%ld > %ld) in dimension %dArray reference in EQUIVALENCE at %C cannot be an array sectionArray reference out of boundsArray section with a vector subscript at %L shall not be the target of a pointerArray specification at %C has more than %d dimensionsArray specification must be deferred at %LArray specification required in ALLOCATE statement at %LAssembler does not support -mabi=ilp32Assembler options
=================
 
Assigned GOTO statement at %CAssigned label is not a target labelAssigning value other than 0 or 1 to LOGICAL has undefined result at %LAssignment operator interface at %L must be a SUBROUTINEAssignment operator interface at %L must have two argumentsAssignment operator interface at %L must not redefine an INTRINSIC type assignmentAssignment to a FORALL index variable at %LAssume ICPLBs are enabled at runtime.Assume code will be assembled by GAS.Assume code will be linked by GNU ld.Assume code will be linked by HP ld.Assume pt* instructions won't trapAssumed shape array at %L must be a dummy argumentAssumed size array at %L must be a dummy argumentAt global scope:At top level:Atomically write back software data cache lines (default).Attempt to DEALLOCATE unallocated '%s'Attempt to indirectly overlap COMMON blocks %s and %s by EQUIVALENCE at %CAttribute at %L is not allowed in a TYPE definitionAvoid overlapping destination and address registers on LDRD instructionsAvoid speculative loads to work around a hardware anomaly.BB %i can not throw but has an EH edgeBB %i has incorrect edgeBB %i has incorrect fallthru edgeBB %i has multiple EH edgesBB %i is missing an EH edgeBB %i is missing an edgeBB %i last statement has incorrectly set lpBB %i too many fallthru edgesBB_RTL flag not set for block %dBIND(C) applied to %s %s at %LBIND(C) attribute at %C requires an interface with BIND(C)BIND(C) attribute at %L can only be used for variables or common blocksBIND(C) procedure with NAME may not have POINTER attribute at %CBLANK= at %C not allowed in Fortran 95BOZ constant at %L is too large (%ld vs %ld bits)BYTE type used at %C is not available on the target machineBad INTENT specification at %CBad IO basetype (%d)Bad allocate-object at %C for a PURE procedureBad array reference at %LBad array specification for an explicitly shaped array at %CBad array specification for assumed shape array at %CBad array specification in ALLOCATE statement at %LBad byte codes.
Bad continuation line at %CBad kind for logical constant at %CBad nameBad operatorBad specification for assumed size array at %CBad specification for deferred shape array at %CBad target in pointer assignment in PURE procedure at %LBad type in constant expressionBase object for NOPASS type-bound procedure call at %L must be scalarBinding attributes already specify passing, illegal NOPASS at %CBinding attributes already specify passing, illegal PASS at %CBlank BLOCK DATA at %C conflicts with prior BLOCK DATA at %LBlanket SAVE statement at %C follows previous SAVE statementBlock label is not appropriate for IF statement at %CBlock label not appropriate for arithmetic IF statement at %CBoard name [and memory region].Branch at %L may result in an infinite loopBranches executed:%s of %d
By-value argument at %L cannot be an array or an array sectionBy-value argument at %L is not allowed in this contextBy-value argument at %L is not of numeric typeC kind type parameter is for type %s but type at %L is %sC++ constructors and destructors will not be invoked for Objective-C fieldsC++ lookup of %qD would return a field, not a typeC++ requires promoted type, not enum type, in %<va_arg%>CASE label at %L overlaps with CASE label at %LCFString literal expression is not a string constantCFString literal is missingCHARACTER expression at %L is being truncated (%d/%d)CHARACTER expression will be truncated in assignment (%d/%d) at %LCLOSE statement at %L requires a UNIT numberCLOSE statement not allowed in PURE procedure at %CCOLLAPSE clause argument not constant positive integer at %CCOMMON block /%s/ not found at %CCOMPLEX quantities cannot be compared at %LCONTAINS statement at %C is already in a contained program unitCPU you selected does not support x86-64 instruction setCRIS-port assertion failed: Calls executed:%s of %d
Can't convert %s to %s at %LCannot assign to a named constant at %CCannot change attributes of USE-associated symbol %s at %LCannot change attributes of USE-associated symbol at %LCannot map %sCannot open %sCannot open '%s' for output.
Cannot open intermediate output file %s
Cannot open source file %s
Cannot read %sCannot specify IMPLICIT at %C after IMPLICIT NONEComma required after P descriptorCompile with 32 bit longs and pointers.Compile with 64 bit longs and pointers.Complex argument of LOG at %L cannot be zeroComponent %s of SEQUENCE type declared at %L does not have the SEQUENCE attributeComponent at %C must have the POINTER attributeComponent to the right of a part reference with nonzero rank must not have the ALLOCATABLE attribute at %LComponent to the right of a part reference with nonzero rank must not have the POINTER attribute at %LComponents in TYPE at %C must precede CONTAINSConcat operator at %L must concatenate strings of the same kindConcatenation operator in expression at %L must have two CHARACTER operandsConfigured with: %s
Conform to the ISO 1998 C++ standard revised by the 2003 technicalConsider access to byte sized memory slow.Constant expression in FORMAT tag at %L must be of type default CHARACTERConstant expression required at %CConstantValue attribute of field '%s' has wrong typeConversion from %s to %s at %LConversion of an Infinity or Not-a-Number at %L to INTEGERCopyright %s 2014-2016 Free Software Foundation, Inc.
Could not open output file '%s'
Cray Pointee at %C cannot be assumed shape arrayCray Pointee at %L appears in multiple pointer() statementsCray pointer at %C has %d bytes of precision; memory addresses require %d bytesCray pointer at %C must be an integerCray pointer declaration at %C requires -fcray-pointer flagCreating '%s'
Creating array temporary at %LDATA statement at %C is not allowed in a PURE procedureDATA statement at %L has more values than variablesDATA statement at %L has more variables than valuesDECIMAL= at %C not allowed in Fortran 95DECL_GIMPLE_REG_P set on a variable with address takenDIM argument at %L is out of boundsDO step value is zeroData element above array upper bound at %LData element below array lower bound at %LData is stored in big-endian format.Data is stored in little-endian format.  (Default).Data transfer element at %L cannot be a full reference to an assumed-size arrayData transfer element at %L cannot have PRIVATE componentsDerived type at %C can only be PRIVATE in the specification part of a moduleDerived type at %C can only be PUBLIC in the specification part of a moduleDerived type at %C has not been previously defined and so cannot appear in a derived type definitionDerived type component %C is not a permitted EQUIVALENCE memberDerived type declaration with FINAL at %C must be in the specification part of a MODULEDifferent CHARACTER lengths (%d/%d) in array constructor at %LDifferent CHARACTER lengths (%ld/%ld) in array constructorDifferent kind type parameters in pointer assignment at %LDifferent ranks in pointer assignment at %LDifferent shape for %s at %L on dimension %d (%d and %d)Different types in pointer assignment at %L; attempted assignment of %s to %sDimensions specified for %s at %L after its initialisationDisable FP regs.Disable space regs.Disable the use of RX FPU instructions.  Display contents of a class file in readable form.
 
Division by zero at %LDivision by zero converting %s to %s at %LDo not disable space regs.Do not support SSE4.1 and SSE4.2 built-in functions and code generation.Do not suppress C++ class debug information.Do not use the callt instruction (default).Does nothing.  Preserved for backward compatibility.Does nothing. Preserved for backward compatibility.Don't generate privileged-mode only code; implies -mno-inline-ic_invalidate if the inline code would not work in user mode.Don't use any of r32..r63.Double CLASS IS block in SELECT TYPE statement at %LDriving:Dummy procedure at %C may not have BIND(C) attribute with NAMEDuplicate %s attribute at %LDuplicate %s attribute specified at %LDuplicate %s label specification at %CDuplicate %s specification at %CDuplicate ASYNCHRONOUS attribute specified at %LDuplicate BIND attribute specified at %LDuplicate DEFERRED at %CDuplicate ELSE statements at %L and %CDuplicate EXTENDS attribute specified at %LDuplicate IMPLICIT NONE statement at %CDuplicate NML specification at %CDuplicate NON_OVERRIDABLE at %CDuplicate POINTER attribute at %CDuplicate PRIVATE statement at %CDuplicate PROTECTED attribute specified at %LDuplicate SAVE attribute specified at %LDuplicate SEQUENCE statement at %CDuplicate UNIT specification at %CDuplicate VALUE attribute specified at %LDuplicate VOLATILE attribute specified at %LDuplicate access-specifier at %CDuplicate array spec for Cray pointee at %CDuplicate format specification at %CDuplicate statement label %d at %L and %LE specifier not allowed with g0 descriptorE500 and FPRs not supportedEH landing pad label ELSE IF statement at %C cannot follow ELSE statement at %LELSEWHERE statement at %C follows previous unmasked ELSEWHEREELSEWHERE statement at %C not enclosed in WHERE blockENCODING= at %C not allowed in Fortran 95END tag at %C not allowed in output statementEND tag label %d at %L not definedENTRY result %s can't be a POINTER in FUNCTION %s at %LENTRY result %s can't be an array in FUNCTION %s at %LENTRY result %s can't be of type %s in FUNCTION %s at %LENTRY statement at %C cannot appear in a contained procedureENTRY statement at %C cannot appear within a BLOCK DATAENTRY statement at %C cannot appear within a DERIVED TYPE blockENTRY statement at %C cannot appear within a DO blockENTRY statement at %C cannot appear within a FORALL blockENTRY statement at %C cannot appear within a MODULEENTRY statement at %C cannot appear within a PROGRAMENTRY statement at %C cannot appear within a SELECT blockENTRY statement at %C cannot appear within a WHERE blockENTRY statement at %C cannot appear within a contained subprogramENTRY statement at %C cannot appear within an IF-THEN blockENTRY statement at %C cannot appear within an INTERFACEENTRY_BLOCK has IL associated with itENUM declaration at %C has no ENUMERATORSENUM definition statement expected before %CENUMERATOR %L not initialized with integer expressionEOR tag label %d at %L not definedEQUIVALENCE at %C requires two or more objectsERR tag label %d at %L not definedERRMSG at %L is useless without a STAT tagEXIT statement at %C terminating !$OMP DO loopEXIT_BLOCK has IL associated with itEither all or none of the objects in the EQUIVALENCE set at %L shall have the PROTECTED attributeElement in %s array constructor at %L is %sEmit cmpeqdi_t pattern even when -mcbranchdi is in effect.Emit long load/store sequences.Empty FINAL at %CEmpty IMPLICIT statement at %CEmpty array constructor at %C is not allowedEmpty set of digits in BOZ constant at %CEnable CFI tables via GAS assembler directives.Enable backend debugging.Enable copy propagation of scalar-evolution information.Enable hoisting loads from conditional pointers.Enable link-time optimization.Enable linker optimizations.Enable linker relaxation.Enable linker relaxing.Enable strict 32-bit psABI struct return checking.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.Encode SSE instructions with VEX prefix.End expression in DO loopEnd of nonblock DO statement at %C is interwoven with another DO loopEnd of nonblock DO statement at %C is within another blockEnd of search list.
Entity with assumed character length at %L must be a dummy argument or a PARAMETEREnumerator exceeds the C integer type at %CErrmsg-variable at %L must be a scalar CHARACTER variableErrmsg-variable at %L shall not be %sd within the same %s statementErrorError converting PARAMETER constant in complex constant at %CError converting integerError writing modules file: %sError writing output file '%s'
EventExit condition of DO WHILE loop at %L must be a scalar LOGICAL expressionExpand 32bit/64bit integer divide into 8bit unsigned integer divide with run-time check.Expected ")" at %CExpected "," at %CExpected :: in TYPE definition at %CExpected = sign in PARAMETER statement at %CExpected P edit descriptorExpected PARAMETER symbol in complex constant at %CExpected TYPE IS, CLASS IS or END SELECT statement following SELECT TYPE at %CExpected a CASE or END SELECT statement following SELECT CASE at %CExpected a nameless interface at %CExpected a right parenthesis in expression at %CExpected a step value in iterator at %CExpected access-specifier at %CExpected alternate return label at %CExpected an initialization expression at %CExpected another dimension in array declaration at %CExpected argument list at %CExpected array subscript at %CExpected array subscript stride at %CExpected attribute bit nameExpected binding attribute at %CExpected binding name at %CExpected comma in I/O list at %CExpected component reference at %CExpected exponent in expression at %CExpected expression at %C in PARAMETER statementExpected expression in %s statement at %CExpected expression in array specification at %CExpected expression typeExpected formal argument list in function definition at %CExpected generic name or operator descriptor at %CExpected initialization expression at %CExpected initialization expression in CASE at %CExpected integerExpected integer stringExpected left parenthesisExpected module procedure name at %CExpected nameExpected real stringExpected right parenthesisExpected scalar initialization expression at %CExpected specific binding name at %CExpected stringExpected structure component name at %CExpected terminating name at %CExpected type-bound procedure or procedure pointer component at %CExpected variable in READ statement at %CExpected variable name at %CExpected variable name at %C in PARAMETER statementExpecting a comma in EQUIVALENCE at %CExpecting list of named entities at %CExpression at %L must be of INTEGER type, found %sExpression at %L must be scalarExpression in CASE statement at %L must be of kind %dExpression in CASE statement at %L must be of type %sExpression in CASE statement at %L must be scalarExtension: Conversion from %s to %s at %LExtension: Missing positive width after L descriptor at %LExtension: Tab character in format at %CExtension: Unary operator following arithmetic operator (use parentheses) at %CExtension: backslash character at %CExternal IO UNIT cannot be an array at %LFINAL declaration at %C must be inside CONTAINSFINAL declaration at %C must be inside a derived type CONTAINS sectionFINAL procedure at %L must have exactly one argumentFLUSH statement at %CFORALL end expression at %L must be a scalar INTEGERFORALL index-name at %L must be a scalar INTEGERFORALL start expression at %L must be a scalar INTEGERFORALL stride expression at %L cannot be zeroFORALL stride expression at %L must be a scalar %sFORMAT label %d at %L not definedFORMAT statement at %L does not have a statement labelFUNCTION result %s can't be a POINTER in FUNCTION %s at %LFUNCTION result %s can't be an array in FUNCTION %s at %LFUNCTION result %s can't be of type %s in FUNCTION %s at %LFatal ErrorFirst argument of defined assignment at %L must be INTENT(OUT) or INTENT(INOUT)First argument of operator interface at %L cannot be optionalFirst argument of operator interface at %L must be INTENT(IN)For bug reporting instructions, please see:
%s.
For dummy procedure %s, no binding name is allowed in BIND(C) at %CFor nested functions on stack executable permission is set.Format statement in module main block at %CFortran 95 requires default INTEGER in %s tag at %LFunction %qs in initialization expression at %L must be an intrinsic functionFunction %s at %L has entries with mismatched array specificationsGCC cannot support operators with integer types and fixed-point types that have too many integral and fractional bits togetherGCC supports only %u nested scopesGCC vector passed by reference: non-standard ABI extension with no compatibility guaranteeGCC vector returned by reference: non-standard ABI extension with no compatibility guaranteeGCSE disabledGENERIC at %C must be inside a derived-type CONTAINSGMP version %s, MPFR version %s, MPC version %s, isl version %s
GNU C no longer supports -traditional without -EGNU Objective C no longer supports traditional compilationGenerate 16-bit instructions.Generate 16bit i386 code.Generate 32bit i386 code.Generate 32bit x86-64 code.Generate 64bit x86-64 code.Generate H8/300H code.Generate H8S code.Generate H8S/2600 code.Generate H8SX code.Generate PA1.0 code.Generate PA1.1 code.Generate PA2.0 code (requires binutils 2.10 or later).Generate branch hints for branches.Generate cld instruction in the function prologue.Generate code for 18 bit addressing.Generate code for 32 bit addressing.Generate code for SH4 500 series (FPU-less).Generate code for given CPU.Generate code for the Android platform.Generate code for the M*Core M210Generate code for the M*Core M340Generate code in big-endian mode.Generate code in little-endian mode.Generate code that won't be linked against any other ID shared libraries,Generate cpp defines for server IO.Generate cpp defines for workstation IO.Generate fast indirect calls.Generate reciprocals instead of divss and sqrtss.Histogram value statement does not correspond to the statement it is associated withICE: emit_insn used where emit_jump_insn needed:
IF clause at %L requires a scalar LOGICAL expressionIMPORT statement at %C only permitted in an INTERFACE bodyINQUIRE statement at %L cannot contain both FILE and UNIT specifiersINQUIRE statement at %L requires a PENDING= specifier with the ID= specifierINQUIRE statement at %L requires either FILE or UNIT specifierINQUIRE statement not allowed in PURE procedure at %CINTENT (%s) conflicts with INTENT(%s) at %LINTENT is not allowed inside of BLOCK at %CINTENT(%s) actual argument at %L might interfere with actual argument at %L.IOLENGTH tag invalid in INQUIRE statement at %CISO C does not allow extra %<;%> outside of a functionISO C does not support %<#pragma STDC FLOAT_CONST_DECIMAL64%>ISO C does not support %<++%> and %<--%> on complex typesISO C does not support %<__FUNCTION__%> predefined identifierISO C does not support %<__int%d%> typesISO C does not support %<~%> for complex conjugationISO C does not support complex integer typesISO C does not support decimal floating pointISO C does not support fixed-point typesISO C does not support plain %<complex%> meaning %<double complex%>ISO C does not support saturating typesISO C forbids %<goto *expr;%>ISO C forbids %<return%> with expression, in function returning voidISO C forbids an empty translation unitISO C forbids assignment between function pointer and %<void *%>ISO C forbids braced-groups within expressionsISO C forbids casting nonscalar to the same typeISO 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 conditional expr with only one void sideISO C forbids const or volatile function typesISO C forbids conversion of function pointer to object pointer typeISO C forbids conversion of object pointer to function pointer typeISO C forbids empty initializer bracesISO C forbids forward parameter declarationsISO C forbids forward references to %<enum%> typesISO C forbids initialization between function pointer and %<void *%>ISO C forbids label declarationsISO C forbids member declarations with no membersISO C forbids nested functionsISO C forbids omitting the middle term of a ?: expressionISO C forbids ordered comparisons of pointers to functionsISO C forbids passing argument %d of %qE between function pointer and %<void *%>ISO C forbids qualified function typesISO C forbids return between function pointer and %<void *%>ISO C forbids specifying range of elements to initializeISO C forbids subscripting %<register%> arrayISO C forbids zero-size arrayISO C forbids zero-size array %qEISO C prohibits argument conversion to union typeISO C requires a named argument before %<...%>ISO C restricts enumerator values to range of %<int%>ISO C++ 1998 does not support %<long long%>ISO C++ 1998 forbids the use of %<extern%> on explicit instantiationsISO C++ does not allow %<alignof%> with a non-typeISO C++ does not allow ?: with omitted middle operandISO C++ does not allow designated initializersISO C++ does not permit %<%T::%D%> to be defined as %<%T::%D%>ISO C++ does not support %<__int%d%> for %qsISO C++ does not support plain %<complex%> meaning %<double complex%>ISO C++ forbids applying %<__alignof%> to an expression of function typeISO C++ forbids applying %<sizeof%> to an expression of function typeISO C++ forbids braced-groups within expressionsISO C++ forbids calling %<::main%> from within programISO C++ forbids casting to an array type %qTISO C++ forbids comparison between pointer and integerISO C++ forbids comparison between pointer of type %<void *%> and pointer-to-functionISO C++ forbids compound-literalsISO C++ forbids computed gotosISO C++ forbids conditional expression between pointer of type %<void *%> and pointer-to-functionISO C++ forbids conversion between pointer of type %<void *%> and pointer-to-functionISO C++ forbids declaration of %qs with no typeISO C++ forbids decrementing a pointer of type %qTISO C++ forbids decrementing an enumISO C++ forbids in-class initialization of non-const static member %qDISO C++ forbids incrementing a pointer of type %qTISO C++ forbids incrementing an enumISO C++ forbids initialization of member constant %qD of non-integral type %qTISO C++ forbids nested type %qD with same name as enclosing classISO C++ forbids omitting the middle term of a ?: expressionISO C++ forbids taking address of function %<::main%>ISO C++ forbids taking the address of a bound member function to form a pointer to member function.  Say %<&%T::%D%>ISO C++ forbids taking the address of a cast to a non-lvalue expressionISO C++ forbids taking the address of an unqualified or parenthesized non-static member function to form a pointer to member function.  Say %<&%T::%D%>ISO C++ forbids the use of %qE on explicit instantiationsISO C++ forbids use of %<auto%> in parameter declarationISO C++ forbids using pointer of type %<void *%> in subtractionISO C++ forbids using pointer to a function in subtractionISO C++ forbids using pointer to a method in subtractionISO C++ forbids variable length arrayISO C++ forbids variable length array %qDISO C++ forbids zero-size arrayISO C++ forbids zero-size array %qDISO C++ prohibits anonymous structsISO C++ prohibits overloading operator ?:ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second:ISO C90 does not support %<[*]%> array declaratorsISO 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 %<static%> or type qualifiers in parameter array declaratorsISO 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 doesn%'t support unnamed structs/unionsISO C90 forbids array %qE whose size can%'t be evaluatedISO C90 forbids array whose size can%'t be evaluatedISO C90 forbids compound literalsISO C90 forbids mixed declarations and codeISO C90 forbids specifying subobject to initializeISO C90 forbids subscripting non-lvalue arrayISO 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 C99 doesn%'t support unnamed structs/unionsIf first argument of ATAN2 %L is zero, then the second argument must not be zeroIgnoring statement label in empty statement at %LIllegal allocate-object at %C for a PURE procedureIllegal character in BOZ constant at %CIllegal reference type at %L as EQUIVALENCE objectIllegal stride of zero at %LIn %+D: overlapped variable and exception ranges at %dIn C++, nonzero means warn about deprecated conversion from string literals to 'char *'.  In C, similar warning, except that the conversion is of course not deprecated by the ISO C standard.In constructor %qsIn copy constructor %qsIn destructor %qsIn function %qsIn lambda functionIn member function %qsIn static member function %qsIncompatible derived type in PARAMETER at %LIncompatible ranks %d and %d in assignment at %LIncompatible ranks in %s (%d and %d) at %LIncompatible types in DATA statement at %L; attempted conversion of %s to %sInconsistent ranks for operator at %%L and %%LIncorrect EH edge %i->%iIncorrect function return valueIndex in dimension %d is out of bounds at %LInitialization at %C is not allowed in a PURE procedureInitialization at %C isn't for a pointer variableInitialization of allocatable component at %C is not allowedInitialization of pointer at %C is not allowed in a PURE procedureInitialization of variable at %C is not allowed in a PURE procedureInitializing already initialized variable at %CInsert hbrp instructions after hinted branch targets to avoid the SPU hang issue.Integer expression required at %CInteger kind %d at %C not availableInteger outside symmetric range implied by Standard Fortran at %LInteger outside symmetric range implied by Standard Fortran converting %s to %s at %LInteger overflowInteger too big for integer kind %i at %CInteger too big for its kind at %C. This check can be disabled with the option -fno-range-checkInteger too large at %CInteger value too large in expression at %CIntel MPX does not support x32Interface mismatch in procedure pointer assignment at %L: %sInterface must be specified for DEFERRED binding at %CInternal compiler error: Error reporting routines re-entered.
Internal unit with vector subscript at %LIntrinsic TRANSFER at %L has partly undefined result: source size %ld < result size %ldIntrinsic operator interface at %L must be a FUNCTIONIntrinsic procedure at %L cannot be a MODULE PROCEDUREInvalid Hollerith constant at %L contains a wide characterInvalid Hollerith constant: %L must contain at least one characterInvalid Hollerith constant: Integer kind at %L should be defaultInvalid KIND parameter of %s at %LInvalid character in name at %CInvalid context for NULL() pointer at %%LInvalid form of PROGRAM statement at %CInvalid form of WRITE statement at %L, UNIT requiredInvalid form of array reference at %CInvalid initializer %s in Data statement at %CInvalid kind %d for CHARACTER constant at %CInvalid kind for %s at %LInvalid procedure argument at %LInvalid procedure pointer assignment at %LInvalid real kind %d at %CInvalid type-spec at %CInvalid value for %s specification at %CIterator step at %L cannot be zeroJava class %q#T object allocated using placement newJava class %qT cannot have a destructorJava class %qT cannot have an implicit non-trivial destructorJava class %qT cannot have multiple basesJava class %qT cannot have virtual basesJava method %qD has non-Java parameter type %qTJava method %qD has non-Java return type %qTJava object %qD not allocated with %<new%>Junk after CALL at %CJunk after GENERIC binding at %CKIND parameter of %s at %L must be an initialization expressionKind %d is not supported for CHARACTER at %CKind %d not supported for type %s at %CKind type parameter for entity at %L differs from the kind type parameter of the typespecKnown AArch64 ABIs (for use with the -mabi= option):Known ABIs (for use with the -mabi= 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 assembler dialects (for use with the -masm-dialect= option):Known code models (for use with the -mcmodel= option):Known floating-point ABIs (for use with the -mfloat-abi= option):L%d cache latency unknown for %sLHS in noreturn callLOGICAL operands are required in expression at %LLTO support has not been enabled in this configurationLabel %d at %C already referenced as a format labelLabel %d at %C already referenced as branch targetLabel %d at %C previously used as a FORMAT labelLabel %d at %C previously used as branch targetLabel %d at %L defined but cannot be usedLabel %d at %L defined but not usedLabel %d referenced at %L is never definedLabel at %L is not in the same block as the GOTO statement at %LLetters must be in alphabetic order in IMPLICIT statement at %CLimit of %d continuations exceeded in statement at %CLine truncated at %LLines executed:%s of %d
List all available debugging counters with their limits and counts.Logical SELECT CASE block at %L has more that two casesLogical range in CASE statement at %L is not allowedLogicals at %%L must be compared with %s instead of %sLoop variableLoop variable at %C cannot be a sub-componentLoop variable has been modifiedLower array reference at %L is out of bounds (%ld < %ld) in dimension %dLower array reference at %L is out of bounds (%ld > %ld) in dimension %dMIPS16 -mxgot codeMIPS16 PIC for ABIs other than o32 and o64MMIX Internal: %s is not a shiftable intMMIX Internal: Bad register: %dMMIX 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: Last named vararg would not fit in a registerMMIX Internal: Missing %qc case in mmix_print_operandMMIX 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?MMX vector argument without MMX enabled changes the ABIMMX vector return without MMX enabled changes the ABIMODULE PROCEDURE at %C must be in a generic module interfaceMULT case in cris_op_strMagnitude of second argument of ISHFTC exceeds BIT_SIZE of first argument at %LMake integers 32 bits wide.Maximum number of nops to insert for a hint (Default 2).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.Maximum subrecord length cannot exceed %dMaximum supported identifier length is %dMemory allocation failedMerge subcomand usage:Mismatch in the procedure pointer assignment at %L: mismatch in the calling conventionMissing alternate return spec in subroutine call at %LMissing array specification at %L in DIMENSION statementMissing character range in IMPLICIT at %CMissing closing paren for binding label at %CMissing dimension specification at %CMissing entity or common block name for attribute specification statement at %CMissing exponent in real number at %CMissing format label at %CMissing generic specification in USE statement at %CMissing keyword name in actual argument list at %CMissing kind-parameter at %CMissing leading left parenthesisMissing required parentheses before BIND(C) at %CMissing right parenthesis at %CMissing right parenthesis or comma at %CModule nature in USE statement at %C shall be either INTRINSIC or NON_INTRINSICMore actual than formal arguments in procedure call at %LMultiple identifiers provided with single NAME= specifier at %CNAME not allowed on BIND(C) for ABSTRACT INTERFACE at %CNEWUNIT specifier must have FILE= or STATUS='scratch' at %CNON_OVERRIDABLE and DEFERRED can't both appear at %CNOPASS or explicit interface required at %CNOTE_INSN_BASIC_BLOCK %d in middle of basic block %dNOTE_INSN_BASIC_BLOCK is missing for block %dNO_ARG_CHECK attributeNULL appears on right-hand side in assignment at %LNULL used in arithmeticNULL() initialization at %C is ambiguousNUM_THREADS clause at %L requires a scalar INTEGER expressionName after !$omp critical and !$omp end critical does not match at %CName at %C is too longName too longNamed block DO at %L requires matching ENDDO nameNamed constant at %C in an EQUIVALENCENamelist %s cannot be renamed by USE association to %sNeed either entity or common block name for attribute specification statement at %CNo binding name is allowed in BIND(C) at %CNo branches
No calls
No executable lines
Non-ELEMENTAL user-defined assignment in WHERE at %LNon-character assumed shape array element in FORMAT tag at %LNon-character assumed size array element in FORMAT tag at %LNon-character pointer array element in FORMAT tag at %LNon-numeric character in statement label at %CNon-scalar FINAL procedure at %L should have assumed shape argumentNonconforming tab character at %CNonconforming tab character in column %d of line %dNonconstant array section at %L in DATA statementNonnegative width requiredNonstandard type declaration %s*%d at %CNot a valid Java .class file.
Numeric PARAMETER required in complex constant at %CNumeric operands are required in expression at %LNumeric or CHARACTER operands are required in expression at %LOPEN statement at %C must have UNIT or NEWUNIT specifiedOPEN statement not allowed in PURE procedure at %COPTIONAL is not allowed inside of BLOCK at %CObjective-C declarations may only appear in global scopeOffline tool to handle gcda counts
 
Old-style type declaration %s*%d not supported at %COnly generate absolute relocations on word sized values.Only intrinsic operators can be used in expression at %LOnly retained for backward compatibility.OpenMP directives at %C may not appear in PURE or ELEMENTAL proceduresOperand of .not. operator at %%L is %sOperands of string concatenation operator at %%L are %s/%sOperator interface at %L conflicts with intrinsic interfaceOperator interface at %L has the wrong number of argumentsOperator interface at %L must have, at most, two argumentsOptions:
Out of stack space.
Output .debug_types section when using DWARF v4 debuginfo.Overlap subcomand usage:Overlapping unequal initializers in EQUIVALENCE at %LP descriptor requires leading scale factorPARAMETER at %L is missing an initializerPCS variantPHI argument is missing for edge %d->%dPHI argument is not SSA_NAME, or invariantPIC code generation is not compatible with fast indirect callsPIC code generation is not supported in the portable runtime modelPIC is only supported for RTPsPIC is required but not supported with CONST16 instructionsPIC register isn't set upPOINTER attribute is required for procedure pointer component at %CPRE disabledPRINT namelist at %C is an extensionPRINT statement at %C not allowed within PURE procedurePRINT_OPERAND null pointerPRINT_OPERAND: Unknown punctuation '%c'PRINT_OPERAND_ADDRESS, null pointerPRIVATE statement at %C is only allowed in the specification part of a modulePRIVATE statement at %C must precede procedure bindingsPRIVATE statement at %C must precede structure componentsPRIVATE statement in TYPE at %C must be inside a MODULEPROCEDURE at %C must be in a generic interfacePROCEDURE(interface) at %C should be declared DEFERREDPROTECTED at %C only allowed in specification part of a modulePUBLIC statement at %C is only allowed in the specification part of a modulePassed-object at %L must be scalarPassing internal procedure at %L by location not allowedPerform conversions of switch initializations.Perform function-local points-to analysis on trees.Perform redundant load after store elimination in global common subexpressionPeriod required in format specifierPeriod required in format specifier %s at %LPeriod required in format specifier at %LPlease submit a full bug report,
with preprocessed source if appropriate.
PluginsPointer array component of structure at %C must have a deferred shapePointer assignment target has PROTECTED attribute at %LPointer assignment target is neither TARGET nor POINTER at %LPointer assignment target is not a POINTER at %LPointer assignment with vector subscript on rhs at %LPositive exponent width requiredPositive width requiredPositive width required in format specifier %s at %LPositive width required with T descriptorPreprocess directives only.Preprocessed source stored into %s file, please attach this to your bugreport.
Pretend a branch-around-a-move is a conditional move.Print code coverage information.
 
Procedure argument at %L is local to a PURE procedure and has the POINTER attributeProcessing spec (%s), which is '%s'
Prohibit PC relative function calls.RESULT variable at %C must be different than function nameROUND= at %C not allowed in Fortran 95RTL check: access of elt %d of '%s' with last elt %d in %s, at %s:%dRTL check: access of elt %d of vector with last elt %d in %s, at %s:%dRTL check: attempt to treat non-block symbol as a block symbol in %s, at %s:%dRTL 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:%dRTL flag check: %s used with unexpected rtx code '%s' in %s, at %s:%dRTP PIC is incompatible with -msingle-pic-baseRTP PIC is incompatible with ThumbRX FPU instructions do not support NaNs and infinitiesRaising a negative REAL at %L to a REAL power is prohibitedRange specification at %L can never be matchedRank mismatch in array reference at %L (%d/%d)Reading specs from %s
Real constant overflows its kind at %CReal constant underflows its kind at %CRecord gcc command line switches in the object file.Redundant ERRMSG tag found at %L Redundant SOURCE tag found at %L Redundant STAT tag found at %L Removing '%s'
Result of %s gives range error for its kind at %LResult of %s is NaN at %LResult of %s overflows its kind at %LResult of %s underflows its kind at %LResult of NEAREST is NaN at %LResult of SCALE overflows its kind at %LReuse r30 on a per function basis.Rewrite subcommand usage:Rightmost upper bound of assumed size array section not specified at %LRun predictive commoning optimization.Run the link-time optimizer in local transformation (LTRANS) mode.Run the link-time optimizer in whole program analysis (WPA) mode.Runtime name.SAVE attribute at %L cannot be specified in a PURE procedureSAVE statement at %C follows blanket SAVE statementSCHEDULE clause's chunk_size at %L requires a scalar INTEGER expressionSEQUENCE attribute at %C already specified in TYPE statementSEQUENCE statement at %C must precede CONTAINSSEQUENCE statement at %C must precede structure componentsSH2a does not support little-endianSIGN= at %C not allowed in Fortran 95SOURCE tag at %L conflicts with the typespec at %LSPE not supported in this targetSSA corruptionSSA name in freelist but still referencedSSA_NAME created in two different blocks %i and %iSSA_NAME_DEF_STMT is wrongSSA_NAME_OCCURS_IN_ABNORMAL_PHI should be setSSE instruction set disabled, using 387 arithmeticsSSE register argument with SSE disabledSSE register return with SSE disabledSSE vector argument without SSE enabled changes the ABISSE vector return without SSE enabled changes the ABISame as %s.  Use the latter option instead.Same as -fassociative-math for expressions which include division.Scalar PARAMETER required in complex constant at %CSecond argument MOD at %L is zeroSecond argument of MOD at %L is zeroSecond argument of MODULO at %L is zeroSecond argument of defined assignment at %L must be INTENT(IN)Second argument of operator interface at %L cannot be optionalSecond argument of operator interface at %L must be INTENT(IN)See %s for instructions.
Segmentation FaultSegmentation Fault (code)Selection expression in computed GOTO statement at %L must be a scalar integer expressionSelector in SELECT TYPE at %C is not a named variable; use associate-name=>Semicolon at %C needs to be preceded by statementSet branch cost.Set default accessibility of module entities to PRIVATE.Set the top-level directory for storing the profile data.Setting spec %s to '%s'
 
Shape specification for allocatable scalar at %CShapes for operands at %L and %L are not conformableShare slots for saving different hard registers.Share stack slots for spilled pseudo-registers.Size (in KB) of software data cache.Source-expr at %L and allocate-object at %L must have the same shapeSource-expr at %L must be scalar or have the same rank as the allocate-object at %LSpecifies the number of registers to reserve for interrupt handlers.Specifies whether interrupt functions should save and restore the accumulator register.Specify CPU for scheduling purposes.  Valid arguments are 700, 7100, 7100LC, 7200, 7300, and 8000.Specify UNIX standard for predefines and linking.Specify Xilinx FPU.Specify a file to which a list of files output by LTRANS is written.Specify the MCU to build for.Specify the target RX cpu type.Split 32-byte AVX unaligned load.Split 32-byte AVX unaligned store.Start expression in DO loopStat-variable at %L must be a scalar INTEGER variableStat-variable at %L shall not be %sd within the same %s statementStatement at %L is not a valid branch target statement for the branch statement at %LStatement function at %L is recursiveStatement label at %C is zeroStatement label in ENDDO at %C doesn't match DO labelStatement label list in GOTO at %C cannot be emptyStep expression in DO loopStep expression in DO loop at %L cannot be zeroStore doubles in 64 bits.Stores doubles in 32 bits.  This is the default.String length at %L is too largeSubstring at %L has length zeroSubstring end index at %L exceeds the string lengthSubstring end index at %L is too largeSubstring end index at %L must be of type INTEGERSubstring end index at %L must be scalarSubstring start index at %L is less than oneSubstring start index at %L must be of type INTEGERSubstring start index at %L must be scalarSum of second and third arguments of IBITS exceeds bit size at %LSupport 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 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 MPX code generation.Support MWAITX and MONITORX built-in functions and code generation.Support PCLMUL built-in functions and code generation.Support PCOMMIT instruction.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 XOP built-in functions and code generation.Support XSAVE and XRSTOR instructions.Support XSAVEC instructions.Support XSAVEOPT instruction.Support XSAVES and XRSTORS instructions.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.Symbol at %C is not appropriate for an expressionSymbol at %L is not a DUMMY variableSyntax error in !$OMP THREADPRIVATE list at %CSyntax error in !GCC$ ATTRIBUTES statement at %CSyntax error in %s statement at %CSyntax error in ABSTRACT INTERFACE statement at %CSyntax error in ASYNCHRONOUS statement at %CSyntax error in CASE specification at %CSyntax error in CHARACTER declaration at %CSyntax error in CLASS IS specification at %CSyntax error in COMPLEX constant at %CSyntax error in ENUMERATOR definition at %CSyntax error in EQUIVALENCE statement at %LSyntax error in FORALL iterator at %CSyntax error in I/O iterator at %CSyntax error in IF-clause at %CSyntax error in IF-expression at %CSyntax error in IMPORT statement at %CSyntax error in NAME= specifier for binding label at %CSyntax error in OpenMP variable list at %CSyntax error in PROCEDURE statement at %CSyntax error in PROTECTED statement at %CSyntax error in SAVE statement at %CSyntax error in SUBSTRING specification at %CSyntax error in TYPE IS specification at %CSyntax error in VALUE statement at %CSyntax error in VOLATILE statement at %CSyntax error in argument list at %CSyntax error in array constructor at %CSyntax error in character length specification at %CSyntax error in common block name at %CSyntax error in data declaration at %CSyntax error in expression at %CSyntax error in generic specification at %CSyntax error in iterator at %CSyntax error in procedure pointer component at %CSyntax error: Trailing garbage in END INTERFACE statement at %CSyntax error: Trailing garbage in INTERFACE statement at %CTaken at least once:%s of %d
Target: %s
The --param option recognizes the following as parametersThe CHARACTER elements of the array constructor at %L must have the same length (%d/%d)The DEFAULT CASE at %L cannot be followed by a second DEFAULT CASE at %LThe H format specifier at %L is a Fortran 95 deleted featureThe allocate-object at %L and the source-expr at %L shall have the same kind type parameterThe argument list functions %%VAL, %%LOC or %%REF are not allowed in this context at %LThe 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 impure variable at %L is assigned to a derived type variable with a POINTER component in a PURE procedure (12.6)The minimal probability of speculation success (in percents), so that speculative insn will be scheduled.The number of elements in the array constructor at %L requires an increase of the allowed %d upper limit.   See -fmax-array-constructor optionThe value of n in %<-finit-character=n%> must be between 0 and 127The version of the C++ ABI used for -Wabi warnings and link compatibility aliases.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.Thread model: %s
Threadprivate at %L isn't SAVEdThreadprivate variable at %C is an element of a COMMON blockThumb-1 hard-float VFP ABIToo many arguments to %s at %LToo many digits in statement label at %CTry 'jcf-dump --help' for more information.
Try running '%s' in the shell to raise its limit.
Two main PROGRAMs at %L and %CTwo or more part references with nonzero rank must not be specified at %LType of entity at %L is type incompatible with source-expr at %LType of entity at %L is type incompatible with typespecType-bound operator at %L can't be NOPASSUNIT not specified at %LUNIT number in CLOSE statement at %L must be non-negativeUNIT number in statement at %L must be non-negativeUNIT specification at %L must be an INTEGER expression or a CHARACTER variableUNIT specifier not allowed with NEWUNIT at %CUnclassifiable GCC directive at %CUnclassifiable OpenMP directive at %CUnclassifiable statement at %CUnclassifiable statement in IF-clause at %CUnequal character lengths (%ld/%ld) in %sUnequal character lengths (%ld/%ld) in %s at %LUnexpected %s statement at %CUnexpected %s statement at %C in INTERFACE bodyUnexpected %s statement in BLOCK DATA at %CUnexpected %s statement in CONTAINS section at %CUnexpected %s statement in FORALL block at %CUnexpected %s statement in INTERFACE block at %CUnexpected %s statement in MODULE at %CUnexpected %s statement in WHERE block at %CUnexpected CASE statement at %CUnexpected END statement at %CUnexpected EOFUnexpected TYPE IS statement at %CUnexpected alternate return spec in subroutine call at %LUnexpected character in variable list at %CUnexpected characters in PARAMETER statement at %CUnexpected end of format stringUnexpected end of moduleUnexpected junk after ELSE IF statement at %CUnexpected junk after ELSE statement at %CUnexpected junk after function declaration at %CUnexpected junk in formal argument list at %CUnit number in I/O statement too largeUnit number in I/O statement too smallUnknown argument list function at %LUnknown attribute in !GCC$ ATTRIBUTES statement at %CUnknown intrinsic opUnsupported statement inside WHERE at %LUnterminated character constant beginning at %CUpper array reference at %L is out of bounds (%ld < %ld) in dimension %dUpper array reference at %L is out of bounds (%ld > %ld) in dimension %dUsage: %s [OPTIONS]... CLASSNAMEmain [OUTFILE]
Usage: %s [OPTION]... SUB_COMMAND [OPTION]...
 
Usage: %s [options] file...
Usage: gcov [OPTION]... SOURCE|OBJ...
 
Usage: jcf-dump [OPTION]... CLASS...
 
Use "-Wa,OPTION" to pass "OPTION" to the assembler.
 
Use "-Wl,OPTION" to pass "OPTION" to the linker.
 
Use 128-bit AVX instructions instead of 256-bit AVX instructions in the auto-vectorizer.Use 4 byte entries in switch tables.Use H8/300 alignment rules.Use IRA based register pressure calculationUse big-endian byte order.Use little-endian byte order.Use native (MS) bitfield layoutUse of the NUMERIC_STORAGE_SIZE named constant from intrinsic module ISO_FORTRAN_ENV at %C is incompatible with option %sUse portable calling conventions.Use registers for argument passing.Use registers r2 and r5.Use software floating point comparisons.Use software floating point.Use stubs for function prologues.Use the simulator runtime.Uses of this option are diagnosed.Using built-in specs.
VALUE is not allowed inside of BLOCK at %CVLIW functions are not allowed without a VLIW configurationVOIDmode on an outputVSX and SPE instructions cannot coexistValid arguments to -malign-:Valid arguments to -mcode-readable=:Valid arguments to -mfloat-gprs=:Valid arguments to -mfpmath=:Valid arguments to -mr10k-cache-barrier=:Valid arguments to -mstringop-strategy=:Valid arguments to -mtp=:Variable %s cannot be INTENT(IN) at %CVariable %s cannot be assigned in PURE procedure at %CVariable type is UNKNOWN in assignment at %LWAIT statement not allowed in PURE procedure at %CWHERE assignment target at %L has inconsistent shapeWHERE mask at %L has inconsistent shapeWHERE/ELSEWHERE clause at %L requires a LOGICAL arrayWarn about unused dummy arguments.Warn if the loop cannot be optimized due to nontrivial assumptions.Warn whenever type qualifiers are ignored.WarningWhile setting up signal handler: %mWhile setting up signal stack: %mWithout padding, there are not enough elements in the intrinsic RESHAPE source at %L to match the shapeWork around a hardware anomaly by adding a number of NOPs before aX32 does not support ms_abi attributeXXX entering pop_everything ()
XXX leaving pop_everything ()
Your target platform does not support -fcheck-pointer-boundsZero is not a valid statement label at %CZero width in format descriptor[Leaving %s]
[cannot find %s][default][disabled][enabled][super ...] must appear in a method context__BELOW100__ attribute not allowed with auto storage class__builtin_eh_return not supported on this target__builtin_saveregs not supported by this subtarget__builtin_saveregs not supported by this target__fp16 and no ldrh__io address 0x%x is the same for %qE and %qE__label__ declarations are only allowed in function scopes`a cast to a type other than an integral or enumeration type cannot appear in a constant-expressiona destructor cannot be %<constexpr%>a function call cannot appear in a constant-expressiona label can only be part of a statement and a declaration is not a statementa member of a structure or union cannot have a variably modified typea parameter cannot be declared %<constexpr%>a parameter list with an ellipsis can%'t match an empty parameter name list declarationa storage class can only be specified for objects and functionsa template-id may not appear in a using-declarationa using-declaration cannot specify a template-id.  Try %<using %D%>a wide string is invalid in this contextabnormal edges for no purpose in bb %iabort in %s, at %s:%dabstract declarator %qT used as declarationabstract method in non-abstract classaccessing data memory with program memory addressaccumulator is not a constant integeraccumulator number is out of boundsaddress area attribute cannot be specified for functionsaddress area of %q+D conflicts with previous declarationaddress of explicit register variable %qD requestedaddress of global register variable %qD requestedaddress of overloaded function with no contextual type informationaddress of register variable %qD requestedaddress offset not a constantaddress operand requires constraint for X, Y, or Z registeraddress region attributes not allowed with auto storage classaddress region attributes on pointed-to types ignoredaddress requested for %qD, which is declared %<register%>address taken, but ADDRESSABLE bit not setaggregate %q#D has incomplete type and cannot be definedaggregate value used where a complex was expectedaggregate value used where a fixed-point was expectedaggregate value used where a float was expectedaggregate value used where an integer was expectedakaalias definitions not supported in Mach-O; ignoredalias definitions not supported in this configurationalignment (%u) for %s exceeds maximum alignment for global common data.  Using %ualignment for %q+D must be at least %dalignment for %q+D was previously specified as %d and may not be decreasedalignment may not be specified for %q+Dalignment must be a small power of two, not %dalignment of %qD is bigger than original declarationalignment of array elements is greater than element sizeall member functions in class %qT are privatealloc_size parameter outside rangealso found %<%c%s%>ambiguous conversion for array subscriptambiguous default type conversion from %qTambiguous method %s%s%sambiguous template specialization %qD for %q+Dan address area attribute cannot be specified for local variablesan anonymous struct cannot have function membersan anonymous union cannot have function membersan argument type that has a default promotion can%'t match an empty parameter name list declarationan asm-specification is not allowed on a function-definitionan decrement cannot appear in a constant-expressionan explicit specialization must be preceded by %<template <>%>an increment cannot appear in a constant-expressionanachronismanachronism: anachronistic old-style base class initializerand %qT has no template constructorsanonymous struct not inside named typeanonymous union with no membersapplying #pragma weak %q+D after first use results in unspecified behaviorargs to be formatted is not %<...%>argument %d of %qE might be a candidate for a format attributeargument %d of %qE must be a multiple of %dargument %d of %qE must be an addressargument %d of %qE must be in the range %d...%dargument %q+D might be clobbered by %<longjmp%> or %<vfork%>argument %qD doesn%'t match built-in prototypeargument %qD doesn%'t match prototypeargument %qd is not a constantargument %qs to %<-Wnormalized%> not recognizedargument %qs to %<-femit-struct-debug-detailed%> not recognizedargument %qs to %<-femit-struct-debug-detailed%> unknownargument 1 must be a 5-bit signed literalargument 1 of __builtin_altivec_predicate is out of rangeargument 1 of __builtin_altivec_predicate must be a constantargument 1 of __builtin_paired_predicate is out of rangeargument 1 of __builtin_paired_predicate must be a constantargument 1 of __builtin_spe_predicate is out of rangeargument 1 of __builtin_spe_predicate must be a constantargument 2 must be a 5-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 dependent lookup finds %q+Dargument list function at %Cargument must be channelargument must have complex typeargument of %<__builtin_eh_return_regno%> must be constantargument of %qE attribute is not "ilink1" or "ilink2"argument of %qE attribute is not a string constantargument of function call might be a candidate for a format attributeargument to %%:compare-debug-auxbase-opt does not end in .gkargument to %qE attribute larger than %dargument to %qs must be a 2-bit unsigned literalargument to decltype must be an expressionargument to dss must be a 2-bit unsigned literalarguments '%s' and '%s' for intrinsic %sarguments '%s' and '%s' for intrinsic '%s'arguments 'a%d' and 'a%d' for intrinsic '%s'arguments to destructor are not allowedarithmetic IFarithmetic on pointer to an incomplete typearray %q+D assumed to have one elementarray %qD initialized by parenthesized string literal %qEarray assignmentarray bound forbidden after parenthesized type-idarray bound is not an integer constantarray 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 must be initialized with a brace-enclosed initializerarray of inappropriate type initialized from string constantarray resultarray size missing in %q+Darray size missing in %qDarray subscript has type %<char%>array subscript is above array boundsarray subscript is below array boundsarray subscript is not an integerarray subscript is outside array boundsarray used as initializerarrays of functions are not meaningfulas %qDasm clobber conflict with input operandasm clobber conflict with output operandasm declaration ignored due to conflict with previous renameasm operand %d probably doesn%'t match constraintsasm-specifier for variable %qE conflicts with asm clobber listassert: %s is assign compatible with %sassertion missing after %qsassignmentassignment (not initialization) in declarationassignment from distinct Objective-C typeassignment from incompatible pointer typeassignment from pointer to non-enclosed address spaceassignment left-hand side might be a candidate for a format attributeassignment makes integer from pointer without a castassignment makes pointer from integer without a castassignment of constant field %qDassignment of function %qDassignment of read-only location %qEassignment of read-only member %qDassignment of read-only named return value %qDassignment of read-only parameter %qDassignment of read-only reference %qDassignment of read-only variable %qDassignment suppressionassuming cast to type %qT from overloaded functionassuming pointer to member %qDassuming signed overflow does not occur when combining constants around a comparisonassuming signed overflow does not occur when reducing constant in comparisonassuming signed overflow does not occur when simplifying %</%> or %<%%%> to %<>>%> or %<&%>assuming signed overflow does not occur when simplifying %<abs (X)%> to %<X%> or %<-X%>assuming signed overflow does not occur when simplifying conditionalassuming signed overflow does not occur when simplifying conditional to constantassuming signed overflow does not occur when simplifying range testassuming that the loop counter does not overflowassuming that the loop is not infiniteatexit failedattempt to take address of bit-field structure member %qDattribute %qs applies to array types onlyattribute declarationattribute interrupt_handler is not compatible with -m5-compactattribute(target("%s")) is unknownattributes after parenthesized initializer ignoredattributes are not allowed on a function-definitionattributes ignored on elaborated-type-specifier that is not a forward declarationattributes ignored on template instantiationattributes ignored on uninstantiated typeattributes in parameter array declarator ignoredautomatic variable %qE cannot be %<threadprivate%>aux field set for edge %s->%sbad PC range for debug info for local %q+Dbad addressbad address, not (reg+disp):bad address, not post_inc or pre_dec:bad amount of stack space removal: %dbad array initializerbad builtin codebad builtin fcodebad condition codebad expression type during walk (%d)bad format of .zip/.jar archive
bad 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 method signaturebad movebad operandbad option %s to optimize attributebad option %s to pragma attributebad output_condmove_single operandbad output_move_double operandbad output_move_single operandbad pc in exception_tablebad registerbad register to frv_print_operand_memory_reference_reg:bad shift insn:bad string constantbad testbad type in parameter debug infobad value %<%s%> for -mtls-size= switchbad value %qs for -mcpu switchbad value %qs for -mfp-rounding-mode switchbad value %qs for -mfp-trap-mode switchbad value %qs for -mmemory-latencybad value %qs for -mtls-size switchbad value %qs for -mtrap-precision switchbad value %qs for -mtune switchbad value (%s) for %sarch=%s %sbad value (%s) for %stune=%s %sbad value (%s) for -march= switchbad value (%s) for -mcmodel= switchbad value (%s) for -mtune= switchbad value constant type %d, index %dbad value for -mcall-%sbad value for -msdata=%sbad zip/jar file %sbadly nested C headers from preprocessorbase %qT will be initialized afterbase class %q#T should be explicitly initialized in the copy constructorbase initializer expansion %<%T%> contains no parameter packsbase operand of %<->%> has non-pointer type %qTbase operand of %<->%> is not a pointerbase type %qT fails to be a struct or class typebasic block %d pred edge is corruptedbasic block %d should be marked irreduciblebasic block %d should not be marked irreduciblebasic block %i edge lists are corruptedbasic blocks not laid down consecutivelybb %d on wrong placebit-field %q+#D with non-integral typebit-field %q+D width not an integer constantbit-field %qD with non-integral typebit-field %qs has invalid typebit-field %qs width not an integer constantbit-field %qs width not an integer constant expressionblock IFbogus DISPOSE construction: %dbogus JR construction: %dbogus PREPEARE construction: %dboolean registers required for the floating-point optionboth arguments to %<__builtin___clear_cache%> must be pointersbraced-group within expression allowed only inside a functionbraces around scalar initializerbraces around scalar initializer for type %qTbranch %2d never executed
branch %2d taken %s%s
branch target register load optimization is not intended to be run twicebreak statement not within loop or switchbreak statement used with OpenMP for loopbuilt-in function %q+D declared as non-functionbuilt-in function %qD takes one argument onlybuilt-in function %qE not supported for MIPS16but not herebytecode stream generated with LTO version %d.%d instead of the expected %d.%dbytecode stream: expected tag %s instead of %sbytecode stream: found empty cgraph nodebytecode stream: found non-null terminated stringbytecode stream: garbage at the end of symbols sectionbytecode stream: no callee found while reading edgebytecode stream: no caller found while reading edgebytecode stream: string too long for the string tablebytecode stream: tag %s is not in the expected range [%s, %s]bytecode stream: trying to read %d bytes after the end of the input bufferbytecode stream: unexpected LTO section %sbytecode stream: unexpected tag %sbytecode stream: unknown GIMPLE statement tag %scall   %2d never executed
call   %2d returned %s
call has circular dependencycall is unlikely and code size would growcall of %<(%T) (%A)%> is ambiguouscall of overloaded %<%D(%A)%> is ambiguouscall of overloaded %<%s(%A)%> is ambiguouscall to Java %<catch%> or %<throw%> with %<jthrowable%> undefinedcall to Java constructor with %qs undefinedcall to Java constructor, while %<jclass%> undefinedcall to function %qD which throws incomplete type %q#Tcall to function which throws incomplete type %q#Tcall to non-function %qDcall-clobbered register used for global register variablecalled from herecallee refers to comdat-local symbolscaller edge count is negativecaller edge frequency is negativecaller edge frequency is too largecaller is not optimizedcalling %qD with attribute sseregparm without SSE/SSE2 enabledcalling %qT with attribute sseregparm without SSE/SSE2 enabledcan not use -mtp=cp15 with 16-bit Thumbcan not use an object as parameter to a methodcan only use %qE attribute on file-scope definitions of objects of class typecan%'t convert from incomplete type %qT to %qTcan%'t convert value to a vectorcan%'t create precompiled header %s: %mcan%'t extend PCH file: %mcan%'t find %<class$%> in %qTcan%'t get position in PCH file: %mcan%'t mix operands of decimal float and complex typescan%'t mix operands of decimal float and other float typescan%'t mix operands of decimal float and vector typescan%'t open %s for writing: %mcan%'t open %s: %mcan%'t read %s: %mcan%'t read PCH file: %mcan%'t set %qE attribute after definitioncan%'t use %qs as a call-saved registercan%'t use %qs as a call-used registercan%'t use %qs as a fixed registercan%'t write %s: %mcan%'t write PCH filecan%'t write PCH file: %mcan%'t write padding to PCH file: %mcan%'t write to %s: %mcan't open %s: %mcan't open input file: %scan't use non gp relative absolute addresscandidate 1:candidate 2:candidate is:candidates are:candidate is: %+#Dcandidates are:candidates are: %+#Dcannot allocate an object of abstract type %qTcannot apply %<offsetof%> to a non constant addresscannot apply %<offsetof%> to destructor %<~%T%>cannot apply %<offsetof%> to member function %qDcannot apply %<offsetof%> to static data member %qDcannot apply %<offsetof%> when %<operator[]%> is overloadedcannot apply member pointer %qE to %qE, which is of non-class type %qTcannot bind %qT lvalue to %qTcannot bind bitfield %qE to %qTcannot bind packed field %qE to %qTcannot bind rvalue %qE to %qTcannot call constructor %<%T::%D%> directlycannot call member function %qD without objectcannot capture %qE by referencecannot convert %qE from type %qT to type %qTcannot convert %qT to %qTcannot convert %qT to %qT for argument %qP to %qDcannot convert %qT to %qT in argument passingcannot convert %qT to %qT in assignmentcannot convert %qT to %qT in default argumentcannot convert %qT to %qT in initializationcannot convert %qT to %qT in returncannot convert to a pointer typecannot convert type %qT to type %qTcannot create pointer to reference member %qDcannot create temporary filecannot create type information for type %qT because it involves types of variable sizecannot declare %<::main%> to be a templatecannot declare %<::main%> to be inlinecannot declare %<::main%> to be staticcannot declare %qD to be a bit-field typecannot declare bit-field %qD with function typecannot declare field %q+D to be of abstract type %qTcannot declare member %<%T::%s%> within %qTcannot declare member function %qD to have static linkagecannot declare parameter %q+D to be of abstract type %qTcannot declare pointer to %q#Tcannot declare pointer to %q#T membercannot declare pointer to qualified function type %qTcannot declare reference to %q#Tcannot declare reference to %q#T, which is not a typedef or a template type argumentcannot declare reference to qualified function type %qTcannot declare static function inside another functioncannot declare variable %q+D to be of abstract type %qTcannot decompose addresscannot decrement a pointer to incomplete type %qTcannot define member function %<%T::%s%> within %<%T%>cannot define member of dependent typedef %qTcannot delete a function.  Only pointer-to-objects are valid arguments to %<delete%>cannot disable built-in function %qscannot dynamic_cast %qE (of type %q#T) to type %q#T (%s)cannot expand initializer for member %<%D%>cannot explicitly declare member %q#D to have extern linkagecannot find %s in plugin %s
%scannot find '%s'cannot find 'ldd'cannot find 'nm'cannot find class %qEcannot find file for class %scannot find interface declaration for %qEcannot find interface declaration for %qE, superclass of %qEcannot find protocol declaration for %qEcannot find reference tag for class %qEcannot handle inconsistent calls to %qscannot increment a pointer to incomplete type %qTcannot initialize aggregate of type %qT with a compound literalcannot initialize multi-dimensional array with initializercannot inline function %<main%>cannot inline interrupt function %qEcannot load plugin %s
%scannot merge separate %s counters for function %ucannot open %scannot optimize loop, the loop counter may overflowcannot optimize possibly infinite loopscannot pass argument in vector register because altivec instructions are disabled, use -maltivec to enable themcannot pass rvalue to reference parametercannot put object with volatile field into registercannot read LTO decls from %scannot reload integer constant operand in %<asm%>cannot resolve overloaded function %qD based on conversion to type %qTcannot return from a handler of a function-try-block of a constructorcannot return value in vector register because altivec instructions are disabled, use -maltivec to enable themcannot set interrupt attribute: no current functioncannot set interrupt attribute: no such identifiercannot specify %<override%> for a classcannot specify -o with -c, -S or -E with multiple filescannot specify -static with -fsanitize=threadcannot specify both -C and -ocannot specify both -msep-data and -mid-shared-librarycannot take address of bit-field %qDcannot take the address of %<this%>, which is an rvalue expressioncannot use %<::%> in parameter declarationcannot use mode %qs for enumeral typescannot use mshared and static togethercannot use mthreads and mlegacy-threads togethercannot use small-data accesses for %qscannot use type %s as type %scannot use typeid with -fno-rtticannot use va_start in interrupt functioncanonical types differ for identical types %T and %Tcase label %qE not within a switch statementcase label does not reduce to an integer constantcase label is not an integer constant expressioncase label not within a switch statementcase label value exceeds maximum value for typecase label value is less than minimum value for typecase labels not sorted: case value %qs not in enumerated typecase value %qs not in enumerated type %qTcast from %qT to %qT increases required alignment of target typecast from %qT to %qT loses precisioncast from function call of type %qT to non-matching type %qTcast from pointer to integer of different sizecast from type %qT to type %qT casts away qualifierscast increases required alignment of target typecast specifies array typecast specifies function typecast to %s address space pointer from disjoint %s address space pointercast to %s address space pointer from disjoint generic address space pointercast to generic address space pointer from disjoint %s address space pointercast to pointer from integer of different sizecast to union type from type not present in unioncasting %qT to %qT does not dereference pointercdecl and thiscall attributes are not compatiblechar-array initialized from wide stringchoosing %qD over %qDcircular pointer delegation detectedclass %qE already existsclass %qE is deprecatedclass %qT does not have any field named %qDclass %qT is implicitly friends with itselfclass %qs does not implement the %qE protocolclass '%s' has no method named '%s' matching signature '%s'class definition may not be declared a friendcleanup argument not a functioncleanup argument not an identifierclose: %sclosing LTRANS output list %s: %mclosing dependency file %s: %mcode model %qs not supported in the %s bit modecode model %s does not support PIC modecollapse argument needs positive constant integer expressioncollapsed loops not perfectly nestedcollect2 version %s
collect: reading %s
collect: recompiling %s
collect: relinking
collect: tweaking %s in %s
comma at end of enumerator listcommand line option %qs is not supported by this configurationcommon symbol debug info is not structured as symbol+offsetcomparing floating point with == or != is unsafecomparison always false due to limited range of data typecomparison always true due to limited range of data typecomparison between %q#T and %q#Tcomparison between %qT and %qTcomparison between distinct pointer types %qT and %qT lacks a castcomparison between distinct pointer-to-member types %qT and %qT lacks a castcomparison between pointer and integercomparison between signed and unsigned integer expressionscomparison between types %qT and %qTcomparison is always %dcomparison is always %d due to width of bit-fieldcomparison is always false due to limited range of data typecomparison is always true due to limited range of data typecomparison of complete and incomplete pointerscomparison of distinct Objective-C types lacks a castcomparison of distinct pointer types lacks a castcomparison of pointers to disjoint address spacescomparison of promoted ~unsigned with constantcomparison of promoted ~unsigned with unsignedcomparison of unsigned expression < 0 is always falsecomparison of unsigned expression >= 0 is always truecomparison with string literal results in unspecified behaviorcomparisons like %<X<=Y<=Z%> do not have their mathematical meaningcompilation terminated due to -Wfatal-errors.
compilation terminated due to -fmax-errors=%u.
compilation terminated.
complex arguments must have floating-point typecomplex arguments must have identical typescomplex floating point overflow in expressioncomplex integer overflow in expressioncomplex invalid for %qscompound literal has variable sizecompound literal of non-object type %qTcompound literal qualified by address-space qualifiercompressed stream: %sconditional expression between distinct pointer types %qT and %qT lacks a castconditional expression between distinct pointer-to-member types %qT and %qT lacks a castconflicting access specifications for field %qE, ignoredconflicting access specifications for method %q+D, ignoredconflicting named address spaces (%s vs %s)conflicting named address spaces (%s vs %s) for %q+Dconflicting named address spaces (%s vs generic) for %q+Dconflicting named address spaces (generic vs %s) for %q+Dconflicting return type specified for %q+#Dconflicting specifiers in declaration of %qsconflicting super class name %qEconflicting type attributes specified for %q+#Dconflicting type qualifiers for %q+Dconflicting types for %<%c%s%>conflicting types for %q+Dconflicting types for built-in function %q+Dconflicts with function declaration %q#Dconst %qs cannot be declared %<mutable%>const/copy propagation disabledconst_double_split got a bad insn:constant argument out of range for %qsconstant not recomputed when ADDR_EXPR changedconstant refers to itselfconstexpr constructor does not have empty bodyconstructor for alien class %qT cannot be a memberconstructor priorities are not supportedconstructor priorities from 0 to %d are reserved for the implementationconstructor priorities must be integers from 0 to %d inclusiveconstructor syntax used, but no constructor declared for type %qTcontinue statement not within a loopcontrol flow in the middle of basic block %dcontrol reaches end of non-void functionconversion between distinct pointer types %qT and %qT lacks a castconversion between distinct pointer-to-member types %qT and %qT lacks a castconversion casts away constnessconversion from %q#T to %q#Tconversion from %qT to %qT discards qualifiersconversion from %qT to %qT is ambiguousconversion from %qT to non-scalar type %qT requestedconversion lacks type at end of formatconversion of %qE from %qT to %qT is ambiguousconversion of unsigned constant value to negative integerconversion to %qT alters %qT constant valueconversion to %qT from %qT may alter its valueconversion to %qT from %qT may change the sign of the resultconversion to %qT from boolean expressionconversion to a base class will never use a type conversion operatorconversion to a reference to a base class will never use a type conversion operatorconversion to a reference to the same type will never use a type conversion operatorconversion to a reference to void will never use a type conversion operatorconversion to incomplete typeconversion to non-const reference type %q#T from rvalue of type %qTconversion to non-scalar type requestedconversion to the same type will never use a type conversion operatorconversion to void will never use a type conversion operatorconversion to void will not access object %qE of incomplete type %qTconversion to void will not access object of incomplete type %qTconversion to void will not access object of non-trivially-copyable type %qTconversion to void will not access object of type %qTconversion to volatile reference type %q#T from rvalue of type %qTconverting %<false%> to pointer type for argument %P of %qDconverting NULL to non-pointer typeconverting from %qT to %qTconverting lambda which uses %<...%> to function pointerconverting overloaded function %qD to type %q#T is ambiguousconverting to %qT from initializer list would use explicit constructor %qDconverting to non-pointer type %qT from NULLcoprocessor intrinsic %qs is not available in this configurationcoprocessor not enabledcorrupted exits list of loop %dcorrupted head of the exits list of loop %dcorrupted profile info: edge from %i to %i exceeds maximal countcorrupted profile info: number of executions for edge %d-%d thought to be %icorrupted profile info: number of iterations for basic block %d thought to be %icorrupted profile info: profile data is not flow-consistentcorrupted profile info: sum_all is smaller than sum_maxcould not close response file %scould not close temporary response file %scould not convert template argument %qE to %qTcould not find a spill registercould not find class %qEcould not find class$ field in java interface type %qTcould not find interface for class %qEcould not find setter/getter for %qE in class %qEcould not find specs file %s
could 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 %scouldn%'t understand kern.osversion %q.*screated and used with different ABIscreated and used with different architectures / ABIscreated and used with different endiannesscreated and used with different settings of -fpiccreated and used with different settings of -fpiecreated and used with differing settings of '%s'creating array of %qTcreating array of %qT, which is an abstract class typecreating array of function memberscreating array of functionscreating array of referencescreating array of voidcreating pointer to member function of non-class type %qTcreating pointer to member of non-class type %qTcreating pointer to member of type voidcreating pointer to member reference type %qTcreating run-time relocationcreating run-time relocation for %qDcreating selector for nonexistent method %qEcurrent namespace %qD does not enclose strongly used namespace %qDdata area attributes cannot be specified for local variablesdata area of %q+D conflicts with previous declarationdata declarationdata definition has no type or storage classdata member %qD cannot be a member templatedata member may not have variably modified type %qTdata type of %q+D isn%'t suitable for a registerdead histogramdebugdebug: declaration %qD does not declare anythingdeclaration does not declare anythingdeclaration for parameter %qD but no such parameterdeclaration of %<extern%> variable %qD in %<for%> loop initial declarationdeclaration of %<~%T%> as member of %qTdeclaration of %q#Ddeclaration of %q#D has %<extern%> and is initializeddeclaration of %q#D has no initializerdeclaration of %q#D outside of class is not definitiondeclaration of %q#D shadows a parameterdeclaration of %q#D with C language linkagedeclaration of %q+D shadows a built-in functiondeclaration of %q+D shadows a parameterdeclaration of %q+D shadows a previous localdeclaration of %q+D shadows previous non-variabledeclaration of %q+D with attribute noinline follows inline declaration declaration of %q+D with no linkage follows extern declarationdeclaration 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 multidimensional array must have bounds for all dimensions except the firstdeclaration of %qD as non-functiondeclaration of %qD as non-memberdeclaration of %qD in %qD which does not enclose %qDdeclaration of %qD in namespace %qD which does not enclose %qDdeclaration of %qD not in a namespace surrounding %qDdeclaration of %qD shadows a global declarationdeclaration of %qD shadows a previous localdeclaration of %qE as array of functionsdeclaration of %qE as array of voidsdeclaration of constexpr variable %qD is not a definitiondeclaration of non-variable %qD in %<for%> loop initial declarationdeclaration of static variable %qD in %<for%> loop initial declarationdeclaration of type name as array of functionsdeclaration of type name as array of voidsdeclarator-id missing; using reserved word %qDdeclared heredecrement of constant field %qDdecrement of enumeration value is invalid in C++decrement of function %qDdecrement of read-only location %qEdecrement of read-only member %qDdecrement of read-only named return value %qDdecrement of read-only parameter %qDdecrement of read-only reference %qDdecrement of read-only variable %qDdeducing %qT as %qTdeducing from brace-enclosed initializer list requires #include <initializer_list>default %d minimum %d maximum %ddefault argument %qE uses local variable %qDdefault argument for template parameter for class enclosing %qDdefault argument given for parameter %d of %q#Ddefault argument mismatch in overload resolutiondefault argument missing for parameter %P of %q+#Ddefault argument specified for lambda parameterdefault argument specified in explicit specializationdefault arguments are not allowed in declaration of friend template specialization %qDdefault arguments are only permitted for function parametersdefault template arguments may not be used in function template friend declarationsdefault template arguments may not be used in function template friend re-declarationdefault template arguments may not be used in partial specializationsdefaulted declaration %q+Ddefaulted function %q+D with default argumentdefining a type in a cast is invalid in C++defining a type in a compound literal is invalid in C++defining explicit specialization %qD in friend declarationdefining type in %qs expression is invalid in C++definition in block %i does not dominate use in block %idefinition in block %i follows the usedefinition of %q#D is marked %<dllimport%>definition of %q#T inside template parameter listdefinition of %qD is not in namespace enclosing %qTdefinition of implicitly-declared %qDdefinition of protocol %qE not founddefinition provided for explicit instantiationdeleted function %q+Ddeleting %qT is undefineddependent-name %qE is parsed as a non-type, but instantiation yields a typedeprecated conversion from string constant to %qTdeprecated message is not a stringdereferencing %<void *%> pointerdereferencing type-punned pointer might break strict-aliasing rulesdereferencing type-punned pointer will break strict-aliasing rulesderived type declarationderived union %qT invaliddestructor %qD declared as member templatedestructor cannot be static member functiondestructor for %qE shall not be run eitherdestructor for alien class %qT cannot be a memberdestructor priorities are not supporteddestructor priorities from 0 to %d are reserved for the implementationdestructor priorities must be integers from 0 to %d inclusivedestructors may not be cv-qualifieddestructors may not have parametersdifference between %qE and %qD does not have integer typedifferent number of parametersdifferent parameter typesdifferent receiver typesdifferent varargsdirect base %qT inaccessible in %qT due to ambiguitydistinct Objective-C type in returndivision by zerodo not specify both -march=... and -mcpu=...does not match expected signature %qDdoes not support multilibdominator of %d should be %d, not %ddominator of %d status unknowndouble linked list of clones corrupteddue to different exception specificationsduplicate %<const%>duplicate %<restrict%>duplicate %<volatile%>duplicate %qEduplicate %qsduplicate (or overlapping) case valueduplicate ConstantValue attribute for field '%s'duplicate address region attribute %qE in declaration of %qE on line %dduplicate asm operand name %qsduplicate base type %qT invalidduplicate case valueduplicate class will only be compiled onceduplicate cv-qualifierduplicate declaration for protocol %qEduplicate explicit instantiation of %q#Dduplicate explicit instantiation of %q#Tduplicate initialization of %qDduplicate interface declaration for category %<%E(%E)%>duplicate interface declaration for class %qEduplicate label %qDduplicate label declaration %qEduplicate member %q+Dduring -fcompare-debug recompilationdwarf version %d is not supporteddynamic dependency %s not founddynamic_cast of %q#D to %q#T can never succeedeach undeclared identifier is reported only once for each function it appears inedge %s->%s has no corresponding call_stmtedge from %d to %d should be marked irreducibleedge from %d to %d should not be marked irreducibleedge points to wrong declaration:element types must be the sameelemental binary operationelemental function arguments at %C are not compliantelemental procedureelements of array %q#D have incomplete typeelements of array %q#T have incomplete typeembedded %<\0%> in formatemitting conditional microcode insn %s    [%s] #%demitting microcode insn %s    [%s] #%dempty declarationempty declaration with storage class specifier does not redeclare tagempty declaration with type qualifier does not redeclare tagempty index range in initializerempty left precision in %s formatempty precision in %s formatempty range specifiedempty scalar initializerenable conditional move instruction usage.enabling backtrace support is only meaningful when compiling for the Thumbenabling callee interworking support is only meaningful when compiling for the Thumbenclosing class templates are not explicitly specializedend insn %d for block %d not found in the insn streamenum constant defined hereenum conversion in assignment is invalid in C++enum conversion in initialization is invalid in C++enum conversion in return is invalid in C++enum conversion when passing argument %d of %qE is invalid in C++enum type defined hereenumeral and non-enumeral type in conditional expressionenumeral mismatch in conditional expression: %qT vs %qTenumeration value %qE not handled in switchenumeration values exceed range of largest integerenumerator value for %qD is not an integer constantenumerator value for %qE is not an integer constantenumerator value for %qE is not an integer constant expressionenvironment variable %qs not definedenvironment variable COLLECT_GCC must be setenvironment variable COLLECT_GCC_OPTIONS must be seterrorerror closing %s: %merror in constant pool entry #%d
error while parsing constant poolerror while parsing constant pool
error while parsing fieldserror while parsing fields
error while parsing final attributeserror while parsing final attributes
error while parsing methodserror while parsing methods
error while reading %s from zip fileerror writing %qserror writing to %s: %merror: exception handling disabled, use -fexceptions to enableexception of type %<%T%> will be caughtexception of type %qT will be caughtexcess elements in array initializerexcess elements in char array initializerexcess elements in scalar initializerexcess elements in struct initializerexcess elements in union initializerexcess elements in vector initializerexecution count is negativeexit %d->%d not recordedexpand_binop failed in movsi gotexpansion pattern %<%E%> contains no argument packsexpansion pattern %<%T%> contains no argument packsexpected %<#pragma omp section%> or %<}%>expected %<#pragma omp%> clauseexpected %<(%>expected %<(%> or end of lineexpected %<)%>expected %<*%>expected %<,%>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 %<;%>, %<,%> or %<)%>expected %<<%>expected %<=%>expected %<=%>, %<,%>, %<;%>, %<asm%> or %<__attribute__%>expected %<>%>expected %<@end%>expected %<@synchronized%>expected %<@throw%>expected %<@try%>expected %<[%>expected %<]%>expected %<__label__%>expected %<asm%>expected %<catch%>expected %<class%>expected %<class%>, %<typename%>, or %<template%>expected %<decltype%>expected %<delete%>expected %<extern%>expected %<namespace%>expected %<new%>expected %<none%> or %<shared%>expected %<operator%>expected %<return%>expected %<static_assert%>expected %<template%>expected %<throw%>expected %<try%>expected %<using%>expected %<while%>expected %<{%>expected %<{%> or %<:%>expected %<}%>expected %<}%> before %<else%>expected %<~%>expected %d levels of template parms for %q#D, got %dexpected %qT but argument is of type %qTexpected a string after %<#pragma message%>expected an SSA_NAME objectexpected boolean expressionexpected channelexpected class nameexpected class-nameexpected declarationexpected declaration or statementexpected declaration specifiersexpected declaration specifiers or %<...%>expected declaratorexpected end of capture-listexpected end of lineexpected expressionexpected functionexpected identifierexpected identifier or %<(%>expected identifier or %<*%>expected initializerexpected integer expressionexpected iteration declaration or initializationexpected iteration-statementexpected jump-statementexpected labeled-statementexpected namespace-nameexpected numeric typeexpected operatorexpected parameter pack before %<...%>expected pointerexpected primary-expressionexpected qualified name in friend declaration for constructor %qDexpected qualified name in friend declaration for destructor %qDexpected selection-statementexpected specifier-qualifier-listexpected statementexpected string literalexpected string-literalexpected template-argumentexpected template-idexpected template-nameexpected type-nameexpected type-specifierexplicit goto at end of bb %dexplicit instantiation of %q#Dexplicit instantiation of %q#T before definition of templateexplicit instantiation of %qD but no definition availableexplicit instantiation of %qD in namespace %qD (which does not enclose namespace %qD)explicit instantiation of non-template %q#Dexplicit instantiation of non-template type %qTexplicit instantiation shall not use %<constexpr%> specifierexplicit instantiation shall not use %<inline%> specifierexplicit qualification in declaration of %qDexplicit specialization in non-namespace scope %qDexplicit specialization of %qD after first useexplicit specialization of %qD must be introduced by %<template <>%>explicit specialization of non-template %qTexplicit template argument list not allowedexplicit template specialization cannot have a storage classexpr in !$OMP ATOMIC assignment var = var op expr must be scalar and cannot reference var at %Lexpression %qE has side-effectsexpression in new-declarator must have integral or enumeration typeexpression statement has incomplete typeextended registers have no high halvesextern declaration of %q+D follows declaration with no linkageexternal linkage required for symbol %q+D because of %qE attributeextra %<;%>extra brace group at end of initializerextra elements in scalar initializerextra outgoing edge %d->%dextra qualification %<%T::%> on member %qsextra qualification not allowedextra semicolon in method definition specifiedextra semicolon in struct or union specifiedextra type qualifiers in format argument (argument %d)fail to initialize plugin %sfailed to find class '%s'failed to reclaim unneeded functionfailure to simplify substring reference in DATA statement at %Lfailure trying to reload:fallthru edge after a control statement in bb %dfallthru to exit from bb %dfast enumeration is not available in Objective-C 1.0fastcall and cdecl attributes are not compatiblefastcall and regparm attributes are not compatiblefastcall and stdcall attributes are not compatiblefastcall and thiscall attributes are not compatiblefatal error: field %q+D invalidly declared function typefield %q+D invalidly declared method typefield %qE declared as a functionfield %qE has incomplete typefield %qs not foundfield 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 ends in default argumentfile-scope declaration of %qE specifies %<auto%>file-scope declaration of %qE specifies %<register%>fill characterfill character in strfmon formatfind_enum(): Enum not foundfini function found in object %sfirst argument of %q+D should be %<int%>first argument to %<__builtin_choose_expr%> not a constantfirst argument to %<va_arg%> not of type %<va_list%>fixed-point overflow in expressionfixed-point types not supported for this targetfixed-point types not supported in C++flexible array member in otherwise empty structflexible array member in unionflexible array member not at end of structfloating constant exceeds range of %qTfloating constant misusedfloating constant truncated to zerofloating point overflow in expressionfloating-point literal cannot appear in a constant-expressionflow control insn inside a basic blockfold check: original tree changed by foldfor %qDfor increment expression has no effectfor statement expectedfor template declaration %q+Dformatformat argument %d unused before used argument %d in $-style formatformat argument %d used more than once in %s formatformat is a wide character stringformat not a string literal and no format argumentsformat not a string literal, argument types not checkedformat not a string literal, format string not checkedformat string argument follows the args to be formattedformat string has invalid operand numberforming pointer to reference type %qTforming reference to reference type %qTforming reference to voidfound %<%c%s%>found %<-%E%> instead of %<+%E%> in protocol(s)found a default name with a non-empty defining statementfound a real definition for a non-registerfound a virtual definition for a GIMPLE registerfound an SSA_NAME that had been released into the free poolfound default case not at the start of case vectorfp software completion requires -mtrap-precision=ifr30_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 addressframe size too large for reliable stack checkingfriend declaration %q#D declares a non-template functionfriend declaration %qD in local class without prior declarationfriend declaration does not name a class or functionfriend declaration not in class definitionfriend declaration requires class-key, i.e. %<friend %#T%>friend declaration requires class-key, i.e. %<friend class %T::%D%>from previous declaration %q+Dfrom previous declaration %q+Ffrv_print_operand: unknown codefunction %q#D is initialized like a variablefunction %q+D definition is marked dllimportfunction %q+F can never be copied because it receives a non-local gotofunction %q+F can never be copied because it saves address of local label in a static variablefunction %q+F can never be inlined because it contains a computed gotofunction %q+F can never be inlined because it is suppressed using -fno-inlinefunction %q+F can never be inlined because it uses __builtin_return or __builtin_apply_argsfunction %q+F can never be inlined because it uses alloca (override using the always_inline attribute)function %q+F can never be inlined because it uses attributes conflicting with inliningfunction %q+F can never be inlined because it uses non-local gotofunction %q+F can never be inlined because it uses setjmpfunction %q+F can never be inlined because it uses setjmp-longjmp exception handlingfunction %q+F can never be inlined because it uses variable argument listsfunction %qD is initialized like a variablefunction %qD redeclared as variablefunction %qD used as %<asm%> outputfunction %qs cannot be declared %<mutable%>function attribute mismatchfunction body not availablefunction call has aggregate valuefunction called through a non-compatible typefunction declaration isn%'t a prototypefunction declared %<noreturn%> has a %<return%> statementfunction definition declared %<auto%>function definition declared %<register%>function definition declared %<typedef%>function definition does not declare parametersfunction definition has qualified void return typefunction does not return string typefunction may return address of local variablefunction might be possible candidate for %qs format attributefunction not considered for inliningfunction not declared inline and code size would growfunction not inlinablefunction not inline candidatefunction parameters cannot have __fp16 typefunction return type cannot be functionfunction return types not compatible due to %<volatile%>function returning a functionfunction returning an arrayfunction returns address of local variablefunction returns an aggregatefunction template %qD redeclared as a class templatefunction types not truly compatible in ISO Cfunction with qualified void return type calledfunction-scope %qs implicitly auto and declared %<__thread%>function_profiler supportfunction_profiler support for MMIXfunctions cannot return __fp16 typegcc driver version %s %sexecuting gcc version %s
gcc version %s %s
gcov %s%s
generic CPU can be used only for %stune=%s %sgetting core file size maximum limit: %mgfc_conv_constant_to_tree(): invalid type: %sgfc_simplify_abs(): Bad typegfc_simplify_dcmplx(): Bad type (x)gfc_simplify_dcmplx(): Bad type (y)gfc_simplify_dim(): Bad typegfc_simplify_floor(): Bad kindgfc_trans_code(): Bad statement codegfc_trans_omp_workshare(): Bad statement codegfc_variable_attr(): Bad array referencegfc_variable_attr(): Expression isn't a variablegfortran does not support -E without -cppgimple call has no targetgimple check: expected %s(%s), have %s(%s) in %s, at %s:%dgimple_bb (phi) is set to a wrong basic blockgimple_bb (stmt) is set to a wrong basic blockgimplification failedglobal constructors not supported on this targetglobal destructors not supported on this targetglobal register variable %qD used in nested functionglobal register variable follows a function definitionglobal register variable has initial valueglobal/static variable assignment has been interceptedgot %d template parameters for %q#Dgot %d template parameters for %q#Tgoto destination is neither a label nor a pointergp_offset (%ld) or end_offset (%ld) is less than zerohad to relocate PCHhard-float MIPS16 code for ABIs other than o32 and o64hardware decimal floating point instructions not available in ESA/390 modehardware decimal floating point instructions not available on %shead insn %d for block %d not found in the insn streamiWMMXt and NEON are incompatibleia64_print_operand: unknown codeidentifier %qE conflicts with C++ keywordidentifier expected after %<@protocol%>if this code is reached, the program will abortignoring #pragma %s %signoring %<#pragma align%> for explicitly aligned %q+Dignoring -fschedule-insns because of exception handling bugignoring asm-specifier for non-static local variable %q+Dignoring attributes applied to %qT after definitionignoring attributes applied to class type %qT outside of definitionignoring attributes applied to dependent type %qT without an associated declarationignoring duplicate directory "%s"
ignoring malformed #pragma longcallignoring nonexistent directory "%s"
ignoring return value of %qD, declared with attribute warn_unused_resultignoring return value of function declared with attribute warn_unused_resultignoring unknown option %q.*s in %<-fdump-%s%>illegal aggregate type %qE specified for instance variable %qsillegal operand detectedillegal reference type specified for instance variable %qsimplicit declaration of function %qEimplicit dereference will not access object of type %qT in for increment expressionimplicit dereference will not access object of type %qT in left operand of comma operatorimplicit dereference will not access object of type %qT in right operand of comma operatorimplicit dereference will not access object of type %qT in second operand of conditional expressionimplicit dereference will not access object of type %qT in statementimplicit dereference will not access object of type %qT in third operand of conditional expressionimplicitly popped regs must be grouped at top of stackimplied END DOimpossible constraint in %<asm%>impossible register constraint in %<asm%>in %s, at %s:%din C++98 %qD must be initialized by constructor, not by %<{...}%>in argument to unary !in basic block %d:in declaration %q+Din 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 statementinappropriate accumulator for %qsincoming edge count does not match number of PHI argumentsincompatible address space qualifiers %qs and %qsincompatible implicit declaration of built-in function %qDincompatible implicit declaration of function %qDincompatible type for argument %d of %qEincompatible type for map indexincompatible type for method %s%s%sincompatible type for receiverincompatible types in assignment of %qT to %qTincompatible types when assigning to type %qT from type %qTincompatible types when initializing type %qT using type %qTincompatible types when returning type %qT but %qT was expectedincomplete implementation of category %qEincomplete implementation of class %qEincomplete type %qT does not have member %qDincomplete type %qT used in nested name specifierinconsistent deduction for %qT: %qT and then %qTinconsistent instance variable specificationinconsistent operand constraints in an %<asm%>inconsistent types %qT and %qT deduced for lambda return typeincorrect entry in label_to_block_mapincorrect format in scaling, using 1/1
incorrect insn:incorrect setting of landing pad numberincorrect sharing of tree nodesincrement of constant field %qDincrement of enumeration value is invalid in C++increment of function %qDincrement of read-only location %qEincrement of read-only member %qDincrement of read-only named return value %qDincrement of read-only parameter %qDincrement of read-only reference %qDincrement of read-only variable %qDindex %E denotes an offset greater than size of %qTindex in dimension %d is out of bounds at %Lindex must be integerindex value instead of field name in union initializerindex value is out of boundindirect function %q+D cannot be declared weakrefindirect function call with a yet undetermined calleeindirection will not access object of incomplete type %qT in for increment expressionindirection will not access object of incomplete type %qT in left operand of comma operatorindirection will not access object of incomplete type %qT in right operand of comma operatorindirection will not access object of incomplete type %qT in second operand of conditional expressionindirection will not access object of incomplete type %qT in statementindirection will not access object of incomplete type %qT in third operand of conditional expressionindirection will not access object of non-trivially-copyable type %qT in for increment expressionindirection will not access object of non-trivially-copyable type %qT in left operand of comma operatorindirection will not access object of non-trivially-copyable type %qT in right operand of comma operatorindirection will not access object of non-trivially-copyable type %qT in second operand of conditional expressionindirection will not access object of non-trivially-copyable type %qT in statementindirection will not access object of non-trivially-copyable type %qT in third operand of conditional expressioninit function found in object %sinitialization from distinct Objective-C typeinitialization from incompatible pointer typeinitialization from pointer to non-enclosed address spaceinitialization left-hand side might be a candidate for a format attributeinitialization makes integer from pointer without a castinitialization makes pointer from integer without a castinitialization of a flexible array memberinitialization of flexible array member in a nested contextinitialization of non-const reference type %q#T from rvalue of type %qTinitialization of volatile reference type %q#T from rvalue of type %qTinitializations for multiple members of %qTinitialized field overwritteninitialized field with side-effects overwritteninitialized variable %q+D is marked dllimportinitializer element is not a constant expressioninitializer element is not computable at load timeinitializer element is not constantinitializer ends prematurelyinitializer fails to determine size of %q+Dinitializer fails to determine size of %qDinitializer for %qT must be brace-enclosedinitializer for floating value is not a floating constantinitializer for integer/fixed-point value is too complicatedinitializer invalid for static member with constructorinitializer provided for functioninitializer specified for non-virtual method %q+Dinitializer specified for static member function %qDinitializer-string for array of chars is too longinjected-class-name %qD used as template template argumentinline declaration of %qD follows declaration with attribute noinlineinline function %q+D declared as  dllimport: attribute ignoredinline function %q+D declared but never definedinline function %q+D given attribute noinlineinline function %qD given attribute noinlineinlined_to pointer is set but no predecessors foundinlined_to pointer is wronginlined_to pointer refers to itselfinlined_to pointer set for noninline callersinlining failed in call to %q+F: %sinput operand constraint contains %qcinsn %d basic block pointer is %d, should be %dinsn %d in footer of bb %d has non-NULL basic blockinsn %d in header of bb %d has non-NULL basic blockinsn %d is in multiple basic blocks (%d and %d)insn %d outside of basic blocks has non-NULL bb fieldinsn contains an invalid address !insn does not satisfy its constraints:insn outside basic blockinstall: %s%s
instance variable %qE accessed in class methodinstance variable %qE is %s; this will be a hard error in the futureinstance variable %qE is declared %sinstance variable %qE is declared privateinstance variable %qs has unknown sizeinstance variable assignment has been interceptedinstruction never executedinstruction scheduling not supported on this target machineinsufficient contextual information to determine typeint-array initialized from incompatible wide stringint-array initialized from non-wide stringinteger constant is too large for %<unsigned long%> typeinteger overflow in expressionintegral expression %qE is not constantintegral result type precision does not match field size of BIT_FIELD_REFinter-module optimizations not implemented for C++interface %qE does not have valid constant string layoutinternal compiler errorinternal compiler error.  Bad address:internal compiler error.  Incorrect shift:internal compiler error.  Unknown mode:internal compiler error: internal consistency failureinternal error - invalid Utf8 nameinternal error: bad register: %dinternal error: builtin function %s had an unexpected return type %sinternal error: builtin function %s, argument %d had unexpected argument type %sinternal error: cris_side_effect_mode_ok with bad operandsinternal error: sideeffect-insn affecting main effectinternal functioninterrupt Service Routines cannot be coded in Thumb modeinterrupt function must have no argumentsinterrupt function must have return type of voidinterrupt handlers cannot be MIPS16 functionsinterrupt_thread is available only on fidointrinsic variable which isn't a procedureinvalid #pragma %sinvalid %%-codeinvalid %%A operandinvalid %%B operandinvalid %%C valueinvalid %%D valueinvalid %%E valueinvalid %%F valueinvalid %%G modeinvalid %%G valueinvalid %%J codeinvalid %%J valueinvalid %%K valueinvalid %%L codeinvalid %%L valueinvalid %%M valueinvalid %%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 valueinvalid %%j codeinvalid %%j operandinvalid %%j valueinvalid %%k valueinvalid %%m valueinvalid %%p valueinvalid %%q valueinvalid %%r valueinvalid %%s operandinvalid %%s valueinvalid %%t/%%b valueinvalid %%u valueinvalid %%v valueinvalid %%x valueinvalid %%xn codeinvalid %%y value, try using the 'Z' constraintinvalid 'asm': invalid (pointer) operands to plus/minusinvalid --param value %qsinvalid IACC argumentinvalid LHS in gimple callinvalid Objective-C++ selector nameinvalid PC in line number tableinvalid PHI argumentinvalid PHI resultinvalid UNSPEC as operandinvalid abstract return type for function %q+#Dinvalid abstract return type for member function %q+#Dinvalid abstract type %qT for %qEinvalid abstract type for %q+Dinvalid addressinvalid addressing modeinvalid alignment for %<#pragma align%>, ignoringinvalid application of %<__alignof%> to a bit-fieldinvalid application of %<sizeof%> to a bit-fieldinvalid application of %<sizeof%> to a function typeinvalid application of %qs to a member functioninvalid application of %qs to a void typeinvalid argument %qs to -fdebug-prefix-mapinvalid argument of %qE attributeinvalid argument of %qs attributeinvalid argument to built-in functioninvalid argument to gimple callinvalid array assignmentinvalid base-class specificationinvalid cast from type %qT to type %qTinvalid cast of an rvalue expression of type %qT to type %qTinvalid cast to function type %qTinvalid class name in declaration of %qDinvalid combination of multiple type-specifiersinvalid comparison code in gimple condinvalid conditional operandinvalid const_cast from type %qT to type %qTinvalid const_cast of an rvalue of type %qT to type %qTinvalid const_double operandinvalid constant in %<#pragma pack%> - ignoredinvalid constraints for operandinvalid constructor; you probably meant %<%T (const %T&)%>invalid controlling predicateinvalid conversion from %<__fpreg%>invalid conversion from %qT to %qTinvalid conversion in gimple callinvalid conversion in return statementinvalid conversion to %<__fpreg%>invalid conversion to type %qT from type %qTinvalid coprocessor register %qEinvalid coprocessor register rangeinvalid covariant return type for %q+#Dinvalid declaration of %<%T::%E%>invalid declaration of member template in local classinvalid declaratorinvalid default argument for a template template parameterinvalid definition of qualified type %qTinvalid element type for attribute %qsinvalid exit from OpenMP structured blockinvalid expression as operandinvalid expression for min lvalueinvalid expression type for %<#pragma omp atomic%>invalid function declarationinvalid function in gimple callinvalid in-class initialization of static data member of non-integral type %qTinvalid increment expressioninvalid initial value for member %qEinvalid initialization of non-const reference of type %qT from an rvalue of type %qTinvalid initialization of reference of type %qT from expression of type %qTinvalid initializerinvalid initializer for member function %qDinvalid insn:invalid labels in gimple condinvalid location for %<pragma %s%>, ignoredinvalid lvalue in asm output %dinvalid maskinvalid member function declarationinvalid member template declaration %qDinvalid non-vector operands to vector valued plusinvalid operand code '%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 'z' modifierinvalid operand for code '%c'invalid operand in indirect referenceinvalid operand in return statementinvalid operand in unary expressioninvalid operand in unary operationinvalid operand modifier letterinvalid operand output codeinvalid 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 to plus/minus, type is a pointerinvalid operand to pointer plus, first operand is not a pointerinvalid operand to switch statementinvalid operands in binary operationinvalid operands in gimple comparisoninvalid operands of types %qT and %qT to binary %qOinvalid operands to array referenceinvalid operands to binary %s (have %qT and %qT)invalid operation on %<__fpreg%>invalid operator for %<#pragma omp atomic%>invalid parameter %qsinvalid parameter combination for AltiVec intrinsicinvalid parameter type %qTinvalid pointer mode %qsinvalid pointer to bit-field %qDinvalid position or size operand to BIT_FIELD_REFinvalid punctuation %qc in constraintinvalid pure const state for functioninvalid qualifiers on non-member function typeinvalid qualifying scope in pseudo-destructor nameinvalid receiver type %qsinvalid redeclaration of %q+Dinvalid reduction-identifierinvalid reference prefixinvalid register name for %q+Dinvalid rhs for gimple memory storeinvalid rtl sharing found in the insninvalid schedule kindinvalid second argument to %<__builtin_prefetch%>; using zeroinvalid shift operandinvalid static chain in gimple callinvalid static_cast from type %qT to type %qTinvalid storage class for function %qEinvalid target memregs value '%d'invalid template declaration of %qDinvalid template-idinvalid third argument to %<__builtin_prefetch%>; using zeroinvalid type %<void%> for newinvalid type %qT as initializer for a vector of type %qTinvalid type %qT declared %<friend%>invalid type argument of %<->%> (have %qT)invalid type argument of array indexing (have %qT)invalid type argument of unary %<*%> (have %qT)invalid type for iteration variable %qEinvalid types %<%T[%T]%> for array subscriptinvalid types in address space conversioninvalid types in conversion to floating pointinvalid types in conversion to integerinvalid types in fixed-point conversioninvalid types in nop conversioninvalid use of %%d, %%x, or %%Xinvalid use of %<::%>invalid use of %<auto%>invalid use of %<auto%> in conversion operatorinvalid use of %<restrict%>invalid use of %<this%> at top levelinvalid use of %<this%> in non-member functioninvalid use of %qDinvalid use of %qD in linkage specificationinvalid use of %qE to form a pointer-to-member-functioninvalid use of %qTinvalid use of '%%%c'invalid use of ':' modifierinvalid use of Boolean expression as operand to %<operator--%>invalid use of a pointer to an incomplete type in pointer arithmeticinvalid use of array indexing on pointer to memberinvalid use of array with unspecified boundsinvalid use of const_cast with type %qT, which is a pointer or reference to a function typeinvalid use of const_cast with type %qT, which is not a pointer, reference, nor a pointer-to-data-member typeinvalid use of constructor as a templateinvalid use of dependent type %qTinvalid use of destructor %qD as a typeinvalid use of flexible array memberinvalid use of implicit conversion on pointer to memberinvalid use of incomplete type %q#Tinvalid use of non-lvalue arrayinvalid use of non-static data member %qDinvalid use of non-static member function %qDinvalid use of nonstatic data member %qEinvalid use of pack expansion expressioninvalid use of qualified-name %<%D::%D%>invalid use of qualified-name %<%T::%D%>invalid use of qualified-name %<::%D%>invalid use of structure with flexible array memberinvalid use of template template parameter %qTinvalid use of template type parameter %qTinvalid use of template-id %qD in declaration of primary templateinvalid use of template-name %qE without an argument listinvalid use of type %qT as a default value for a template template-parameterinvalid use of unary %<*%> on pointer to memberinvalid use of void expressioninvalid vector type for attribute %qEinvalid version number %qsinvoke[non-static] on static methodinvokestatic on abstract methodinvokestatic on non static methodit must be the address of a function with external linkageiterating variable in fast enumeration is not an objectiteration variable %qD should not be firstprivateiteration variable %qD should not be reductioniteration variable %qE should be privateiteration variable %qE should not be firstprivateiteration variable %qE should not be reductionits dest_idx should be %d, not %diwmmxt abi requires an iwmmxt capable cpuiwmmxt requires an AAPCS compatible ABI for proper operationjcf-dump: no classes specified
jump into scope of identifier with variably modified typejump into statement expressionjump skips variable initializationjump to case labeljump to label %qDjunk at end of #pragma %sjunk at end of #pragma GCC coprocessor widthjunk at end of #pragma GCC java_exceptionsjunk at end of #pragma GCC memregs [0..16]junk at end of #pragma ghs endsdajunk at end of #pragma ghs endtdajunk at end of #pragma ghs endzdajunk at end of #pragma ghs interruptjunk at end of #pragma ghs sectionjunk at end of #pragma ghs startsdajunk at end of #pragma ghs starttdajunk at end of #pragma ghs startzdajunk at end of #pragma io_volatilejunk at end of #pragma longcalljunk at end of %<#pragma %s%>junk at end of %<#pragma GCC pch_preprocess%>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 message%>junk at end of %<#pragma pack%>junk at end of %<#pragma pop_options%>junk at end of %<#pragma push_options%>junk at end of %<#pragma redefine_extname%>junk at end of %<#pragma reset_options%>junk at end of %<#pragma weak%>junk at end of '#pragma extern_model'junk at end of '#pragma ms_struct'junk at end of '#pragma options'junk at end of '#pragma unused'junk at end of signature stringkeyword %<export%> not implemented, and will be ignoredkeyword %<typename%> not allowed in this context (a qualified member initializer is implicitly a type)keyword %<typename%> not allowed in this context (the base class is implicitly a type)keyword %<typename%> not allowed outside of templateslabel label %q+D declared but not definedlabel %q+D defined but not usedlabel %q+D used but not definedlabel %qD defined herelabel %qE referenced outside of any functionlabel at end of compound statementlabel named wchar_tlambda-expression in a constant expressionlang_* check: failed in %s, at %s:%dlanguage %s not recognizedlanguage string %<"%E"%> not recognizedlarge fixed-point constant implicitly truncated to fixed-point typelarge integer implicitly truncated to unsigned typelast argument must be an immediateld returned %d exit statusleft argument must be a sliceleft precisionleft precision in strfmon formatleft rotate count >= width of typeleft rotate count is negativeleft shift count >= width of typeleft shift count is negativeleft-hand operand of comma expression has no effectlength modifierlength modifier in printf formatlength modifier in scanf formatlength modifier in strfmon formatletter %c was found & insn was not CONST_INTlibraries: %s
library function %q#D redeclared as non-function %q#Dlibrary lib%s not foundlo_sum not of registerlocal class %q#T shall not have static data member %q#Dlocal declaration of %qE hides instance variablelocal variable %qD may not appear in this contextlocal variable memory requirements exceed capacitylogical %<and%> applied to non-boolean constantlogical %<and%> of mutually exclusive tests is always falselogical %<or%> applied to non-boolean constantlogical %<or%> of collectively exhaustive tests is always truelong, short, signed or unsigned used invalidly for %qslookup of %qT in %qT is ambiguouslooser throw specifier for %q+#Flower value in case label range less than minimum value for typelp_array does not match region_treelp_array is corrupted for lp %ilto_obj_file_open() failedlvalue required as decrement operandlvalue required as increment operandlvalue required as left operand of assignmentlvalue required as unary %<&%> operandlvalue required in asm statementmacro name missing after %qsmaking multiple clones of %qDmalformed #pragma GCC coprocessormalformed #pragma GCC coprocessor subclassmalformed #pragma GCC visibility pushmalformed #pragma builtinmalformed #pragma callmalformed #pragma disinterruptmalformed #pragma ghs sectionmalformed #pragma redefine_extname, ignoredmalformed #pragma weak, ignoredmalformed %<#pragma %s%>, ignoredmalformed %<#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 '#pragma ms_struct {on|off|reset}', ignoringmalformed '#pragma ms_struct', ignoringmalformed '#pragma options align={mac68k|power|reset}', ignoringmalformed '#pragma options', ignoringmalformed COLLECT_GCC_OPTIONSmalformed coprocessor registermalformed option -fplugin-arg-%s (missing -<key>[=<value>])malformed spec function argumentsmalformed spec function namemangling %Cmangling typeof, use decltype insteadmangling unknown fixed point typemask must be an immediatematching constraint does not allow a registermatching constraint not valid in output operandmatching constraint references invalid operand numbermaximum value of parameter %qs is %umay not use both -EB and -ELmay not use both -m32 and -m64media functions are not available unless -mmedia is usedmember %q+#D with constructor not allowed in anonymous aggregatemember %q+#D with constructor not allowed in unionmember %q+#D with copy assignment operator not allowed in anonymous aggregatemember %q+#D with copy assignment operator not allowed in unionmember %q+#D with destructor not allowed in anonymous aggregatemember %q+#D with destructor not allowed in unionmember %qD conflicts with virtual function table field namemember %qD declared as friend before type %qT definedmember %qD is uninitialized referencemember functions are implicitly friends of their classmemory input %d is not directly addressablemethod '%s' not found in classmethod declaration not in @interface contextmethod definition for %<%c%E%> not foundmethod definition not in @implementation contextmethod possibly missing a [super dealloc] callmethod type does not match object typeminimum value of parameter %qs is %umips16 function profilingmismatched argument pack lengths while expanding %<%E%>mismatched argument pack lengths while expanding %<%T%>mismatched argumentsmismatching signature for field '%s' in '%s'misplaced %<@%D%> Objective-C++ constructmisplaced ConstantValue attribute (not in any field)missing $ operand number in formatmissing %<(%> after %<#pragma GCC visibility push%> - ignoredmissing %<(%> after %<#pragma pack%> - ignoredmissing '(' after '#pragma unused', ignoringmissing ')' after '#pragma unused', ignoringmissing Code attributemissing PHI defmissing argument to %qsmissing barrier after block %imissing braces around initializermissing braces around initializer for %qTmissing callgraph edge for call stmt:missing close brace for named operandmissing close parenmissing controlling predicatemissing definitionmissing edge %i->%imissing field '%s' in '%s'missing filename after %qsmissing fill character at end of strfmon formatmissing increment expressionmissing initializer for member %qDmissing makefile target after %qsmissing method %s%s%smissing numbermissing open parenmissing operandmissing option after %<#pragma GCC diagnostic%> kindmissing path after %qsmissing sentinel in function callmissing terminating %c charactermissing type-name in typedef-declarationmixing C++ and Java catches in a single translation unitmixing declarations and function-definitions is forbiddenmode %qs applied to inappropriate typemodule proceduremore than %d operands in %<asm%>ms_abi and sysv_abi attributes are not compatiblems_hook_prologue is not compatible with nested functionmultidimensional array must have bounds for all dimensions except the firstmultiple default labels in one switchmultiple definition of %q#Tmultiple fields in union %qT initializedmultiple function type attributes specifiedmultiple hot/cold transitions found (bb %i)multiple initializations given for %qDmultiple initializations given for base %qTmultiple inline callersmultiple interrupt attributes not allowedmultiple methods named %<%c%E%> foundmultiple parameters named %qDmultiple selectors named %<%c%E%> foundmultiple storage classes in declaration of %qsmultiple storage classes in declaration specifiersmultiple types in one declarationmust #include <typeinfo> before using typeidmust use %<.*%> or %<->*%> to call pointer-to-member function in %<%E (...)%>, e.g. %<(... ->* %E) (...)%>mysterious repository information in %sname %qD used in a GNU-style designated initializer for an arrayname %qT has incomplete typename lookup of %qD changedname lookup of %qD changed for ISO %<for%> scopingname missing for member functionname of class shadows template template parameter %qDname used in a GNU-style designated initializer for an arraynamed return values are no longer supportednamespace %qD not allowed in using-declarationnamespace alias %qD not allowed here, assuming %qDnamespace-scope anonymous aggregates must be staticnarrowing conversion of %qE from %qT to %qT inside { }need %<typename%> before %<%T::%E%> because %qT is a dependent scopeneed %<typename%> before %qE because %qT is a dependent scopeneed explicit conversionneed explicit conversion; missing method %s%s%sneed to insert runtime check for %snegative insn lengthnegative integer implicitly converted to unsigned typenegative nesting depth of region %inegative shift countnegative width in bit-field %q+Dnegative width in bit-field %qsnested assembly dialect alternativesnested extern declaration of %qDnested function %q+D declared but never definednested function %qE declared %<extern%>nested function %qs declared %<extern%>nested function trampolines not supported on this targetnested functions not supported on this targetnested redefinition of %<enum %E%>nested redefinition of %<struct %E%>nested redefinition of %<union %E%>new cannot be applied to a function typenew cannot be applied to a reference typenew types may not be defined in a return typeno %<%D(int)%> declared for postfix %qsno %<%D(int)%> declared for postfix %qs, trying prefix operator insteadno %<%c%E%> method foundno %q#D member function declared in class %qTno %qs getter foundno FUNCTION_PROFILER for CRISno argumentsno arguments for spec functionno class name specified with %qsno class template named %q#T in %q#Tno closing %<]%> for %<%%[%> formatno context to resolve type of %qEno corresponding deallocation function for %qDno data type for mode %qsno default argument for %qDno field %qD found in union being initializedno immediate_use listno input file specifiedno input filesno input files; unwilling to write output filesno integral type can represent all of the enumerator values for %qTno low registers available for popping high registersno match for call to %<(%T) (%A)%>no matches converting function %qD to type %q#Tno matching function for call to %<%D(%A)%>no matching function for call to %<%T::%s(%A)%#V%>no matching push for %<#pragma GCC visibility pop%>no matching template for %qD foundno member function %qD declared in %qTno members matching %<%T::%D%> in %q#Tno 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 profiling of 64-bit code for this ABIno register in addressno return statement in function returning non-voidno sclass for %s stab (0x%x)no semicolon at end of struct or unionno suitable %<operator %s%> for %qTno suitable %qD found in class %qTno super class declared in @interface for %qEno super class declared in interface for %qEno unique final overrider for %qD in %qTnodes with unreleased memory foundnon-const integer argument %u in call to function %qEnon-constant array in DATA statement %Lnon-constant condition for static assertionnon-constant initialization expression at %Lnon-deleted function %q+Dnon-floating-point argument in call to function %qEnon-floating-point arguments in call to function %qEnon-function in gimple callnon-integral used in conditionnon-lvalue array in conditional expressionnon-member %qs cannot be declared %<mutable%>non-member function %qD cannot have cv-qualifiernon-memory input %d must stay in memorynon-nested function with variably modified typenon-object member %qs cannot be declared %<mutable%>non-objective-c type '%T' cannot be caughtnon-parameter %qs cannot be a parameter packnon-register as LHS of binary operationnon-register as LHS of unary operationnon-scalar typenon-standard suffix on floating constantnon-static data member %qD has Java class typenon-static data member %qE declared %<constexpr%>non-static declaration of %q+D follows static declarationnon-static initialization of a flexible array membernon-static method %q+D overrides static methodnon-template %qD used as templatenon-template type %qT used as a templatenon-thread-local declaration of %q#D follows thread-local declarationnon-thread-local declaration of %q+D follows thread-local declarationnon-trivial conversion at assignmentnon-trivial conversion in unary operationnon-trivial designated initializers not supportednonconstant array index in initializernonempty exits list of loop %d, but exits are not recordednonlocal label nonnull argument has invalid operand number (argument %lu)nonnull argument references non-pointer operand (argument %lu, operand %lu)nonnull argument with out-of-range operand number (argument %lu, operand %lu)nonnull attribute without arguments on a non-prototypenormalization cannot co-exist with scaling
not a valid Java .class filenot configured with sysroot headers suffixnot enough argumentsnot enough arguments to function %qEnot enough collapsed for loopsnot enough perfectly nested loopsnot enough type informationnot enough variable arguments to fit a sentinelnotenote: null argument where non-null required (argument %lu)null pointernumber must be 0 or 1number of arguments doesn%'t match built-in prototypenumber of arguments doesn%'t match prototypenumber of bb notes in insn chain (%d) != n_basic_blocks (%d)number of components of the vector not a power of twonumber of counters is %d instead of %dnumber of results does not match number of valuesobject is not a methodobject missing in use of %qEobject type %qT does not match destructor name ~%qTobject with variably modified type must have no linkageobsolete option -I- used, please use -iquote insteadobsolete use of designated initializer with %<:%>obsolete use of designated initializer without %<=%>offset outside bounds of constant stringold-style function definitionold-style parameter declarations in prototyped function definitionomitted middle operand to %<?:%> operand cannot be mangledonly 0.0 can be loaded as an immediateonly one of -mm and -ml may be givenonly one of -mm and -mtiny= may be givenonly one of -ms and -ml may be givenonly one of -ms and -mm may be givenonly one of -ms and -mtiny= may be givenonly uninitialized variables can be placed in a .bss sectiononly uninitialized variables can be placed in the .noinit sectiononly weak aliases are supported in this configurationopaque vector types cannot be initializedopen %s failed: %sopen /dev/zero: %mopening LTRANS output list %s: %mopening dependency file %s: %mopening output file %s: %moperand constraint contains incorrectly positioned %<+%> or %<=%>operand constraints for %<asm%> differ in number of alternativesoperand 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 number out of range in formatoperand number specified for format taking no argumentoperand number specified with suppressed assignmentoperands to ?: have different types %qT and %qToperation on %qE may be undefinedoptimization level attribute mismatchoptimization may eliminate reads and/or writes to register variablesoption("%s") was already specifiedoptional argumentoptions enabled: options passed: ordered comparison of pointer with integer zerooriginal definition appeared hereoriginally defined hereoriginally indirect function call not considered for inliningoriginally specified hereouter block of region %i is wrongoutput constraint %d cannot be specified together with "%s" clobberoutput constraint %d must specify a single registeroutput constraint %qc for operand %d is not at the beginningoutput filename specified twiceoutput number %d not directly addressableoutput operand %d must use %<&%> constraintoutput operand constraint lacks %<=%>output operand is constant in %<asm%>output regs must be grouped at top of stackoutput_move_single:overflow in array dimensionoverflow in constant expressionoverflow in enumeration valuesoverflow in enumeration values at %qDoverflow in implicit constant conversionoverloaded function with no contextual type informationoverriding deleted function %q+Doverriding non-deleted function %q+Dpacked attribute causes inefficient alignmentpacked attribute causes inefficient alignment for %q+Dpacked attribute causes inefficient alignment for %qEpacked attribute is unnecessarypacked attribute is unnecessary for %q+Dpacked attribute is unnecessary for %qEpadding struct size to alignment boundarypadding struct to align %q+Dparameter %P has incomplete type %qTparameter %P of %qD has incomplete type %qTparameter %q+D declared %<inline%>parameter %q+D has just a forward declarationparameter %qD declared voidparameter %qD declared with void typeparameter %qD has Java class typeparameter %qD has incomplete typeparameter %qD includes pointer to array of unknown bound %qTparameter %qD includes reference to array of unknown bound %qTparameter %qD invalidly declared method typeparameter %qD is initializedparameter %qD set but not usedparameter %u (%q+D) has incomplete typeparameter %u (%q+D) has void typeparameter %u has incomplete typeparameter %u has void typeparameter declared %<auto%>parameter list does not match a valid signature for %s()parameter may not have variably modified type %qTparameter name missing from parameter listparameter name omittedparameter names (without types) in function declarationparameter pack argument %qE must be at the end of the template argument listparameter pack argument %qT must be at the end of the template argument listparameter packs not expanded with %<...%>:parentheses around %qE cannot be used to form a pointer-to-member-functionparenthesized initialization is not allowed in OpenMP %<for%> loopparse error in template argument listpartial specialization %qT declared %<friend%>pass %qs not found but is referenced by new pass %qspass %s does not support cloningpassing %qT chooses %qT over %qTpassing NULL to non-pointer argument %P of %qDpassing arg %d of %qE discards qualifiers frompointer target typepassing argument %d of %qE as %<float%> rather than %<double%> due to prototypepassing argument %d of %qE as %qT rather than %qT due to prototypepassing argument %d of %qE as complex rather than floating due to prototypepassing argument %d of %qE as complex rather than integer due to prototypepassing argument %d of %qE as floating rather than complex due to prototypepassing argument %d of %qE as floating rather than integer due to prototypepassing argument %d of %qE as integer rather than complex due to prototypepassing argument %d of %qE as integer rather than floating due to prototypepassing argument %d of %qE as signed due to prototypepassing argument %d of %qE as unsigned due to prototypepassing argument %d of %qE from distinct Objective-C typepassing argument %d of %qE from incompatible pointer typepassing argument %d of %qE from pointer to non-enclosed address spacepassing argument %d of %qE makes integer from pointer without a castpassing argument %d of %qE makes pointer from integer without a castpassing argument %d of %qE with different width due to prototypepassing floating point arguments in fp regs not yet supportedpch_preprocess pragma should only be used with -fpreprocessedpedwarnpedwarn: permerrorpermerror: plugin %s is not licensed under a GPL-compatible license
%splugin %s was specified with different paths:
%s
%splugin cannot register a missing passplugin cannot register an unnamed passplugin cannot register pass %qs without reference pass nameplugin support is disabled; configure with --enable-pluginpointer arithmetic for garbage-collected objects not allowedpointer assignmentpointer of type %<void *%> used in arithmeticpointer of type %<void *%> used in subtractionpointer target types incompatible in C++pointer targets in assignment differ in signednesspointer targets in initialization differ in signednesspointer targets in passing argument %d of %qE differ in signednesspointer targets in return differ in signednesspointer to a function used in arithmeticpointer to a function used in subtractionpointer to member conversion via virtual base %qTpointer to member type %qT incompatible with object type %qTpointer type mismatch in conditional expressionpointer value used where a complex was expectedpointer value used where a floating point value was expectedpointer-to-member function %E cannot be called without an object; consider using .* or ->*pointer/integer type mismatch in conditional expressionpointers are not permitted as case valuespointers to disjoint address spaces used in conditional expressionpossible problem detected in invocation of delete operator:post-increment address is not a registerpostfix %qD must take %<int%> as its argumentpostfix %qD must take %<int%> as its second argumentpostfix %qD should return %qTpre-decrement address is not a registerpre-increment address is not a registerprecisionprecision in printf formatpredicated Thumb instructionpredicated instruction in conditional sequencepreferentially allocate registers that allow short instruction generation.prefix %qD should return %qTprev_bb of %d should be %d, not %dprevious declarationprevious declaration %q+Dprevious declaration of %<%c%s%>previous declaration of %q+Dprevious declaration of %q+D was hereprevious declaration of %qEprevious definition hereprevious definition of %q+#Tprevious definition of %q+D was hereprevious implicit declaration of %q+D was hereprevious non-function declaration %q+#Dpreviously declared herepreviously defined herepreviously used hereprofiler support for VxWorksprofiling not supported with -mgprograms: %s
promoted argument %qD doesn%'t match built-in prototypepromoted argument %qD doesn%'t match prototypepromoted ~unsigned is always non-zeroproperty can not be a bit-fieldprotocol %qE has circular dependencyprotocol %qE is deprecatedprototype declarationprototype for %q#D does not match any in class %qTprototype for %q+D declares argument %d with incompatible typeprototype for %q+D declares fewer arguments than previous old-style definitionprototype for %q+D declares more arguments than previous old-style definitionprototype for %q+D follows non-prototype definitionprovided for %q+Dpseudo-destructor is not calledpure-specifier on function-definitionqualified type %qT does not match destructor name ~%qTqualifiers are not allowed on declaration of %<operator %T%>qualifying type %qT does not match destructor name ~%qTr0 needs to be available as a call-clobbered registerrange expressions in switch statements are non-standardread-only location %qE used as %<asm%> outputread-only member %qD used as %<asm%> outputread-only variable %qD used as %<asm%> outputreading class %s for the second time from %sreading through null pointer (argument %d)readonly property can not be setrecursive evaluation of default argument for %q#Drecursive inliningrecursive type %qT undefinedredeclaration of %<enum %E%>redeclaration of %<wchar_t%> as %qTredeclaration of %q#Dredeclaration of %q+D with different visibility (old visibility preserved)redeclaration of %q+D with no linkageredeclaration of %qT as a non-templateredeclaration of C++ built-in type %qTredeclaration of enumerator %q+Dredeclaration of friend %q#D may not have default template argumentsredeclaration of property %qDredeclared here as %q#Dredeclared with %d template parameterredeclared with %d template parametersredefined 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 typeredundant redeclaration of %q+Dredundant redeclaration of %qD in same scopereference %qs is ambiguous: appears in interface %qs and interface %qsreference to %<%T::%D%> is ambiguousreference to %qD is ambiguousreference to non-lvalue returnedregion of lp %i is wrongregion_array does not match region_treeregion_array is corrupted for region %iregister name given for non-register variable %q+Dregister name not specified for %q+Dregister specified for %q+D isn%'t suitable for data typeregister variable %qD used in nested functionreimplementation of class %qEreinterpret_cast from type %qT to type %qT casts away qualifiersrename spec %s to %s
repeated %s in formatrepository file '%s' does not contain command-line argumentsrequest for implicit conversion from %qT to %qT not permitted in C++request for member %qD in %qE, which is of non-class type %qTrequest for member %qD is ambiguousrequest for member %qD is ambiguous in multiple inheritance latticerequest for member %qE in non-class type %qTrequest for member %qE in something not a structure or unionrequested alignment for %q+D is greater than implemented alignment of %wurequested alignment is too largerequested init_priority is not an integer constantrequested init_priority is out of rangerequested init_priority is reserved for internal userequested position is less than zerorequested position is not an integer constantresult of %<operator->()%> yields non-pointer resultreturn edge does not point to exit in bb %dreturn from incompatible pointer typereturn from pointer to non-enclosed address spacereturn makes integer from pointer without a castreturn makes pointer from integer without a castreturn not followed by barrierreturn type %q#T is incompletereturn type defaults to %<int%>return type has Java class type %q#Treturn type is an incomplete typereturn type might be a candidate for a format attributereturn type of %qD is not %<int%>return type specification for constructor invalidreturn type specification for destructor invalidreturn type specified for %<operator %T%>return-statement with a value, in function returning 'void'return-statement with no value, in function returning %qTreturning a value from a constructorreturning a value from a destructorreturning reference to temporaryright precisionright precision in strfmon formatright rotate count >= width of typeright rotate count is negativeright shift count >= width of typeright shift count is negativerounding mode not supported for VAX floatsrx200 cpu does not have FPU hardwaresame canonical type node for different types %T and %Tsaw %d %<template<>%>, need %d for specializing a member function templatesay %<typename %E%> if a type is meantscalar object %qD requires one element in initializerscaling cannot co-exist with normalization, skipping
schedule %<auto%> does not take a %<chunk_size%> parameterschedule %<runtime%> does not take a %<chunk_size%> parameterschedule chunk size expression must be integralscope %qT before %<~%> is not a class-namesecond argument of %q+D should be %<char **%>second argument to %<__builtin_prefetch%> must be a constantsecond operand to the conditional operator is of type %<void%>, but the third operand is neither a throw-expression nor of type %<void%>second parameter of %<va_start%> not last named argumentsection anchors must be disabled when toplevel reorder is disabledsection attribute cannot be specified for local variablessection attribute not allowed for %q+Dsection attributes are not supported for this targetsection of %q+D cannot be overriddensection of %q+D conflicts with previous declarationsee <http://www.gnu.org/licenses/>.  */selector must be an immediateselector must be an integer constant in the range 0..%wiset number of nops to emit before each insn pattern.setter name must terminate with %<:%>setting core file size limit to maximum: %mshadowed declaration is hereshadowing built-in function %q#Dshadowing library function %q#Dshadowing previous type declaration of %q#Dshared and mdll are not compatibleshared call_stmt:shared rtxside effects not recomputed when ADDR_EXPR changedsignedness of type and machine mode %qs don%'t matchsimple IFsize in array new must have integral typesize of %q+D is %d bytessize of %q+D is larger than %wd bytessize of array %qD has non-integral type %qTsize of array %qD is negativesize of array %qD is not an integral constant-expressionsize of array %qE has non-integer typesize of array %qE is negativesize of array %qE is too largesize of array has non-integral type %qTsize of array is negativesize of array is not an integral constant-expressionsize of array is too largesize of loop %d should be %d, not %dsize of return value of %q+D is %u bytessize of return value of %q+D is larger than %wd bytessize of unnamed array has non-integer typesize of unnamed array is negativesize of unnamed array is too largesize of variable %q+D is too largeslice end must be integersoft-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 failure: more than one arg to SYSROOT_HEADERS_SUFFIX_SPECspec failure: more than one arg to SYSROOT_SUFFIX_SPECspec file has no spec for linkingspec is '%s'
 
specialization %qT after instantiation %qTspecialization of %qD after instantiationspecialization of %qD in different namespacespecialization of %qD must appear at namespace scopespecialization of %qT after instantiationspecialization of implicitly-declared special member functionspecializing %q#T in different namespacespecializing member %<%T::%E%> requires %<template<>%> syntaxspecified mode too small for enumeral valuesspecifying vector types with __attribute__ ((mode)) is deprecatedspecs %%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 charactersspurious %<>>%>, use %<>%> to terminate a template argument listspurious trailing %<%%%> in formatstack frame not a multiple of 8 bytes: %wdstack frame not a multiple of octabyte: %wdstack frame too largestack guard value must be an exact power of 2stack limit expression is not supportedstack limits not supported on this targetstack probing requires %saccumulate-outgoing-args%s for correctnessstack size must be an exact power of 2stack size must be greater than the stack guard valuestack size must not be greater than 64kstack underflow - dup* operationstackframe too big: %d bytesstandard conversions are not allowed in this contextstatement has no effectstatement marked for throw in middle of blockstatement marked for throw, but doesn%'tstatement with no effectstatement-expressions are not allowed outside functions nor in template-argument listsstatic %qs cannot be declared %<mutable%>static assertion failed: %Estatic declaration of %q+D follows non-static declarationstatic is not supported on TPF-OSstatic member %qD cannot be a bit-fieldstatic member %qD declared %<register%>static member function %q#D declared with type qualifiersstatic member function %qD cannot have cv-qualifierstatic or type qualifiers in non-parameter array declaratorstatic_cast from type %qT to type %qT casts away qualifiersstatically allocated instance of Objective-C class %qEstdcall and cdecl attributes are not compatiblestdcall and fastcall attributes are not compatiblestdcall and thiscall attributes are not compatiblestmt (%p) marked modified after optimization pass: storage class %<__thread%> invalid for function %qsstorage class %<auto%> invalid for function %qsstorage class %<register%> invalid for function %qsstorage class %qD applied to template instantiationstorage class specified for %qsstorage class specified for parameter %qEstorage class specified for parameter %qsstorage class specified for structure fieldstorage class specified for structure field %qEstorage class specified for template parameter %qsstorage class specified for typenamestorage class specified for unnamed parameterstorage class specifiers invalid in friend function declarationsstorage class specifiers invalid in parameter declarationsstorage size of %q+D isn%'t constantstorage size of %q+D isn%'t knownstorage size of %qD isn%'t constantstorage size of %qD isn%'t knownstray %<@%> in programstray %<\%o%> in programstray %qc in programstray %qs in programstrftime formats cannot format argumentsstring length %qd is greater than the length %qd ISO C%d compilers are required to supportstring literal in function template signaturestrong using only meaningful at namespace scopestrong-cast assignment has been interceptedstrong-cast may possibly be neededstruct defined herestruct has no membersstruct has no named membersstructure alignment must be a small power of two, not %dsubframework include %s conflicts with framework includesubscript missing in array referencesubscripted value is neither array nor pointersubscripted value is pointer to functionsubscripting array declared %<register%>suggest braces around empty body in %<do%> statementsuggest braces around empty body in an %<else%> statementsuggest braces around empty body in an %<if%> statementsuggest explicit braces around empty body in %<do%> statementsuggest explicit braces to avoid ambiguous %<else%>suggest 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 is no longer supportedswitch -mcpu=%s conflicts with -march=%s switchswitch jumps into statement expressionswitch jumps over variable initializationswitch missing default caseswitch quantity not an integerswitch starts hereswitch statement of size %lu entries too largesymbol used as immediate operandsymbol used with both base and indexed registerssymbol with offset used in PIC modesymtab_node::verify failedsynthesized method %qD first required here system path %qs is not absolutetaking address of constructor %qEtaking address of destructor %qEtaking address of expression of type %<void%>taking address of temporarytaking the address of a label is non-standardtarget 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 attribute is not supported on this machinetarget attribute or pragma changes AltiVec ABItarget attribute or pragma changes SPE ABItarget attribute or pragma changes darwin64 ABItarget attribute or pragma changes double precision floating pointtarget attribute or pragma changes long double sizetarget attribute or pragma changes single precision floating pointtarget 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 builtin not availabletarget specific option mismatchtarget system does not support debug outputtarget system does not support the %qs debug formattemplate argument %d is invalidtemplate argument %qE involves template parameter(s)template argument for %qD uses local type %qTtemplate argument required for %<%s %T%>template arguments to %qD do not match original template %qDtemplate class without a nametemplate declaration of %<typedef%>template declaration of %q#Dtemplate definition of non-template %q#Dtemplate instantiation depth exceeds maximum of %d instantiating %q+D, possibly from virtual table generation (use -ftemplate-depth= to increase the maximum)template parameter %q+#Dtemplate parameter %qD of type %qT is not allowed in an integral constant expression because it is not of integral or enumeration typetemplate parameter list used in explicit instantiationtemplate parameter pack %qD cannot have a default argumenttemplate parameter pack cannot have a default argumenttemplate parameter packs cannot have default argumentstemplate parameter type %qT declared %<friend%>template parameters cannot be friendstemplate specialization with C linkagetemplate specifiers not specified in declaration of %qDtemplate type parameters must use the keyword %<class%> or %<typename%>template with C linkagetemplate-id %qD for %q+D does not match any template declarationtemplate-id %qD in declaration of primary templatetemplate-id %qD used as a declaratortemplate-parameter-templates may not be %<virtual%>the %qs architecture does not support %<-m%s=2008%>the %qs architecture does not support %<-m%s=legacy%>the %qs architecture does not support %<-mfp32%>the %qs architecture does not support DSP instructionsthe %qs architecture does not support branch-likely instructionsthe %qs architecture does not support madd or msub instructionsthe %qs architecture does not support paired-single instructionsthe %qs architecture does not support the synci instructionthe ' ' 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 ABI of passing struct with a flexible array member has changed in GCC 4.4the ABI of passing structure with complex float member has changed in GCC 4.4the ABI of passing union with long double has changed in GCC 4.4the RX200 cpu does not have FPU hardwarethe address of %qD will always evaluate as %<true%>the address of %qD will never be NULLthe assignment suppression scanf featurethe first parameter of %<operator new%> cannot have a default argumentthe frame size of %wd bytes is larger than %wd bytesthe 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 m210 does not have little endian supportthe next to last argument must be an 8-bit immediatethe result of the conversion is unspecified because %qE is outside the range of type %qTthe type %qT of constexpr variable %qD is not literalthe type being destroyed is %qT, but the destructor refers to %qTthere are no arguments to %qD that depend on a template parameter, so a declaration of %qD must be availablethird argument of %q+D should probably be %<char **%>third argument to %<__builtin_prefetch%> must be a constantthird operand to the conditional operator is of type %<void%>, but the second operand is neither a throw-expression nor of type %<void%>this 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 decimal constant is unsigned only in ISO C90this decimal constant would be unsigned in ISO C90this is the first default labelthis is the first entry overlapping that valuethis 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 machine does not have delayed branchesthread-local COMMON data not implementedthread-local declaration of %q#D follows non-thread-local declarationthread-local declaration of %q+D follows non-thread-local declarationthrowing NULL, which has integral, not pointer typetls_model argument must be one of "local-exec", "initial-exec", "local-dynamic" or "global-dynamic"tls_model argument not a stringto generate dependencies you must specify either -M or -MMto refer to a type member of a template parameter, use %<typename %E%>too few arguments to %%:compare-debug-auxbase-opttoo few arguments to %%:version-comparetoo few arguments to %qEtoo few arguments to functiontoo few arguments to function %<va_start%>too few arguments to function %qEtoo few template parameter lists in declaration of %qDtoo few template-parameter-liststoo large function value type, needs %d registers, have only %d registers for thistoo late for # directive to set debug directorytoo many #pragma options align=resettoo 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 %qEtoo many arguments to functiontoo many arguments to function %qEtoo many braces around initializer for %qTtoo many filenames given.  Type %s --help for usagetoo many initializers for %qTtoo many input filestoo many outgoing branch edges from bb %itoo many template parameter lists in declaration of %qDtoo many template-parameter-liststoo many values in return statementtoo much stack space to dispose of: %dtoo much stack space to prepare: %dtop-level declaration of %qs specifies %<auto%>total size of local objects too largetotal size of local variables exceeds architecture limittraditional C lacks a separate namespace for labels, identifier %qE conflictstraditional C rejects ISO C style function definitionstraditional C rejects automatic aggregate initializationtraditional C rejects initialization of unionstraditional C rejects string constant concatenationtraditional C rejects the unary plus operatortrap mode not supported for VAX floatstree check: %s, have %s in %s, at %s:%dtree check: accessed elt %d of tree_vec with %d elts in %s, at %s:%dtree check: accessed operand %d of %s with %d operands in %s, at %s:%dtree check: accessed operand %d of omp_clause %s with %d operands in %s, at %s:%dtree check: did not expect class %qs, have %qs (%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:%dtree check: expected omp_clause %s, have %s in %s, at %s:%dtree check: expected tree that contains %qs structure, have %qs in %s, at %s:%dtree list ends on depth %itrue/false edge after a non-GIMPLE_COND in bb %dtry removing the parentheses around the type-idtry using %qE insteadtrying to encode non-integer type as a bitfieldtrying to finish struct, but kicked out due to previous parse errorstrying to make class %qT a friend of global scopetwo or more data types in declaration of %qstwo or more data types in declaration specifierstype %q#T argument given to %<delete%>, expected pointertype %qE has a user-defined constructortype %qE has a user-defined destructortype %qE has no default constructor to calltype %qE has virtual member functionstype %qT does not have a known sizetype %qT for explicit instantiation %qD does not match declared type %qTtype %qT is disallowed in Java %<throw%> or %<catch%>type %qT is not a base type for type %qTtype %qT is not a direct base of %qTtype %qT is not a direct or virtual base of %qTtype %qT is not derived from %<java::lang::Throwable%>type %qT of template argument %qE depends on a template parametertype %qT of template argument %qE depends on template parameterstype %qs does not conform to the %qE protocoltype attributes ignored after type is already definedtype defaults to %<int%> in declaration of %qEtype defaults to %<int%> in type nametype has no methodstype is deprecatedtype is deprecated: %stype mismatch between an SSA_NAME and its symboltype mismatch in address expressiontype mismatch in array range referencetype mismatch in array referencetype mismatch in binary expressiontype mismatch in complex expressiontype mismatch in component referencetype mismatch in conditional expressiontype mismatch in nontype parameter packtype mismatch in pointer plus expressiontype mismatch in real/imagpart referencetype mismatch in shift expressiontype mismatch with previous external decl of %q#Dtype name declared as function returning a functiontype name declared as function returning an arraytype of %qD defaults to %<int%>type of %qD does not match original declarationtype of %qE is unknowntype of array %q+D completed incompatibly with implicit initializationtype of asm operand %qE could not be determinedtype of bit-field %qs is a GCC extensiontype of formal parameter %d is incompletetype qualifiers ignored on function return typetype to vector delete is neither pointer or array typetype-punning to incomplete type might break strict-aliasing rulestype/value mismatch at argument %d in template parameter list for %qDtypedef %q+D declared %<inline%>typedef %qD is initialized (use __typeof__ instead)typedef %qD is initialized (use decltype instead)typedef declaration invalid in parameter declarationtypedef name may not be a nested-name-specifiertypedef-name %qD used as destructor declaratortypes are not quite compatibletypes may not be defined in %<decltype%> expressionstypes may not be defined in a %<typeid%> expressiontypes may not be defined in a new-type-idtypes may not be defined in an exception-specificationtypes may not be defined in caststypes may not be defined in conditionstypes may not be defined in exception-declarationstypes may not be defined in parameter typestypes may not be defined in template argumentsunable to compute real location of stacked parameterunable to deduce %qT from %qEunable to emulate %qsunable to find a register to spill in class %qsunable to generate reloads for:unable to open dynamic dependency '%s'unable to use '%s' for PIC registerunconditional %2d never executed
unconditional %2d taken %s
unconvertible operand %c %qsundeclared selector %qEundefined named operand %qsunderlying type %<%T%> of %<%T%> must be an integral typeunexpected %d byte cop instructionunexpected argumentunexpected attributeunexpected base-type in cris_print_baseunexpected file name %s in linker resolution file. Expected %sunexpected index-type in cris_print_indexunexpected multiplicative operandunexpected offsetunexpected operandunexpected side-effects in addressunidentifiable call opunimplemented functionalityunimplemented-shmedia profilinguninitialized const %qDuninitialized const %qD is invalid in C++uninitialized const in %<new%> of %q#Tuninitialized reference member in %q#Tunion cannot be made transparentunion defined hereunion has no membersunion has no named membersunknown #pragma GCC coprocessor %Eunknown '#pragma member_alignment' name %sunknown -mdebug-%s switchunknown CRIS cpu version specification in -mtune= : %sunknown CRIS version specification in -march= or -mcpu= : %sunknown Stack Reuse Level %qsunknown TLS model %qsunknown action %qE for %<#pragma pack%> - ignoredunknown array size in deleteunknown cc_attr valueunknown conversion type character %qc in formatunknown conversion type character 0x%x in formatunknown demangling style '%s'unknown destunknown field %qE specified in initializerunknown insn modeunknown machine mode %qEunknown move insn:unknown option after %<#pragma GCC diagnostic%> kindunknown register name %qs in %<asm%>unknown register name: %sunknown relocation unspecunknown srcunknown type name %qEunknown value %qs for -mcpuunknown value %qs for -mtuneunknown value %qs of -mmacosx-version-minunnamed field has incomplete typeunnamed initializer for %qT, which has no base classesunnamed initializer for %qT, which uses multiple inheritanceunnamed struct/union that defines no instancesunnamed variable or field declared voidunordered comparison on non-floating point argumentunreachableunreachable bytecode from %d to before %dunreachable bytecode from %d to the end of the methodunrecognizable insn:unrecognized addressunrecognized argument to --help= option: %q.*sunrecognized format specifierunrecognized gcc debugging option: %cunrecognized include_flags 0x%x passed to print_specific_helpunrecognized register name %qsunrecognized section name %qEunrecognized supposed constantunrecoverable errorunresolved overload for Altivec builtin %qFunsuffixed float constantunsupported combination: %sunsupported non-standard concatenation of string literalsunsupported non-standard suffix on floating constantunsupported operand size for extended registerunterminated assembly dialect alternativeunterminated format stringunused arguments in $-style formatunused variable %q+Dunusual TP-relative addressupper value in case label range exceeds maximum value for typeuse #include insteaduse %<%T::%D%> instead of %<%T::%D%> to name the constructor in a qualified nameuse %<%T::template %D%> to indicate that it is a templateuse %<...%> to expand argument packuse -Winvalid-pch for more informationuse -flax-vector-conversions to permit conversions between vectors with differing element types or numbers of subpartsuse __attribute__ ((vector_size)) insteaduse of %<complex%> in AltiVec types is invaliduse of %<double%> in AltiVec types is invalid without -mvsxuse of %<long double%> in AltiVec types is invaliduse of %<long long%> in AltiVec types is invalid without -mvsxuse of %<long%> in AltiVec types is deprecated; use %<int%>use of %<long%> in AltiVec types is invalid for 64-bit code without -mvsxuse of %qs in templateuse of %s and %s together in %s formatuse of %s and %s together with %<%%%c%> %s formatuse of boolean types in AltiVec types is invaliduse of class template %qT as expressionuse of decimal floating point types in AltiVec types is invaliduse of deleted function %qDuse of enum %q#D without previous declarationuse of namespace %qD as expressionuse of old-style castuse template<> for an explicit specializationused array that cannot be converted to pointer where scalar is requiredused struct type value where scalar is requiredused union type value where scalar is requireduseless storage class specifier in empty declarationuseless type name in empty declarationuseless type qualifier in empty declarationuser-defined %qD always evaluates both argumentsusing %<%c%s%>using IBM extended precision long doubleusing IEEE extended precision long doubleusing both @FILE with multiple files not implementedusing darwin64 ABIusing invalid field %qDusing old darwin ABIusing result of function returning %<void%>using template type parameter %qT after %qsusing typedef-name %qD after %qsusing xvalue (rvalue reference) as lvalueusing-declaration for non-member at class scopevalidate_value_data: Loop in regno chain (%u)validate_value_data: [%u] Bad next_regno for empty chain (%u)validate_value_data: [%u] Bad oldest_regno (%u)validate_value_data: [%u] Non-empty reg in chain (%s %u %i)value computed is not usedvalue of -mfixed-range must have form REG1-REG2var-tracking-assignments changes selective schedulingvariable %D of type %<cb%> must be uninitializedvariable %D of type %<io%> must be uninitializedvariable %q#D has initializer but incomplete typevariable %q+D declared %<inline%>variable %q+D definition is marked dllimportvariable %q+D might be clobbered by %<longjmp%> or %<vfork%>variable %qD has function typevariable %qD has initializer but incomplete typevariable %qD redeclared as functionvariable %qD set but not usedvariable %qE of incomplete type %qT will not be accessed in for increment expressionvariable %qE of incomplete type %qT will not be accessed in left operand of comma operatorvariable %qE of incomplete type %qT will not be accessed in right operand of comma operatorvariable %qE of incomplete type %qT will not be accessed in second operand of conditional expressionvariable %qE of incomplete type %qT will not be accessed in statementvariable %qE of incomplete type %qT will not be accessed in third operand of conditional expressionvariable %s (%ld bytes) is too large for the %s section (%d bytes)variable length array %qD is usedvariable length array is usedvariable or field %qE declared voidvariable or field declared voidvariable previously declared %<static%> redeclared %<extern%>variable tracking requested, but not supported by this debug formatvariable tracking requested, but useless unless producing debug infovariable tracking size limit exceededvariable tracking size limit exceeded with -fvar-tracking-assignments, retrying withoutvariable-sized compound literalvariable-sized object may not be initializedvariably modified %qE at file scopevariably modified field at file scopevec_extract only accepts 2 argumentsvec_insert only accepts 3 argumentsvector overflow in expressionvector size not an integral multiple of component sizeverification failed at PC=%d: %sverification failed: %sverify_cgraph_node failedverify_eh_tree 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_flow_info: Wrong count of block %i %iverify_flow_info: Wrong count of edge %i->%i %iverify_flow_info: Wrong frequency of block %i %iverify_flow_info: Wrong probability of edge %i->%i %iverify_gimple failedverify_histograms failedverify_ssa failedversion attribute is not a stringvirtual SSA name for non-VOP declvirtual base %qT inaccessible in %qT due to ambiguityvirtual functions cannot be friendsvirtual non-class function %qsvisibility argument must be one of "default", "hidden", "protected" or "internal"visibility argument not a stringvisibility attribute not supported in this configuration; ignoredvoid value not ignored as it ought to bevtable for waitpid failedwarning: weak declaration of %q+D must be publicweak declaration of %q+D not supportedweakref %q+D must have static linkageweakref %q+D ultimately targets itselfweakref attribute must appear before alias attributeweakref is not supported in this configurationwhen writing output to %s: %mwide character array initialized from incompatible wide stringwide character array initialized from non-wide stringwide string literal in %<asm%>width of %qs exceeds its typewill be assumed to return %<id%> and acceptwithwith %q+#Dwriting into constant object (argument %d)writing through null pointer (argument %d)writing to LTRANS output list %s: %mwrong amount of branch edges after unconditional jump %iwrong edge %d->%d for PHI argumentwrong immediate use listwrong insn in the fallthru edgewrong number of arguments specified for %qE attributewrong 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 outgoing edge flags at end of bb %dwrong 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 exclamation markwrong type argument to unary minuswrong type argument to unary plusx87 register return with x87 disabledxstormy16_print_operand: unknown codez/Architecture mode not supported on %szero 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 %qD{anonymous}{unknown}Project-Id-Version: gcc 6.1.0
Report-Msgid-Bugs-To: http://gcc.gnu.org/bugs.html
POT-Creation-Date: 2016-08-19 21:03+0000
PO-Revision-Date: 2016-04-30 17:13-0400
Last-Translator: Mingye Wang (Arthur2e5) <arthur200126@gmail.com>
Language-Team: Chinese (simplified) <i18n-zh@googlegroups.com>
Language: zh_CN
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-Poedit-Basepath: C:/MSYS/source/gcc-4.6.0/gcc
Plural-Forms: nplurals=1; plural=0;
X-Generator: Poedit 1.8.7
 
 
报告程序缺陷的步骤请参见:
 
提交错误报告的具体步骤请参见:
%s。
 
继续?(y æˆ– n) 
链接器选项
=========
 
 
以 -g、-f、-m、-O、-W æˆ– --param å¼€å¤´çš„选项将由 %s è‡ªåŠ¨ä¼ é€’ç»™å…¶è°ƒç”¨çš„
 ä¸åŒå­è¿›ç¨‹ã€‚若要向这些进程传递其他选项,必须使用 -W<字母> é€‰é¡¹ã€‚
 
ldd è¾“出带有构造/析构函数。
 
write_c_file - è¾“出名为 %s,前缀为 %s
                           æ˜¾ç¤ºç‰¹å®šç±»åž‹çš„命令行选项。
          %s       %qD        <匿名>    -F, --fullname                      æ‰“印全名
    -f, --function                      æ‰“印函数级信息
    -h, --hotonly                       åªæ‰“印热对象/函数的信息
    -n, --normalize <long long>         å½’一化配置
    -o, --object                        æ‰“印对象级信息
    -o, --output <dir>                  è¾“出目录
    -s, --scale <浮点数或分数>            æŒ‰æ¯”例缩放配置计数器
    -v, --verbo      se                 è¾“出更多信息
    -w, --weight <w1,w2>                è®¾ç½®æƒé‡ï¼ˆæµ®ç‚¹æ•°ï¼‰
   åŒ…含于 %s:%d:    å†…联自%qs    å†…联自%qs于 %r%s:%d%R    å†…联自%qs于 %r%s:%d:%d%R为%<%T%>更早的处理者所捕获为%qT更早的处理者所捕获在成员指针转换中在成员函数指针转换中  %qE ï¼ˆä½¿ç”¨â€˜-v --help’显示子进程的命令行参数)。
(您可以用 -fno-deduce-init-lis ç¦ç”¨å®ƒ)  -###                     ä¸Ž -v ç±»ä¼¼ï¼Œä½†é€‰é¡¹è¢«å¼•号括住,并且不执行命令。
  --bootclasspath PATH    è¦†ç›–内建的类路径
  --classpath è·¯å¾„        è®¾å®šå¯»æ‰¾ .class æ–‡ä»¶çš„路径
  --extdirs è·¯å¾„          è®¾å®šæ‰©å±•目录
  --help                   æ˜¾ç¤ºæ­¤å¸®åŠ©è¯´æ˜Žã€‚
  --help                  æ‰“印此帮助并退出
  --help={common|optimizers|params|target|warnings|[^]{joined|separate|undocumented}}[,...]。
  --javap                 ç”Ÿæˆâ€˜javap’格式的输出
  --sysroot=<目录>         å°† <目录> ä½œä¸ºå¤´æ–‡ä»¶å’Œåº“文件的根目录。
  --target-help            æ˜¾ç¤ºç›®æ ‡æœºå™¨ç‰¹å®šçš„命令行选项。
  --version                æ˜¾ç¤ºç¼–译器版本信息。
  --version               æ‰“印版本号并退出
  -B <目录>                å°† <目录> æ·»åŠ åˆ°ç¼–è¯‘å™¨çš„æœç´¢è·¯å¾„ä¸­ã€‚
  -E                       ä»…作预处理,不进行编译、汇编或链接。
  -I目录                  å°†ç›®å½•添加至类路径
  -S                       ç¼–译到汇编语言,不进行汇编和链接,
  -Wa,<选项>               å°†é€—号分隔的 <选项> ä¼ é€’给汇编器。
  -Wl,<选项>               å°†é€—号分隔的 <选项> ä¼ é€’给链接器。
  -Wp,<选项>               å°†é€—号分隔的 <选项> ä¼ é€’给预处理器。
  -Xassembler <参数>       å°† <参数> ä¼ é€’给汇编器。
  -Xlinker <参数>          å°† <参数> ä¼ é€’给链接器。
  -Xpreprocessor <参数>    å°† <参数> ä¼ é€’给预处理器。
  -a, --all-blocks                æ˜¾ç¤ºæ¯ä¸ªåŸºæœ¬å—的信息
  -b, --branch-probabilities      è¾“出包含分支概率
  -c                       ç¼–译、汇编到目标代码,不进行链接。
  -c                      åæ±‡ç¼–方法体
  -c, --branch-counts             ç»™å‡ºè·³è½¬çš„分支数,而不是百分比
  -d, --display-progress          æ˜¾ç¤ºè¿›åº¦ä¿¡æ¯
  -dumpmachine             æ˜¾ç¤ºç¼–译器的目标处理器。
  -dumpspecs               æ˜¾ç¤ºæ‰€æœ‰å†…建 spec å­—符串。
  -dumpversion             æ˜¾ç¤ºç¼–译器的版本号。
  -f, --function-summaries        è¾“出每个函数的小结信息
  -h, --help                           æ‰“印此帮助并退出
  -h, --help                      æ‰“印此帮助并退出
  -i, --intermediate-format       ä»¥ä¸­é—´æ–‡æœ¬æ ¼å¼è¾“出 .gcov æ–‡ä»¶
  -l, --long-file-names           ä¸ºåŒ…含进来的源文件使用长输出文件名
  -m, --demangled-names           è¾“出解码后的函数名
  -n, --no-output                 ä¸åˆ›å»ºè¾“出文件
  -no-canonical-prefixes   ç”Ÿæˆå…¶ä»– gcc ç»„件的相对路径时不生成规范化的
                           å‰ç¼€ã€‚
  -o <文件>                è¾“出到 <文件>。
  -o æ–‡ä»¶                 è®¾å®šè¾“出文件名
  -o, --object-directory DIR|FILE åœ¨ DIR ä¸­æœç´¢ç›®æ ‡æ–‡ä»¶ï¼Œæˆ–搜索名为 FILE çš„目标文件
  -p, --preserve-paths            ä¿ç•™æ‰€æœ‰è·¯å¾„名
  -pass-exit-codes         åœ¨æŸä¸€é˜¶æ®µé€€å‡ºæ—¶è¿”回其中最高的错误码。
  -pie                     ç”Ÿæˆä½ç½®æ— å…³å¯æ‰§è¡Œæ–‡ä»¶ã€‚
  -pipe                    ä½¿ç”¨ç®¡é“代替临时文件。
  -print-file-name=<库>    æ˜¾ç¤º <库> çš„完整路径。
  -print-libgcc-file-name  æ˜¾ç¤ºç¼–译器伴随库的名称。
  -print-multi-directory   æ˜¾ç¤ºä¸åŒç‰ˆæœ¬ libgcc çš„æ ¹ç›®å½•。
  -print-multi-lib         æ˜¾ç¤ºå‘½ä»¤è¡Œé€‰é¡¹å’Œå¤šä¸ªç‰ˆæœ¬åº“搜索路径间的映射。
  -print-multi-os-directory æ˜¾ç¤ºæ“ä½œç³»ç»Ÿåº“的相对路径。
  -print-multiarch         æ˜¾ç¤ºç›®æ ‡çš„æ ‡å‡† GNU ä¸‰å…ƒç»„(被用于库路径的一部分)。
  -print-prog-name=<程序>  æ˜¾ç¤ºç¼–译器组件 <程序> çš„完整路径。
  -print-search-dirs       æ˜¾ç¤ºç¼–译器的搜索路径。
  -print-sysroot           æ˜¾ç¤ºç›®æ ‡åº“目录。
  -print-sysroot-headers-suffix æ˜¾ç¤ºç”¨äºŽå¯»æ‰¾å¤´æ–‡ä»¶çš„ sysroot åŽç¼€ã€‚
  -r, --relative-only             åªæ˜¾ç¤ºç›¸å¯¹æ¥æºçš„信息
  -s, --source-prefix ç›®å½•        è¦ç•¥åŽ»çš„æ¥æºå‰ç¼€
  -save-temps              ä¸åˆ é™¤ä¸­é—´æ–‡ä»¶ã€‚
  -save-temps=<参数>       ä¸åˆ é™¤ä¸­é—´æ–‡ä»¶ã€‚
  -shared                  ç”Ÿæˆä¸€ä¸ªå…±äº«åº“。
  -specs=<文件>            ç”¨ <文件> çš„内容覆盖内建的 specs æ–‡ä»¶ã€‚
  -std=<标准>              å‡å®šè¾“入源文件遵循给定的标准。
  -time                    ä¸ºæ¯ä¸ªå­è¿›ç¨‹è®¡æ—¶ã€‚
  -u, --unconditional-branches    åŒæ—¶æ˜¾ç¤ºæ— æ¡ä»¶è·³è½¬æ•°
  -v                       æ˜¾ç¤ºç¼–译器调用的程序。
  -v, --verbose           è¿è¡Œæ—¶æ‰“印附加信息
  -v, --version                        æ‰“印版本号并退出
  -v, --version                    æ‰“印版本号并退出
  -x <语言>                æŒ‡å®šå…¶åŽè¾“入文件的语言。
                           å…è®¸çš„语言包括:c、c++、assembler、none
                           â€˜none’意味着恢复默认行为,即根据文件的扩展名猜测
                           æºæ–‡ä»¶çš„语言。
需要一个限定的标识符  å› ä¸ºå®ƒæ˜¯ä¸€ä¸ªé‡å¤äº†ç³»ç»Ÿç›®å½•的非系统目录
基类%qT因为前者的实参类型转换序列更好 å› ä¸ºå±€éƒ¨æˆå‘˜%q+#D与之重名 å› ä¸ºå±€éƒ¨æ–¹æ³•%q+#D与之重名因为下列虚函数在%qT中为纯虚函数:但实际需要 %d ä¸ªä½†æ²¡æœ‰é‡è½½%<%T(const %T&)%>但没有重载%<operator=(const %T&)%>  å¤‡é€‰è½¬æ¢åŒ…括%qD和%qD å¤‡é€‰éœ€è¦ %d å®žå‚,但提供了 %d ä¸ªä¸èƒ½åœ¨%q+D使用过时的绑定,因为它有析构函数进入了 OpenMP ç»“构块进入了 catch å—进入了 try å—退出了 OpenMP ç»“构块需要一个类模板,却给出了%qE需要一个类模板,却给出了%qT需要一个%qT类型的常量,却给出了%qT需要有%qD类型的模板,却得到了%qT需要一个类型,却给出了%qE需要一个类型,却给出了%qT以从%qT转换为%qT从这里在调用%qD时在求%<%Q(%#T, %#T)%>值时  åœ¨æŠ›å‡ºçš„表达式中  åˆå§‹åŒ–%2$qD的实参 %1$P  merge [选项] <目录1> <目录2>           åˆå¹¶æµ‹è¯•覆盖率文件内容
或者%<operator=(const %T&)%> overlap [选项] <目录1> <目录2>          è®¡ç®—两个配置文件的重叠
覆盖了%q+#D覆盖了%q+#F取样支持只支持存档格式  rewrite [选项] <目录>                  è¦†å†™æµ‹è¯•覆盖率文件内容
因为%q+#D已在基类中声明过  è¯•图实例化%qD在此处初始化后被初始化 æ‰€æœ‰å…·æœ‰æŒ‡å®šç‰¹æ€§çš„选项已被显示
 æ‰¾ä¸åˆ°å…·æœ‰æŒ‡å®šç‰¹æ€§çš„选项
备选 1: %q+#F备选 2: %q+#F使用了相互冲突的代码生成风格%L处 !$OMP ATOMIC èµ‹å€¼å†…建函数 IAND、IOR æˆ– IEOR å¿…须带两个实参%L处!$OMP ATOMIC èµ‹å€¼å†…建函数必须是 MIN、MAX、IAND、IOR æˆ– IEOR%L处 !$OMP ATOMIC èµ‹å€¼å½¢å¼å¿…须为“变量 = å˜é‡ è¿ç®—符 è¡¨è¾¾å¼â€æˆ–“变量 = è¡¨è¾¾å¼ è¿ç®—符 å˜é‡â€%L处 !$OMP ATOMIC èµ‹å€¼çš„右手边必须有一个运算符或内建函数%L处 !$OMP ATOMIC å†…建函数的实参必须是标量%L处 !$OMP ATOMIC è¯­å¥å¿…须设定一个内建类型的标量值%L处 !$OMP ATOMIC“变量 = å˜é‡ è¿ç®—符 è¡¨è¾¾å¼â€ä¸Žâ€œå˜é‡ = å˜é‡ è¿ç®—符 (表达式)”在数学上不等价%C处的 !$OMP å¼€å§‹äº†ä¸€ä¸ªæ³¨é‡Šè¡Œï¼Œå› ä¸ºå®ƒæ—¢ä¸æ˜¯ç”±ä¸€ä¸ªç©ºç™½ç¬¦è·Ÿéšä¹Ÿä¸æ˜¯ä¸€ä¸ªç»­è¡Œâ€œ#pragma disinterrupt %s”未使用%C处在模块本性后需要“::”# %s %.2f %.2f
#include "..." æœç´¢ä»Žè¿™é‡Œå¼€å§‹ï¼š
#include <...> æœç´¢ä»Žè¿™é‡Œå¼€å§‹ï¼š
#pragma GCC coprocessor subclass '%c' å·²ç»å®šä¹‰è¿‡#pragma GCC coprocessor subclass å­—母必须为 [ABCD] å…¶ä¸­ä¸€ä¸ª#pragma GCC coprocessor width åªèƒ½å– 32 æˆ– 64#pragma GCC memregs å¿…须出现在所有函数声明之前#pragma GCC memregs éœ€è¦ [0..16] èŒƒå›´å†…的数#pragma GCC optimize ä¸å…è®¸ç”¨åœ¨å‡½æ•°ä¸­#pragma GCC optimize å­—符串...格式不正确#pragma GCC option ä¸å…è®¸ç”¨åœ¨å‡½æ•°ä¸­#pragma GCC target åœ¨æ­¤ç›®æ ‡æœºä¸Šä¸å—支持#pragma GCC target å­—符串...格式不正确#pragma GCC visibility åŽé¢å¿…须跟 push æˆ– pop#pragma GCC visibility push() å¿…须指定 default、internal、hidden æˆ– protected#pragma GHS endXXX ä¸Žå…ˆå‰çš„ startXXX ä¸åŒ¹é…#pragma GHS endXXXX å‰æ²¡æœ‰ startXXX文件在%qs的 #pragma implementation å‡ºçŽ°å‰å·²è¢«åŒ…å«#pragma io_volatile åªèƒ½ä¸º on æˆ– off#pragma message:%s#pragma pack (pop) æ²¡æœ‰ç›¸åŒ¹é…çš„ #pragma pack (push)指定了 -fpack-struct æ—¶ #pragma pack æ— æ•ˆ  - å·²å¿½ç•¥#pragma pack (pop, %E) æ²¡æœ‰ç›¸åŒ¹é…çš„ #pragma pack(push,%E)#pragma redefine_extname å› ä¸Ž __asm__ declaration å†²çªè€Œè¢«å¿½ç•¥#pragma redefine_extname å› ä¸Žå…ˆå‰çš„ #pragma redefine_extname å†²çªè€Œè¢«å¿½ç•¥#pragma redefine_extname å› ä¸Žå…ˆå‰çš„ rename å†²çªè€Œè¢«å¿½ç•¥#pragma vtable ä¸å†å—支持$ æ“ä½œæ•°å·åœ¨ä¸ä½¿ç”¨æ“ä½œæ•°å·çš„æ ¼å¼åŽè¢«ä½¿ç”¨$ å¿…须是%L处最后一个格式限定符%+D å¯¼è‡´ä¸€ä¸ªèŠ‚ç±»åž‹å†²çª%<#pragma GCC optimize%>不是字符串或数字%<#pragma GCC option%>不是个字符串%<#pragma GCC pch_preprocess%>必须是第一个%<#pragma GCC pop_options%>缺少相应的%<#pragma GCC push_options%>%<#pragma STDC FLOAT_CONST_DECIMAL64%>不为 C++ æ‰€æ”¯æŒ%<#pragma STDC FLOAT_CONST_DECIMAL64%>在此目标机上不受支持%<#pragma align%>必须出现在 %D çš„声明之前,忽略%<#pragma omp barrier%>只能用在复合语句中%<#pragma omp flush%>只能用在复合语句中%<#pragma omp section%>只能用在%<#pragma omp sections%>结构中%<#pragma omp taskwait%>只能用在复合语句中在这里不允许使用%<#pragma%>%<%%%>约束用于最后一个操作数%<%%%c%>只给出 2 ä½è¡¨ç¤ºçš„年份%<%%%c%>在某些区域设定下只给出 2 ä½è¡¨ç¤ºçš„年份%<%D::%D%>不是%qT的成员%<%E::%E%>尚未声明%<%E::%E%>既不是类也不是命名空间%<%E::%E%>不是类、命名空间或枚举%<%E::%E%>不是一个类型%<%T::%D%>在%qT内指定了构造函数%<%T::%D%>指定了析构函数%<%T::%D%>命名了一个构造函数而非类型%<%T::%E%>尚未声明%<%T::%E%>不是一个类型%<%T::%E%>命名了一个构造函数而非类型在协议中找不到%<%c%E%>%<&%>约束未与寄存器类型一起使用%<-%s%>与指定了 %s å¤„理器的其他架构选项冲突%<-Wabi=1%> ä¸å—支持,将使用 =2%<-femit-struct-debug-detailed=dir:...%>必须至少允许%<-femit-struct-debug-detailed=ind:...%>所允许的%<-fobjc-gc%>为%<-fgnu-runtime%>所忽略%<-fobjc-sjlj-exceptions%>为%<-fgnu-runtime%>所忽略%<-fobjc-sjlj-exceptions%> è¢«å¿½ç•¥ç”¨äºŽ %<-fnext-runtime%> æ—¶ %<-fobjc-abi-version%> >=2%<-fsplit-stack%>只在 GNU/Linux ä¸‹è¢«æ”¯æŒ%<-fsplit-stack%>需要汇编器支持 CFI ä¼ªæŒ‡ä»¤%<-gnat%>被错误地拼写为%<-gant%>%<-march=%s%>与所选 ABI ä¸å…¼å®¹å·²å¼ƒç”¨%<-mcpu=%>;请改用%<-mtune=%>或%<-march=%>%<-mdynamic-no-pic%> è¦†ç›–了 %<-fpic%>, %<-fPIC%>, %<-fpie%> åŠ %<-fPIE%>%<-mfpxx%> éœ€è¦ %<-mlra%>已弃用%<-mfused-madd%>;请改用%<-ffp-contract=%>%<-mgp32%>和%<-mfp64%>只有当目标机支持 mfhc1 å’Œ mthc1 æŒ‡ä»¤æ—¶æ‰èƒ½ä¸€èµ·ä½¿ç”¨%<-mgp32%>和%<-mfp64%>只有当使用 o32 ABI æ—¶æ‰èƒ½ä¸€èµ·ä½¿ç”¨%<-mgp32%>与 64 ä½ ABI ä¸€èµ·ä½¿ç”¨%<-mgp64%>与 32 ä½ ABI ä¸€èµ·ä½¿ç”¨%<-mgp64%>与 32 ä½å¤„理器一起使用已弃用%<-mintel-syntax%>和 %<-mno-intel-syntax%>;请改用%<-masm=intel%>和%<-masm=att%>%<-mips3d%>需要%<-mpaired-single%>%<-mno-gpopt%>需要%<-mexplicit-relocs%>%<-msse5%>已被移除%<-static-libgfortran%> åœ¨æ­¤é…ç½®ä¸‹ä¸å—支持%<...%>作为实参。)%<...%>处理者必须是其 try å—中的最后一个处理者%<...%>操作数号不对%<::%D%>未被声明%<::%E%>尚未声明%<::%E%>既不是类也不是命名空间%<::%E%>不是类、命名空间或枚举%<::%E%>不是一个类型%<::main%>必须返回%<int%>%<<:%>是%<[%>的另一种拼法。请在%<<%>和%<::%>间加上空格不能以%<<::%>开始一个模板实参列表在嵌套模板实参列表中应当使用%<> >%>而非%<>>%>%<@dynamic%> åœ¨ Objective-C 1.0 é‡Œä¸å¯ç”¨@implemention ä¸Šä¸‹æ–‡ä¸­ç¼ºå°‘ %<@dynamic%>%<@encode%>必须指定一个类型作为实参实现上下文中缺少%<@end%>%<@end%>必须出现在 @implementation ä¸Šä¸‹æ–‡ä¸­%<@synchronized%> å‚数不是一个对象%<@synthesize%> ä¸èƒ½ç”¨äºŽåˆ†ç±»%<@synthesize%> åœ¨ Objective-C 1.0 é‡Œä¸å¯ç”¨%<@synthesize%> ä¸åœ¨ @implementation ä¸Šä¸‹æ–‡ä¸­%<@synthesize%> éœ€è¦ç±»çš„ @interface çš„可用在 @catch å—外使用%<@throw%>(rethrow)%<@throw%> å‚数不是一个对象%<@try%>缺少对应的%<@catch%>或%<@finally%>%<[*]%>不能用于函数原型以外%<[*]%>不在声明中%<_Sat%>使用时缺少%<_Fract%>或%<_Accum%>属性%<__BELOW100__%>只对变量类型起作用将%<__alignof%>用于位段%<__builtin_longjmp%>的第二个实参必须是 1调用%<__builtin_next_arg%>时没有给定实参%<__gcc_host_wide_int__%>未被定义为%<long%>或%<long long%>%<__gcc_host_wide_int__%>未被定义为一个类型%<__label__%>未出现在块起始%<__thread%>出现在%<extern%>之前%<__thread%>出现在%<static%>之前%<__thread%>出现在%qD之前对两个互斥的相等比较取%<and%>的结果永远是 0%<asm%>操作数的约束与操作数大小不兼容%<asm%>操作数中有不可能的约束%<asm%>要求不可能的重新加载%<asm%>指定不允许用于非静态数据成员%<assign%>属性与%<copy%>属性冲突%<assign%>属性与%<retain%>属性冲突文件作用域中出现%<auto%>空声明%<bank_switch%>对非中断函数不起作用%<constexpr%>不能被用于 typedef å£°æ˜Ž%<constexpr%>不能被用作类型声明%<copy%> å±žæ€§åªå¯¹ Objective-C å¯¹è±¡æœ‰æ•ˆ%<default%>标号未出现在 switch è¯­å¥å†…在指定 -fno-rtti çš„æƒ…况下不能使用%<dynamic_cast%>%<else%>之前没有%<if%>%<enum %E%>声明于%<for%>循环初始声明中只能为构造函数指定%<explicit%>%<externally_visible%>属性只对公共对象有效忽略%<fast_interrupt%>属性指定%<friend%>只能在类中指定%<friend%>用在类外%q+D上有%<gnu_inline%>属性%<inline%>用于空声明中%<inline%>不允许用于友元模板特例化%qD的声明友元函数声明中出现了%<inline%>在全局作用域外为函数%qs指定%<inline%>无效%<location_t%>未被定义为一个类型%<locus%>未被定义为一个类型%<long long long%>对 GCC æ¥è¯´å¤ªé•¿äº†%<long long%>对%qs无效为%qs同时给定了%<long%>和%<short%>%<long%>对%qs无效%<long%>或%<short%>对%qs无效为 char%qs给定了%<long%>或%<short%>在 ISO C ä¸­ï¼Œ%<long%>开关表达式不被转换为%<int%>%<long%>、%<int%>、%<short%>或%<char%>对%qs无效在这里不允许使用%<namespace%>定义%<noreturn%>函数返回了%<num_threads%>值必须为正%<operator delete%>必须返回%qT%<operator delete%>的第一个形参类型为%qT%<operator new%>不能返回 NULL,除非它被声明为%<throw()%>(或 -fcheck-new èµ·ä½œç”¨)%<operator new%>必须返回%qT%<operator new%>的第一个形参类型为%<size_t%>(%qT)%<operator=%>应当返回一个对%<*this%>的引用对两个不匹配的不等比较取%<or%>的结果总为 1%<readonly%>属性与%<readwrite%>属性冲突%<readonly%>属性与%<setter%>属性冲突文件作用域中出现%<register%>空声明%<retain%>属性与%<copy%>属性冲突在无返回值的函数中,%<return%>带返回值在有返回值的的函数中,%<return%>不带返回值%<short%>对%qs无效%<long%>或%<short%>对%qs无效为%qs同时给定了%<signed%>和%<unsigned%>为%qs使用%<signed%>或%<unsigned%>无效对位段使用%<sizeof%>与声明不同,定义静态数据成员时不能使用%<static%>在全局作用域外为函数%qs指定%<static%>无效%<struct %E%>声明于%<for%>循环初始声明中静态成员函数中不能使用%<this%>%<this%>不能用在此上下文中lambda å‡½æ•°ä¸­æ— æ³•捕获%<this%>%<threadprivate%>%qD不是一个文件、命名空间或块作用域变量%<threadprivate%>%qE指示不在%qT定义中%<threadprivate%>%qE的类型不完全%<tree%>未被定义为一个指针类型%<tree%>未被定义为一个类型此声明中的%<typedef%>被忽略%<typename %T::%D%>指定了%q#T,但后者不是一个类模板%<typename %T::%D%>指定了%q#T,但后者不是一个类型为位段使用%<typeof%>%<union %E%>声明于%<for%>循环初始声明中在定参数的函数中使用了%<va_start%>%<virtual%>用在类声明以外在基类限定中指定了多于一次的%<virtual%>%<void%>作为仅有的参数时不能被限定%<void%>必须是仅有的形参%<weakref%> å±žæ€§åº”与 %<alias%> åŒæ—¶ä½¿ç”¨%D åœ¨æ±‡ç¼–中被引用后又被重命名%E é™å®šåœ¨ asm ä¸Šè¢«å¿½ç•¥%K试图 free ä¸€ä¸ªä¸åœ¨å †ä¸Šçš„对象%K试图 free ä¸åœ¨å †ä¸Šçš„对象%qD%K对 %D çš„调用总是导致目标缓冲区溢出%K对 %D çš„调用总是导致目标缓冲区溢出%K调用%qs,声明有错误属性:%s%K调用%qs,声明有警告属性:%s%K%D çš„第一个实参必须是一个指针,第二个必须是整常量%K对%<__builtin_va_arg_pack ()%>的使用无效%K对%<__builtin_va_arg_pack_len ()%>的使用无效%K%D çš„æœ€åŽä¸€ä¸ªå®žå‚不是一个 0 åˆ° 3 ä¹‹é—´çš„æ•´å¸¸é‡æ‰¾åˆ° %d ä¸ªæž„造函数
找到 %d ä¸ªæžæž„函数
循环 %2$d è®°å½•了 %1$d ä¸ªé€€å‡º(有 %3$d ä¸ªé€€å‡º)找到 %d ä¸ªæ¡†æž¶è¡¨
未编译入对 %i ä½æ¨¡å¼çš„æ”¯æŒ%q#D隐藏了%q#T的构造函数%q#D是一个静态数据成员;它只能在定义时被初始化%q#D不是%qT的非静态数据成员%q#D不是类型%qT的有效模板参数,因为一个引用变量没有常量地址%q#D不是 const%q#D是 volatile%q#D未在类中声明%q#D被重新声明为不同意义的符号%q#T没有用户提供的默认构造函数%q#T有指针数据成员%q#T有虚函数和可访问的非虚拟析构函数%q#T不是一个类%q#T ä¸æ˜¯ä¸€ä¸ªç±»æˆ–命名空间%q#T不是一个模板%q#T仅定义了一个私有析构函数且没有友元%q#T仅定义了一个私有构造函数且没有友元不应使用%q#T而应使用%qT需要浮点数值时使用了%q#T无法声明%q+#D%q+#D无法被重载%q+D是外部符号%qE的别名%q+D是未定义符号%qE的别名%q+D已被声明为具有 dllexport å±žæ€§ï¼šå¿½ç•¥ dllimport%q+D声明为友元%q+D被声明为取常量引用,但是隐式声明取非常量引用%q+D声明时带有异常规范%q+D无效,在%q#T中%q+D是静态的,但却在非静态的内联函数%qD中被声明%q+D通常是一个函数%q+D被重新声明为不同意义的符号%q+D重声明内联并有%<gnu_inline%>属性%q+D重声明为内联而没有%<gnu_inline%>属性%q+D重声明时没有 dllimport å±žæ€§ï¼Œä½†å·²è¢«ä½œä¸º dllimport é“¾æŽ¥å¼•用过%q+D重声明时没有 dllimport å±žæ€§ï¼šå¿½ç•¥å…ˆå‰çš„ dllimport%q+D只带零或两个参数%q+D在声明前使用%q+E不是一个常量表达式%q+F声明为%<static%>却从未定义过%q+F使用过但从未定义%q+T先前在此处有过声明%qD在数据子句中多次出现指定%qD属性被忽略%qD属性无意义,因为匿名命名空间的成员拥有局部符号%qD属性需要一个 NTBS ä½œä¸ºå®žå‚%qD不能出现在常量表达式中%qD不能被默认化%qD不能有默认参数%qD在 GCC 4.4 ä¸­è¯­ä¹‰å·²ç»æ”¹å˜%qD与已用的函数冲突%qD在其类外被声明为%<constexpr%>%qD声明为%<virtual%>字段%qD声明为%<virtual%>参数%qD声明为%<virtual%>类型%qD声明为%<virtual%>变量%qD没有声明为一个参数%qD声明为%<inline%>字段%qD声明为%<inline%>参数%qD声明为%<inline%>类型%qD声明为%<inline%>变量%qD声明为引用却未被初始化%qD在此声明%qD已定义过%qD å¸¦æœ‰æ— æ•ˆå‚数列表%qD与其声明所在的类重名%qD是一个命名空间%qD已经是%qT的友元%qD已经是类%qT的友元%qD已在此作用域中声明过%qD已在%qT中定义过%qD已在类%qT中定义过%qD已在类%qT中定义过%qD不是一个枚举模板%qD既是一个直接基类又是一个间接虚基类%qD通常不是一个静态函数%qD既不是类也不是命名空间%qD不是一个函数模板%qD不是%qD的成员%qD不是%qT的成员%qD不是一个成员模板函数%qD不是一个命名空间名%qD不是类模板的非静态数据成员%qD不是一个模板%qD不是一个模板函数%qD不是一个类型%qD不是一个有效模板实参,因为%qD是一个变量,而非变量的地址%qD不是一个变量%qD在%<firstprivate%>子句中不是一个变量%qD在%<lastprivate%>子句中不是一个变量%qD在子句%qs中不是一个变量%qD未被捕获%qD未在%qD中声明%qD在函数作用域外未被定义%qD是静态的,但却在非静态的内联函数%qD中被使用此函数中的%qD在使用前未初始化此函数中的%qD在使用前可能未初始化%qD不能被声明为静态的%qD不能在命名空间声明%qD必须是一个非静态的成员函数%qD必须是一个非静态成员函数或非成员函数%qD的实参必须有类或枚举类型%qD不能带可变数量的实参%qD必须有%<void%>类型%qD必须带 1 æˆ– 2 ä¸ªå®žå‚%qD必须带 0 æˆ– 1 ä¸ªå®žå‚%qD带且仅带 1 ä¸ªå®žå‚%qD带且仅带 2 ä¸ªå®žå‚%qD未声明%qD未定义%qD重声明时有不同的可访问性%qD重声明时有不同的可见性%qD应当被赋值%qD应该在成员初始化列表中被初始化%qD应当先在%qD内声明%qD永远不应该被重载%qD应当返回值而非引用%qD用在其自身的初始值设定中%qD使用时未带模板参数%qD先被声明为%<extern%>后又被声明为%<static%>%qD声明为有默认可见性的%qs%qD在此声明%qD在此作用域中尚未声明使用%qD时先前既没有声明也没有定义使用%qD时先前既没有原型也没有定义%qE 2.95 è™šè¡¨å…¼å®¹å±žæ€§åªå¯¹ C++ ç±»æœ‰æ•ˆ%qE 2.95 è™šè¡¨å…¼å®¹å±žæ€§åªåœ¨ç¼–译内核扩展时有效%qE在数据子句中多次出现%qE属性需要一个整常量作为实参%qE属性只能用于函数%qE属性只能为具有外部链接的已初始化的变量使用%qE属性需要一个字符串常量作为实参%qE属性需要一个整常量作为实参%qE属性的参数应当在 0 å’Œ 255 ä¹‹é—´%qE属性的参数应当在 18 å’Œ 255 ä¹‹é—´åªèƒ½ä¸º Java ç±»å®šä¹‰åº”用%qE属性只能为类定义应用%qE属性不能为局部变量指定%qE属性%qE属性指定被忽略不能向类型添加属性%qE%qE属性只能应用到公共对象上%qE属性被忽略%qE属性被忽略,因为%qT已被定义%qE属性为%qE所忽略%qE属性为类型为%qT的字段所忽略%qE属性在不是类的类型上被忽略%qE属性在类型上被忽略%qE属性在 R8C ç›®æ ‡æœºä¸Šä¸å—支持%qE属性在此平台上不受支持%qE属性只为 SH2A æ‰€æ”¯æŒ%qE属性只能用于 SH2A%qE属性只能用于函数类型%qE属性只能用于函数%qE属性只能用于函数而非 %s%qE属性只能用于中断函数属性%qE只能用于变量%qE属性只能为变量或函数所使用%qE属性只能用于带可变参数函数%qE属性只能在 32 ä½ä¸‹ä½¿ç”¨%qE属性需要一个字符串常量作为实参%qE属性需要一个整常量作为实参%qE属性需要带有名实参的原型%qE不能用作函数%qE不能用作成员指针,因为它的类型为%qT%qE在其首次使用后被声明为%<threadprivate%>%qE声明为返回一个函数的函数%qE声明为返回一个数组的函数%qE定义为类型错误的标记%qE不是一个类%qE不是一个类型名%qE不是一个 typedef ç±»åž‹ï¼Œä¹Ÿä¸æ˜¯ä¸€ä¸ªå†…建类型%qE既有%<extern%>又有初始值设定%qE的类型对%<reduction(%s)%>无效%qE未声明%qE意味着默认可见性;但%qD已经被声明为有不同的可见性%qE不是命名空间%qE中的一个类型名%qE不兼容的属性已被忽略%qE已初始化,却又被声明为%<extern%>%qE是一个无法识别的格式字符串函数类型已弃用%qE已弃用%qE:%s%qE既不是函数也不是成员函数;不能声明为友元%qE既不是类也不是命名空间%qE不是一个类、命名空间或枚举%qE不是一个常量表达式%qE不是一个模板%qE不是一个类型%qE不是类型%qT的有效模板参数%qE不是类型%qT的有效模板实参,因为它是一个指针%qE不是类型%qT的有效模板实参,因为它不是一个左值%qE不是类型%qT的有效模板实参,因为它的类型是%qT%qE不是类型%qT的有效模板实参,因为 cv é™å®šå†²çª%qE不是类型%qT的有效模板实参,因为字面字符串不能用在此上下文中%qE不是类型%qT的有效模板实参,因为函数%qD没有外部链接%qE不是类型%qT的有效模板实参,因为%qE不是一个变量%qE在子句%<firstprivate%>中不是一个变量%qE在子句%<lastprivate%>中不是一个变量%qE在子句%qs中不是一个变量%qE不是一个 Objective-C ç±»åæˆ–别名%qE没有出现在声明的开头%qE未经初始化%qE的类型不是%qT%qE已过时:g++ çš„虚函数表现在默认与 COM å…¼å®¹%qE可被预先确定为%qs,为%qs%qE可能不能响应%<%c%E%>%qE必须是%<threadprivate%>方可%<copyin%>%qE需要 ISA é€‰é¡¹ %s%qE需要未知的 ISA é€‰é¡¹%qE被重新声明为不同意义的符号%qE重声明有冲突的属性%qs%qE未声明(在此函数内第一次使用)%qE未声明(不在函数内)%qT和%qT在不相交的有名地址空间里%qT被声明为比其基类%qT有更高的可见性%qT被声明为比其字段%qD的类型有更高的可见性%qT有一个基类%qT使用匿名命名空间%qT有一个字段%qD使用匿名命名空间%qT没有名为%qE的成员%qT没有名为%qD的非静态数据成员%qT是一个可变类型%qT已经是%qT的友元%qT是%qT的有歧义的基类%qT是%qT不可访问的基类%qT不是%qT的基类%qT既不是类也不是命名空间%qT不是一个类%qT不是类、结构或联合类型%qT不是%qT的成员类模板%qT不是%qT的成员%qT不是一个命名空间%qT不是%qT的嵌套类%qT不是一个指向对象的类型%qT不是一个模板%qT不是一个模板类型%qT是%qT的一个不可访问的基类通过%<...%>传递时%qT被提升为%qT%qT是/使用了匿名类型%qT作为%qs被引用%qT作为枚举被引用%qT被解析到非类类型%qT%qT被解析到非枚举类型%qT%qV限定符不能应用到%qT上%2$L å¤„çš„ %1$qs ä¸æ˜¯ä¸€ä¸ª VALUE忽略%qs属性%qs属性只能应用于函数%qs属性只能用于带可变参数函数%qs属性需要带有名参数的原型%qs和%<auto%>限定符同时用于%qE%qs和%<register%>限定符同时用于%qE%qs声明为返回一个函数的函数%qs声明为返回一个数组的函数%qs定义在在非类作用域中%qs不支持 MIPS16 ä»£ç %qs需要一个常量实参%qs既有%<extern%>又有初始值设定%qs溢出%qs已初始化,却又被声明为%<extern%>%qs å·²å¼ƒç”¨ï¼›è¯·æ¢ç”¨ -fno-zero-initialized-in-bss%qs比其类型的值要窄%qs不是一个 gcov æ•°æ®æ–‡ä»¶%qs在 VLIW å‡½æ•°ä¸­ä¸å¯ç”¨%qs在非 VLIW å‡½æ•°ä¸­ä¸å¯ç”¨%qs对%qs而言无效%qs的版本是%q.*s,需要的版本%q.*s%qs必须与%qs一起使用%qs需要一个能提供%qs指令的目标机%qs需要 Branch-Likely æŒ‡ä»¤ä¸º auto å˜é‡%2$qE指定了%1$qs为形参%2$qE指定了%1$qs为结构字段指定了%qs为结构字段%2$qE指定了%1$qs为无名形参指定了%qs使用了%qs标记,在命名%q#T时%qs使用动态栈分配%r%s:%d:%R   %r%s:%d:%d:%R   %s%s
%s  ä¸Ž %s ç›¸åŒã€‚%s%qE没有完全实现%qE协议%s%qs%s %s %p %d
%s %s%s
%s %s(%E) %p %d
%s‘%s’
%s(程序 %s)%s (%L处)必须是 INTEGER%s (%L处)必须是一个标量%1$s å±žæ€§åº”用于%4$L处的 %2$s %3$s%2$L处的 %1$s å±žæ€§ä¸å…è®¸å‡ºçŽ°åœ¨æ¨¡å—è§„æ ¼è¯´æ˜Žä»¥å¤–%s å±žæ€§ä¸Ž %s å±žæ€§åœ¨%L处冲突%s å±žæ€§åœ¨%L处不允许出现在 BLOCAK DATA ç¨‹åºå•元中%s å±žæ€§ä¸Ž %s å±žæ€§å…±å­˜åœ¨ %L%s ä¸èƒ½åœ¨è¿™é‡Œç”¨äºŽ asm%s ä¸æ”¯æŒ %%n$ æ“ä½œæ•°å·æ ¼å¼å­—符串%s ä¸æ”¯æŒ %s%s ä¸æ”¯æŒ %s å‡ºçŽ°åœ¨%<%%%c%>%s æ ¼å¼å­—符串中%s ä¸æ”¯æŒ block_ends_with_call_p%s ä¸æ”¯æŒ block_ends_with_condjump_p%s ä¸æ”¯æŒ can_duplicate_block_p%s ä¸æ”¯æŒ can_merge_blocks_p%s ä¸æ”¯æŒ can_remove_branch_p%s ä¸æ”¯æŒ create_basic_block%s ä¸æ”¯æŒ delete_basic_block%s ä¸æ”¯æŒ dump_bb_for_graph%s ä¸æ”¯æŒ duplicate_block%s ä¸æ”¯æŒ flow_call_edges_add%s ä¸æ”¯æŒ force_nonfallthru%s ä¸æ”¯æŒ make_forwarder_block%s ä¸æ”¯æŒ merge_blocks%s ä¸æ”¯æŒt move_block_after%s ä¸æ”¯æŒ predict_edge%s ä¸æ”¯æŒ predicted_by_p%s ä¸æ”¯æŒ redirect_edge_and_branch%s ä¸æ”¯æŒ redirect_edge_and_branch_force%s ä¸æ”¯æŒ split_block%s ä¸æ”¯æŒ split_edge%s ä¸æ”¯æŒ%<%%%c%>%s æ ¼å¼%s ä¸æ”¯æŒ%<%%%s%c%>%s æ ¼å¼%s ä¸æ”¯æŒ%qs%s é•¿åº¦ä¿®é¥°ç¬¦%s è¡¨è¾¾å¼åˆ—表被看作复合表达式%s ä¸Ž %s å’Œ%<%%%c%>%s æ ¼å¼å­—符串合用时被忽略%s å’Œ %s å‡ºçŽ°åœ¨ %s æ ¼å¼å­—符串中时被忽略CFString å­—面量里有 %s%s å‡ºçŽ°åœ¨%L处的格式字符串中%s ä¸ä¸ºè¿™ä¸ªé…ç½®æ‰€æ”¯æŒ%s åªæŽ¥å— %d ä¸ªå‚æ•°%s åªæŽ¥å— 1 ä¸ªå‚æ•°%s åªæŽ¥å— 2 ä¸ªå‚æ•°%2$L处的 %1$s è¿‡ç¨‹å·²ç»è¢«å£°æ˜Žä¸º %3$s è¿‡ç¨‹%s ä»¥è¿”回值 %d é€€å‡º%s è¯­å¥åœ¨%C处不能跟随 %s è¯­å¥åœ¨%L处%2$C处的 %1$s è¯­å¥ä¸èƒ½ç»ˆæ­¢ä¸€ä¸ªä¸æˆå—çš„ DO å¾ªçޝ%2$C处 %1$s è¯­å¥å‡ºçŽ°åœ¨å…¶ä»–è®¿é—®è§„æ ¼ä¹‹åŽéœ€è¦ %s è¯­å¥åœ¨%L处%s è¯­å¥ä¸èƒ½ç”¨åœ¨%C处 BLOCK å†…%s è¯­å¥å¿…须出现在 MODULE ä¸­%s è¯­å¥ä¸å…è®¸å‡ºçŽ°åœ¨%C处的 PURE ç¨‹åºä¸­%s æ ‡è®°%s æ ‡è®°åœ¨%L处必须具有类型 %s%s æ ‡è®°åœ¨%L处必须是标量%s ä»¥ä¿¡å· %d [%s]%s é€€å‡ºã€‚%s ä¸Ž%<%%%c%>%s æ ¼å¼å¹¶ç”¨%s å˜é‡%qE在外层上下文中是私有的%s%#D%s%#D <删除的>%s%#D <就近匹配>%s%D(%T) <内建>%s%D(%T, %T) <内建>%s%D(%T, %T, %T) <内建>%s%T  <转换>%s%s%s %s版本 %s (%s)
%s    ç”± GNU C ç‰ˆæœ¬ %s ç¼–译,%s%s%s %s版本 %s (%s),由 CC ç¼–译,%s%sGGC å‡†åˆ™ï¼š--param ggc-min-expand=%d --param ggc-min-heapsize=%d
%s%s警告:%s å¤´æ–‡ä»¶ç‰ˆæœ¬ %s ä¸Žåº“版本 %s ä¸åŒã€‚
%s-%s æ˜¯ä¸€ä¸ªç©ºçš„范围%s:%d ä¸ªåŸºæœ¬å—,%d è¾¹/基本块%s:%m%s:%s%s:此系统未安装 %s ç¼–译器%s:%s:%s%s:--param å®žå‚的形式应该为“名字=值”%s:-fcompare-debug å¤±è´¥%s:-fcompare-debug å¤±è´¥(长度)%s:无法打开输出文件:%s
%s:无法关闭输出文件 %s
%s:PCH æ–‡ä»¶æ— æ•ˆ%s:所有的警告都被当作是错误%s:不能打开 COFF æ–‡ä»¶%s:无法确定比较调试文件 %s çš„长度%s:无法打开比较调试文件 %s%s:无法打开 PCH æ–‡ä»¶ï¼š%m%s:未使用链接器输入文件,因为链接尚未完成%s:不是一个 COFF æ–‡ä»¶%s:有些警告被当作是错误%s:%d:不能从先前的错误中恢复,退出
%s:‘%s’有来自出口块的弧
%s:‘%s’有去往入口块的弧
%s:‘%s’缺少入口/出口块
%s:已经遇过‘%s’的块
%s:无法打开数据文件,假定未被执行过
%s:无法打开说明文件
%s:已损坏
%s:图为‘%s’不可解
%s:找不到函数
%s:‘%s’没有行
%s:不是一个 gcov æ•°æ®æ–‡ä»¶
%s:不是一个 gcov è¯´æ˜Žæ–‡ä»¶
%s:溢出
%s:样本文件与‘%s’不匹配
%s源文件较说明文件‘%s’新
%s:时间戳与说明文件不匹配
%s:未知函数‘%u’
%s:版本‘%.4s’,首选‘%.4s’
%s:版本‘%.4s’,首选版本‘%.4s’
%srtd%s åœ¨ 64 ä½æ¨¡å¼ä¸‹è¢«å¿½ç•¥ä½¿ç”¨äº† %ssseregparm%s å´æ²¡æœ‰å¯ç”¨ SEE已弃用%stune=x86-64%s;请视情况改用%stune=k8%s或%stune=generic%s’‘ â€™æ ‡è®°â€˜!’标记‘#’标记‘%%%c’不是一个有效的操作数前缀使用‘%%&’ æ—¶æ²¡æœ‰æŒ‡å®šä»»ä½•动态 TLS å¼•用‘%%l’操作数不是一个标号‘%s’被分配给‘%s’,但在重新编译的过程中未定义,或相反‘'’标记‘(’标记‘+’标记‘-’标记‘0’标记‘B’操作数设置了多个位‘B’操作数不是一个常量‘E’修饰符‘I’标记‘O’修饰符‘^’标记‘_’标记‘a’标记‘m’标记‘o’操作数不是一个常量‘q’标记©(消息缺少匹配的方法签名(成员指针只能用%<&%E%>构成)(需要一个类外的初始化)(匿名)(如果这不是您原来的想法,请确定此函数模板已经声明过,并在这里的函数名后面添加 <>)(如果您使用%<-fpermissive%>G++ ä¼šæŽ¥å—您的代码)(如果您使用%<-fpermissive%>,G++ ä¼šæŽ¥å—您的代码,但是允许使用未定义的名称是已弃用的风格)(在%qs的初始化附近)(也许您本意是想用%<typename %T::%E%>)(%qT的定义末尾可能缺少一个分号)(因此您应该向%<va_arg%>传递%qT而不是%qT)(%s çš„静态析构函数)(%s çš„静态初始值设定)(此信息只对每个源文件显示一次)
{{匿名}}***警告*** å­˜åœ¨æ´»è·ƒçš„æ’件;除非可以在不加载任何插件的情况下重现,请勿向 gcc æŠ¥å‘Šè½¯ä»¶é—®é¢˜ã€‚
*this--help çš„参数%q.*s有歧义,请改用更加明确的参数到达 --param inline-unit-growth ç»™å®šçš„æžé™åˆ°è¾¾ --param large-function-growth ç»™å®šçš„æžé™åˆ°è¾¾ --param large-stack-frame-growth ç»™å®šçš„æžé™åˆ°è¾¾ --param max-inline-insns-single ç»™å®šçš„æžé™åˆ°è¾¾ --param max-inline-insns-single ç»™å®šçš„æžé™--resource éœ€è¦ -o当输入来自标准输入设备时,需要 -E æˆ– -x-I- æŒ‡å®šäº†ä¸¤æ¬¡-MG åªèƒ½ä¸Ž -M æˆ– -MM ä¸€èµ·ä½¿ç”¨-Werror=%s:没有选项 -%s-Wformat-contains-nul æœªä¸Ž -Wformat ä¸€èµ·ä½¿ç”¨ï¼Œå·²å¿½ç•¥-Wformat-extra-args æœªä¸Ž -Wformat ä¸€èµ·ä½¿ç”¨ï¼Œå·²å¿½ç•¥-Wformat-nonliteral æœªä¸Ž -Wformat ä¸€èµ·ä½¿ç”¨ï¼Œå·²å¿½ç•¥-Wformat-security æœªä¸Ž -Wformat ä¸€èµ·ä½¿ç”¨ï¼Œå·²å¿½ç•¥-Wformat-y2k æœªä¸Ž -Wformat ä¸€èµ·ä½¿ç”¨ï¼Œå·²å¿½ç•¥-Wformat-zero-length æœªä¸Ž -Wformat ä¸€èµ·ä½¿ç”¨ï¼Œå·²å¿½ç•¥-Xbind-now ä¸Ž -Xbind-lazy ä¸å…¼å®¹-bundle ä¸å…è®¸ä¸Ž -dynamiclib ä¸€èµ·ä½¿ç”¨-bundle_loader ä¸èƒ½å’Œ -dynamiclib ä¸€èµ·ä½¿ç”¨Ada éœ€è¦æŒ‡å®š -c æˆ– -S-client_name ä¸èƒ½å’Œ -dynamiclib ä¸€èµ·ä½¿ç”¨-current_version åªèƒ½å’Œ -dynamiclib ä¸€èµ·ä½¿ç”¨-f%s å’Œ -msdata=%s äº’不兼容CONST16 æŒ‡ä»¤ä¸æ”¯æŒ -f%s-f%s ä¸å—支持:已忽略-f%sleading-underscore åœ¨æ­¤ç›®æ ‡æœºä¸Šä¸å—支持-fPIC å’Œ -fpic åœ¨æ­¤é…ç½®ä¸‹ä¸å—支持-fPIC ä¸Ž -mcall-%s äº’不兼容不支持 -fPIC不支持 -falign-labels=%d不支持 -falign-loops=%d-fassociative-math ä¸ºå…¶ä»–选项所禁用-fdata-sections åœ¨æ­¤ç›®æ ‡æœºä¸Šä¸å—支持-fdbg-cnt=%s-fdirectives-only ä¸Ž -Wunused_macros ä¸å…¼å®¹-fdirectives-only ä¸Ž -traditional ä¸å…¼å®¹-femit-class-file åº”当与 -fsyntax-only ä¸€èµ·ä½¿ç”¨å¯¹ Ada è€Œè¨€ -fexcess-precision=standard对 C++ è€Œè¨€ -fexcess-precision=standard对 Fortran è€Œè¨€ -fexcess-precision=standard对 Java è€Œè¨€ -fexcess-precision=standard-ffunction-sections åœ¨æ­¤ç›®æ ‡æœºä¸Šä¸å—支持-fhandle-exceptions å·²è¢«é‡å‘½åä¸º -fexceptions (并且现在默认为开)-findirect-dispatch ä¸Ž -freduced-reflection ä¸å…¼å®¹-fira-verbose=<N>    æŽ§åˆ¶ IRA è¯Šæ–­ä¿¡æ¯çš„级别。-fjni ä¸Ž -femit-class-file ä¸å…¼å®¹-fjni å’Œ -femit-class-files äº’不兼容-fjni ä¸Ž -freduced-reflection ä¸å…¼å®¹-fno-gnu89-inline ä»…在 GNU99 æˆ– C99 æ¨¡å¼ä¸‹æ”¯æŒ-force_flat_namespace ä¸èƒ½å’Œ -dynamiclib ä¸€èµ·ä½¿ç”¨æ­¤ç›®æ ‡ä¸æ”¯æŒä¸é™„带 -mdsbt ä½¿ç”¨ -fPIC å’Œ -fpic-fpic å’Œ -mapcs-reent äº’不兼容不支持 -fpic-fprefetch-loop-arrays ä¸æ”¯æŒä¸Ž -Os å¹¶ç”¨-fprefetch-loop-arrays åœ¨æ­¤ç›®æ ‡æœºä¸Šä¸å—支持-fprefetch-loop-arrays åœ¨æ­¤ç›®æ ‡æœºä¸Šä¸å—支持(尝试 -march å¼€å…³)-frecord-gcc-switches åœ¨æ­¤ç›®æ ‡æœºä¸Šä¸å—支持-freorder-blocks-and-partition åœ¨æ­¤æž¶æž„下不支持堆栈展开信息-freorder-blocks-and-partition ä¸èƒ½åœ¨æ­¤æž¶æž„下工作-freorder-blocks-and-partition ä¸èƒ½åœ¨æ­¤æž¶æž„下和异常一起工作-freorder-blocks-and-partition ä¸èƒ½åœ¨æ­¤æž¶æž„下工作-frepo å¿…须与 -c ä¸€èµ·ä½¿ç”¨-fsanitize=address åŠ -fsanitize=kernel-address ä¸Ž -fsanitize=thread ä¸å…¼å®¹-fsanitize=address åŠ -fsanitize=kernel-address åœ¨æ­¤ç›®æ ‡æœºä¸Šä¸å—支持-fsanitize=address ä¸Ž -fsanitize=kernel-address ä¸å…¼å®¹-fsplit-stack ä¸æ”¯æŒåœ¨åµŒå¥—函数中使用 2 ä¸ªå¯„存器参数-fsplit-stack ä¸æ”¯æŒ 3 ä¸ªå¯„存器参数-fsplit-stack ä¸æ”¯æŒå¯¹åµŒå¥—函数使用 fastcall-fstack-protector åœ¨æ­¤ç›®æ ‡æœºä¸Šä¸å—支持-fwpa å’Œ -fltrans äº’斥此处理器只有使用 GAS æ—¶æ‰æ”¯æŒ -g-g é€‰é¡¹å·²è¢«ç¦ç”¨-g ä¸Ž -mno-apcs-frame å¹¶ç”¨å¯èƒ½ä¸èƒ½ç»™å‡ºæœ‰æ„ä¹‰çš„调试信息-install_name åªèƒ½å’Œ -dynamiclib ä¸€èµ·ä½¿ç”¨-iplugindir <目录>选项未被传递给 gcc é©±åŠ¨ç¨‹åº-keep_private_externs ä¸èƒ½å’Œ -dynamiclib ä¸€èµ·ä½¿ç”¨-m%s åœ¨æ­¤é…ç½®ä¸‹ä¸å—支持-m64 éœ€è¦ PowerPC64 æž¶æž„,正在启用-m64 éœ€è¦ PowerPC64 CPU需要 -maix64:目前尚不支持 64 ä½è®¡ç®—å’Œ 32 ä½å¯»å€æ··ç”¨-maix64 éœ€è¦ PowerPC64 æž¶æž„被启用-malign-functions=%d ä¸åœ¨ 0 å’Œ %d ä¹‹é—´-malign-jumps=%d ä¸åœ¨ 0 å’Œ %d ä¹‹é—´-malign-loops=%d ä¸åœ¨ 0 å’Œ %d ä¹‹é—´-malign-power åœ¨ 64 ä½ Darwin ä¸‹ä¸å—支持;它与已安装的 C å’Œ C++ åº“不兼容-mapcs-stack-check å’Œ -mno-apcs-frame äº’不兼容-mas100-syntax ä¸Ž -gdwarf ä¸å…¼å®¹-masm=intel åœ¨æ­¤é…ç½®ä¸‹ä¸å—支持-max-stackframe=%d ä¸å¯ç”¨ï¼Œä¸åœ¨ 0 å’Œ %d ä¹‹é—´-mbackchain -mpacked-stack -mhard-float ä¸€èµ·ä½¿ç”¨ä¸å—支持-mbig-endian å’Œ -mlittle-endian ä¸èƒ½ä¸€èµ·ä½¿ç”¨-mc= å¿…须是 -mc=tiny,-mc=near æˆ–者 -mc=far-mcall-aixdesc ä¸Ž -mabi=elfv2 ä¸å…¼å®¹ç›®å‰ -mclip æœªä¸Ž -mminmax åŒæ—¶ä½¿ç”¨æ—¶ä¸èµ·ä½œç”¨-mcmodel incompatible ä¸Žå…¶ä»– toc é€‰é¡¹ä¸å…¼å®¹32 ä½ç³»ç»Ÿä¸æ”¯æŒ -mcmodel=-mcorea å¿…须与 -mmulticore ä¸€èµ·ä½¿ç”¨-mcoreb å¿…须与 -mmulticore ä¸€èµ·ä½¿ç”¨-mcpu=%s ä¸Ž -march=%s å†²çª-mcpu=%s èŠ¯ç‰‡ç‰ˆæœ¬ä¸æ­£ç¡®-mcpu=%s æ— æ•ˆ-mdirect-move éœ€è¦ -mvsx-mes0 ä»…适用于 C æºç -mexr æœªä¸Ž -ms ä¸€èµ·ä½¿ç”¨-mexr æœªä¸Ž -ms æˆ– -msx ä¸€èµ·ä½¿ç”¨-mfdpic ä¸å—支持,请使用 bfin-linux-uclibc ç›®æ ‡-mfentry åœ¨ 32 ä½ä¸‹ä¸èƒ½å’Œ -fpic åŒæ—¶ä½¿ç”¨-mfloat-abi=hard å’Œ VFP-mfloat-abi=soft å’Œ -mfloat-abi=hard ä¸èƒ½ä¸€èµ·ä½¿ç”¨-mhard-dfp can%'t be used in conjunction with -msoft-float不支持 -mhard-float-mincoming-stack-boundary=%d ä¸åœ¨ %d å’Œ 12 ä¹‹é—´-mlong-double-64 ä¸å…è®¸ä¸Ž -m64 ä¸€èµ·ä½¿ç”¨-mmulticore åªèƒ½ç”¨äºŽ BF561-mmultiple åœ¨å°ç«¯åœ¨å‰çš„系统上不受支持-mn æœªä¸Ž -mh, -ms æˆ– -msx ä¸€èµ·ä½¿ç”¨-mno-altivec ç¦ç”¨äº† VSX-mno-fentry ä¸Ž SEH ä¸å…¼å®¹-mnop-mcount ä¸Žæ­¤ç›®æ ‡ä¸å…¼å®¹-mpcrel -fPIC ç›®å‰åœ¨æ‰€é€‰çš„ CPU ä¸Šä¸å—支持-mpic-register= ä¸ä¸Ž -fpic å¹¶ç”¨æ—¶ä¸èµ·ä½œç”¨-mpower8-vector éœ€è¦ -mvsx-mpreferred-stack-boundary=%d çš„值不在 %d å’Œ %d ä¹‹é—´-mquad-memory éœ€è¦ 64 ä½æ¨¡å¼-mrecip éœ€è¦ -ffinite-math æˆ– -ffast-math-mrecip éœ€è¦ -fno-trapping-math æˆ– -ffast-math-mrecip éœ€è¦ -freciprocal-math æˆ– -ffast-math-mregparm=%d ä¸åœ¨ 0 å’Œ %d ä¹‹é—´-mrelax åªåœ¨ RTP PIC ä¸Šå—支持-mrelocatable ä¸Ž -mcall-%s äº’不兼容-mrelocatable å’Œ -mno-minimal-toc äº’不兼容-mrelocatable ä¸Ž -msdata=%s äº’不兼容-ms2600 æœªä¸Ž -ms ä¸€èµ·ä½¿ç”¨-msdata=%s ä¸Ž -mcall-%s äº’不兼容-msecure-plt ä¸ä¸ºæ‚¨çš„æ±‡ç¼–器所支持指定了 -mshared-library-id= å´æ²¡æœ‰ä½¿ç”¨ -mid-shared-library-mshared-library-id=%s ä¸åœ¨ 0 å’Œ %d ä¹‹é—´-msimple-fpu é€‰é¡¹è¢«å¿½ç•¥ä¸èƒ½åŒæ—¶æŒ‡å®š -msingle-float å’Œ -msoft-float-msingle-float é€‰é¡¹ç­‰åŒäºŽ -mhard-float-mstack-guard æ„å‘³ç€ä½¿ç”¨ -mstack-size-mstring åœ¨å°ç«¯åœ¨å‰çš„系统上不受支持-mstringop-strategy=rep_8byte ä¸æ”¯æŒç”¨äºŽ 32 ä½ä»£ç -mtune= éœ€è¦ mn10300、am33、am33-2 æˆ– am34-mupper-regs-df éœ€è¦ -mvsx-mvsx ä¸Ž -mno-altivec äº’不兼容-mvsx ä¸Ž -mpaired äº’不兼容-mvsx éœ€è¦å˜å€å¯»å€-mvsx éœ€è¦ç¡¬ä»¶æµ®ç‚¹-mvsx-timode éœ€è¦ -mvsx-mxl-multiply-high åªèƒ½é…åˆ -mcpu=v6.00.a æˆ–更大值使用-mxl-multiply-high éœ€è¦ -mno-xl-soft-mul-mxl-reorder åªèƒ½é…åˆ -mcpu=v8.30.a æˆ–更大值使用-pg å’Œ -fomit-frame-pointer äº’不兼容不支持 -pipe-private_bundle ä¸èƒ½å’Œ -dynamiclib ä¸€èµ·ä½¿ç”¨%L处的表达式中的 .NOT. è¿ç®—符必须带 LOGICAL æ“ä½œæ•°128 ä½ long double åœ¨ VAX ä¸Šä¸å—支持2 å­—节 cop æŒ‡é’ˆä¸å…è®¸è¢«ç”¨åœ¨ VLIW æ¨¡å¼ä¸­387 æŒ‡ä»¤é›†å·²ç¦ç”¨ï¼Œä½¿ç”¨ SSE æŒ‡ä»¤64-bit ABI åœ¨ ESA/390 æ¨¡å¼ä¸‹ä¸å—支持<在初始化过程中>
<匿名 %s><匿名><花括号内的初始值列表><built-in><命令行><常量池索引 %d è¶Šç•Œ><常量池索引 %d ç±»åž‹éžé¢„期><声明错误><枚举值><错误表达式><表达式错误><lambda<丢失><返回值><返回值><语句><tag é”™è¯¯><模板参数数错误><throw è¡¨è¾¾å¼><类型错误><类型错误><typedef é”™è¯¯><类型前缀错误><未知的运算符><未知><无名定点数:<无名浮点数:<无名无符号:<无名><未解析><未解决的重载函数类型>@catch å‚数不是一个已知的 Objective-C ç±»ç±»åž‹æ‰¾ä¸åˆ°ç±» %qE çš„ @interfaceAAPCS ä¸æ”¯æŒ -mcallee-super-interworkingAAPCS ä¸æ”¯æŒ -mcaller-super-interworking%L处的 ACCESS è§„格已经被指定%L å¤„ ALLOCATABLE æŒ‡å®šåœ¨ INTERFACE ä½“之外%L ä¸å…è®¸æœ‰ ALTERNATIVE RETURN不支持 APCS é‡å…¥ä»£ç ã€‚已忽略ASSERT_EXPR å…·æœ‰ä¸€ä¸ªæ€»æ˜¯å‡çš„æ¡ä»¶%L处的 ASSIGN è¯­å¥éœ€è¦ä¸€ä¸ªé»˜è®¤æ ‡é‡ INTEGER å˜é‡ASSIGNED GOTO è¯­å¥åœ¨%L处需要一个 INTEGER å˜é‡%C处的 ASYNCHRONOUS= ä¸å…è®¸ç”¨åœ¨ Fortran 95 ä¸­å¿…须为%L处的 ASYNCHRONOUS= æŒ‡å®šä¸€ä¸ªåˆå§‹åŒ–表达式为边 %d->%d åˆå§‹åŒ– AUX æŒ‡é’ˆæ²¡æœ‰å¯ç”¨ AVX,却出现了 AVX å‘量实参,这改变了 ABI%2$C处的 %1$s è¿ç®—符的访问规格说明已经被指定%2$C处的 .%1$s. è¿ç®—符的访问规格说明已经被指定在 32 ä½ PPU å¯¹è±¡è®¿é—®å˜é‡ï¼ˆé»˜è®¤ï¼‰ã€‚在 64 ä½ PPU å¯¹è±¡è®¿é—®å˜é‡ã€‚字符串的实际长度不匹配其虚参声明‘%s’(%ld/%ld)字符串的实际长度短于其虚参声明‘%s’(%ld/%ld)%C处可分配的组件必须有延迟的外形%L处分配的对象也出现在%L处%L处的分配对象必须是 ALLOCATABLE æˆ– POINTER内存分配将超过内存上限允许在 __ea å’Œæ™®é€šæŒ‡é’ˆä¹‹é—´çš„转换(默认)。允许具有不同元素数量和/或元素类型的向量间的转换允许可能因不同舍入模式而改变结果的浮点算术优化。%C处已在一个 CONTAINS å—内部 %C处的替代 RETURN è¯­å¥åªå…è®¸å‡ºçŽ°åœ¨ SUBROUTINE ä¸­%L处的替代 RETURN è¯­å¥éœ€è¦ä¸€ä¸ª SCALAR-INTEGER è¿”回限定符替代返回不能出现在%L处的运算符接口中传递 AltiVec å‚数给无原型的函数AltiVec åœ¨æ­¤ç›®æ ‡æœºä¸Šä¸å—支持总是生成长调用。%C处 TYPE å®šä¹‰ä¸­çš„æ­§ä¹‰ç¬¦å·%L ä¸å¸¦ * è™šå‚的替代返回%L处外部 FORALL æž„造已经有一个同名的索引跳转提示和其分支之间所允许的大致最大指令数[125]。%L处内建 REPEAT çš„ NCOPIES å®žå‚是负的内建函数 REPEAT çš„ NCOPIES å‚数太大%L处内建 REPEAT çš„ NCOPIES å®žå‚太大%L处实参维数必须具有 INTEGER ç±»åž‹%L å®žå‚维数必须是标量%s çš„参数(位于 %L)长度必须为 1%2$L处 %1$s å‡½æ•°çš„参数是负的%2$L处的 %1$s å‡½æ•°çš„参数对于种别为 %3$d çš„对比序列来说太大%2$L处 %1$s å‡½æ•°çš„参数不在[0,127]范围内%L处 ACOS çš„参数必须在 -1 å’Œ 1 ä¹‹é—´%L处 ACOSH çš„参数必须不小于 1%L处 ASIN çš„参数必须在 -1 å’Œ 1 ä¹‹é—´%L处 ATANH çš„参数必须在 -1 å’Œ 1 ä¹‹é—´%L处 FINAL è¿‡ç¨‹çš„参数必须不是 ALLOCATABLE%L处 FINAL è¿‡ç¨‹çš„参数必须不是 INTENT(OUT)%L处 FINAL è¿‡ç¨‹çš„参数必须不是 OPTIONAL%L处 FINAL è¿‡ç¨‹çš„参数必须不是 POINTER%L处 IACHAR çš„参数长度必须为 1%L处 IACHAR å‡½æ•°çš„实参不在 0..127 èŒƒå›´å†…%L处 ICHAR çš„参数长度必须为 1%L处 LOG çš„实参不可以小于或等于零%L处 LOG10 çš„实参不可以小于或等于零%L处 SELECT è¯­å¥çš„实参不能是 %s%L处 SELECT è¯­å¥ä¸­çš„实参必须为标量%L处 SQRT çš„参数为负%C å¤„的算术 IF è¯­å¥%L处算术 NaN%L处算术正常%3$L处从 %1$s è½¬æ¢åˆ° %2$s ç®—术正常%L处算术上溢%L处算术下溢%C处结构的数组组件必须有显式的外形%C处结构的数组组件必须有显式或延迟的外形%L处数组索引是一个秩为 %d çš„æ•°ç»„%L处数组索引必须具有 INTEGER ç±»åž‹è€Œä¸æ˜¯ %s%L处数组索引必须是标量%L处数组操作数无法被使用%3$L处从 %1$s åˆ° %2$s çš„转换不适合数组操作数%C处的任何引用都不能多于 %d ç»´%1$L处数组引用在第 %4$d ç»´ä¸­è¶Šç•Œ(%2$ld < %3$ld)%1$L处数组引用在第 %4$d ç»´ä¸­è¶Šç•Œ(%2$ld > %3$ld)%C处 EQUIVALENCE ä¸­çš„æ•°ç»„引用不能是个数组段对数组的引用超出范围%L处由向量下标选择的数组段不应是指针的目标%C处数组规格中有多于 %d çš„ç»´æ•°%L处数组规格必须延迟%L处的 ALLOCATE è¯­å¥ä¸­éœ€è¦æ•°ç»„规格说明汇编器不支持 -mabi=ilp32汇编器选项
=========
 
%C å¤„赋值 GOTO è¯­å¥èµ‹å€¼æ ‡å·ä¸æ˜¯ç›®æ ‡æ ‡å·%L处向 LOGICAL èµ‹ 0 æˆ– 1 ä»¥å¤–的值有未定义的结果%L处的运算符接口必须是一个 SUBROUTINE%L处的赋值运算符接口必须有两个实参%L处的赋值运算符接口不能重复定义一个 INTRINSIC ç±»åž‹èµ‹å€¼%L处向 FORALL ç´¢å¼•变量赋值假定在运行时 ICPLB æ˜¯è¢«å¯ç”¨çš„。假定代码将由 GAS æ±‡ç¼–。假定代码将由 GNU ld é“¾æŽ¥ã€‚假定代码将由 HP ld é“¾æŽ¥ã€‚假定 pt* æŒ‡ä»¤ä¸ä¼šå¯¼è‡´é™·é˜±%L处假定外形的数组必须是一个虚参%L处假定大小的数组必须是一个虚参在全局域:在文件作用域:原子化对软件数据缓存的写回操作(默认)。试图 DEALLOCATE æœªåˆ†é…çš„‘%s’%3$C处的 EQUIVALENCE è¯•图间接地重叠 COMMON å— %1$s å’Œ %2$s%L处的属性不允许出现在 TYPE å®šä¹‰ä¸­åœ¨ LDRD æŒ‡ä»¤ä¸­é¿å…é‡å çš„目标和地址寄存器禁用投机载入以避免一个硬件异常基本块 %i ä¸èƒ½æŠ›å‡ºå¼‚常但却有 EH è¾¹åŸºæœ¬å— %i æœ‰ä¸æ­£ç¡®çš„边基本块 %i æœ‰ä¸æ­£ç¡®çš„下落边基本块 %i æœ‰å¤šä¸ª EH è¾¹åŸºæœ¬å— %i ç¼ºå°‘一条 EH è¾¹åŸºæœ¬å— %i ç¼ºå°‘一条边基本块 %i æœ€åŽä¸€æ¡è¯­å¥è®¾ç½®äº†ä¸æ­£ç¡®çš„ lp基本块 %i ä¸‹è½è¾¹å¤ªå¤šå— %d æ²¡æœ‰è®¾ç½® BB_RTL æ ‡å¿—BIND(C) åº”用于%3$L处的 %1$s %2$s%C处的 BIND(C) å±žæ€§è¦æ±‚一个具有 BIND(C)的接口%L处的 BIND(C) å±žæ€§åªèƒ½ç”¨äºŽå˜é‡æˆ–公共块%C处带有 NAME çš„ BIND(C)过程不能有 POINTER å±žæ€§%C处的 BLANK= ä¸å…è®¸ç”¨åœ¨ Fortran 95 ä¸­%L处的 BOZ å¸¸æ•°å¤ªå¤§(%ld å¯¹ %ld ä½)%C处使用到的 BYTE ç±»åž‹åœ¨ç›®æ ‡æœºä¸Šä¸å¯ç”¨%C处错误的 INTENT è§„格错误的 IO åŸºç±»åž‹(%d)%C处 PURE è¿‡ç¨‹ä¸­åˆ†é…å¯¹è±¡é”™è¯¯%L处数组引用错误%C处显式外形数组的数组规格说明错误%C处假定外形数组的数组规格说明错误%L处的 ALLOCATE è¯­å¥ä¸­æœ‰é”™è¯¯çš„æ•°ç»„规格错误的字节码。
%C处错误的续行%C处逻辑常量的种别错误错误的名字错误的运算符%C处假定大小数组的规格说明错误%C处延迟外形数组的规格说明错误%L处 PURE è¿‡ç¨‹ä¸­æŒ‡é’ˆèµ‹å€¼ç›®æ ‡é”™è¯¯å¸¸é‡è¡¨è¾¾å¼ä¸­ç±»åž‹é”™è¯¯%L处 NOPASS ç±»åž‹é™å®šè¿‡ç¨‹è°ƒç”¨çš„基对象必须是标量捆绑属性已经指定传递,%C处 NOPASS éžæ³•捆绑属性已经指定传递, %C处 PASS éžæ³•%C处空白 BLOCK DATA ä¸Ž%L处先前的 BLOCK DATA å†²çª%C处覆盖 SAVE è¯­å¥è·Ÿéšä»¥å‰çš„ SAVE è¯­å¥%C处的块标号不适于 IF è¯­å¥%C处的块标号不适于算术 IF è¯­å¥æ¿åå­—[和内存区域]。%L处的分支可能导致无穷循环执行的分支:%s (共有 %d ä¸ª)
%L处按值传递的实参不能是数组或数组段%L处上下文中不允许使用按值传递的实参%L处按值传递的实参不具有数字类型C ç§åˆ«ç±»åž‹å‚数对应类型 %s ä½†%L处的类型却是 %s不会为 Objective-C å­—段调用 C++ æž„造和析构函数%qD的 C++ æŸ¥è¯¢ä¼šè¿”回一个字段而非类型C++ åœ¨%<va_arg%>中需要提升后的类型而不是枚举%L处的 CASE æ ‡å·ä¸Ž%L处的 CASE æ ‡å·é‡å CFString å­—面表达式不是一个字符串常量缺少 CFString å­—面量CHARACTER è¡¨è¾¾å¼åœ¨%L处被截断(%d/%d)CHARACTER è¡¨è¾¾å¼åœ¨%3$L处赋值时将被截断(%1$d/%2$d)%L处的 CLOSE è¯­å¥éœ€è¦ä¸€ä¸ª UNIT æ•°CLOSE è¯­å¥ä¸å…è®¸å‡ºçŽ°åœ¨%C处的 PURE è¿‡ç¨‹ä¸­%C处的 COLLAPSE åˆ†å¥å‚数不是正整数常量%2$C处未发现 COMMON å— /%1$s/%L处复数不能比较大小%C处的 CONTAINS è¯­å¥å·²ç»åœ¨åŒ…含的程序单元中您选择的 CPU ä¸æ”¯æŒ x86-64 æŒ‡ä»¤é›†CRIS-port æ–­è¨€é”™è¯¯ï¼šæ‰§è¡Œçš„调用:%s (共 %d)
不能将 %s è½¬æ¢ä¸º %s,于 %L无法赋值给%C处的有名常量不能改变%2$L处 USE å…³è”的符号‘%1$s’的属性不能改变%L处 USE å…³è”的符号的属性无法映射 %s无法打开 %s不能为输出打开‘%s’。
无法打开中间输出文件 %s
无法打开源文件 %s
无法读取 %s在 IMPLICIT NONE åŽä¸èƒ½åœ¨%C处指定 IMPLICITP æè¿°ç¬¦åŽéœ€è¦é€—号为 32 ä½é•¿æ•´å½¢å’ŒæŒ‡é’ˆç¼–译。为 32 ä½é•¿æ•´å½¢å’ŒæŒ‡é’ˆç¼–译。%L处 LOG çš„复数实参不可为零%2$L处声明的有 SEQUENCE ç±»åž‹çš„组件 %1$s æ²¡æœ‰ SEQUENCE å±žæ€§%C处的组件必须有 POINTER å±žæ€§%L处对有非零秩的部分引用的右侧的组件不能有 ALLOCATABLE å±žæ€§%L处对有非零秩的部分引用的右侧的组件不能有 POINTER å±žæ€§%C处 TYPE ä¸­çš„组件必须先于 CONTAINS%L处的毗连运算符必须毗连同一种别的字符串%L处表达式中的毗连运算符必须有两个 CHARACTER æ“ä½œæ•°é…ç½®ä¸ºï¼š%s
遵循 ISO 1998 C++ æ ‡å‡†äºŽ 2003 å¹´ä¿®è®¢çš„版本认为按字节访问内存速度较慢。%L处 FORMAT æ ‡è®°ä¸­çš„常量表达式默认类型必须为 CHARACTER%C处需要常量表达式字段‘%s’的 ConstantValue å±žæ€§ç±»åž‹é”™è¯¯ä»Ž %s è½¬æ¢åˆ° %s,位于 %L在%L处把一个无穷大或非数转换为 INTEGER版权所有 %s 2014-2015 è‡ªç”±è½¯ä»¶åŸºé‡‘会。
无法打开输出文件 '%s'
%C处 Cray æŒ‡é’ˆä¸èƒ½æŒ‡å‘假定外形数组%L处 Cray æŒ‡é’ˆæŒ‡å‘的对象出现在多个 pointer() è¯­å¥ä¸­%C处的 Cray æŒ‡é’ˆç²¾åº¦ä¸º %d;内存地址需要 %d å­—节%C处 Cray æŒ‡é’ˆå¿…须是一个整数%C处的 Cray æŒ‡é’ˆå£°æ˜Žéœ€è¦ -fcray-pointer æ ‡è®°æ­£åœ¨åˆ›å»º '%s'
在%L处建立临时数组DATA è¯­å¥ä¸å…è®¸å‡ºçŽ°åœ¨%C处的 PURE è¿‡ç¨‹ä¸­%L处的 DATA è¯­å¥ä¸­å€¼æ¯”变量多%L处的 DATA è¯­åä¸­å˜é‡æ¯”值多%C处的 DECIMAL= ä¸å…è®¸ç”¨åœ¨ Fortran 95 ä¸­ä¸ºä¸€ä¸ªå·²è¢«å–地址的变量设定了 DECL_GIMPLE_REG_P%L处的 DIM å‚数越界DO æ­¥è¿›å€¼ä¸ºé›¶%L处数据元素高于数组上限%L处数据元素低于数组下限数据被存储为大端在前的格式。数据被存储为小端在前的格式。(默认)%L处数据传输元素不能是对一个假定大小数组的全引用%L处数据传输元素不能有 PRIVATE ç»„ä»¶%C处的派生类型在模块规格说明部分内只能是 PRIVATE%C处的派生类型在模块规格说明部分内只能是 PUBLIC%C处的派生类型以前尚未被定义,因此不能出现在派生类型定义中派生类型组件%C不是允许的 EQUIVALENCE æˆå‘˜%C处带有 FINAL çš„æ´¾ç”Ÿç±»åž‹å£°æ˜Žå¿…须在 MODULE çš„规格说明部分内%3$L处数组构造函数中不同 CHARACTER é•¿åº¦(%1$d/%2$d)数组构造函数中 CHARACTER é•¿åº¦ä¸åŒ(%ld/%ld)%L处指针赋值时参数种别类型不同%L处指针赋值时秩不同%2$L处 %1$s åœ¨ç¬¬ %3$d ç»´ä¸Šå¤–形不同(%4$d å’Œ %5$d)%L处指针赋值时类型不同;试图将 %s èµ‹å€¼ç»™ %s%2$L处在初始化后为 %1$s æŒ‡å®šäº†ç»´æ•°ç¦ç”¨æµ®ç‚¹å¯„存器。禁用空间寄存器。禁用 RX FPU æŒ‡ä»¤ã€‚以易读的形式显示一个类文件中的内容。
 
%L处被零除%3$L处从 %1$s è½¬æ¢åˆ° %2$s æ—¶è¢«é›¶é™¤ä¸ç¦ç”¨ç©ºé—´å¯„存器。不支持 SSE4.1 å’Œ SSE4.2 å†…建函数及代码生成。保留 C++ ç±»è°ƒè¯•信息。不要使用 callt æŒ‡ä»¤ï¼ˆé»˜è®¤ï¼‰.不起作用。为向前兼容保留的选项。不起作用。为向前兼容保留的选项。不生成仅特权模式的代码;如果在用户模式中内联代码不工作则包含 -mno-inline-ic_invalidate。不使用 r32..r63 ä¸­çš„任何一个。%L处 SELECT TYPE è¯­å¥ä¸­æœ‰åŒé‡çš„ CLASS IS å—驱动:%C处的哑过程不能有带有 NAME çš„ BIND(C) å±žæ€§é‡å¤çš„ %s å±žæ€§ï¼Œä½äºŽ %L重复的 %s å±žæ€§åœ¨%L处被指定%2$C处重复的 %1$s æ ‡å·è§„æ ¼%2$C处重复的 %1$s è§„æ ¼%L处指定了重复的 ASYNCHRONOUS å±žæ€§%L处指定了重复的 BIND å±žæ€§%C处重复的 DEFERRED è¯­å¥%L å’Œ%C处重复的 ELSE è¯­å¥%L处指定了重复的 EXTENDS å±žæ€§%C处 IMPLICIT NONE è¯­å¥é‡å¤%C处重复的 NML è§„æ ¼%C处 NON_OVERRIDABLE é‡å¤%C处 POINTER å±žæ€§é‡å¤%C处重复的 PRIVATE è¯­å¥%L处指定了重复的 PROTECTED å±žæ€§%L æŒ‡å®šäº†é‡å¤çš„ SAVE å±žæ€§%C处重复的 SEQUENCE è¯­å¥%C处重复的 UNIT è§„æ ¼%L处指定了重复的 VALUE å±žæ€§%L处指定了重复的 VOLATILE å±žæ€§%C处重复访问限定符%C处 Cray æŒ‡é’ˆé‡å¤æŒ‡å®šäº†æ•°ç»„%C处重复的格式规格重复的语句标号 %d å‡ºçŽ°åœ¨ %L å’Œ%L处g0 æè¿°ç¬¦ä¸å…è®¸æœ‰ E é™å®šç¬¦ä¸æ”¯æŒ E500 å’Œ FPREH ç€é™†åœºæ ‡å·%C处的 ELSE IF è¯­å¥ä¸èƒ½å‡ºçŽ°åœ¨%L处的 ELSE è¯­å¥ä¹‹åŽ%C处的 ELSEWHERE è¯­å¥å‡ºçŽ°åœ¨æœªå±è”½çš„ ELSEWHERE ä¹‹åŽ%C处的 ELSEWHERE è¯­å¥ä¸åœ¨ WHERE å—中%C处的 ENCODING= ä¸å…è®¸ç”¨åœ¨ Fortran 95 ä¸­%C处的 END æ ‡è®°ä¸å…è®¸å‡ºçŽ°åœ¨è¾“å‡ºè¯­å¥ä¸­END æ ‡å· %d åœ¨%L处未定义%3$L处函数 %2$s ä¸­å…¥å£è¿”回值 %1$s ä¸èƒ½æ˜¯ä¸€ä¸ªæŒ‡é’ˆ%3$L处函数 %2$s ä¸­å…¥å£è¿”回值 %1$s ä¸èƒ½æ˜¯ä¸€ä¸ªæ•°ç»„%4$L处函数 %2$s ä¸­å…¥å£è¿”回值 %1$s ä¸èƒ½å…·æœ‰ %3$s å…·åž‹%C处 ENTRY è¯­å¥ä¸èƒ½å‡ºçŽ°åœ¨è¢«åŒ…å«çš„è¿‡ç¨‹ä¸­%C处的 ENTRY è¯­å¥ä¸èƒ½å‡ºçŽ°åœ¨ BLOCK DATA ä¸­%C处的 ENTRY è¯­å¥ä¸èƒ½å‡ºçŽ°åœ¨ DERIVED TYPE å—中%C处的 ENTRY è¯­å¥ä¸èƒ½å‡ºçŽ°åœ¨ DO å—中%C处的 ENTRY è¯­å¥ä¸èƒ½å‡ºçŽ°åœ¨ FORALL å—中%C处的 ENTRY è¯­å¥ä¸èƒ½å‡ºçŽ°åœ¨ MODULE ä¸­%C处的 ENTRY è¯­å¥ä¸èƒ½å‡ºçŽ°åœ¨ PROGRAM ä¸­%C处的 ENTRY è¯­å¥ä¸èƒ½å‡ºçŽ°åœ¨ SELECT å—中%C处的 ENTRY è¯­å¥ä¸èƒ½å‡ºçŽ°åœ¨ WHERE å—中%C处的 ENTRY è¯­å¥ä¸èƒ½å‡ºçŽ°åœ¨åµŒå¥—çš„å­ç¨‹åºä¸­%C处的 ENTRY è¯­å¥ä¸èƒ½å‡ºçŽ°åœ¨ IF-THEN å—中%C处的 ENTRY è¯­å¥ä¸èƒ½å‡ºçŽ°åœ¨ INTERFACE ä¸­ENTRY_BLOCK æœ‰ä¸Žä¹‹å…³è”çš„ IL%C处的 ENUM å£°æ˜Žæ²¡æœ‰ ENUMERATORS%C å‰éœ€è¦ ENUM å®šä¹‰è¯­å¥ENUMERATOR %L没有用整数表达式初始化EOR æ ‡å· %d åœ¨%L处未定义%C处的 EQUIVALENCE éœ€è¦ä¸¤ä¸ªæˆ–更多的对象ERR æ ‡å· %d åœ¨%L处未定义%L处的 ERRMSG æ²¡æœ‰ STAT æ ‡è®°æ‰€ä»¥ä¸èµ·ä½œç”¨%C处的 EXIT è¯­å¥ç»ˆç»“了 !$OMP DO å¾ªçޝEXIT_BLOCK æœ‰ä¸Žä¹‹å…³è”çš„ IL%L处 EQUIVALENCE é›†ä¸­çš„对象必须都带有或者都不带有 PROTECTED å±žæ€§%s æ•°ç»„构造中的元素在%L处是 %s生成 cmpeqdi_t æ ·å¼ï¼Œå³ä½¿ -mcbranchdi èµ·ä½œç”¨ã€‚生成长读/写序列。%C处的 FINAL ä¸ºç©º%C处 IMPLICIT è¯­å¥ä¸ºç©º%C处的空数组构造不被允许%C处 BOZ å¸¸é‡ä¸­çš„æ•°å­—符集合为空用 GAS æ±‡ç¼–指示来启用 CFI è¡¨å¯ç”¨åŽç«¯è°ƒè¯•.为标量演化信息进行复写传递。为条件指针外提内存读取操作。启用链接时优化。启用链接器优化。使用更短的地址引用。启用链接器松弛 (relax)。启用严格的 32 ä½ psABI ç»“构返回检查启用正常(normal)模式。在 fmov æŒ‡ä»¤ä¸­å¯ç”¨ 64 ä½æµ®ç‚¹å¯„存器。如需要 64 ä½å¯¹é½è¯·å‚见 -mdalign。启用使用 RX FPU æŒ‡ä»¤ã€‚这是默认值。编码带 VEX å‰ç¼€çš„ SSE æŒ‡ä»¤ã€‚DO å¾ªçŽ¯ä¸­ç»“æŸè¡¨è¾¾å¼%C处结束的非块 DO è¯­å¥ä¸Žå¦ä¸€ä¸ª DO å¾ªçŽ¯äº¤é”™%C处结束的非块 DO è¯­å¥åœ¨å¦ä¸€ä¸ªå—当中搜索列表结束。
%L处假定字符长度的实体必须是个虚参或是个 PARAMETER%C处:枚举量超过 C æ•´æ•°ç±»åž‹%L处错误信息变量必须是一个标量 CHARACTER å˜é‡%1$L处的错误信息变量不能在同一 %3$s è¯­å¥ä¸­è¢« %2$s错误%C处在复数常量中转换 PARAMETER å¸¸é‡æ—¶å‡ºé”™è½¬æ¢æ•´æ•°æ—¶å‡ºé”™å†™å…¥æ¨¡å—文件时出错:%s写入到输出文件 '%s' æ—¶å‡ºé”™
事件%L处 DO WHILE å¾ªçŽ¯çš„é€€å‡ºæ¡ä»¶å¿…é¡»æ˜¯ä¸€ä¸ªæ ‡é‡ LOGICAL è¡¨è¾¾å¼å°† 32/64 ä½æ•´æ•°é™¤æ³•扩展为带运行时检查的 8 ä½æ— ç¬¦å·æ•´æ•°é™¤æ³•。在%C处需要“)”在%C处需要“,”%C åœ¨ TYPE å®šä¹‰ä¸­éœ€è¦ ::%C åœ¨ PARAMETER è¯­å¥ä¸­éœ€è¦ = ç¬¦å·éœ€è¦ P ç¼–辑描述符%C处复数常量中需要 PARAMETER ç¬¦å·%C处的 SELECT TYPE ä¹‹åŽéœ€è¦ TYPE IS、CLASS IS æˆ– END SELECT è¯­å¥%C处 SELECT CASE ä¹‹åŽéœ€è¦ CASE æˆ– END SELECT è¯­å¥%C éœ€è¦ä¸€ä¸ªæ— åæŽ¥å£%C处表达式中需要右括号%C处的迭代子需要一个步进值%C需要访问限定符%C处需要替代的返回标号%C处需要一个初始化表达式%C处数组声明需要另外一维%C处需要实参列表%C处需要数组下标%C处需要数组下标间隔需要属性位名%C处需要绑定属性%C处需要绑定名%C处 I/O åˆ—表中需要逗号%C处需要组件引用%C处表达式中需要指数部分%C åœ¨ PARAMETER è¯­å¥ä¸­éœ€è¦è¡¨è¾¾å¼%2$C处需要 %1$s è¯­å¥%C处数组规格中需要表达式需要表达式类型函数定义在%C处需要形参列表%C处需要泛型名或运算符描述子%C处需要初始化表达式%C处 CASE ä¸­éœ€è¦åˆå§‹åŒ–表达式需要整数需要整数字符串需要左圆括号%C处期待模块过程名需要名字需要实数字符串需要右圆括号%C处需要标量初始化表达式%C处需要特定的绑定名需要字符串%C处需要结构组件名%C处需要结束名%C处需要一个类型限定的过程或过程指针组件%C READ è¯­å¥éœ€è¦å˜é‡åœ¨%C处需要变量名%C处的 PARAMETER è¯­å¥éœ€è¦å˜é‡å%C处 EQUIVALENCE ä¸­éœ€è¦é€—号%C处需要有名实体列表%L处的表达式必须具有 INTEGER ç±»åž‹è€Œä¸æ˜¯ %s%L处的表达式必须具有标量类型%L å¤„ CASE è¯­å¥ä¸­çš„表达式种别必须为 %d%L处 CASE è¯­å¥ä¸­çš„表达式必须具有 %s ç±»åž‹%L处 CASE è¯­å¥ä¸­çš„表达式必须为标量扩展:从 %s åˆ° %s,位于 %L扩展:%L处的 L æè¿°ç¬¦åŽç¼ºå°‘正的宽度扩展:%C处格式中的制表符扩展:%C处单目运算符出现在算术运算符之后扩展:%C处的反斜杠字符%L处的外部 IO UNIT ä¸èƒ½æ˜¯æ•°ç»„%C处的 FINAL å£°æ˜Žå¿…须在 CONTAINS å†…%C处的 FINAL å£°æ˜Žå¿…须在一个派生类型的 CONTAINS èЂ内%L处的 FINAL è¿‡ç¨‹æœ‰ä¸”只有一个参数%C处 FLUSH è¯­å¥%L处 FORALL ç»“束表达式必须是一个标量整数%L处 FORALL ç´¢å¼•名必须是一个标量整数%L处 FORALL èµ·å§‹è¡¨è¾¾å¼å¿…须是一个标量整数%L处 FORALL é—´éš”表达式不能是零%L处 FORALL é—´éš”表达式必须是一个标量 %sFORMAT æ ‡å· %d åœ¨%L处未定义%L处 FORMAT è¯­å¥æ²¡æœ‰è¯­å¥æ ‡å·%3$L处函数 %2$s çš„返回值 %1$s ä¸èƒ½æ˜¯ä¸€ä¸ªæŒ‡é’ˆ%3$L处函数 %2$s çš„返回值 %1$s ä¸èƒ½æ˜¯ä¸€ä¸ªæ•°ç»„%4$L处函数 %2$s çš„返回值 %1$s ä¸èƒ½å…·æœ‰ %3$s å…·åž‹è‡´å‘½é”™è¯¯%L处定义赋值的第一个参数必须是 INTENT(OUT) æˆ– INTENT(INOUT)%L处运算符接口的第一个参数不能是可选的%L处运算符接口的第一个参数必须是 INTENT(IN)报告程序缺陷的步骤请参见:
%s。
对于哑过程 %s,%C å¤„çš„ BIND(C) ä¸­ä¸å…è®¸æœ‰ç»‘定名为嵌套函数设定可执行堆栈权限。%C处模块主块中的格式语句Fortran 95 åœ¨%2$L处的 %1$s æ ‡è®°ä¸­éœ€è¦é»˜è®¤çš„ INTEGER%2$L å¤„初始化表达式中的函数 â€˜%1$qs’ å¿…须是一个内建函数%2$L处函数‘%1$s’有不匹配的数组规格说明GCC ä¸æ”¯æŒæ•´æ•°ç±»åž‹å’Œæ•´æ•°åŠåˆ†æ•°ä½å¤ªå¤šçš„定点类型间的运算符GCC åªæ”¯æŒ %u ä¸ªåµŒå¥—的作用域GCC ä¼ é€’向量引用:非标准的 ABI æ‰©å±•,不保证兼容性GCC è¿”回向量引用:非标准的 ABI æ‰©å±•,不保证兼容性GCSE è¢«ç¦ç”¨%C处的 GENERIC å¿…须是在派生类型 CONTAINS å†…GMP ç‰ˆæœ¬ %s,MPFR ç‰ˆæœ¬ %s,MPC ç‰ˆæœ¬ %s,isl ç‰ˆæœ¬ %s
GNU C ä¸å†æ”¯æŒä¸å¸¦ -E çš„ -traditionalGNU Objective C ä¸å†æ”¯æŒä¼ ç»Ÿç¼–译生成 16 ä½æŒ‡ä»¤ã€‚生成 16 ä½ i386 ä»£ç ã€‚生成 32 ä½ i386 ä»£ç ã€‚生成 32 ä½ x86-64 ä»£ç ã€‚生成 64 ä½ x86-64 ä»£ç ã€‚生成 H8/300H ä»£ç ã€‚生成 H8S ä»£ç ã€‚生成 H8S/2600 ä»£ç ã€‚生成 H8SX ä»£ç ã€‚生成 PA1.0 ä»£ç ã€‚生成 PA1.1 ä»£ç ã€‚生成 PA2.0 ä»£ç  (需要 binutils 2.10 æˆ–更新版本)。为分支生成跳转提示。在函数序言中生成 cld æŒ‡ä»¤ä¸º 18 ä½å¯»å€ç”Ÿæˆä»£ç ã€‚为 32 ä½å¯»å€ç”Ÿæˆä»£ç ã€‚为缺少 FPU çš„ SH4 500 ç³»åˆ—生成代码为给定的 CPU ç”Ÿæˆä»£ç ã€‚为 Android æ“ä½œç³»ç»Ÿç”Ÿæˆä»£ç ã€‚为 M*Core M210 ç”Ÿæˆä»£ç ä¸º M*Core M340 ç”Ÿæˆä»£ç ç”Ÿæˆå¤§ç«¯åºæ¨¡å¼çš„代码。生成小端序模式的代码。生成不会被链接到其他 ID å…±äº«åº“但可能被用作共享库的代码为服务器 IO ç”Ÿæˆ cpp å®šä¹‰ã€‚为工作站 IO ç”Ÿæˆ cpp å®šä¹‰ã€‚生成快速间接调用。生成倒数指令而不是 divss å’Œ sqrtss。直方图值语句不和与它相关联的语句对应ICE:需要 emit_jump_insn æ—¶ä½¿ç”¨äº† emit_insn:
%L处的 IF åˆ†å¥éœ€è¦ä¸€ä¸ªæ ‡é‡ LOGICAL è¡¨è¾¾å¼%C处 IMPORT è¯­å¥åªå…è®¸å‡ºçŽ°åœ¨æŽ¥å£ä½“ä¸­%L处的 INQUIRE è¯­å¥ä¸èƒ½åŒ…含 FILE å’Œ UNIT é™å®šç¬¦%L处的 INQUIRE è¯­å¥éœ€è¦å¸¦æœ‰ ID= æŒ‡å®šçš„ PENDING=%L处的 INQUIRE è¯­å¥éœ€è¦ FILE æˆ– UNIT é™å®šç¬¦INQUIRE è¯­å¥ä¸å…è®¸å‡ºçŽ°åœ¨%C处的 PURE è¿‡ç¨‹ä¸­INTENT (%s) ä¸Ž INTENT(%s) åœ¨ %L å†²çªINTENT ä¸èƒ½ç”¨åœ¨%C处 BLOCK å†…INTENT(%s) %L处的实参可能干涉%L处的实参。%C处的 INQUIRE è¯­å¥ä¸­ IOLENGTH æ ‡è®°æ— æ•ˆISO C ä¸æ”¯æŒåœ¨å‡½æ•°å¤–使用多余的%<;%>ISO C ä¸æ”¯æŒ%<#pragma STDC FLOAT_CONST_DECIMAL64%>ISO C ä¸æ”¯æŒå¯¹å¤æ•°ç±»åž‹è¿›è¡Œ%<++%>或%<--%>操作ISO C ä¸æ”¯æŒ %<__FUNCTION__%> é¢„定义标识符ISO C ä¸æ”¯æŒ %<__int%d%> ç±»åž‹ISO C ä¸æ”¯æŒç”¨%<~%>求共轭复数ISO C ä¸æ”¯æŒå¤æ•´æ•°ISO C ä¸æ”¯æŒåè¿›åˆ¶æµ®ç‚¹æ•°ISO C ä¸æ”¯æŒå®šç‚¹ç±»åž‹ISO C ä¸æ”¯æŒå•独用%<complex%>表示%<double complex%>ISO C ä¸æ”¯æŒé¥±å’Œç±»åž‹ISO C++ ä¸å…è®¸%<goto *expr;%>ISO C ä¸å…è®¸åœ¨æ— è¿”回值的函数中%<return%>带返回值ISO C ä¸å…è®¸ç¿»è¯‘单元为空ISO C ä¸å…è®¸åœ¨å‡½æ•°æŒ‡é’ˆå’Œ%<void *%>间赋值ISO C ä¸å…è®¸åœ¨è¡¨è¾¾å¼ä¸­ä½¿ç”¨èŠ±æ‹¬å·ç»„ISO C ä¸å…è®¸å°†éžæ ‡é‡è½¬æ¢ä¸ºå…¶è‡ªèº«ç±»åž‹ISO C ä¸å…è®¸è½¬æ¢ä¸ºè”合类型ISO C ä¸å…è®¸åœ¨%<void *%>和函数指针间比较ISO C ä¸å…è®¸åœ¨æ¡ä»¶è¡¨è¾¾å¼ä¸­åŒæ—¶ä½¿ç”¨%<void *%>和函数指针ISO C ä¸å…è®¸æ¡ä»¶è¡¨è¾¾å¼ä»…有一边为空ISO C ä¸å…è®¸ä½¿ç”¨ const æˆ– volatile é™å®šå‡½æ•°ç±»åž‹ISO C ä¸å…è®¸å°†ä¸€ä¸ªå‡½æ•°æŒ‡é’ˆè½¬æ¢ä¸ºä¸€ä¸ªå¯¹è±¡æŒ‡é’ˆISO C ä¸å…è®¸å°†ä¸€ä¸ªå¯¹è±¡æŒ‡é’ˆè½¬æ¢ä¸ºä¸€ä¸ªå‡½æ•°æŒ‡é’ˆISO C ä¸å…è®¸åœ¨åˆå§‹å€¼è®¾å®šä¸­æœ‰ç©ºçš„花括号对ISO C ä¸å…è®¸å‰å‘参数声明ISO C ä¸å…è®¸%<enum%>类型的前向引用ISO C ä¸å…è®¸åœ¨å‡½æ•°æŒ‡é’ˆå’Œ%<void *%>间初始化HISO C ä¸å…è®¸æ ‡å·å£°æ˜ŽISO C ä¸å…è®¸ä¸å«æˆå‘˜çš„æˆå‘˜å£°æ˜ŽISO C ä¸å…è®¸åµŒå¥—函数ISO C ä¸å…è®¸çœç•¥ ?: è¡¨è¾¾å¼ä¸­çš„第二项ISO C ä¸å…è®¸å‡½æ•°æŒ‡é’ˆé—´æ¯”较大小ISO C ä¸å…è®¸å°†%2$qE的第 %1$d ä¸ªå®žå‚在函数指针和%<void *%>间传递ISO C ä¸å…è®¸ä½¿ç”¨ const æˆ– volatile é™å®šå‡½æ•°ç±»åž‹ISO C ä¸å…è®¸åœ¨å‡½æ•°æŒ‡é’ˆå’Œ%<void *%>间返回ISO C ä¸å…è®¸åœ¨åˆå§‹åŒ–指定元素的范围ISO C ä¸å…è®¸æŒ‰ä¸‹æ ‡è®¿é—®%<register%>数组ISO C ä¸å…è®¸å¤§å°ä¸º 0 çš„æ•°ç»„ISO C ä¸å…è®¸å¤§å°ä¸º 0 çš„æ•°ç»„%qEISO C ä¸å…è®¸å°†å®žå‚转换为联合ISO C è¦æ±‚在%<...%>前有一个有名参数ISO C å°†æžšä¸¾å€¼é™åˆ¶åœ¨%<int%>范围内ISO C++ 1998 ä¸æ”¯æŒ%<long long%>ISO C++ 1998 ä¸å…è®¸åœ¨æ˜¾å¼å®žä¾‹åŒ–时使用%<extern%>ISO C++ ä¸å…è®¸å¯¹éžç±»åž‹ä½¿ç”¨%<alignof%>ISO C++ ä¸å…è®¸çœç•¥ ?: çš„中间操作数ISO C++ ä¸å…è®¸æŒ‡å®šå…ƒç´ åˆå§‹å€¼è®¾å®šISO C++ ä¸å…è®¸å°†%<%T::%D%>定义为%<%T::%D%>ISO C++ å¯¹ %2$qs ä¸æ”¯æŒ %<__int%1$d%>ISO C++ ä¸æ”¯æŒå•独以 %<complex%> è¡¨ç¤º %<double complex%>ISO C++ ä¸å…è®¸å°†%<__alignof%>应用到函数类型的表达式上ISO C++ ä¸å…è®¸å°†%<sizeof%>应用到函数类型的表达式上ISO C++ ä¸å…è®¸åœ¨è¡¨è¾¾å¼ä¸­ä½¿ç”¨èŠ±æ‹¬å·ç»„ISO C++ ä¸å…è®¸åœ¨ç¨‹åºé‡Œè°ƒç”¨%<::main%>ISO C++ ä¸å…è®¸è½¬æ¢ä¸ºæ•°ç»„类型%qTISO C++ ä¸å…è®¸æ¯”较指针和整数的值ISO C++ ä¸å…è®¸åœ¨%<void *%>和函数指针间比较ISO C++ ä¸å…è®¸å¤åˆå­—面量ISO C++ ä¸å…è®¸è®¡ç®—转移ISO C++ ä¸å…è®¸%<void *%>和函数指针组成的条件表达式ISO C++ ä¸å…è®¸åœ¨%<void *%>和函数指针间转换ISO C++ ä¸å…è®¸å£°æ˜Žæ— ç±»åž‹çš„%qsISO C++ ä¸å…è®¸å¯¹ç±»åž‹ä¸º%qT的指针自减ISO C++ ä¸å…è®¸æžšä¸¾è‡ªå‡ISO C++ ä¸å…è®¸åœ¨ç±»å†…初始化非常量静态成员%qDISO C++ ä¸å…è®¸å¯¹ç±»åž‹ä¸º%qT的指针自增ISO C++ ä¸å…è®¸æžšä¸¾è‡ªå¢žISO C++ ä¸å…è®¸åˆå§‹åŒ–成员常量%qD,因为它有非整数的类型%qTISO C++ ä¸å…è®¸åµŒç±»çš„类型%qD与其所属的类重名ISO C ä¸å…è®¸çœç•¥ ?: è¡¨è¾¾å¼ä¸­çš„第二项ISO C++ ä¸å…è®¸å–函数%<::main%>的地址ISO C++ ä¸å…è®¸é€šè¿‡å–已绑定的成员函数的地址来构造成员函数指针。请改用%<&%T::%D%>ISO C++ ä¸å…è®¸å–转换到非左值表达式的地址ISO C++ ä¸å…è®¸é€šè¿‡æå–一个未限定的或带括号的非静态成员函数的地址来形成一个成员函数指针。请使用%<&%T::%D%>ISO C++ ä¸å…è®¸åœ¨æ˜¾å¼å®žä¾‹åŒ–时使用%qEISO C ä¸å…è®¸åœ¨å‚数声明中使用 %<auto%>ISO C++ ä¸å…è®¸åœ¨å‡æ³•中使用类型为%<void *%>的指针ISO C++ ä¸å…è®¸åœ¨å‡æ³•中使用函数指针ISO C++ ä¸å…è®¸åœ¨å‡æ³•中使用指向方法的指针ISO C++ ä¸å…è®¸å˜é•¿æ•°ç»„ISO C++ ä¸å…è®¸å˜é•¿æ•°ç»„%qDISO C++ ä¸å…è®¸å¤§å°ä¸º 0 çš„æ•°ç»„ISO C ä¸å…è®¸å¤§å°ä¸º 0 çš„æ•°ç»„%qDISO C++ ä¸å…è®¸åŒ¿åç»“æž„ISO C++ ä¸å…è®¸é‡è½½ ?: è¿ç®—符ISO C++ è®¤ä¸ºæœ‰æ­§ä¹‰ï¼Œå°½ç®¡ç¬¬ä¸€ä¸ªå¤‡é€‰çš„æœ€å·®ç±»åž‹è½¬æ¢è¦å¥½äºŽç¬¬äºŒä¸ªå¤‡é€‰çš„æœ€å·®ç±»åž‹è½¬æ¢ISO C90 ä¸æ”¯æŒ%<[*]%>数组声明ISO C90 ä¸æ”¯æŒ %<_Alignas%>ISO C90 ä¸æ”¯æŒ %<_Generic%>ISO C90 ä¸æ”¯æŒ %<_Noreturn%>ISO C90 ä¸æ”¯æŒ%<_Static_assert%>ISO C90 ä¸æ”¯æŒ %<__func__%> é¢„定义标识符ISO C90 ä¸æ”¯æŒ%<long long%>ISO C90 ä¸æ”¯æŒåœ¨å½¢å‚数组声明中使用%<static%>或类型限定符ISO C90 ä¸æ”¯æŒ %qEISO C90 ä¸æ”¯æŒå¸ƒå°”类型ISO C90 ä¸æ”¯æŒå¤æ•°ç±»åž‹ISO C90 ä¸å…è®¸å¯å˜æ•°ç»„成员ISO C90 ä¸æ”¯æŒ %<_Atomic%> é™å®šç¬¦ISO C90 ä¸æ”¯æŒæ— åç»“æž„/联合ISO C90 ä¸å…è®¸æ•°ç»„%qE,因为不能计算其大小ISO C90 ä¸å…è®¸ä»»ä½•不能确定大小的数组ISO C90 ä¸å…è®¸å¤åˆå­—面量ISO C90 ä¸å…è®¸æ··åˆä½¿ç”¨å£°æ˜Žå’Œä»£ç ISO C90 ä¸å…è®¸æŒ‡å®šå­å¯¹è±¡çš„初始值ISO C90 ä¸å…è®¸éžå·¦å€¼çš„æ•°ç»„作为下标运算的左操作数ISO C90 ä¸å…è®¸å˜é•¿æ•°ç»„ISO C90 ä¸å…è®¸å˜é•¿æ•°ç»„%qEISO C99 ä¸æ”¯æŒ %<_Alignas%>ISO C99 ä¸æ”¯æŒ %<_Generic%>ISO C99 ä¸æ”¯æŒ %<_Noreturn%>ISO C90 ä¸æ”¯æŒ%<_Static_assert%>ISO C99 ä¸æ”¯æŒ %qEISO C99 ä¸æ”¯æŒ %<_Atomic%> é™å®šç¬¦ISO C99 ä¸æ”¯æŒæ— åç»“æž„/联合如果 ATAN2 %L çš„第一个参数为 0,第二个参数必须不为 0忽略%L处空语句中的语句标号%C处 PURE è¿‡ç¨‹ä¸­çš„分配对象非法%C处的 BOZ å¸¸é‡ä¸­æœ‰éžæ³•字符%L处的非法引用类型作为 EQUIVALENCE å¯¹è±¡%L é›¶é—´éš”非法在 %+D ä¸­ï¼šé‡å çš„变量和异常范围,在 %d在 C++ ä¸­ï¼Œéžé›¶å€¼è¡¨ç¤ºå°†å­—面字符串转换为‘char *’时给出警告。在 C ä¸­ï¼Œç»™å‡ºç›¸ä¼¼çš„警告,但这种类型转换是符合 ISO C æ ‡å‡†çš„。在构造函数%qs中在复制构造函数%qs在析构函数%qs中在函数%qs中在 lambda å‡½æ•°ä¸­åœ¨æˆå‘˜å‡½æ•°%qs中在静态成员函数%qs中%L处 PARAMETER ä¸­æ´¾ç”Ÿç±»åž‹ä¸å…¼å®¹èµ‹å€¼ä¸­æœ‰ä¸å…¼å®¹çš„ç§© %d å’Œ %d,位于 %L%4$L%1$s ä¸­ç§©(%2$d å’Œ %3$d)不兼容%L处 DATA è¯­å¥ä¸­ç±»åž‹ä¸å…¼å®¹ï¼›è¯•图从 %s è½¬æ¢åˆ° %s%%L和%%L处的操作数的秩不一致不正确的 EH è¾¹ %i->%i不正确的函数返回值%2$L处第 %1$d ç»´ä¸‹æ ‡è¶Šç•Œåˆå§‹åŒ–不允许出现在%C处的 PURE è¿‡ç¨‹ä¸­%C处的初始化不是为指针变量准备的不允许在%C处初始化可分配的组件%C处对指针的初始化不允许出现在 PURE è¿‡ç¨‹ä¸­%C处对变量的初始化不允许出现在 PURE è¿‡ç¨‹ä¸­%C处初始化已经初始化的变量在提示分支目标后插入 hbrp æŒ‡ä»¤ä»¥é¿å… SPU æ­»é”ã€‚%C处需要整数表达式整数种别 %d åœ¨%C处不可用%L处整数超出标准 Fortran éšå«çš„对称范围%3$L处将%1$s转换为%2$s时整数超过了标准 Fortran æ‰€è§„定的对称范围整数溢出%2$C处的整数对其种别 %1$i æ¥è¯´å¤ªå¤§%C整数相对其种别而言太大。这一检查可用 -fno-range-check é€‰é¡¹ç¦ç”¨%C处整数太大%C处表达式中整数值太大Intel MPX ä¸æ”¯æŒ x32%L处过程指针赋值中接口不匹配:%s%C处必须为 DEFERRED ç»‘定指定接口内部编译器错误:重入错误报告程序。
%L处内部单位带向量下标%L处内建 TRANSFER æœ‰éƒ¨åˆ†æœªå®šä¹‰çš„结果:源尺寸 %ld < ç»“果尺寸 %ld%L处内建运算符接口必须是一个 FUNCTION%L处内建过程不能是 MODULE PROCEDURE%L处无效的荷勒瑞斯常量包含一个宽字符无效的荷勒瑞斯常量:%L å¿…须包含至少一个字符无效的荷勒瑞斯常量:%L处的整数种别应当是默认的%s ä½äºŽ %L çš„ KIND å‚数无效%C处的名字中有非法字符%%L处 NULL() æŒ‡é’ˆä¸Šä¸‹æ–‡æ— æ•ˆ%C处 PROGRAM è¯­å¥æ ¼å¼æ— æ•ˆ%L处 WRITE è¯­å¥å½¢å¼æ— æ•ˆï¼Œéœ€è¦ UNIT%C处数组引用形式无效%2$C处 DATA è¯­å¥åˆå§‹å€¼è®¾å®š %1$s æ— æ•ˆCHARACTER å¸¸é‡çš„种别 %d æ— æ•ˆï¼Œåœ¨%C处%2$L处 %1$s ç§åˆ«æ— æ•ˆ%L过程参数无效%L处过程指针赋值非法无效的实型种别 %d,在%C处%C处类型指定无效%2$C处‘%1$s’规格无效%L处游标步进不能为零Java ç±»%q#T对象为预定位 new æ‰€åˆ†é…Java ç±»%qT不能有析构函数Java ç±»%qT不能有隐式的不平凡的析构函数Java ç±»%qT不能有多个基类Java ç±»%qT不能有虚基类Java æ–¹æ³•%qD有非 Java ç±»åž‹å½¢å‚%qTJava æ–¹æ³•%qD返回非 Java ç±»åž‹%qTJava å¯¹è±¡%qD并非由%<new%>所分配%C处在 CALL ä»¥åŽæœ‰åžƒåœ¾å­—符%C å¤„的泛型绑定后有垃圾字符KIND å‚æ•° %s åœ¨%L处必须是初始化表达式种别 %d åœ¨%C处不为 CHARACTER æ‰€æ”¯æŒç§åˆ« %1$d ä¸ä¸ºç±»åž‹%3$C处 %2$s æ‰€æ”¯æŒ%L实体的种别类型参数与类型限定中的种别类型参数不同已知 AArch64 ABI (用于 -mabi= é€‰é¡¹):已知 ABI (用于 -mabi= é€‰é¡¹):已知 ARM ABI (用于 -mabi= é€‰é¡¹):已知 ARM å¤„理器 (用于 -mcpu= å’Œ -mtune= é€‰é¡¹):已知 ARM æµ®ç‚¹å¤„理器 (用于 -mfpu= é€‰é¡¹):已知 ARM æž¶æž„ (用于 -march= é€‰é¡¹):已知 C6X ISA (用于 -march= é€‰é¡¹):已知处理器 (用于 -mcpu= å’Œ -mtune= é€‰é¡¹):已知 FR-V å¤„理器 (用于 -mcpu= é€‰é¡¹):已知 IQ2000 å¤„理器 (用于 -mcpu= é€‰é¡¹):已知 Itanium å¤„理器 (用于 -mtune= é€‰é¡¹):已知 M68K å¤„理器 (用于 -mcpu= é€‰é¡¹):已知 M68K ISA (用于 -march= é€‰é¡¹):已知 M68K å¾®æž¶æž„ (用于 -mtune= é€‰é¡¹):已知 MIPS ABI (用于 -mabi= é€‰é¡¹):已知 MIPS å¤„理器 (用于 -march= å’Œ -mtune= é€‰é¡¹):已知 MIPS IEEE 754 è®¾ç½® (用于 -march= å’Œ -mtune= é€‰é¡¹):已知 MIPS ISA ç­‰çº§ (用于 -mips é€‰é¡¹):已知 TILE-Gx å¤„理器 (用于 -mcpu= é€‰é¡¹):已知 TILEPro å¤„理器 (用于 -mcpu= é€‰é¡¹):已知 TLS æ–¹è¨€ (用于 -mtls-dialect= é€‰é¡¹):已知寻址模式 (用于 -mcmodel= é€‰é¡¹):已知汇编器方言 (用于 -masm-dialect= é€‰é¡¹):已知编码模型 (用于 -mcmodel= é€‰é¡¹):已知浮点 ABI (用于 -mfloat-abi= é€‰é¡¹):L%d ç¼“存延迟未知,对 %s æ¥è¯´ä¸è¿”回的调用中有左值%L处的表达式需要 LOGICAL æ“ä½œæ•°LTO æ”¯æŒåœ¨æ­¤é…ç½®ä¸‹æœªè¢«å¯ç”¨%2$C处的标号 %1$d å·²ä½œä¸ºæ ¼å¼æ ‡å·å¼•用%2$C处的标号 %1$d å·²ä½œä¸ºåˆ†æ”¯ç›®æ ‡å¼•用%2$C处的标号 %1$d å…ˆå‰ç”¨ä½œ FORMAT æ ‡å·%2$C处的标号 %1$d å…ˆå‰ç”¨ä½œåˆ†æ”¯ç›®æ ‡æ ‡å· %d äºŽ %L ç»å®šä¹‰ä½†æ— æ³•被使用标号 %d äºŽ %L ç»å®šä¹‰ä½†æœªè¢«ä½¿ç”¨æ ‡å· %d(引用自 %L)从未被定义%L处的标号与%L处 GOTO è¯­å¥ä¸åœ¨ç›¸åŒçš„块中%C处 IMPLICIT è¯­å¥ä¸­çš„字母必须按序排列%2$C处语句超出 %1$d ä¸ªç»­è¡Œçš„限制行在%L处被截断已执行的行数:%s (共 %d è¡Œ)
列出所有可用的调试计数器及其极限和计数。%L处逻辑 SELECT CASE å—有多于两个的情况%L处 CASE è¯­å¥ä¸­çš„逻辑范围是不被允许的%%L处逻辑值必须与 %s æ¯”较,而不是 %s循环变量%C处的循环变量不能是一个子组件循环变量已被修改%1$L处数组下限引用在第 %4$d ç»´ä¸­è¶Šç•Œ(%2$ld < %3$ld)%1$L处数组下限引用在第 %4$d ç»´ä¸­è¶Šç•Œ(%2$ld > %3$ld)MIPS16 -mxgot ä»£ç MIPS16 PIC ä»£ç çš„ ABI ä¸æ˜¯ o32 æˆ– o64MMIX å†…部错误:%s ä¸æ˜¯ä¸€ä¸ªå¯ç§»ä½çš„æ•´æ•°MMIX å†…部错误:错误的寄存器:%dMMIX å†…部错误:‘m’值错误,不是一个整常量MMIX å†…部错误:无法解码此操作数MMIX å†…部错误:预期的是整常量,不是这个MMIX å†…部错误:需要一个常量,不是这个MMIX å†…部错误:需要一个寄存器,不是这个MMIX å†…部错误:最后一个有名的不定参数无法放入寄存器中MMIX å†…部错误:mmix_print_operand ç¼ºå°‘%qc类型MMIX å†…部错误:这不是一个常量:MMIX å†…部错误:这不是一个可识别的地址MMIX å†…部错误:试图输出无效地反转的条件:MMIX å†…部错误:它的比较条件是什么?MMIX å†…部错误:它的比较条件是什么?没有启用 MMX,却出现了 MMX å‘量实参,这改变了 ABI没有启用 MMX却返回 MMX å‘量,这改变了 ABI%C处的 MODULE PROCEDURE å¿…须在一个泛型接口内cris_op_str ä¸­çš„ MULT å®žä¾‹%L处 ISHFTC çš„第二个参数大小超过第一个实参的 BIT_SIZE让整数有 32 ä½å®½ã€‚为实现提示插入的 nop çš„æœ€å¤§æ•°ï¼ˆé»˜è®¤ 2)。用字节表示的能被用作操作数的常量的最大尺寸。能被放在小内存区的全局和静态变量的最大尺寸。子记录长度不能超过 %d支持的标识符的最大长度为 %d内存分配失败Merge å­å‘½ä»¤ç”¨æ³•:%L处过程指针赋值不匹配:调用约定不匹配%L处子进程调用缺少替代返回限定%L处的 DIMENSION è¯­å¥ç¼ºå°‘数组规格%C处 IMPLICIT ç¼ºå°‘字符范围%C处绑定标号缺少右括号%C处没有维数规格%C处的属性规格说明语句缺少实体或公共块名%C处实数缺少指数部分%C处缺少格式标号%C处的 USE è¯­å¥ç¼ºå°‘泛型规格%C处的实参数列中缺少关键字名%C处缺少种别参数缺少前导左括号%C å¤„ BIND(C) å‰ç¼ºå°‘要求的括号%C处缺少右括号%C处缺少右括号或逗号%C处 USE è¯­å¥ä¸­çš„æ¨¡å—本性应该是 INTRINSIC æˆ– NON_INTRINSIC ä¸­çš„一个%L处调用过程时实参比形参多%C处为单个 NAME= æŒ‡å®šäº†å¤šä¸ªæ ‡è¯†ç¬¦%C å¤„çš„ ABSTRACT INTERFACE çš„ BIND(C)上不允许有 NAME%C处的 NEWUNIT é™å®šç¬¦å¿…须有 FILE= æˆ– STATUS='scratch'NON_OVERRIDABLE å’Œ DEFERRED ä¸èƒ½åŒæ—¶å‡ºçŽ°åœ¨%C处%C处需要 NOPASS æˆ–显式接口NOTE_INSN_BASIC_BLOCK %d åœ¨åŸºæœ¬å— %d ä¸­é—´å— %d ç¼ºå°‘ NOTE_INSN_BASIC_BLOCKNO_ARG_CHECK å±žæ€§%L处赋值右手边出现 NULL算术表达式中使用了 NULL%C处的 NULL() åˆå§‹åŒ–有歧义%L处的 NUM_THREADS åˆ†å¥éœ€è¦ä¸€ä¸ªæ ‡é‡ INTEGER è¡¨è¾¾å¼%C处 !$omp critical å’Œ !$omp end critical åŽçš„名字不匹配%C çš„名字太长名字太长%L处有名的块 DO éœ€è¦åŒ¹é…çš„ ENDDO å%C处有名常量出现在 EQUIVALENCE ä¸­åå­—列表 %s ä¸èƒ½ä¸ºå¯¹ %s çš„ USE å…³è”来更名%C处的属性规格说明语句需要实体或公共块名%C处的 BIND(C) ä¸­ä¸å…è®¸æœ‰ç»‘定名没有跳转
没有调用
没有可执行行
%L处 WHERE ä¸­ç”¨æˆ·å®šä¹‰çš„非 ELEMENTAL ç”¨æˆ·èµ‹å€¼%L处的 FORMAT æ ‡è®°ä¸­å‡å®šå¤–形数组中有非字符元素%L处的 FORMAT æ ‡è®°ä¸­å‡å®šå¤§å°æ•°ç»„中有非字符元素%L处的 FORMAT æ ‡è®°ä¸­æœ‰éžå­—符指针数组元素%C处语句标号中出现非数字字符%L处的非标量 FINAL è¿‡ç¨‹åº”当有假定外形的参数%C处的制表符不相容第 %d åˆ—第 %d è¡Œæœ‰ä¸ç›¸å®¹çš„制表符%L处 DATA è¯­å¥ä¸­æœ‰éžå¸¸é‡æ•°ç»„段需要非负的宽度%3$C处的 %1$s*%2$d ç±»åž‹å£°æ˜Žä¸ç¬¦åˆæ ‡å‡†ä¸æ˜¯ä¸€ä¸ªæœ‰æ•ˆçš„ Java .class æ–‡ä»¶ã€‚
%C处数值 PARAMETER è¦æ±‚复数常量%L处的表达式需要数字操作数%L处的表达式中需要数字或 CHARACTER æ“ä½œæ•°%C处的 OPEN è¯­å¥éœ€è¦æŒ‡å®š UNIT æˆ– NEWUNITOPEN è¯­å¥ä¸å…è®¸å‡ºçŽ°åœ¨%C处的 PURE è¿‡ç¨‹ä¸­OPTIONAL ä¸èƒ½ç”¨åœ¨%C处 BLOCK å†…Objective-C å£°æ˜Žåªèƒ½å‡ºçŽ°åœ¨å…¨å±€ä½œç”¨åŸŸä¸­ç”¨äºŽå¤„ç† gcda è®¡æ•°çš„离线工具
 
%3$C处旧式的类型声明 %1$s*%2$d ä¸å—支持对字大小的值仅产生绝对重定位。%L处只有内建运算符才能用于表达式中不起作用,仅为向前兼容保留。%C处的 OpenMP æŒ‡ç¤ºä¸èƒ½å‡ºçŽ°åœ¨ PURE æˆ– ELEMENTAL è¿‡ç¨‹ä¸­%%L处的 .not. è¿ç®—符的操作数为 %s字符串毗连运算符(位于 %%L)的操作数为 %s/%s%L处运算符接口与内建接口冲突%L处的运算符接口实参数错误%L处的运算符接口必须有至多两个实参选项:
堆栈溢出。
使用 DWARF v4 debuginfo æ—¶è¾“出 .debug_types åŒºæ®µã€‚Overlap å­å‘½ä»¤ç”¨æ³•:%L å¤„  EQUIVALENCE ä¸­ä¸ç­‰çš„初始值设定重叠P æè¿°ç¬¦éœ€è¦å‰å¯¼å› å­%L处 PARAMETER ç¼ºå°‘初始值设定PCS å˜åŠ¨è¾¹ %d->%d ç¼ºå°‘ PHI å‚æ•°PHI å‚数不是 SSA_NAME æˆ–不变量PIC ä»£ç ç”Ÿæˆä¸Žå¿«é€Ÿé—´æŽ¥è°ƒç”¨ä¸å…¼å®¹PIC ä»£ç ç”Ÿæˆåœ¨å¯ç§»æ¤è¿è¡Œæ—¶æ¨¡åž‹ä¸­ä¸å—支持PIC åªåœ¨ RTP ä¸Šå—支持需要 PIC,但 CONST16 æŒ‡ä»¤ä¸æ”¯æŒå°šæœªè®¾å®šå¥½ PIC å¯„存器%C处的过程指针组件需要 POINTER å±žæ€§PRE è¢«ç¦ç”¨%C处的 PRINT åå­—列表是一个扩展PRINT è¯­å¥ä¸å…è®¸å‡ºçŽ°åœ¨%C处的 PURE è¿‡ç¨‹ä¸­PRINT_OPERAND ç©ºæŒ‡é’ˆPRINT_OPERAND:未知的标点‘%c’PRINT_OPERAND_ADDRESS,空指针%C处的 PRIVATE è¯­å¥ä»…允许出现在模块规格说明部分内%C处 PRIVATE è¯­å¥å¿…须先于过程绑定%C处 PRIVATE è¯­å¥å¿…须先于结构组件%C处 TYPE ä¸­çš„ PRIVATE è¯­å¥å¿…须在 MODULE ä¸­%C处的 PROCEDURE å¿…须在一个泛型接口内%C处的 PROCEDURE(接口) éœ€è¦å£°æ˜Žä¸º DEFERRED%C处的 PROTECTED ä»…允许出现在模块规格说明部分内%C处的 PUBLIC è¯­å¥åªä¸å…è®¸å‡ºçŽ°åœ¨æ¨¡å—è§„æ ¼è¯´æ˜Žéƒ¨åˆ†å†…%L处传递的对象必须是标量不允许按位置传递%L处的内部过程转换开关初始化在树上进行函数内的指向分析。在全局公共子表达式消除中进行冗余的写后读消除格式限定符中需要句号%2$L处的格式限定符%1$s中需要句号%L处的格式限定符需要句号请提交一份完整的错误报告,
如有可能请附上经预处理后的源文件。
插件%C处结构的指针数组组件必须有延迟的外形%L处指针赋值目标对象有 PROTECTED å±žæ€§%L处指针赋值的目标既不是 TARGET ä¹Ÿä¸æ˜¯ POINTER%L处指针赋值的目标不是一个 POINTER%L处指针赋值的右手边带有向量下标需要正的指数宽度需要正的宽度%2$L处的格式指定 %1$s éœ€è¦æ­£çš„宽度T æè¿°ç¬¦éœ€è¦æ­£çš„宽度仅预处理指示。预处理后的源码储存于文件 %s,请将其附在错误报告内。
将数据传输周围的跳转认为是条件转移。显示代码覆盖信息。
 
%L处的过程参数对于 PURE è¿‡ç¨‹æ˜¯å±€éƒ¨çš„,但是有 POINTER å±žæ€§å¤„理 spec (%s),即‘%s’
禁止相对 PC çš„函数调用。%C处 RESULT å˜é‡ä¸èƒ½ä¸Žå‡½æ•°é‡å%C处的 ROUND= ä¸å…è®¸ç”¨åœ¨ Fortran 95 ä¸­RTL æ£€æŸ¥ï¼šåœ¨ %4$s ä¸­è®¿é—®äº†â€˜%2$s’的 elt %1$d,最后的 elt %3$d,于 %5$s:%6$dRTL æ£€æŸ¥ï¼šåœ¨ %3$s ä¸­è®¿é—®äº†å‘量 elt %1$d,最后的 elt %2$d,于 %4$s:%5$dRTL æ£€æŸ¥ï¼šåœ¨ %s ä¸­è¯•图将非块符号处理为块符号,于 %s:%dRTL æ£€æŸ¥ï¼šéœ€è¦ä»£ç â€˜%s’或‘%s’,却得到‘%s’在 %s,于 %s:%dRTL æ£€æŸ¥ï¼šéœ€è¦ä»£ç â€˜%s’,却得到‘%s’在 %s,于 %s:%dRTL æ£€æŸ¥ï¼šåœ¨ %6$s ä¸­éœ€è¦ elt %1$d ç±»åž‹â€˜%2$c’或‘%3$c’,得到了‘%4$c’(rtx %5$s),于 %7$s:%8$dRTL æ£€æŸ¥ï¼šåœ¨ %5$s ä¸­éœ€è¦ elt %1$d ç±»åž‹â€˜%2$c’,得到了‘%3$c’(rtx %4$s),于 %6$s:%7$dRTL æ ‡è®°æ£€æŸ¥ï¼š%3$s ä¸­ä¸Žéžé¢„期 rtx ä»£ç â€˜%2$s’一起使用的 %1$s,于 %4$s:%5$dRTP PIC ä¸Ž -msingle-pic-base ä¸å…¼å®¹RTP PIC ä¸Ž Thumb ä¸å…¼å®¹RX FPU  æŒ‡ä»¤ä¸æ”¯æŒ NaN å’Œæ— é™%L处不能为负的 REAL å– REAL æ¬¡å¹‚%L处范围规格无法匹配%L处数组引用中秩不匹配(%d/%d)从 %s è¯»å– specs
%C处实常数上溢其种别%C处实常数下溢其种别在目标文件中记录 gcc å‘½ä»¤è¡Œå¼€å…³ã€‚%L有多余的 ERRMSG æ ‡è®°%L有多余的 SOURCE æ ‡è®°%L处有多余的 STAT æ ‡è®°æ­£åœ¨ç§»é™¤ '%s'
%s çš„结果在%L处为其种别给出范围错误%s çš„结果在%L处为 NaN%s çš„结果在%L处上溢其种别%s çš„结果在%L处下溢其种别NEAREST çš„结果在%L处为 NaN%L处 SCALE çš„结果上溢其种别按函数重用 r30。Rewrite å­å‘½ä»¤ç”¨æ³•:%L处未指定假定大小数组段的最右端上限启用预测公因子优化。在局部转化(LTRANS)模式下运行链接时优化器。在全程序分析(WPA)模式下运行链接时优化器。运行时名称。%L处 PURE è¿‡ç¨‹ä¸èƒ½æŒ‡å®š SAVE å±žæ€§%C处 SAVE è¯­å¥è·Ÿéšç©ºç™½ SAVE è¯­å¥%L处的 SCHEDULE åˆ†å¥çš„ chunk_size éœ€è¦ä¸€ä¸ªæ ‡é‡ INTEGER è¡¨è¾¾å¼%C处 SEQUENCE å±žæ€§å·²ç»åœ¨ TYPE è¯­å¥ä¸­æŒ‡å®š%C处 SEQUENCE è¯­å¥å¿…须先于 CONTAINS%C处 SEQUENCE è¯­å¥å¿…须先于结构组件SH2a ä¸æ”¯æŒå°ç«¯åœ¨å‰%C处的 SIGN= ä¸å…è®¸ç”¨åœ¨ Fortran 95 ä¸­%L处的 SOURCE æ ‡è®°ä¸Ž%L处的类型指定冲突SPE åœ¨æ­¤ç›®æ ‡æœºä¸Šä¸å—支持SSA æŸåSSA ååœ¨ freelist ä¸­ï¼Œå´ä»ç„¶è¢«æé¢†SSA_NAME åœ¨åŸºæœ¬å— %i å’Œ %i ä¸­å‡è¢«åˆ›å»ºSSA_NAME_DEF_STMT ä¸æ­£ç¡®åº”该设置 SSA_NAME_OCCURS_IN_ABNORMAL_PHISSE æŒ‡ä»¤é›†å·²ç¦ç”¨ï¼Œä½¿ç”¨ 387 æŒ‡ä»¤å·²ç¦ç”¨ SSE å´åœ¨ SSE å¯„存器中传递参数已禁用 SSE å´åœ¨ SSE å¯„存器中返回没有启用 SSE,却出现了 SSE å‘量实参,这改变了 ABI没有启用 SSE,却有 SSE å‘量返回值,这改变了 ABI与 %s相同。请用后者替代。与 -fassociative-math ç›¸åŒï¼Œä½œç”¨äºŽåŒ…含除法的表达式。%C处标量 PARAMETER è¦æ±‚复数常量%L处 MOD çš„第二个参数为 0%L处 MOD çš„第二个参数为 0%L处 MODULO çš„第二个参数为 0%L处定义赋值的第二个参数必须是 INTENT(IN)%L处运算符接口的第二个参数不能是可选的%L处运算符接口的第二个参数必须是 INTENT(IN)参阅 %s ä»¥èŽ·å–æŒ‡ç¤ºã€‚
段错误段错误(代码)%L处计算转移 GOTO è¯­å¥çš„选择表达式必须是一个标量整数表达式%C处 SELECT TYPE ä¸­çš„选择子不是一个有名变量;请使用 associate-name=>%C处分号前必须是一个语句设定分支的开销。将模块实体的默认访问权限设置为 PRIVATE。指定存储的取样数据的顶级目录将 spec %s è®¾ä¸ºâ€˜%s’
 
%C处可分配标量的外形规格说明%L和%L处的操作数外形不相容为保存不同的硬寄存器的共享槽。为溢出的伪寄存器共享堆栈槽。以 KB è¡¨ç¤ºçš„软件数据缓存的大小,%L处的源表达式和%L处的分配对象必须有相同的外形%L处的源表达式必须是标量或者与%L处的分配对象有相同的秩指定保留给中断处理函数使用的寄存器的数量指定中断函数是否要保存和恢复累积寄存器。指定调度优化的目标 CPU。有效的选项是 700、7100、7100LC、7200、7300,和 8000。指定用于预定义和链接的 UNIX æ ‡å‡†ã€‚指定 Xilinx FPU。指定存放 LTRANS è¾“出的文件列表的文件。指定要构建的目标 MCU。选择目标 RX CPU çš„类型分割 32 å­—节的 AVX æœªå¯¹é½åŠ è½½ã€‚åˆ†å‰² 32 å­—节的 AVX æœªå¯¹é½å‚¨å­˜ã€‚DO å¾ªçŽ¯ä¸­çš„å¼€å§‹è¡¨è¾¾å¼%L处 stat å˜é‡å¿…须是一个标量 INTEGER å˜é‡%1$L处的统计变量不能在同一个 %3$s è¯­å¥ä¸­è¢« %2$s%L处的语句对%L处的分支语句而言不是一个有效的分支目标语句%L处的语句函数是递归的%C处的语句标号为零%C处 ENDDO ä¸­çš„语句标号与 DO æ ‡å·ä¸åŒ¹é…%C处 GOTO ä¸­çš„语句标号列表不能为空DO å¾ªçŽ¯ä¸­çš„æ­¥è¿›è¡¨è¾¾å¼%L处的 DO å¾ªçŽ¯ä¸­çš„æ­¥è¿›è¡¨è¾¾å¼ä¸èƒ½ä¸ºé›¶ä»¥ 64 ä½å­˜å‚¨åŒç²¾åº¦æ•°ã€‚以 32 ä½åŒç²¾åº¦æ•°å­˜å‚¨ã€‚这是默认值。%L处字符串太长%L çš„子字符串长度为零%L处的子字符串终止索引超过了字符串长度%L处子串结束索引太大%L处的子字符串终止索引类型必须为 INTEGER%L处的子字符串终止索引必须是标量%L处的子字符串起始索引小于 1%L处的子字符串起始索引类型必须为 INTEGER%L处的子字符串起始索引必须是标量%L处 IBSET çš„第二个和第三个参数的总和超过位大小支持 3DNow! å†…建函数。支持 AES å†…建函数及代码生成。支持 Athlon 3DNow! å†…建函数。支持 BMI å†…建函数及代码生成支持 BMI2 å†…建函数及代码生成。支持 CLFLUSHOPT æŒ‡ä»¤ã€‚支持 CLWB æŒ‡ä»¤ã€‚支持 CLZERO å†…建函数及代码。支持 F16C å†…建函数及代码生成。支持 FMA4 å†…建函数及代码生成。支持 FSGSBASE å†…建函数及代码生成。支持 FXSAVE å’Œ FXRSTOR æŒ‡ä»¤ã€‚支持 LWP å†…建函数及代码生成。支持 LCZNT å†…建函数及代码生成。支持 MMX å’Œ SSE å†…建函数及代码生成。支持 MMX å†…建函数。支持 MMX、SSE å’Œ SSE2 å†…建函数及代码生成。支持 MMX、SSE、SSE2 å’Œ SSE3 å†…建函数及代码生成。支持 MMX、SSE、SSE2、SSE3 å’Œ SSE4A å†…建函数及代码生成。支持 MMX、SSE、SSE2、SSE3 å’Œ SSSE3 å†…建函数及代码生成。支持 MMX、SSE、SSE2、SSE3、SSSE3 å’Œ SSE4.1 å†…建函数及代码生成。支持 MMX、SSE、SSE2、SSE3、SSSE3、SSE4.1 å’Œ SSE4.2 å†…建函数及代码生成。支持 MMX、SSE、SSE2、SSE3、SSSE3、SSE4.1、SSE4.2 å’Œ AVX å†…建函数及代码生成。支持 MMX、SSE、SSE2、SSE3、SSSE3、SSE4.1、SSE4.2、AVX å’Œ AVX2 å†…建函数及代码生成支持 MMX、SSE、SSE2、SSE3、SSSE3、SSE4.1、SSE4.2、AVX å’Œ FMA å†…建函数及代码生成。支持 MMX、SSE、SSE2、SSE3、SSSE3、SSE4.1、SSE4.2、AVX、AVX2、AVX512F å’Œ AVX512BW å†…建函数及代码生成。支持 MMX、SSE、SSE2、SSE3、SSSE3、SSE4.1、SSE4.2、AVX、AVX2、AVX512F å’Œ AVX512CD å†…建函数及代码生成。支持 MMX、SSE、SSE2、SSE3、SSSE3、SSE4.1、SSE4.2、AVX、AVX2、AVX512F å’Œ AVX512DQ å†…建函数及代码生成。支持 MMX、SSE、SSE2、SSE3、SSSE3、SSE4.1、SSE4.2、AVX、AVX2、AVX512F å’Œ AVX512ER å†…建函数及代码生成支持 MMX、SSE、SSE2、SSE3、SSSE3、SSE4.1、SSE4.2、AVX、AVX2、AVX512F å’Œ AVX512IFMA å†…建函数及代码生成。支持 MMX、SSE、SSE2、SSE3、SSSE3、SSE4.1、SSE4.2、AVX、AVX2、AVX512F å’Œ AVX512PF å†…建函数及代码生成支持 MMX、SSE、SSE2、SSE3、SSSE3、SSE4.1、SSE4.2、AVX、AVX2、AVX512F å’Œ AVX512VBMI å†…建函数及代码生成。支持 MMX、SSE、SSE2、SSE3、SSSE3、SSE4.1、SSE4.2、AVX、AVX2、AVX512F å’Œ AVX512VL å†…建函数及代码生成。支持 MMX、SSE、SSE2、SSE3、SSSE3、SSE4.1、SSE4.2、AVX、AVX2 å’Œ AVX512F å†…建函数及代码生成。支持 MPX ä»£ç ç”Ÿæˆæ”¯æŒ MWAITX å’Œ MONITORX å†…建函数及代码生成。支持 PCLMUL å†…建函数及代码生成。支持 PCOMMIT æŒ‡ä»¤ã€‚支持 PKU å†…建函数及代码生成。支持 PREFETCHW æŒ‡ä»¤ã€‚支持 PREFETCHWT1 å†…建函数及代码生成。支持 RDRND å†…建函数及代码生成。支持 RDSEED æŒ‡ä»¤ã€‚支持 RTM å†…建函数及代码生成。支持 SHA1 å’Œ SHA256 å†…建函数及代码生成。支持 TBM å†…建函数及代码生成。支持 XOP å†…建函数及代码生成。支持 XSAVE å’Œ XRSTOR æŒ‡ä»¤ã€‚支持 XSAVEC æŒ‡ä»¤ã€‚支持 XSAVEOPT æŒ‡ä»¤ã€‚支持 XSAVES å’Œ XRSTORS æŒ‡ä»¤ã€‚支持生成高级位操作(ABM)指令。支持生成 cmpxchg16b æŒ‡ä»¤ã€‚支持生成 crc32 æŒ‡ä»¤ã€‚支持生成 movbe æŒ‡ä»¤ã€‚支持生成 popcnt æŒ‡ä»¤ã€‚支持在 x86-64 æ¨¡å¼ä¸‹ç”Ÿæˆ sahf æŒ‡ä»¤ã€‚支持保存标志的加进位(add-carry)指令。%C处的符号不适用于表达式%L处的符号不是一个 DUMMY å˜é‡%C处 !$OMP THREADPRIVATE åˆ—表语法错误%C处 !GCC$ ATTRIBUTES è¯­å¥ä¸­çš„语法错误%s è¯­å¥åœ¨%C处语法错误%C处 ABSTRACT INTERFACE è¯­å¥è¯­æ³•错误%C处 ASYNCHRONOUS è¯­å¥è¯­æ³•错误%C处 CASE è§„格语法错误%C处 CHARACTER å£°æ˜Žè¯­æ³•错误%C处 CLASS IS è§„格语法错误%C处的复常量语法错误%C处 ENUMERATOR å®šä¹‰ä¸­è¯­æ³•错误%L处 EQUIVALENCE è¯­å¥è¯­æ³•错误%C处 FORALL æ¸¸æ ‡è¯­æ³•错误%C处 I/O æ¸¸æ ‡è¯­æ³•错误%C处 IF è¯­å¥è¯­æ³•错误%C处 IF è¡¨è¾¾å¼è¯­æ³•错误%C处的 IMPORT è¯­å¥è¯­æ³•错误%C绑定标号的 NAME= é™å®šç¬¦è¯­æ³•错误%C处的 OpenMP å˜é‡åˆ—表语法错误%C处 PROCEDURE è¯­å¥è¯­æ³•错误%C处 PROTECTED è¯­å¥è¯­æ³•错误%C SAVE è¯­å¥è¯­æ³•错误%C处 SUBSTRING è§„格语法错误%C处 TYPE IS è§„格语法错误%C处 VALUE è¯­å¥è¯­æ³•错误%C处的 VOLATILE è¯­å¥è¯­æ³•错误%C处的参数列表语法错误%C处数组构造语法错误%C处字符长度规格语法错误%C处公共块名语法错误%C处数据声明语法错误%C è¡¨è¾¾å¼è¯­æ³•错误%C处泛型规格语法错误%C处游标语法错误%C处过程指针组件语法错误语法错误:%C处 END INTERFACE è¯­å¥åŽæœ‰åžƒåœ¾å­—符语法错误:在 %C处 INTERFACE è¯­å¥åŽæœ‰åžƒåœ¾å­—符至少执行一次的跳转:%s(总数为 %d)
目标:%s
--param é€‰é¡¹å¯æŽ¥å—以下参数%L处的数组构造函数的 CHARACTER å…ƒç´ å¿…须有相同的长度(%d/%d)%L处的 DEFAULT CASE ä¸º%L处的第二个 DEFAULT CASE æ‰€è·Ÿéš%L处的 H æ ¼å¼é™å®šç¬¦å·²åœ¨ Fortran 95 ä¸­è¢«åˆ é™¤%L处的分配对象和%L处的源表达式应该有相同的种别类型参数参数列表函数 %%VAL、%%LOC æˆ– %%REF åœ¨%L处该上下文中不被允许此 bug ä¸å¯é‡çŽ°ï¼Œå¯èƒ½æ˜¯ç¡¬ä»¶æˆ–æ“ä½œç³»ç»Ÿé—®é¢˜ã€‚
下列选项与具体语言无关下列选项与语言相关下列选项未列入文档下列选项只与特定语言相关 ä¸‹åˆ—选项被语言支持下列选项与特定目标机相关下列选项控制编译器警告信息下列选项控制优化下列选项带联合的参数下列选项带分立的参数%L处一个非纯变量在 PURE è¿‡ç¨‹ä¸­è¢«èµ‹å€¼ç»™å¸¦æœ‰ POINTER ç»„件派生类型变量(12.6)以百分比表示的投机成功的最小概率,影响对投机指令的调度%L处数组构造函数中的元素数超过容许的上限 %d。请参见 -fmax-array-constructor é€‰é¡¹%<-finit-character=n%> ä¸­ n çš„值必须在 0 å’Œ 127 ä¹‹é—´ç”¨äºŽ -Wabi è­¦å‘Šå’Œé“¾æŽ¥å…¼å®¹æ€§åˆ«åçš„ C++ ABI ç‰ˆæœ¬ã€‚本程序是自由软件;请参看源代码的版权声明。本软件没有任何担保;
包括没有适销性和某一专用目的下的适用性担保。
本程序是自由软件;请参看源代码的版权声明。本软件没有任何担保;
包括没有适销性和某一专用目的下的适用性担保。
此开关缺少文档。线程模型:%s
%L处的线程私有变量未被保存 %C å¤„线程局部变量是个 COMMON å—的元素Thumb-1 ç¡¬ä»¶æµ®ç‚¹ VFP ABI给予函数 %s çš„参数太多,于 %L%C处语句标号中数字太多试用‘jcf-dump --help’以获取更多信息。
尝试在命令解释器中运行‘%s’以提升它的极限。
%L å’Œ%C处有两个主 PROGRAM%L处不能指定两个或以上秩不为零的部分引用%L处实体的类型与%L处的源表达式类型不兼容%L处实体类型与 typepec ç±»åž‹ä¸å…¼å®¹%L处类型限定的操作数不能是 NOPASS%L没有指定 UNIT%L处 CLOSE è¯­å¥ä¸­çš„ UNIT æ•°å¿…须是非负的%L处的语句中 UNIT æ•°å¿…须为非负的数%L处的 UNIT è§„格必须是 INTEGER è¡¨è¾¾å¼æˆ–一个 CHARACTER å˜é‡ä¸èƒ½ä¸º%C处的 NEWUNIT æŒ‡å®š UNIT%C处的 GCC æŒ‡ç¤ºæ— æ³•分类%C处的 OpenMP æŒ‡ç¤ºæ— æ³•分类%C语句无法归类%C处 IF å­å¥ä¸­æœ‰æ— æ³•归类的语句%3$s ä¸­å­—符长度不相等 (%1$ld/%2$ld)%4$L处 %3$s ä¸­å­—符长度不相等 (%1$ld/%2$ld)%2$C处有非预期的 %1$s è¯­å¥éžé¢„期的 %s è¯­å¥å‡ºçŽ°åœ¨%C处的 INTERFACE ä½“中非预期的 %s è¯­å¥å‡ºçŽ°åœ¨%C处的 BLOCK DATA å—中非预期的 %s è¯­å¥å‡ºçŽ°åœ¨%C处的 CONTAINS æ®µä¸­éžé¢„期的 %s è¯­å¥å‡ºçŽ°åœ¨%C处的 FORALL å—中非预期的 %s è¯­å¥å‡ºçŽ°åœ¨%C处的 INTERFACE å—中非预期的 %s è¯­å¥å‡ºçŽ°åœ¨%C处的 MODULE ä¸­éžé¢„期的 %s è¯­å¥å‡ºçŽ°åœ¨%C处的 WHERE å—中%C处非预期的 CASE è¯­å¥%C处非预期的 END è¯­å¥éžé¢„期的文件结束%C处非预期的 TYPE IS è¯­å¥%L处子进程调用中的替代返回限定与预期不符%C处变量列表中有非预期的垃圾字符%C处 PARAMETER è¯­å¥ä¸­æœ‰éžé¢„期的字符非预期的格式字符串结尾非预期的模块结束%C处 ELSE IF è¯­å¥åŽæœ‰éžé¢„期的垃圾字符%C处 ELSE è¯­å¥åŽæœ‰éžé¢„期的垃圾字符%C处的函数声明后有非预期的垃圾字符%C处形参列表中有非预期的垃圾字符I/O è¯­å¥ä¸­å•位数太大I/O è¯­å¥ä¸­å•位数太小%L处参数列表函数未知%C处 !GCC$ ATTRIBUTES è¯­å¥ä¸­æœ‰æœªçŸ¥çš„属性未知的内建操作%L处在 WHERE å†…不支持的语句开始于 %C çš„æœªç»ˆç»“的字符常量%1$L处数组上限引用在第 %4$d ç»´ä¸­è¶Šç•Œ(%2$ld < %3$ld)%1$L处数组上限引用在第 %4$d ç»´ä¸­è¶Šç•Œ(%2$ld > %3$ld)用法:%s [选项]... main类名 [输出文件]
用法:%s [选项]... å­å‘½ä»¤ [选项]...
 
 
用法:%s [选项] æ–‡ä»¶...
用法:gconv [选项]... æºæ–‡ä»¶|对象文件...
 
用法:jcf-dump [选项]... ç±»...
 
使用“-Wa,选项”将“选项”传递给汇编器。
 
使用“-Wl,选项”将“选项”传递给链接器。
 
自动向量化时使用 128 ä½ AVX æŒ‡ä»¤è€Œä¸æ˜¯ 256 ä½ AVX æŒ‡ä»¤åœ¨ switch åˆ†æ”¯è¡¨ä¸­ä½¿ç”¨ 4 å­—节长的条目。使用 H8/300 å¯¹é½è§„则。使用基于 IRA çš„寄存器压力计算令大端在前。令小端在前。使用本地 (MS) ä½æ®µå­˜å‚¨æ–¹å¼%C处在内建模块 ISO_FORTRAN_ENV ä¸­å¯¹ NUMERIC_STORAGE_SIZE å‘½åå¸¸æ•°çš„使用与选项 %s ä¸å…¼å®¹ä½¿ç”¨å¯ç§»æ¤è°ƒç”¨çº¦å®šã€‚使用寄存器传递参数。使用寄存器 r2 å’Œ r5。使用软件浮点比较。使用软件浮点单元。使用占位程序完成函数前言。使用仿真器运行时。对此选项的使用将被诊断。使用内建 specs。
VALUE ä¸èƒ½ç”¨åœ¨%C处 BLOCK å†…没有 VLIW é…ç½®æ—¶ VLIW å‡½æ•°ä¸è¢«æ”¯æŒè¾“出有 VOIDmodeVSX å’Œ SPE æŒ‡ä»¤ä¸èƒ½å…±å­˜-malign- çš„æœ‰æ•ˆå‚数为:-mcode-readable= çš„æœ‰æ•ˆå‚数为:-mfloat-gprs çš„æœ‰æ•ˆå‚数为:-fpmath= çš„æœ‰æ•ˆå‚数为:-m10k-cache-barrier= çš„æœ‰æ•ˆå‚数为:-mstringop-strategy= çš„æœ‰æ•ˆå‚数为:-mtp= çš„æœ‰æ•ˆå‚数为:%2$C处的变量 %1$s ä¸èƒ½æ˜¯ INTENT(IN)变量 %s åœ¨%C处的 PURE è¿‡ç¨‹ä¸­ä¸èƒ½è¢«èµ‹å€¼%L处赋值中的变量类型是 UNKNOWN%C处的 PURE è¿‡ç¨‹ä¸­ä¸å…è®¸ WAIT è¯­å¥%L处 WHERE èµ‹å€¼ç›®æ ‡å¤–形不一致%L处的 WHERE æŽ©ç å¤–形不一致%L处的 WHERE/ELSEWHERE å­å¥éœ€è¦ä¸€ä¸ª LOGICAL æ•°ç»„对未使用的哑元给出警告。当循环因为不平凡的假定而不能被优化时给出警告当类型限定符被忽略时给出警告。警告当设置信号处理者时:%m当设定信号栈时:%m若没有填充,%L处内建 ESHAPE æºä¸­æ²¡æœ‰è¶³å¤Ÿçš„元素去与外形匹配为避免硬件失常,在 CSYNC æˆ– SSYNC æŒ‡ä»¤å‰æ·»åŠ ä¸€äº› NOP æŒ‡ä»¤X32 ä¸æ”¯æŒ ms_abi å±žæ€§XXX è¿›å…¥ pop_everything ()
XXX ç¦»å¼€ pop_everything ()
目标平台不支持 -fcheck-pointer-bounds零不是%C处的一个有效的语句标号格式描述中域宽为 0[离开 %s]
[找不到 %s][默认][禁用][启用][super ...] å¿…须出现在方法上下文中__BELOW100__ å±žæ€§ä¸å…è®¸ç”¨äºŽè‡ªåŠ¨å­˜å‚¨ç±»__builtin_eh_return åœ¨æ­¤ç›®æ ‡æœºä¸Šä¸å—支持__builtin_saveregs åœ¨æ­¤å­ç›®æ ‡ä¸Šä¸å—支持__builtin_saveregs ä¸ä¸ºæ­¤ç›®æ ‡æ‰€æ”¯æŒ__fp16 è€Œæ—  ldrh__io åœ°å€ 0x%x å¯¹%qE和%qE而言是相同的__label__ å£°æ˜Žåªèƒ½å‡ºçŽ°åœ¨å‡½æ•°ä½œç”¨åŸŸä¸­â€˜å¸¸é‡è¡¨è¾¾å¼ä¸­ä¸èƒ½å‡ºçŽ°ç›®æ ‡ä¸æ˜¯æ•´åž‹æˆ–æžšä¸¾åž‹çš„ç±»åž‹è½¬æ¢æžæž„å‡½æ•°ä¸èƒ½æ˜¯%<constexpr%>函数调用不能出现在常量表达式中标号只能是语句的一部分,而声明并非语句结构或联合成员不能具有可变类型形参不能被声明为%<constexpr%>带有省略号的形参列表无法与空形参名列表声明匹配只能为对象和函数指定存储类模板标识符不允许出现在 using å£°æ˜Žä¸­using å£°æ˜Žä¸èƒ½æŒ‡å®šä¸€ä¸ªæ¨¡æ¿æ ‡è¯†ç¬¦ã€‚请尝试%<using %D%>此上下文中宽字符串无效在基本块 %i ä¸­æ— ç”¨é€”的反常边在 %s ä¸­æ”¾å¼ƒï¼ŒäºŽ %s:%d抽象声明%qT被用作声明非抽象类中有抽象方法用程序内存地址访问数据内存累加数不是一个整常量累加器个数越界不能为函数指定地址区域属性%q+D的数据区域与先前的声明冲突要求显式寄存器变量%qD的地址。要求全局寄存器变量%qD的地址访问没有上下文类型信息的重载函数的地址要求寄存器变量%qD的地址。地址偏移量不是一个常量地址操作数需要 X、Y æˆ– Z å¯„存器约束地址区域属性不允许用于自动存储类被指向的类型上的内存区域属性被忽略请求声明为%<register%>的%qD的地址已取地址,但是 ADDRESSABLE ä½æœªè¢«è®¾ç½®èšåˆ%q#D类型不完全,无法被定义需要复数时使用了聚合值需要定点数时使用了聚合值需要浮点数时使用了聚合值需要整数时使用了聚合值或称重叠定义在 Mach-O ä¸­ä¸å—支持;已忽略别名定义在此配置下不受支持对齐边界(%u) å¯¹ %s æ¥è¯´è¶…过了全局共同数据的最大对齐边界。使用 %u%q+D的对齐边界必须至少为 %d%q+D的对齐边界先前被指定为 %d è€Œä¸èƒ½è¢«å‡å°ä¸èƒ½ä¸º%q+D指定对齐对齐边界必须是 2 çš„较小次方,而不是 %d%qD的对齐数组元素的对齐边界比元素大小还要大类%qT中所有成员函数都是私有的alloc_size å‚数越界也找到了%<%c%s%>为数组下标的转换有歧义%qT的默认类型转换有歧义有歧义的方法%s%s%s有歧义的模板特例化%qD(为%q+D)不能为局部变量指定地址区域属性匿名结构不能有函数成员匿名联合不能有函数成员具有默认提升的实参类型不能匹配空参数名列表声明函数定义中不允许出现 asm æŒ‡å®šè‡ªå‡ä¸èƒ½å‡ºçŽ°åœ¨å¸¸é‡è¡¨è¾¾å¼ä¸­æ˜¾å¼ç‰¹ä¾‹åŒ–å‰å¿…é¡»æœ‰%<template <>%>自增不能出现在常量表达式中历史遗留历史遗留:年代错误的旧式基类初始值设定且%qT没有模板构造函数匿名结构不在有名类型内匿名联合没有成员在第一次使用后应用 #pragma weak%q+D导致不可预知的后果待格式化的实参不是%<...%>%2$qE的第 %1$d ä¸ªå®žå‚可能是 format å±žæ€§çš„备选%2$qE的第 %1$d ä¸ªå‚数必须是 %3$d çš„倍数%2$qE的实参 %1$d å¿…须是地址%2$qE的第 %1$d ä¸ªå‚数必须是在 %3$d å’Œ %4$d ä¹‹é—´å®žå‚%q+D可能为%<longjmp%>或%<vfork%>所篡改实参%qD与内建原型不符实参%qD与原型不符实参%qd不是一个常数实参%qs(给予%<-Wnormalized%>)无法识别%<-femit-struct-debug-detailed%>的参数%qs不可识别%<-femit-struct-debug-detailed%>的参数%qs未知实参 1 å¿…须是一个 5 ä½æœ‰ç¬¦å·å­—面量__builtin_altivec_predicate çš„第 1 ä¸ªå®žå‚越界__builtin_altivec_predicate çš„第 1 ä¸ªå®žå‚必须是常量__builtin_paired_predicate çš„第一个实参越界__builtin_paired_predicate çš„第一个实参必须是常量__builtin_spe_predicate çš„第 1 ä¸ªå®žå‚越界__builtin_spe_predicate çš„第一个实参必须是常量实参 2 å¿…须是一个 5 ä½æ— ç¬¦å·å­—面量实参 2 å¿…须是一个 1 ä½æ— ç¬¦å·å­—面量实参 2 å¿…须是一个 2 ä½æ— ç¬¦å·å­—面量实参 3 å¿…须是一个 4 ä½æ— ç¬¦å·å­—面量依赖参数的查找找到了%q+D%C å¤„的参数列表函数实参必须是通道实参必须具有复数类型%<__builtin_eh_return_regno%>的实参必须是常量%qE属性的实参不是“ilink1”或“ilink2”%qE属性的实参不是一个字符串常量函数的实参可能是 format å±žæ€§çš„备选%%:compare-debug-auxbase-opt çš„参数未以 .gk ç»“å°¾%qE属性的实参大于 %d%qs的实参必须是一个 2 ä½æ— ç¬¦å·å­—面常量decltype çš„实参必须是一个表达式dss çš„实参必须是一个 2 ä½æ— ç¬¦å·å­—面常量‘%s’和‘%s’用作内建函数‘%s’的参数‘%s’和‘%s’用作内建函数‘%s’的参数‘a%d’和‘a%d’用作内建函数‘%s’的参数析构函数不能有参数算术 IF在指向不完全类型的指针上执行算术运算假定数组%q+D有一个元素数组%qD被有括号的字面字符串%qE所初始化数组赋值括起的类型标识符后面不能出现数组边界数组边界不是一个整数常量初始化时数组索引越界初始值设定中数组索引不是整型常量表达式初始值设定中数组索引不是整型在非数组初始值设定项中出现数组索引初始值设定中数据索引范围超出数组边界用非常量的数组表达式初始化数组用括号中的字符串常量初始化数组数组必须为一个由花括号包围的初始值设定所初始化用字符串常量初始化的数组类型不合适数组结果在%q+D中缺少数组大小%qD缺少数组大小数组下标类型为%<char%>数组下标大于数组边界数组下标小于数组边界数组下标不是一个整数数组下标越过了数组边界数组被用作初始值设定函数数组是没有意义的作为%qD汇编篡改列表与输入操作数冲突汇编篡改列表与输出操作数冲突asm å£°æ˜Žå› ä¸Žå…ˆå‰çš„ rename å†²çªè€Œè¢«å¿½ç•¥æ±‡ç¼–操作数 %d ä¸Žçº¦æŸå¯èƒ½ä¸åŒ¹é…å˜é‡%qE的 asm æŒ‡å®šä¸Ž asm ç¯¡æ”¹åˆ—表冲突assert:%s ä¸Ž %s èµ‹å€¼å…¼å®¹%qs后断言赋值赋值(不是初始化)出现在声明中从独一无二的 Objective-C ç±»åž‹èµ‹å€¼ä»Žä¸å…¼å®¹çš„æŒ‡é’ˆç±»åž‹èµ‹å€¼å°†æŒ‡é’ˆèµ‹å€¼ç»™æœªè¢«åŒ…围的地址空间赋值的左手边可能是 format å±žæ€§çš„备选时赋值时将指针赋给整数,未作类型转换赋值时将整数赋给指针,未作类型转换向只读字段%qD赋值向函数%qD赋值向只读位置%qE赋值向只读成员%qD赋值向有名只读返回值%qD赋值向只读形参%qD赋值向只读形参%qD赋值向只读变量%qD赋值取消赋值假定从重载函数转换到类型%qT假定是成员指针%qD在比较周围组合变量时假定有符号数从不溢出在比较中归约常量时假定有符号数从不溢出将%</%>或%<%%%>简化为%<>>%>或%<&%>时假定有符号数从不溢出将%<abs (X)%>简化为%<X%>或%<-X%>时假定有符号数从不溢出简化条件时假定有符号数从不溢出将条件简化为常量时假定有符号数从不溢出简化范围检查时假定有符号数从不溢出假定循环计数不会溢出假定循环有穷atexit å¤±è´¥è¯•图取位段结构成员%qD的地址%qs属性只能为数组类型使用属性声明属性 interrupt_handler ä¸Ž -m5-compact ä¸å…¼å®¹attribute(target("%s"))未知括起的初始值设定后出现的属性被忽略函数定义中不允许有属性类型在非前向声明的详尽类型限定符中被忽略属性在模板实例化上被忽略属性在未初始化类型上被忽略出现在形参数组声明中的属性被忽略自动变量%qE不能是%<threadprivate%>为边 %s->%s è®¾å®šè¾…助域局部变量%q+D的调用信息中 PC èŒƒå›´é”™è¯¯é”™è¯¯åœ°å€åœ°å€é”™è¯¯ï¼Œä¸æ˜¯(reg+disp):错误的地址,不是 post_inc æˆ– pre_dec:堆栈空间移除量错误:%d错误的数组初始值设定错误的内建代码错误的内建 fcode错误的条件码走过错误的表达式类型(%d).zip/.jar æ–‡ä»¶æ ¼å¼é”™è¯¯
‘A’的指令错误frv_print_operand ä¸­æœ‰é”™è¯¯æŒ‡ä»¤ï¼Œ0 casefrv_print_operand ä¸­æœ‰é”™è¯¯æŒ‡ä»¤ï¼Œé”™è¯¯çš„ const_doublefrv_print_operand ä¸­æœ‰é”™è¯¯æŒ‡ä»¤ï¼Œz case给 frv_print_operand é”™è¯¯çš„æŒ‡ä»¤ï¼Œâ€˜F’修饰符:给 frv_print_operand é”™è¯¯çš„æŒ‡ä»¤ï¼Œâ€˜L’修饰符:给 frv_print_operand é”™è¯¯çš„æŒ‡ä»¤ï¼Œâ€˜M/N’修饰符:给 frv_print_operand é”™è¯¯çš„æŒ‡ä»¤ï¼Œâ€˜O’修饰符:给 frv_print_operand é”™è¯¯çš„æŒ‡ä»¤ï¼Œâ€˜e’修饰符:给 frv_print_operand é”™è¯¯çš„æŒ‡ä»¤ï¼Œâ€˜f’修饰符:给 frv_print_operand é”™è¯¯çš„æŒ‡ä»¤ï¼Œâ€˜g’修饰符:给 frv_print_operand é”™è¯¯çš„æŒ‡ä»¤ï¼ŒP ä¿®é¥°ç¬¦ï¼šç»™ frv_print_operand_address é”™è¯¯çš„æŒ‡ä»¤ï¼šç»™ frv_print_operand_memory_reference é”™è¯¯çš„æŒ‡ä»¤ï¼šé”™è¯¯çš„æ–¹æ³•签名错误的移动错误的操作数optimize å±žæ€§é€‰é¡¹ %s æ— æ•ˆpragma å±žæ€§é€‰é¡¹ %s æ— æ•ˆé”™è¯¯çš„ output_condmove_single æ“ä½œæ•°é”™è¯¯çš„ output_move_double æ“ä½œæ•°é”™è¯¯çš„ output_move_single æ“ä½œæ•°å¼‚常表中 PC é”™è¯¯é”™è¯¯çš„寄存器名给 frv_print_operand_memory_reference_reg é”™è¯¯çš„寄存器:错误的 shift æŒ‡ä»¤é”™è¯¯çš„字符串常量错误的测试参数调试信息中类型错误-mtls-size= å¼€å…³çš„值%<%s%>无效-mcpu å¼€å…³çš„值%qs错误-mfp-rounding-mode å¼€å…³çš„值%qs不正确-mfp-trap-mode å¼€å…³çš„值%qs不正确-mmemory-latency å¼€å…³çš„值%qs错误-mtls-size å¼€å…³çš„值%qs不正确-mtrap-precision å¼€å…³çš„值%qs不正确-mtune å¼€å…³çš„值%qs错误%2$sarch=%3$s %4$s所带参数(%1$s)不正确%2$stune=%3$s%4$s所带参数(%1$s)不正确-march= çš„值(%s)不正确-mcmodel= å€¼(%s)不正确-mtune= å¼€å…³çš„值 (%s) é”™è¯¯å¸¸é‡å€¼é”™è¯¯ï¼Œç±»åž‹ %d,索引 %d-mcall-%s å€¼ä¸æ­£ç¡®-msdata=%s å€¼ä¸æ­£ç¡®æŸåçš„ zip/jar æ–‡ä»¶ %s预处理器生成的嵌套 C å¤´ é”™è¯¯åŸºç±»%qT将在基类%q#T应该在复制构造函数中显式地初始化基类初始值设定展开%<%T%>不包括参数包%<->%>的基操作数具有非指针类型%qT%<->%>的左操作数不是一个指针基类型%qT不是结构或类基本块 %d çš„前驱边已损坏基本块 %d åº”被标记为不可归约的基本块 %d ä¸åº”被标记为不可归约的基本块 %i çš„边列表已损坏基本块不连贯基本块 %d ä½ç½®ä¸å¯¹ä½æ®µ%q+#D有非整数的类型位段%q+D的宽度不是一个整数常量位段%qD非整型位段%qs类型无效位段%qs的宽度不是一个整数常量位段%qs的宽度不是一个整数常量表达式块 IF误判的 DISPOSE æž„造:%d误判的 JR æž„造:%d误判的 PREPEARE æž„造:%d浮点选项需要布尔寄存器%<__builtin___clear_cache%>的两个参数必须都是指针表达式中的花括号组只允许出现在函数中标量初始化带花括号类型%qT的标量初始化带花括号branch %2d ä»Žæœªè¢«æ‰§è¡Œ
branch %2d è¢«æ‰§è¡Œ %s%s
分支目的寄存器载入优化不应被运行两次break è¯­å¥ä¸åœ¨å¾ªçŽ¯æˆ–å¼€å…³è¯­å¥å†…OpenMP for å¾ªçŽ¯ä¸­ä½¿ç”¨äº† break è¯­å¥å†…建函数%q+D未被声明为函数内建函数%qD只需要一个实参MIPS16 ä¸æ”¯æŒå†…建函数%qE但不是这里字节码流是由 LTO ç‰ˆæœ¬ %d.%d ç”Ÿæˆï¼Œè€Œéžé¢„期的 %d.%d字节码流:需要标记 %s è€Œéž %s字节码流:找到空的 cgraph èŠ‚ç‚¹å­—èŠ‚ç æµï¼šæ‰¾åˆ°éž NULL ç»“尾的字符串字节码流:符号节结尾有垃圾字符字节码流:读取边时找不到被调用者字节码流:读取边时找不到调用者字节码流:字符串对字符串表而言太长字节码流:标记 %s ä¸åœ¨é¢„期的范围[%s,%s]内字节码流:试图在输入缓冲区结束处读取 %d å­—节字节码流:非预期的 LTO èŠ‚ %s字节码流:非预期的标记 %s字节码流:未知的 GIMPLE è¯­å¥æ ‡è®° %scall   %2d ä»Žæœªè¢«æ‰§è¡Œ
call   %2d è¿”回了 %s
调用存在循环依赖调用不太可能且会导致代码膨胀对%<(%T) (%A)%>的调用有歧义调用重载的%<%D(%A)%>有歧义对重载的%<%s(%A)%>的调用有歧义调用 Java%<catch%>或%<throw%>时%<jthrowable%>未定义调用 Java æž„造函数,但没有定义%qs调用 Java æž„造函数,但没有定义%<jclass%>调用的函数%qD会抛出不完全的类型%q#T调用的函数会抛出不完全的类型%q#T调用非函数的%qD调用篡改寄存器用作全局寄存器变量从此处调用被调用者是指 comdat æœ¬åœ°ç¬¦å·è°ƒç”¨è¾¹è®¡æ•°ä¸ºè´Ÿè°ƒç”¨è¾¹é¢‘率为负调用边频率太大调用方未被优化带属性 sseregparm è°ƒç”¨%qD却没有启用 SSE/SSE2带属性 sseregparm è°ƒç”¨%qT却没有启用 SSE/SSE2-mtp=cp15 å’Œ 16 ä½ Thumb ä¸èƒ½å¹¶ç”¨ä¸èƒ½å°†å¯¹è±¡ç”¨ä½œæ–¹æ³•的参数只能将%qE属性用于某个类的对象的文件作用域定义无法从不完全类型%qT转换到%qT不能将值转换为向量无法创建预编译头 %s:%m无法扩展 PCH æ–‡ä»¶ï¼š%m%qT中找不到%<class$%>不能在 PCH æ–‡ä»¶ä¸­æ‰¾åˆ°ä½ç½®ï¼š%m十进制浮点和复数类型不能同时作操作数十进制浮点与其他浮点类型不能同时作操作数十进制浮点和向量类型不能同时作操作数无法打开 %s å¹¶å†™å…¥ï¼š%m无法打开 %s:%m无法读取 %s:%m无法读取 PCH æ–‡ä»¶ï¼š%m定义之后不能设定%qE属性无法将%qs用作调用者保存寄存器无法将%qs用作调用者使用寄存器无法将%qs用作调用者固定寄存器无法写入 %s:%m无法写入 PCH æ–‡ä»¶æ— æ³•写入 PCH æ–‡ä»¶ï¼š%m不能向 PCH æ–‡ä»¶å†™å…¥å¡«è¡¥ï¼š%m无法写入 %s:%m无法打开 %s:%m不能打开输入文件:%s不能使用非 GP ç›¸å¯¹çš„绝对地址备选 1:备选 2:备选是:备选为:%+#D备选为:备选为:%+#D无法为有抽象类型%qT的对象分配内存不能为非常量地址应用%<offsetof%>不能为析构函数%<~%T%>使用%<offsetof%>不能为成员函数%qD应用%<offsetof%>不能对静态数据成员%qD取%<offsetof%>%<operator[]%>重载后便不能使用%<offsetof%>无法将成员指针%qE应用到%qE上,因为后者的类型%qT不是一个类无法将左值%qT绑定到%qT无法将位段%qE绑定到%qT不能将紧实的字段%qE绑定到%qT无法将右值%qE绑定到%qT不能直接调用构造函数%<%T::%D%>没有对象无法调用成员函数%qD无法通过引用捕获%qE无法将%qE从类型%qT转换到类型%qT不能将%qT转换为%qT不能将%4$qD的实参%3$qP从%1$qT转换到%2$qT不能在传参时将%qT转换为%qT不能在赋值时将%qT转换为%qT不能在参数默认时将%qT转换为%qT不能在初始化时将%qT转换为%qT不能在返回时将%qT转换为%qT无法转换为指针类型不能将类型%qT转换为类型%qT不能创建指向引用成员%qD的指针无法建立临时文件无法为类型%qT创建类型信息,因为它的大小是可变的不能将%<::main%>声明为一个模板不能将%<::main%>声明为 inline不能将%<::main%>声明为 static不能将%qD声明为位段类型不能将位段%qD声明为函数类型不能将字段%q+D声明为具有抽象类型%qT无法声明成员%<%T::%s%>,在%qT中不能将成员函数%qD声明为有静态链接不能将形参%q+D声明为具有抽象类型%qT无法声明指向%q#T的指针无法声明指向%q#T成员的指针不能声明指向限定函数类型%qT的指针无法声明对%q#T的引用无法声明对%q#T的引用,因为它不是 typedef æˆ–者模板类型实参不能声明指向限定函数类型%qT的引用不能在另一个函数中声明一个静态函数不能将变量%q+D声明为具有抽象类型%qT无法分解地址指向不完全类型%qT的指针不能自减无法定义成员函数%<%T::%s%>,在%<%T%>中生成引用类型%qT的成员指针不能 delete ä¸€ä¸ªå‡½æ•°ã€‚只有指向对象的指针才是%<delete%>的有效参数无法禁用内建函数%qs无法将%qE从类型%qT动态转换到类型%q#T(%s)无法从成员%<%D%>中扩展初始值不能显式地将成员%q#D声明为有外部链接在插件 %2$s ä¸­æ‰¾ä¸åˆ° %1$s
%3$s找不到‘%s’找不到‘ldd’找不到 â€˜nm’找不到类%qE无法为类 %s æ‰¾åˆ°æ–‡ä»¶æ‰¾ä¸åˆ°%qE的接口声明找不到%2$qE超类%1$qE的接口声明找不到%qE的协议声明找不到类%qE的引用标记无法处理对%qs不一致的调用指向不完全类型%qT的指针不能自增无法用复合字面常量初始化类型为%qT的聚集不能用初始值设定项来初始化多维数组不能内联%<main%>函数不能内联中断函数%qE无法加载插件 %s
%s无法合并分离的 %s è®¡æ•°å™¨ï¼Œä¸ºå‡½æ•° %u不能打开 %s无法优化循环,循环变量可能溢出无法优化可能无穷的循环不能在向量寄存器中传递参数,因为 altivec æŒ‡ä»¤é›†å·²è¢«ç¦ç”¨ï¼Œä½¿ç”¨ -maltivec å¯ç”¨ä¸èƒ½å°†å³å€¼ä¼ é€’给引用参数不能将带有 volatile å­—段的对象放入寄存器无法从 â€œ%s” ä¸­è¯»å– LTO decls不能在%<asm%>中重新加载整数常量操作数无法解析重载函数%qD,基于向类型%qT的转换不能从构造函数的异常处理中返回不能在向量寄存器中返回值,因为 altivec æŒ‡ä»¤é›†å·²è¢«ç¦ç”¨ï¼Œä½¿ç”¨ -maltivec å¯ç”¨æ— æ³•设定中断属性:没有当前函数无法设定中断属性:没有这个标识符不能为类指定 %<override%>当有多个文件时不能在已指定 -c æˆ– -S çš„æƒ…况下指定 -o不能同时指定 -static åŠ -fsanitize=thread不能同时指定 -C å’Œ -o不能同时指定 -msep-data å’Œ -mid-shared-library无法取得位段%qD的地址无法取右值表达式%<this%>的地址不能在参数声明中使用%<::%>无法为枚举类型使用模式%qs不能同时使用 mshared å’Œ static不能同时使用 mthreads å’Œ mlegacy-threads不能为%qs使用小数据访问不能将类型 %s ç”¨ä½œ %s在指定 -fno-rtti çš„æƒ…况下不能使用 typeid不能为中断函数使用 va_start相同类型 %T å’Œ %T çš„æ­£è§„类型不同case æ ‡å·%qE未出现在 switch è¯­å¥ä¸­case æ ‡å·ä¸èƒ½è¿˜åŽŸä¸ºä¸€ä¸ªæ•´å¸¸é‡case æ ‡å·ä¸æ˜¯ä¸€ä¸ªæ•´æ•°å¸¸é‡è¡¨è¾¾å¼case æ ‡å·å‡ºçŽ°åœ¨å¼€å…³è¯­å¥å¤–case æ ‡å·å€¼æ¯”该类型的最大值还要大case æ ‡å·å€¼æ¯”该类型的最小值还要小case æ ‡å·æœªæŽ’序: case å€¼%qs不在枚举类型内case å€¼%qs不在枚举类型%qT内从%qT到%qT的转换增大了目标类型的对齐需求从%qT到%qT的转换损失精度从类型为%qT的函数调用转换到不匹配的类型%qT将一个指针转换为大小不同的整数从类型%qT到类型%qT的类型转换丢失了限定符类型转换增大了目标类型的对齐需求类型转换指定了数组类型类型转换指定了函数类型将不相交的 %2$s åœ°å€ç©ºé—´æŒ‡é’ˆè½¬æ¢ä¸º %1$s åœ°å€ç©ºé—´æŒ‡é’ˆå°†ä¸ç›¸äº¤çš„æ™®é€šåœ°å€ç©ºé—´æŒ‡é’ˆè½¬æ¢ä¸º %s åœ°å€ç©ºé—´æŒ‡é’ˆå°†ä¸ç›¸äº¤çš„ %s åœ°å€ç©ºé—´æŒ‡é’ˆè½¬æ¢ä¸ºæ™®é€šåœ°å€ç©ºé—´æŒ‡é’ˆå°†ä¸€ä¸ªæ•´æ•°è½¬æ¢ä¸ºå¤§å°ä¸åŒçš„æŒ‡é’ˆç±»åž‹è½¬æ¢çš„æºç±»åž‹æœªå‡ºçŽ°åœ¨è”åˆä¸­ä»Ž%qT转换到%qT并未提领指针cdecl å’Œ thiscall å±žæ€§äº’不兼容用宽字符串初始化 char æ•°ç»„选择%qD而不是%qD检测到循环指针代理类%qE已存在已弃用类%qEç±»%qT没有名为%qD的字段类%qT隐式地成为其自身的友元类%qs没有实现%qE协议类‘%s’没有名为‘%s’的方法能够匹配签字‘%s’类定义不能被声明为友元cleanup å®žå‚不是一个函数cleanup å®žå‚不是一个标识符close:%s关闭 LTRANS è¾“出列表 %s:%m关闭依赖文件 %s:%m代码模式%qs在 %s ä½æ¨¡å¼ä¸‹ä¸å—支持代码模式 %s åœ¨ PIC æ¨¡å¼ä¸‹ä¸å—支持折叠参数需要正整常量表达式折叠的循环没有完美的嵌套collect2 ç‰ˆæœ¬ %s
collect:读入 %s
collect:重新编译 %s
collect:重新链接
collect:调整 %s,于 %s
枚举表以逗号结尾此配置不支持命令行选项%qs公共符号调试信息没有构造为符号+偏移的形式使用 == æˆ– != æ¯”较浮点数是不安全的由于数据类型范围限制,比较结果永远为假由于数据类型范围限制,比较结果永远为真在%q#T和%q#T间比较在%qT和%qT间比较在不同的指针类型%qT和%qT之间的比较需要一个类型转换在不同的成员指针类型%qT和%qT之间的比较需要一个类型转换比较指针和整数在有符号和无符号整数表达式间比较在类型%qT和%qT间比较比较结果始终为 %d由于位段宽度所限,比较结果永远为 %d由于数据类型范围限制,比较结果永远为假由于数据类型范围限制,比较结果永远为真在完全和不完全指针间比较比较独一无二的 Objective-C ç±»åž‹æ—¶ç¼ºå°‘转换比较不相关的指针时缺少类型转换比较指向不相交的地址空间的指针比较常量和取反后又经提升的无符号数比较无符号数和取反后又经提升的无符号数无符号表达式永远不小于 0无符号表达式永远大于或等于 0与字面字符串比较的结构是不可预测的形如%<X<=Y<=Z%>的比较并不具备其在数学上的意义编译因为 -Wfatal-errors è€Œä¸­æ­¢ã€‚
编译中止因为 -fmax-errors=%u。
编译中断。
复数实参必须具有浮点类型复数实参必须具有相同的类型表达式中浮点复数溢出表达式中整复数溢出对%qs而言无效的复数复合字面量大小可变非对象类型%qT的复合字面常量组合字面常量有地址空间限定压缩的流:%s不同的指针类型%qT和%qT组成的条件表达式中需要一个类型转换不同的成员指针类型%qT和%qT组成的条件表达式中需要一个类型转换字段%qE的权限设定冲突,已忽略方法%q+D的权限设定冲突,已忽略冲突的有名地址空间(%s和%s)为%3$q+D指定了冲突的有名寻址空间(%1$s和 %2$s)为%2$q+D指定了冲突的有名寻址空间(%1$s å’Œæ³›åž‹)为%2$q+D指定了冲突的有名寻址空间(泛型和 %1$s)为%q+#D指定了冲突的返回类型%qs的声明中有相互冲突的限定符冲突的超类名%qE为%q+#D指定了冲突的属性%q+D的类型限定冲突%<%c%s%>类型冲突与%q+D类型冲突与内建函数%q+D类型冲突与函数声明%q#D冲突常量%qs不能被声明为%<mutable%>常量/复制传递被禁用const_double_split å¾—到一个错误的指令:常量实参超过%qs的范围ADDR_EXPR å˜åŒ–时常量未被重新计算常数指向自身广义常表达式构造函数体不为空其他类%qT的构造函数不能用作成员不支持构造函数优先级构造函数优先级 0 åˆ° %d ä¸ºå®žçŽ°æ‰€ä¿ç•™æž„é€ å‡½æ•°ä¼˜å…ˆçº§å¿…é¡»ä¸º 0 åˆ° %d é—´çš„æ•´æ•°ä½¿ç”¨äº†æž„造函数的语法,但没有为类型%qT声明构造函数continue è¯­å¥å‡ºçŽ°åœ¨å¾ªçŽ¯ä»¥å¤–åŸºæœ¬å— %d ä¸­å‡ºçŽ°æµç¨‹æŽ§åˆ¶åœ¨æœ‰è¿”å›žå€¼çš„å‡½æ•°ä¸­ï¼ŒæŽ§åˆ¶æµç¨‹åˆ°è¾¾å‡½æ•°å°¾åœ¨ä¸åŒçš„æŒ‡é’ˆç±»åž‹%qT和%qT之间的转换要一个类型转换在不同的成员指针类型%qT和%qT之间的转换需要一个类型转换转换丢失了常量属性从%q#T到%q#T的转换从%qT到%qT的转换丢失了限定信息从%qT到%qT的转换有歧义请求从%qT转换到非标量类型%qT格式字符串末尾的转换缺少类型将%qE从%qT转换到%qT有歧义将无符号常量转换为负整数向%qT的转换改变了%qT常量值%qT转换自%qT时可能改变值%qT转换自%qT时可能会改变结果的符号将布尔表达式转化为%qT向基类的转换永远不会用到类型转换运算符向指向基类的引用的转换永远不会用到类型转换运算符向具有相同类型的引用的转换永远不会用到类型转换运算符向指向 void çš„引用的转换永远不会用到类型转换运算符转换为不完全类型将类型为%2$qT的右值转换为非常量引用类型%1$q#T请求转换到非标量类型向相同类型的转换永远不会用到类型转换运算符向 void çš„转换永远不会用到类型转换运算符向 void çš„转换不会访问具有不完全类型%2$qT的对象%1$qE向 void çš„类型转换不会访问具有不完全类型%qT的对象向 void çš„转换不会访问具有不能平凡复制类型%qT的对象向 void çš„转换不会访问具有类型%qT的对象将类型为%2$qT的右值转换为%1$qT的 volatile å¼•用将%<false%>转换为指向%2$qD的实参 %1$P çš„æŒ‡é’ˆç±»åž‹å°† NULL è½¬æ¢ä¸ºéžæŒ‡é’ˆç±»åž‹ä»Ž%qT转换到%qT将使用了%<...%>的 Lambda è½¬æ¢ä¸ºå‡½æ•°æŒ‡é’ˆå°†é‡è½½å‡½æ•°%qD转换为类型%q#T有歧义从初始化列表转换为%qT将使用显式构造函数%qD将 NULL è½¬æ¢åˆ°éžæŒ‡é’ˆç±»åž‹%qT协处理器内建函数%qs在此配置下不可用协处理器未被启用循环 %d çš„出口列表已损坏循环 %d çš„退出列表头已损坏损坏的样本信息:从 %i åˆ° %i çš„边超过最大计数损坏的样本信息:边 %d-%d çš„æ‰§è¡Œæ¬¡æ•°è¢«è®¤ä¸ºæ˜¯ %i损坏的样本信息:基本块 %d çš„迭代次数被认为是 %i损坏的样本信息:样本数据不是流一致的损坏的样本信息:sum_all å°äºŽ sum_max无法关闭响应文件 %s无法关闭临时响应文件 %s不能将模板参数从%qE转换到%qT找不到可溢出的寄存器找不到类%qE在 java æŽ¥å£ç±»åž‹%qT中找不到 class$ å­—段找不到类%qE的接口类 %2$qE ä¸­æ‰¾ä¸åˆ° %1$qE çš„存取器。找不到 specs æ–‡ä»¶ %s
无法打开响应文件 %s无法打开临时响应文件 %s不能解析文件偏移量不能解析 16 è¿›åˆ¶æ•°æ— æ³•分离指令无法写入响应文件 %s无法写入临时响应文件 %s不能识别 kern.osversion%q.*s创建和使用时使用了不同的 ABI创建和使用时使用了不同的架构/ABI创建和使用时使用了不同的大小端设定创建和使用时使用了不同的 -fpic è®¾å®šåˆ›å»ºå’Œä½¿ç”¨æ—¶ä½¿ç”¨äº†ä¸åŒçš„ -fpie è®¾å®šåˆ›å»ºå’Œä½¿ç”¨æ—¶ä½¿ç”¨äº†ä¸åŒçš„‘%s’设定生成%qT的数组生成抽象类型%qT的数组创建函数成员的组织创建函数的数组创建引用的数组创建 void æ•°ç»„生成非类类型%qT的成员函数指针生成非类类型%qT的成员指针创建指向 void ç±»åž‹çš„æˆå‘˜æŒ‡é’ˆç”Ÿæˆå¼•用类型%qT的成员指针生成运行时重定位为%qD生成运行时重定位为不存在的方法%qE创建选择子当前命名空间%qD并不包含经常被作用的命名空间%qD不能为局部变量指定地址区域属性%q+D的数据区域与先前的声明冲突数据声明数据定义时没有类型或存储类数据成员%qD不能是成员模板数据成员不能具有可变类型%qT为%q+D指定的寄存器不适合此数据类型不活跃直方图调试调试:声明%qD没有声明任何东西没有声明任何东西声明的形参%qD不存在在%<for%>循环初始声明中声明了%<extern%>变量%qD%<~%T%>声明为%qT的一个成员%q#D的声明%q#D声明有%<extern%>并被初始化%q#D声明有缺少初始值设定出现在类外的%q#D的声明不是定义%q#D的声明隐藏了一个形参%q#D声明为有 C é“¾æŽ¥%q+D的声明隐藏了一个内建函数%q+D的声明隐藏了一个形参%q+D的声明隐藏了先前的一个局部变量%q+D的声明隐藏了先前的一个非变量声明%q+D带有 noinline å±žæ€§çš„声明出现在其内联声明之后%q+D声明为没有外部链接的,之前却有外部声明%qD声明为函数成员的数组%qD声明为函数的数组%qD声明为引用的数组%qD声明为 void çš„æ•°ç»„%qD声明为%qT的一个成员多维数组%qD的声明必须至少指定除第一维以外所有维的大小%qD没有声明为一个函数%qD未声明为成员%qD声明出现在%qD中,而后者并不包含%qD%qD声明出现在命名空间%qD中,而后者并不包含%qD%qD的声明不在包含%qD的命名空间中%qD的声明隐藏了一个全局声明%qD的声明隐藏了先前的一个局部变量%qE声明为函数的数组%qE声明为 void çš„æ•°ç»„对广义常变量%qD的声明不同时是定义在%<for%>循环初始声明中声明了非变量%qD在%<for%>循环初始声明中声明了静态变量%qD类型名声明为函数的数组类型名声明为 void çš„æ•°ç»„缺少声明标识符:使用了保留字%qD在此声明令只读字段%qD自减C++ ä¸­æžšä¸¾è‡ªå‡æ“ä½œæ— æ•ˆä»¤å‡½æ•°%qD自减令只读位置%qE自减令只读成员%qD自减令有名只读返回值%qD自减令只读形参%qD自减令只读引用%qD自减令只读成员%qD自增演绎 %qT ä¸º %qT从花括号中的初始化列表演绎需要 #include <initializer_list>默认 %d æœ€å° %d æœ€å¤§ %d默认实参%qE使用了局部变量%qD包含%qD的类的模板参数有默认参数为%2$q#D的第 %1$d ä¸ªå½¢å‚指定了默认实参重载解决时默认参数不匹配%2$q+#D的第 %1$P ä¸ªå½¢å‚缺少默认实参为 lambda å½¢å‚指定了默认参数显式特例化时指定了默认参数友元模板特例化%qD中不允许出现默认参数默认参数只允许出现在函数参数中默认参数不能用在函数模板友元重声明中默认参数不能用在函数模板友元重声明中默认参数不能用在部分特例化中默认化声明%q+D默认化函数%q+D有默认参数C++ ç¦æ­¢åœ¨ç±»åž‹è½¬æ¢ä¸­å®šä¹‰ç±»åž‹C++ ä¸å…è®¸åœ¨ç»„合字面常量中定义类型在友元声明中定义显式特例化%qDC++ ä¸å…è®¸åœ¨%qs表达式中定义类型块 %i ä¸­çš„定义不支配块 %i ä¸­çš„使用块 %i çš„定义在使用之后%q#D的定义被标记为 %<dllimport%>在模板参数列表中定义了%q#T%qD的定义不在包含%qT的命名空间中隐式声明的%qD的定义找不到协议%qE的方法定义为显式实例化提供的定义函数%q+D已删除删除%qT未定义依赖名%qE被解析为非类型,但实例化却产生了一个类型已弃用从字符串常量到%qT的转换过时消息不是一个字符串提领%<void *%>指针提领类型双关的指针可能破坏强重叠规则提领类型双关的指针将破坏强重叠规则派生的类型声明派生联合%qT无效析构函数%qD被声明为一个成员模板析构函数不能是静态成员函数%qE的析构函数也不能被调用其他类%qT的析构函数不能用作成员不支持析构函数优先级析构函数优先级 0 åˆ° %d ä¸ºå®žçŽ°æ‰€ä¿ç•™æžæž„å‡½æ•°ä¼˜å…ˆçº§å¿…é¡»ä¸º 0 åˆ° %d é—´çš„æ•´æ•°æžæž„函数不能被 cv é™å®šæžæž„函数不能有参数%qE和%qD之间的差不具有整数类型形参数量不同形参类型不同不同的接收器类型不同的可变参数由于存在歧义,直接基类%qT在%qT中无法访问返回独一无二的 Objective-C ç±»åž‹è¢«é›¶é™¤è¯·å‹¿åŒæ—¶æŒ‡å®š -march=... å’Œ -mcpu=...不匹配%qD预期的签名不支持 multilib%d çš„主导者应该为 %d,而不是 %d%d çš„主导者状态未知双向克隆链接列表已损坏因为异常规范不一致重复的%<const%>重复的%<restrict%>重复的%<volatile%>重复的%qE重复的%qs重复 (或重叠) çš„ case å€¼ä¸ºå­—段‘%s’重复指定了 ConstantValue å±žæ€§è¡Œ %3$d ä¸Š%2$qE声明中重复的地址区域属性%1$qE重复的汇编操作数名%qs重复的基类型%qT无效重复的 case å¸¸é‡é‡å¤çš„类只会被编译一次重复的 cv é™å®šé‡å¤å£°æ˜Žåè®®%qE对%q#D重复的显式实例化对%q#T重复的显式实例化ISO C++ ä¸å…è®¸æˆå‘˜%qD的初始化类别%<%E(%E)%>有重复的接口声明类%qE的接口声明重复重复的标号%qD重复的标号定义%qE重复的成员%q+D在 -fcompare-debug é‡æ–°ç¼–译时不支持 dwarf ç‰ˆæœ¬ %d找不到动态依赖项 %s从%q#D到%q#T的动态转换永远不会成功每个未声明的标识符在其出现的函数内只报告一次边 %s->%s æ²¡æœ‰å¯¹åº”çš„ call_stmt从 %d åˆ° %d çš„边应被标记为不可归约的从 %d åˆ° %d çš„边不应被标记为不可归约的边指向错误的声明:元素类型必须一样基本二元操作%C处基本函数的实参不兼容基本过程数组%q#D的元素类型不完全数组%q#T的元素类型不完全格式字符串嵌有%<\0%>生成条件微代码指令 %s    [%s] #%d生成微代码指令 %s    [%s] #%d空声明带有存储类的空声明没有重声明标记带有类型限定的空声明没有重声明标记初始值设定项中索引范围为空%s æ ¼å¼å­—符串中左精度为空%s æ ¼å¼å­—符串中精度为空指定范围为空空的标量初始值设定项启用条件移动指令。函数调用回溯支持只在为 Thumb ç¼–译时有意义被调用者协作只在为 Thumb ç¼–译时有意义所包含的类模板并未被显式特例化块 %2$d çš„结束指令 %1$d åœ¨æŒ‡ä»¤æµä¸­æ‰¾ä¸åˆ°æžšä¸¾å¸¸é‡åœ¨æ­¤å®šä¹‰C++ ç¦æ­¢åœ¨èµ‹å€¼æ—¶è¿›è¡Œæžšä¸¾è½¬æ¢C++ ç¦æ­¢åœ¨åˆå§‹åŒ–时进行枚举转换C++ ç¦æ­¢åœ¨è¿”回时进行枚举转换C++ ç¦æ­¢åœ¨ä¼ é€’%2$qE的第 %1$d ä¸ªå‚数时进行枚举转换枚举类型在此定义枚举和非枚举类型一起出现在条件表达式中条件表达式中枚举不匹配:%qT对%qTswitch æ²¡æœ‰å¤„理枚举值%qE枚举值超过了最大整数类型可表示的范围%qD的枚举值不是一个整数常量%qE的枚举值不是一个整数常量%qE的枚举值不是一个整数常量环境变量%qs未定义环境变量 COLLECT_GCC å¿…须被设置环境变量 COLLECT_GCC_OPTIONS å¿…须被设置错误关闭 %s æ—¶å‡ºé”™ï¼š%m常量池条目 #%d å‡ºé”™
词法分析常量池时出错词法分析常量池时出错
词法分析字段时出错词法分析字段时出错
词法分析 final å±žæ€§æ—¶å‡ºé”™è¯æ³•分析 final å±žæ€§æ—¶å‡ºé”™
词法分析方法时出错词法分析方法时出错
从 zip æ–‡ä»¶è¯»å– %s æ—¶å‡ºé”™å†™å…¥%qs时错误写入 %s æ—¶å‡ºé”™ï¼š%m错误:异常处理已被禁用,使用 -fexceptions å¯ç”¨ç±»åž‹ä¸º%<%T%>的异常将会类型为%qT的异常将会数组初始值设定项中有多余的元素字符数组初始值设定项中有多余元素标量初始值设定项中有多余元素结构初始值设定项中有多余元素联合初始值设定项中有多余元素向量初始值设定项中有多余元素执行次数为负退出 %d->%d æœªè¢«è®°å½•在 movsi got ä¸­ expand_binop å¤±è´¥å±•开样式%<%E%>不包括参数包展开样式%<%T%>不包括参数包需要%<#pragma omp section%>或%<}%>需要%<#pragma omp%>子句需要%<(%>需要%<(%>或行尾需要%<)%>需要%<*%>需要 %<,%>需要 %<,%> æˆ– %<)%>需要%<,%>或%<...%>需要%<,%>或%<;%>需要%<,%>或%<}%>需要%<,%>、%<;%>或%<}%>需要%<.%>需要%<...%>需要 %<:%>需要%<:%>或%<...%>需要%<:%>或%<::%>需要%<:%>,%<,%>,%<;%>,%<}%>或%<__attribute__%>需要%<::%>需要%<;%>类定义后需要%<;%>结构定义后需要%<;%>联合定义后需要%<;%>需要 %<;%>、%<,%> æˆ– %<)%>需要%<<%>需要%<=%>需要%<=%>,%<,%>,%<;%>,%<asm%>或%<__attribute__%>需要 %<>%>需要 %<@end%>需要%<@synchronized%>需要%<@throw%>需要%<@try%>需要%<[%>需要%<]%>需要%<__label__%>需要%<asm%>需要%<catch%>需要%<class%>需要%<class%>、%<typename%>或%<template%>需要%<decltype%>需要%<delete%>需要%<extern%>需要%<namespace%>需要%<new%>需要%<none%>或%<shared%>需要%<operator%>需要%<return%>需要%<static_assert%>需要%<template%>需要%<throw%>需要%<try%>需要%<using%>需要 %<while%>需要%<{%>需要%<{%>或%<:%>需要 %<}%>%<else%>前需要%<}%>需要%<~%>需要 %d çº§çš„%q#D模板参数,却给出了 %d çº§éœ€è¦ç±»åž‹%qT,但实参的类型为%qT%<#pragma message%>后需要一个字符串需要一个 SSA_NAME å¯¹è±¡éœ€è¦å¸ƒå°”表达式需要通道需要类名需要类名需要声明需要声明或语句需要指定声明需要指定声明或%<...%>需要声明捕获列表应在此结束需要行尾需要表达式需要函数需要标识符需要标识符或%<(%>需要标识符或%<*%>需要初始值设定需要整数表达式需要迭代声明或初始化需要循环语句需要跳转语句需要标号语句需要命名空间名需要数字类型需要操作符%<...%>前需要形参包需要指针需要元表达式在构造函数%qD中的友元声明需要限定名在析构函数%qD中的友元声明需要限定名需要选择语句需要指定符-限制符列表需要语句需要字面字符串需要字面字符串需要模板实参需要模板 ID需要模板名需要类型名需要类型限定基本块 %d æœ«å°¾æ˜¾å¼çš„ goto对%q#D的显式实例化%q#T的显式实例化出现在模板定义之前显式实例化%qD时没有可用的定义%qD的显式实例化出现在命名空间%qD中,而后者并不包含命名空间%qD对非模板%q#D的显式实例化显式实例化非模板类型%qT显式实例化不应当使用%<constexpr%>限定符显式实例化不应当使用%<inline%>限定符%qD的声明中有显式的限定显式特例化出现在非命名空间作用域%qD中在初次使用后显式特例化%qD%qD的显式特例化必须由%<template <>%>引入显式特例化非模板%qT不允许显式模板参数列表显式特例化不能有存储类型%L处 !$OMP ATOMIC èµ‹å€¼â€œå˜é‡ = å˜é‡ è¿ç®—符 è¡¨è¾¾å¼â€ä¸­çš„“表达式”必须是标量并且不能引用“变量”表达式%qE有副作用new å£°æ˜Žä¸­çš„表达式必须具有整数或枚举类型表达式语句类型不完全扩展的寄存器没有高半部分%q+D声明为没有外部链接的,之前却有外部声明符号%q+D需要外部链接,因为%qE属性多余的%<;%>初始值设定项末尾有多余的花括号组标量初始值设定中有多余元素多余的出边 %d->%d有多余的限定%<%T::%>在成员%qs上不允许有多余的限定为方法定义指定了多余的分号为联合或结构指定了多余的分号格式字符串实参 %d æœ‰å¤šä½™çš„类型限定无法初始化插件 %s找不到类‘%s’无法收回不需要的函数%L处 DATA è¯­å¥ç®€åŒ–子串引用时失败试图重新载入时失败:在基本块 %d ä¸­æŽ§åˆ¶è¯­å¥åŽçš„直通边直通边从基本块 %d é€€å‡ºå¿«é€Ÿæžšä¸¾åœ¨ Objective-C 1.0 é‡Œä¸å¯ç”¨fastcall å’Œ cdecl å±žæ€§äº’不兼容fastcall å’Œ regparm å±žæ€§äº’不兼容fastcall å’Œ stdcall å±žæ€§äº’不兼容fastcall å’Œ thiscall å±žæ€§äº’不兼容致命错误:字段%q+D无效地声明为函数类型字段%q+D无效地声明为方法类型字段%qE声明为一个函数字段%qE的类型不完全找不到字段%qs。字段名不在记录或联合初始值设定中字段精度限定域宽printf æ ¼å¼çš„字段宽度scanf æ ¼å¼çš„字段宽strfmon æ ¼å¼çš„字段宽度strftime æ ¼å¼çš„字段宽度字段宽度限定文件在默认参数处结束文件作用域声明%qE指定了%<auto%>文件作用域声明%qE指定了%<register%>填充字符strfmon æ ¼å¼çš„填充字符find_enum():找不到枚举在对象 %s ä¸­å‘现 fini å‡½æ•°%q+D的第一个参数的类型应该是%<int%>%<__builtin_choose_expr%>的第一个实参不是一个常量给%<va_arg%>的第一个参数的类型不是%<va_list%>表达式中定点溢出定点类型在此目标机上不受支持C++ ä¸æ”¯æŒå®šç‚¹ç±»åž‹å¯å˜æ•°ç»„是结构中的唯一成员联合和可变数组成员可变数组成员没有出现在结构的末尾浮点常量超出%qT的范围错误地使用了浮点常量浮点常量向零截断表达式中浮点溢出浮点字面量不能出现在常量表达式中基本块内有流程控制指令折叠检查: åŽŸå§‹æ ‘å› æŠ˜å è€Œæ”¹å˜ ä¸º %qDfor å¾ªçŽ¯å¢—é‡è¡¨è¾¾å¼ä¸èµ·ä½œç”¨éœ€è¦ for è¯­å¥å¯¹äºŽæ¨¡æ¿å£°æ˜Ž%q+D格式格式实参 %d åœ¨è¢«ä½¿ç”¨çš„ $ é£Žæ ¼çš„æ ¼å¼å®žå‚ %d å‰æœªè¢«ä½¿ç”¨æ ¼å¼å®žå‚ %d åœ¨ %s æ ¼å¼å­—符串中使用不止一次格式字符串是一个宽字符串格式字符串不是一个字面字符串而且没有待格式化的实参格式字符串不是一个字面字符串,没有进行实参类型检查格式字符串不是一个字面字符串,格式字符串未被检查格式字符串出现在待格式化的实参之后格式字符串的操作数号无效生成指向引用类型%qT的指针生成指向引用类型%qT的引用形成对 void çš„引用找到了%<%c%s%>在协议中找到%<-%E%>而非%<+%E%>找到一个有非空定义语句的默认名字为一个非寄存器找到一个真实定义为一个 GIMPLE å¯„存器找到一个虚拟定义找到一个已经被释放的 SSA_NAME默认 case ä¸åœ¨ case å‘量的开头软件浮点需要 -mtrap-precision=ifr30_print_operand:无效的 %%F ä»£ç fr30_print_operand:无效的 %%x ä»£ç fr30_print_operand:%%A ä»£ç æ“ä½œæ•°æ— æ•ˆfr30_print_operand:未处理的 MEMfr30_print_operand:未知代码fr30_print_operand:无法识别的 %%B ä»£ç fr30_print_operand:无法识别的 %%b ä»£ç fr30_print_operand:无法识别的 %%p ä»£ç fr30_print_operand:未处理的指针对可靠的堆栈检查来说框架太大了友元声明%q#D声明了一个非模板函数本地类中的友元声明%qD没有先前声明友元声明没有指定类或函数名友元声明不在类定义内友元声明需要 class,即%<friend %#T%>友元声明需要 class,即%<friend class %T::%D%>与先前的声明%q+D不同从先前的声明%q+Ffrv_print_operand:未知代码函数%q#D像变量一样被初始化函数%q+D的定义被标记为 dllimport函数%q+F无法被复制,因为它接受了非局部的 goto函数%q+F无法被复制,因为它在一个静态变量中保存了局部标号的地址函数%q+F无法被内联,因为包含一个计算转移函数%q+F无法被内联,因为使用了 -fno-inline函数%q+F无法被内联,因为使用了 __builtin_return æˆ– __builtin_apply_args函数%q+F无法被内联,因为它使用了 alloca (使用 always_inline å±žæ€§å¼ºåˆ¶å†…联)函数%q+F无法被内联,因为它使用了与内联冲突的属性函数%q+F无法被内联,因为使用了非局部的 goto函数%q+F无法被内联,因为它使用了 setjmp函数%q+F无法被内联,因为它使用了 setjmp-longjmp å¼‚常处理函数%q+F无法被内联,因为它使用了变长实参表函数%qD像变量一样被初始化函数%qD重声明为变量函数%qD用作%<asm%>的输出函数%qs不能被声明为%<mutable%>函数属性不匹配函数体不可用函数调用有聚合类型函数经由不兼容的类型调用函数声明不是一个原型被声明为%<noreturn%>的函数却有%<return%>语句函数声明定义为%<auto%>函数声明定义为%<register%>函数声明定义为%<typedef%>函数定义未声明形参函数定义有限定的 void è¿”回类型函数不返回字符串类型函数可能返回局部变量的地址函数可能是%qsformat å±žæ€§çš„备选不考虑内联函数函数未被声明成内联且会导致代码膨胀函数不能内联函数不是内联备选函数形参不能有 __fp16 ç±»åž‹å‡½æ•°ä¸èƒ½è¿”回函数由于%<volatile%>,函数返回类型不兼容函数返回了一个函数函数返回了一个数组函数返回局部变量的地址函数返回一个聚合函数模板%qD重声明为类模板函数类型与 ISO C ä¸å®Œå…¨å…¼å®¹è°ƒç”¨äº†æœ‰é™å®š void è¿”回类型的函数函数作用域的%qs隐式为 auto,却被声明为%<__thread%>function_profiler æ”¯æŒå¯¹ MMIX çš„ function_profiler æ”¯æŒå‡½æ•°ä¸èƒ½è¿”回 __fp16 ç±»åž‹ç‰ˆæœ¬ä¸º %s %s的 gcc é©±åŠ¨ç¨‹åºï¼Œæ‰§è¡Œç‰ˆæœ¬ä¸º %s çš„ gcc
gcc ç‰ˆæœ¬ %s %s
gcov %s%s
generic åªèƒ½ç”¨åœ¨%stune%s %s中获取核心文件大小上限:%mgfc_conv_constant_to_tree():无效类型;%sgfc_simplify_abs():不恰当的类型gfc_simplify_dcmplx():不恰当的类型(x)gfc_simplify_dcmplx():不恰当的类型(y)gfc_simplify_dim():不恰当的类型gfc_simplify_floor():不恰当的种类gfc_trans_code():错误的语句代码gfc_trans_omp_workshare():错误的语句代码gfc_variable_attr()︰不当的数组引用gfc_variable_attr()︰表达式不是一个变量gfortran ä¸æ”¯æŒå•独使用 -E è€Œä¸å¸¦ -cppgimple è°ƒç”¨æ— ç›®æ ‡gimple æ£€æŸ¥ï¼šéœ€è¦ %s(%s),得到 %s(%s) åœ¨ %s ä¸­ï¼ŒäºŽ %s:%dgimple_bb (phi) è®¾ç½®ä¸ºä¸€ä¸ªé”™è¯¯çš„基本块gimple_bb (stmt) è®¾ç½®ä¸ºä¸€ä¸ªé”™è¯¯çš„基本块gimplification å¤±è´¥å…¨å±€æž„造函数在此目标机上不受支持全局析构函数在此目标机上不受支持嵌套函数中使用了全局寄存器变量%qD全局寄存器变量出现在函数定义后全局寄存器变量有初始值全局/静态变量赋值已被打断得到 %d ä¸ªæ¨¡æ¿å‚数,为%q#D%2$q#T得到了 %1$d ä¸ªæ¨¡æ¿å‚æ•°goto çš„目标既非标号亦非指针gp_offset (%ld) æˆ– end_offset (%ld) å°äºŽ 0必须重新定位 PCH硬件浮点 MIPS16 ä»£ç çš„ ABI ä¸æ˜¯ o32 æˆ– o64硬件十进制浮点指令在 ESA/390 æ¨¡å¼ä¸‹ä¸å¯ç”¨ç¡¬ä»¶åè¿›åˆ¶æµ®ç‚¹æŒ‡ä»¤åœ¨ %s ä¸Šä¸å¯ç”¨å— %2$d çš„头指令 %1$d åœ¨æŒ‡ä»¤æµä¸­æ‰¾ä¸åˆ°iWMMXt ä¸Ž NEON äº’不兼容ia64_print_operand:未知代码标识符%qE与 C++ å…³é”®å­—冲突%<@protocol%>需要标识符如果执行到这段代码,程序将中止忽略 #pragma %s %s为显式对齐的%q+D忽略%<#pragma align%>忽略 -fschedule-insns ä»¥ç»•开异常处理的缺陷为非静态局部变量%q+D忽略了 asm é™å®šç¬¦å¿½ç•¥åœ¨å…¶å®šä¹‰ä¹‹åŽä¸º%qT应用的属性忽略在定义之外为类类型%qT应用的属性忽略在关联定义之外为依赖类类型%qT应用的属性忽略重复的目录“%s”
忽略格式错误的 #pragma longcall忽略不存在的目录“%s”
忽略声明有 warn_unused_result å±žæ€§çš„%qD的返回值忽略声明有 warn_unused_result å±žæ€§çš„函数的返回值忽略未知的选项%q.*s,在%<-fdump-%s%>中非法的聚合类型%qE指定给实例变量%qs检测到无效的操作数为实例变量%qs指定了无效的引用类型隐式声明函数%qE隐式提领不会访问 for å¾ªçŽ¯å¢žé‡è¡¨è¾¾å¼ä¸­å…·æœ‰ç±»åž‹%qT的对象隐式提领不会访问作为逗号操作符左操作数的具有类型%qT的对象隐式提领不会访问作为逗号操作符右操作数的具有类型%qT的对象隐式提领不会访问作为条件表达式第二个操作数的具有类型%qT的对象隐式提领不会访问语句中类型为%qT的对象隐式提领不会访问作为条件表达式第三个操作数的具有类型%qT的对象隐式弹栈的寄存器必须集中在栈顶暗示的 END DO%<asm%>中不可能的约束%<asm%>中不可能的寄存器约束在 %s ä¸­ï¼ŒäºŽ %s:%d在 C++98 ä¸­%qD必须由构造函数而不是%<{...}%>初始化单目 ! çš„参数中在基本块 %d ä¸­ï¼šåœ¨å£°æ˜Ž%q+D中在 gfc_simplify_acos():不恰当的类型在 gfc_simplify_acosh():不恰当的类型在 gfc_simplify_asin():不恰当的类型在 gfc_simplify_asinh():不恰当的类型在 gfc_simplify_atan():不恰当的类型在 gfc_simplify_atanh():不恰当的类型在 gfc_simplify_cos():不恰当的类型在 gfc_simplify_exp():不恰当的类型在语句中%qs的累加器不合适引入边计数不匹配 PHI å‚数数目不兼容的地址空间限定符%qs和%qs隐式声明与内建函数%qD不兼容隐式声明与函数%qD不兼容%2$qE的第 %1$d ä¸ªå®žå‚类型不兼容映射索引类型不兼容方法%s%s%s类型不兼容接收器类型不兼容将%qT赋值给%qT时类型不兼容将%2$qT赋值给%1$qT时类型不兼容用%2$qT初始化%1$qT时类型不兼容将%qT返回为%qT时类型不兼容类别%qE的实现不完全类%qE的实现不完全不完全类型%qT没有成员%qD嵌套名指定中使用了不完全的类型%qT对%qT不一致的演绎:先是%qT然后是%qT不一致的实例变量指定%<asm%>中操作数约束不一致Lambda è¿”回类型演绎得到不一致的类型%qT和%qTlabel_to_block_map ä¸­æ¡ç›®ä¸æ­£ç¡®ç¼©æ”¾æ ¼å¼é”™è¯¯ï¼Œä½¿ç”¨ 1/1
错误指令:着陆场号码设置不正确对树结节的共享不正确令只读字段%qD自增C++ ä¸­æžšä¸¾è‡ªå¢žæ“ä½œæ— æ•ˆä»¤å‡½æ•°%qD自增令只读位置%qE自增令只读成员%qD自增令只读有名返回值%qD自增令只读形参%qD自增令只读引用%qD自增令只读变量%qD自增索引 %E æŒ‡å®šäº†ä¸€ä¸ªå¤§äºŽ%qT大小的偏移量%2$L处第 %1$d ç»´ä¸‹æ ‡è¶Šç•Œç´¢å¼•必须是整数在联合初始值设定中出现了索引值而不是字段名索引值越界内联函数%q+D不能声明为有弱链接间接函数调用目标未定义提领不会访问 for å¾ªçŽ¯å¢žé‡è¡¨è¾¾å¼ä¸­å…·æœ‰ä¸å®Œå…¨ç±»åž‹%qT的对象提领不会访问作为逗号操作符左操作数的具有不完全类型%qT的对象提领不会访问作为逗号操作符右操作数的具有不完全类型%qT的对象提领不会访问作为条件表达式第二个操作数的具有不完全类型%qT的对象提领不会访问语句中具有不完全类型的对象%qT提领不会访问作为条件表达式第三个操作数的具有不完全类型%qT的对象提领不会访问 for å¾ªçŽ¯å¢žé‡è¡¨è¾¾å¼ä¸­å…·æœ‰ä¸èƒ½å¹³å‡¡å¤åˆ¶ç±»åž‹%qT的对象提领不会访问作为逗号操作符左操作数的具有不能平凡复制类型%qT的对象提领不会访问作为逗号操作符右操作数的具有不能平凡复制类型%qT的对象提领不会访问作为条件表达式第二个操作数的具有不能平凡复制类型%qT的对象提领不会访问语句中具有不能平凡复制类型%qT的对象提领不会访问作为条件表达式第三个操作数的具有不能平凡复制类型%qT的对象在对象 %s ä¸­å‘现 init å‡½æ•°ä»Žç‹¬ä¸€æ— äºŒçš„ Objective-C ç±»åž‹åˆå§‹åŒ–从不兼容的指针类型初始化从指针向未被包围的地址空间初始化初始化的左手边可能是 format å±žæ€§çš„备选时初始化将指针赋给整数,未作类型转换初始化时将整数赋给指针,未作类型转换对可变数组成员的初始化在嵌套的上下文中初始化可变数组成员用类型为%2$qT的右值初始化非常量引用类型%1$q#T用类型为%2$qT的右值初始化类型为%1$q#T的 volatile å¼•用初始化%qT的多个成员已初始化的字段被覆盖带副作用的字段初始值设定被覆盖经初始化的变量%q+D被标记为 dllimport初始值设定中元素不是常量表达式初始值设定中的元素在载入时无法被计算出初始值设定元素不是常量初始值设定在完成之前结束初始值设定无法决定%q+D的大小初始值设定无法决定%qD的大小%qT的初始值设定必须在花括号内浮点值的初始值设定不是一个浮点常量整数/定点值的初始值设定太复杂构造函数中对静态成员的初始化无效为函数提供了初始值设定为非虚方法%q+D指定了初始值设定项为静态成员函数%qD指定了初始值用以初始化字符数组的字符串太长注入的类名%qD被用作模板的模板参数%q+D带有 noinline å±žæ€§çš„声明出现在其内联声明之后内联函数%q+D声明为 dllimport:忽略此属性内联函数%q+D声明过但从未定义为内联函数%q+D给定了 noinline å±žæ€§å†…联函数%qD给定了非内联属性设定了 inlined_to æŒ‡é’ˆå´æ‰¾ä¸åˆ°å‰é©±inlined_to pointer é”™è¯¯inlined_to pointer æŒ‡å‘自身为非内联的调用者设定了 inlined_to pointer调用%q+F时内联失败:%s输入操作数约束包含%qc指令 %d åŸºæœ¬å—指针是 %d,应该是 %d基本块 %2$d å°¾ä¸­çš„æŒ‡ä»¤ %1$d æœ‰éžç©ºçš„基本块基本块 %2$d å¤´ä¸­çš„æŒ‡ä»¤ %1$d æœ‰éžç©ºçš„基本块指令 %d åœ¨å¤šä¸ªåŸºæœ¬å—内(%d å’Œ %d)基本块外指令 %d æœ‰éž NULL çš„ bb åŸŸæŒ‡ä»¤åŒ…含无效地址!指令不满足其约束:基本块外出现指令安装:%s%s
实例变量%qE在类方法中被访问实例变量%qE是 %s;这在将来会是一个严重的错误实例变量%qE被声明为 %s实例变量%qE被声明为私有的实例变量%qs大小未知实例变量的赋值被打断指令从不被执行指令调度在此目标机上不受支持上下文信息不足以确定类型int åž‹æ•°ç»„不兼容的宽字符串初始化int åž‹æ•°ç»„由非宽字符串初始化对%<unsigned long%>类型而言整数常量太大整数溢出整型表达式%qE不是常量整体结果类型精度不匹配 BIT_FIELD_REF å­—段尺寸模块间优化未为 C++ å®žçŽ°æŽ¥å£%qE常量字符串布局无效编译器内部错误编译器内部错误。错误的地址:编译器内部错误。不正确的移位量:编译器内部错误。未知的模式:编译器内部错误:内部一致性错误内部错误 - æ— æ•ˆçš„ utf8 åå†…部错误:错误的寄存器:%dt内部错误:内建函数 %s æœ‰éžé¢„期的返回类型 %s内部错误:内建函数 %s çš„第 %d ä¸ªå‚数有非预期的参数类型 %s内部错误: cris_side_effect_mode_ok æ“ä½œæ•°é”™è¯¯å†…部错误:副作用指令影响到主要作用内部函数Thumb æ¨¡å¼ä¸­ä¸èƒ½ç¼–码中断服务进程中断函数不能有参数中断函数的返回类型必须为 void中断处理程序不能是 MIPS16 å‡½æ•°interrupt_thread åªåœ¨ fido ä¸­å¯ç”¨å†…建函数变量不是一个过程无效的 #pragma %s无效的 %%-code无效的 %%A æ“ä½œæ•°æ— æ•ˆçš„ %%B æ“ä½œæ•°æ— æ•ˆ %%C å€¼æ— æ•ˆçš„ %%D å€¼æ— æ•ˆ %%E å€¼æ— æ•ˆ %%F å€¼æ— æ•ˆ %%G æ¨¡å¼æ— æ•ˆ %%G å€¼æ— æ•ˆ %%J ä»£ç æ— æ•ˆ %%J å€¼æ— æ•ˆ %%K å€¼æ— æ•ˆ %%L ä»£ç æ— æ•ˆ %%L å€¼æ— æ•ˆ %%M å€¼æ— æ•ˆ %%N å€¼æ— æ•ˆ %%O å€¼æ— æ•ˆçš„ %%P æ“ä½œæ•°æ— æ•ˆ %%P å€¼æ— æ•ˆ %%R å€¼æ— æ•ˆ %%T å€¼æ— æ•ˆ %%U å€¼æ— æ•ˆçš„ %%Y æ“ä½œæ•°æ— æ•ˆçš„ %%c æ“ä½œæ•°æ— æ•ˆçš„ %%d æ“ä½œæ•°æ— æ•ˆçš„ %%d å€¼æ— æ•ˆ %%e å€¼æ— æ•ˆçš„ %%f æ“ä½œæ•°æ— æ•ˆ %%f å€¼æ— æ•ˆ %%h å€¼æ— æ•ˆ %%j ä»£ç æ— æ•ˆ %%j è¿ç®—符无效的 %%j å€¼æ— æ•ˆ %%k å€¼æ— æ•ˆ %%m å€¼æ— æ•ˆçš„ %%p å€¼æ— æ•ˆ %%q å€¼æ— æ•ˆ %%r å€¼æ— æ•ˆçš„ %%s æ“ä½œæ•°æ— æ•ˆ %%s å€¼æ— æ•ˆçš„ %%t/%%b å€¼æ— æ•ˆ %%u å€¼æ— æ•ˆ %%v å€¼æ— æ•ˆçš„ %%x å€¼æ— æ•ˆçš„ %%xn ä»£ç æ— æ•ˆ %%y å€¼ï¼Œè¯·è¯•用“Z”约束无效的‘asm’:+/-(指针)操作数无效无效的 --param å€¼%qs无效的 IACC å®žå‚gimple è°ƒç”¨ä¸­å·¦æ“ä½œæ•°æ— æ•ˆæ— æ•ˆçš„ Objective-C++ é€‰æ‹©å­åè¡Œå·è¡¨ä¸­ PC æ— æ•ˆæ— æ•ˆçš„ PHI å®žå‚无效的 PHI ç»“果无效的 UNSPEC ç”¨ä½œæ“ä½œæ•°å‡½æ•°%q+#D的抽象返回类型无效成员函数%q+#D的抽象返回类型无效抽象类型%qT无效,对于%qE无效%q+D的抽象类型无效无效地址无效寻址模式%<#pragma align%>指定的对齐边界无效,忽略对位段使用%<__alignof%>无效对位段使用%<sizeof%>无效%<sizeof%>不能用于函数类型%qs用于成员函数无效%qs不能用于 void ç±»åž‹-fdebug-prefix-map çš„参数%qs无效属性%qE的参数无效属性%qs的参数无效内建函数实参无效gimple è°ƒç”¨ä¸­å‚数无效无效的数组赋值无效的基类从类型%qT到类型%qT的转换无效从具有类型%qT的右值表达式到类型%qT中的转换无效向函数类型%qT的转换无效%qD的声明中类名无效无效的类型限定符组合gimple æ¡ä»¶ä¸­æ¯”较代码无效无效的条件操作数从类型%qT到类型%qT中的 const_cast æ— æ•ˆä»Žç±»åž‹%qT到类型%qT中的 const_cast æ— æ•ˆæ— æ•ˆçš„双精度常量操作数%<#pragma pack%>中有无效常量 - å·²å¿½ç•¥æ“ä½œæ•°çš„约束无效无效的构造函数:您要的可能是%<%T (const %T&)%>无效的控制谓词从%<__fpreg%>的转换无效从类型%qT到类型%qT的转换无效gimple è°ƒç”¨ä¸­è½¬æ¢æ— æ•ˆè¿”回语句转换无效向%<__fpreg%>的转换无效到类型%qT的转换无效,从类型%qT无效的协寄存器%qE无效的协寄存器范围%q+#D的协变返回类型无效%<%T::%E%>声明无效局部类中对成员模板的声明无效无效的声明模板的模板形参的默认实参无效对限定类型%qT的定义无效属性%qs的元素类型无效OpenMP ç»“构块出口无效无效的表达式用作操作数无效的最小左值表达式%<#pragma omp atomic%>表达式类型无效无效的函数声明gimple è°ƒç”¨ä¸­æœ‰éžæ³•函数类中对具有非整数类型%qT的静态数据成员的初始化无效无效的自增语句成员%qE的初始值无效用类型为%2$qT的右值初始化类型为%1$qT的非常量引用无效将类型为%qT的引用初始化为类型为%qT的表达式无效无效的初始值设定成员函数%qD的初始值设定无效无效指令:gimple æ¡ä»¶ä¸­çš„æ ‡å·æ— æ•ˆ%<pragma %s%>位置错误,已忽略汇编输出 %d ä¸­å·¦å€¼æ— æ•ˆæ— æ•ˆæŽ©ç æ— æ•ˆçš„æˆå‘˜å‡½æ•°å£°æ˜Žæ— æ•ˆçš„æˆå‘˜æ¨¡æ¿å£°æ˜Ž%qD向量值的加法中有无效的非向量操作数无效的操作数代码‘%c’‘A’修饰符的操作数无效‘D’修饰符的操作数无效‘H’修饰符的操作数无效‘O’修饰符的操作数无效‘T’修饰符的操作数无效‘b’修饰符的操作数无效‘e’修饰符的操作数无效‘m’修饰符的操作数无效‘o’修饰符的操作数无效‘p’修饰符的操作数无效‘z’修饰符的操作数无效代码‘%c’的操作数无效间接引用操作数无效返回语句操作数无效单目表达式中操作数无效单目操作中操作数无效无效的操作数修饰符字母无效的操作数输出代码%%H/%%L ä»£ç çš„æ“ä½œæ•°æ— æ•ˆ%%M ä»£ç çš„æ“ä½œæ•°æ— æ•ˆ%%N ä»£ç çš„æ“ä½œæ•°æ— æ•ˆ%%O ä»£ç çš„æ“ä½œæ•°æ— æ•ˆ%%R çš„æ“ä½œæ•°æ— æ•ˆ%%R ä»£ç çš„æ“ä½œæ•°æ— æ•ˆ%%S çš„æ“ä½œæ•°æ— æ•ˆ%%T/%%B ä»£ç çš„æ“ä½œæ•°æ— æ•ˆ%%U ä»£ç çš„æ“ä½œæ•°æ— æ•ˆ%%V ä»£ç çš„æ“ä½œæ•°æ— æ•ˆ%%Z ä»£ç çš„æ“ä½œæ•°æ— æ•ˆ%%p ä»£ç çš„æ“ä½œæ•°æ— æ•ˆ%%s ä»£ç çš„æ“ä½œæ•°æ— æ•ˆ%%z ä»£ç çš„æ“ä½œæ•°æ— æ•ˆ+/- æ“ä½œæ•°æ— æ•ˆï¼Œç±»åž‹ä¸ºæŒ‡é’ˆæŒ‡æ•°å¢žçš„æ“ä½œæ•°æ— æ•ˆï¼Œç¬¬ä¸€ä¸ªæ“ä½œæ•°ä¸æ˜¯ä¸€ä¸ªæŒ‡é’ˆå¼€å…³è¯­å¥æ“ä½œæ•°æ— æ•ˆäºŒå…ƒæ“ä½œä¸­ä¸­æ“ä½œæ•°æ— æ•ˆgimple æ¯”较中操作数无效操作数类型%qT和%qT对双目%qO而言无效数组引用操作数无效双目运算符 %s æ“ä½œæ•°(%qT和%qT)无效对%<__fpreg%>的操作无效%<#pragma omp atomic%>运算符无效无效的参数%qs对 AltiVec å†…建函数来说无效的参数组合无效的参数类型%qT无效的指针模式%qs指向位段%qD指针无效BIT_FIELD_REF ä½ç½®æˆ–大小操作数无效约束中出现无效的标点%qc纯常函数状态无效非成员函数类型上的限定符无效伪析构函数名的限定作用域无效无效的接收者类型%qs对%q+#D无效的重声明无效还原标识符无效的引用前缀%q+D的寄存器名无效gimple å†…存存储中右操作数无效指令中有无效的 RTL å…±äº«æ— æ•ˆçš„调度类型%<__builtin_prefetch%>的第二个实参无效;使用 0无效的移位操作数gimple è°ƒç”¨ä¸­é™æ€é“¾æ— æ•ˆä»Žç±»åž‹%qT到类型%qT中的 static_cast æ— æ•ˆå‡½æ•°%qE存储类无效无效的目标 memregs å€¼â€˜%d’%qD模板声明无效无效的模板 ID%<__builtin_prefetch%>的第三个实参无效;使用 0对 new è€Œè¨€ç±»åž‹%<void%>无效无效类型%qT被用作类型为%qT的向量的初始值设定无效的类型%qT声明为%<friend%>%<->%>参数类型无效(有%qT)数组索引参数类型无效(有%qT)一元 %<*%>参数类型无效(有%qT) è¿­ä»£å˜é‡%qE类型无效%<%T[%T]%>用作数组下标类型无效地址空间转换中类型无效向浮点转换时类型无效向整数转换时类型无效整点转换中类型无效空转换中类型无效对 %%d、%%x æˆ– %%X çš„使用无效错误地使用了%<::%>错误地使用了%<auto%>在转换运算符中使用%<auto%>无效错误地使用了%<restrict%>在文件作用域使用%<this%>无效在非成员函数中使用%<this%>无效错误地使用了%qD指定链接时使用%qD无效用%qE形成成员函数指针的用法无效对%qT的使用非法对‘%%%c’的使用无效错误地使用了‘:’修饰符布尔表达式不能用作%<运算符--%>的操作数在指针算术中使用指向不完全类型的指针无效对成员指针数组索引的使用无效对未指定边界的数组的使用无效在类型%qT上使用 const_cast æ— æ•ˆï¼Œå› ä¸ºå®ƒæ˜¯ä¸€ä¸ªæŒ‡é’ˆå‡½æ•°ç±»åž‹çš„æŒ‡é’ˆæˆ–引用在类型%qT上使用 const_cast æ— æ•ˆï¼Œå› ä¸ºå®ƒæ—¢ä¸æ˜¯æŒ‡é’ˆï¼Œä¹Ÿä¸æ˜¯å¼•用,也不是数据成员指针将构造函数用作模板无效对依赖类型%qT的使用无效将析构函数%qD用作类型无效对可变数组成员的使用无效隐式转换成员指针用法无效对不完全的类型%q#T的非法使用对非左值数组的使用无效对非静态数据成员%qD的无效使用对非静态成员函数%qD的使用无效对非静态数据成员%qE的使用无效对集展开表达式的无效使用对限定名%<%D::%D%>的使用无效对限定名%<%T::%D%>的使用无效对限定名%<::%D%>的使用无效对包含可变数组成员的结构的无效使用对模板的模板参数%qT的使用无效对模板类型参数%qT的使用无效在基本模板的声明中对模板标识符%qD的使用无效使用模板名%qE时不带实参表无效将类型%qT用作模板的模板参数的默认值无效对成员指针使用一元%<*%>非法对 void è¡¨è¾¾å¼çš„使用无效属性%qE的向量类型无效无效的版本号%qs非静态地调用静态方法为纯虚方法调用 invokestatic静态调用非静态方法它必须是一个具有外部链接函数的地址快速枚举中的迭代变量不是对象迭代变量%qD不应当是 firstprivate迭代变量%qD不应当是 reduction迭代变量%qE应当是私有的迭代变量%qE不应当是 firstprivate迭代变量%qE不应当是 reduction它的 dest_idx åº”当是 %d è€Œä¸æ˜¯ %diwmmxt abi éœ€è¦ç›¸åº” CPU çš„æ”¯æŒiwmmxt éœ€è¦ä¸Ž AAPCS å…¼å®¹çš„ ABI æ–¹èƒ½æ­£ç¡®æ“ä½œjcf-dump:未指定类
跳至具有可变类型的标识符的作用域中跳转至语句表达式中跳转略过了变量初始化跳转至 case æ ‡å·è·³è½¬è‡³æ ‡å·%qD#pragma %s æœ«å°¾æœ‰åžƒåœ¾å­—符#pragma GCC coprocessor width æœ«å°¾æœ‰åžƒåœ¾å­—符#pragma GCC java_exceptions æœ«å°¾æœ‰åžƒåœ¾å­—符#pragma GCC memregs [0..16] æœ«å°¾æœ‰åžƒåœ¾å­—符#pragma ghs endsda æœ«å°¾æœ‰åžƒåœ¾å­—符#pragma ghs endtda æœ«å°¾æœ‰åžƒåœ¾å­—符#pragma ghs endzda æœ«å°¾æœ‰åžƒåœ¾å­—符#pragma ghs interrupt æœ«å°¾æœ‰åžƒåœ¾å­—符#pragma ghs section æœ«å°¾æœ‰åžƒåœ¾å­—符#pragma ghs startsda æœ«å°¾æœ‰åžƒåœ¾å­—符#pragma ghs starttda æœ«å°¾æœ‰åžƒåœ¾å­—符#pragma ghs startzda æœ«å°¾æœ‰åžƒåœ¾å­—符#pragma io_volatile æœ«å°¾æœ‰åžƒåœ¾å­—符#pragma longcall æœ«å°¾æœ‰åžƒåœ¾å­—符%<#pragma %s%>末尾有垃圾%<#pragma GCC pch_preprocess%>末尾有垃圾字符%<#pragma GCC visibility%>末尾有垃圾字符%<#pragma align%>末尾有垃圾字符%<#pragma fini%>末尾有垃圾字符%<#pragma init%>末尾有垃圾字符%<#pragma message%>末尾有垃圾字符%<#pragma pack%>末尾有垃圾字符%<#pragma pop_options%>末尾有垃圾字符%<#pragma push_options%>末尾有垃圾字符%<#pragma redefine_extname%>末尾有垃圾字符%<#pragma reset_options%>末尾有垃圾字符%<#pragma weak%>末尾有垃圾字符'#pragma extern_model' æœ«å°¾æœ‰åžƒåœ¾å­—符‘#pragma ms_struct’末尾有垃圾字符‘#pragma options’末尾有垃圾字符‘#pragma unused’末尾有垃圾字符签名字符串末尾有垃圾字符关键字%<export%>未实现,将被忽略关键字%<typename%>不允许用在此上下文中(限定的初始值设定隐式地是一个类型)关键字%<typename%>不允许用在此上下文中(基类隐式地是一个类型)关键字%<typename%>不能在模板以外使用标号标号%q+D声明后未定义标号%q+D定义后未使用标号%q+D使用前未定义标号%qD在此定义标号%qE在所有函数外被引用标号位于复合语句末尾标号名为 wchar_t常量表达式中的 Lambda è¡¨è¾¾å¼lang_* check:在 %s ä¸­å¤±è´¥ï¼ŒäºŽ %s:%d语言 %s æœªèƒ½è¢«è¯†åˆ«è¯­è¨€å­—符串%<"%E"%>不可识别大定点常量隐式截断为定点类型大整数隐式截断为无符号类型最后一个实参必须是一个立即数ld è¿”回 %d左实参必须是一个切片左精度strfmon æ ¼å¼çš„左精度循环左移次数大于或等于类型宽度循环左移次数为负左移次数大于或等于类型宽度左移次数为负逗号表达式的左操作数不起作用长度修饰符printf æ ¼å¼çš„长度修饰符scanf æ ¼å¼çš„长度修饰符strfmon æ ¼å¼çš„长度修饰符找到字母 %c ä¸”指令不是 CONST_INT库:%s
库函数%q#D重声明为非函数%q#D找不到库 lib%slo_sum ä¸æ˜¯å¯„存器局部类%q#T不应当拥有静态数据成员%q#D%qE的局部声明隐藏了实例变量局部变量%qD不应出现在此上下文中局部变量内存需求超过容量限制逻辑%<and%>被用在非布尔型常量上对两个互斥的测试取逻辑%<and%>的结果永远为假逻辑%<or%>被用在非布尔型常量上对两个互补的测试取逻辑%<or%>的结果永远为真为%qs使用 long、short、signed æˆ– unsigned æ— æ•ˆåœ¨%2$qT中查询%1$qT有歧义对%q+#F放松的 throw é™å®šcase æ ‡å·èŒƒå›´çš„下限值比该类型的最小值还要小lp_array ä¸åŒ¹é… region_treelp %i çš„ lp_array è¢«ç ´ålto_obj_file_open() å¤±è´¥è‡ªå‡æ“ä½œæ•°å¿…须是左值自增操作数必须是左值赋值运算的左操作数必须是左值单目%<&%>的操作数必须是左值asm è¯­å¥ä¸­éœ€è¦å·¦å€¼%qs后缺少宏名%qD做了多次复本#pragma GCC coprocessor æ ¼å¼é”™è¯¯#pragma GCC coprocessor subclass æ ¼å¼é”™è¯¯#pragma GCC visibility push æ ¼å¼é”™è¯¯#pragma builtin æ ¼å¼é”™è¯¯#pragma call æ ¼å¼é”™è¯¯#pragma disinterrupt æ ¼å¼é”™è¯¯æ ¼å¼é”™è¯¯çš„ #pragma ghs section#pragma redefine_extname æ ¼å¼é”™è¯¯ï¼Œå·²å¿½ç•¥#pragma weak æ ¼å¼é”™è¯¯ï¼Œå·²å¿½ç•¥%<#pragma %s%>格式错误,已忽略%<#pragma align%>格式错误%<#pragma align%>格式错误 - å·²å¿½ç•¥%<#pragma fini%>格式错误%<#pragma fini%>格式错误 - å·²å¿½ç•¥%<#pragma init%>格式错误%<#pragma init%>格式错误 - å·²å¿½ç•¥%<#pragma message%>格式错误,已忽略%<#pragma pack%>格式错误 - å·²å¿½ç•¥%<#pragma pack(pop[, id])%>格式错误 - å·²å¿½ç•¥%<#pragma pack(push[, id][, <n>])%>格式错误 - å·²å¿½ç•¥â€˜#pragma ms_struct {on|off|reset}’格式错误,已忽略‘#pragma ms_struct’格式错误,已忽略格式错误的‘#pragma options align={mac68k|power|reset}’,已忽略‘#pragma options’格式错误 - å·²å¿½ç•¥COLLECT_GCC_OPTIONS æ ¼å¼é”™è¯¯æ ¼å¼é”™è¯¯çš„协寄存器-fplugin-arg-%s é€‰é¡¹æ ¼å¼æ­£ç¡® (缺少 -<键>[=<值>])spec å‡½æ•°å‚数格式错误spec å‡½æ•°åæ ¼å¼é”™è¯¯ä¿®é¥° %C修饰 typeof,请改用 decltype修饰未知的定点类型掩码必须是一个立即数匹配的约束不允许使用寄存器匹配的约束在输出操作数中无效匹配的约束引用了无效的操作数号参数%qs的最大值是 %u不能同时使用 -EB å’Œ -EL不能同时使用 -m32 å’Œ -m64多媒体函数只在使用-mmedia çš„æƒ…况下可用有构造函数的成员%q+#D不允许在匿名聚合中出现有构造函数的成员%q+#D不能用在联合中有拷贝赋值运算符的成员%q+#D不能用在联合中有拷贝赋值运算符的成员%q+#D不能用在联合中有构构函数的成员%q+#D不允许在匿名聚合中出现有析构函数的成员%q+#D不能用在联合中成员%qD与虚函数表的字段名冲突成员%qD在类型%qT被定义之前声明为友元成员%qD是未初始化的引用成员函数隐式地成为所属类的友元内存输入 %d ä¸å¯ç›´æŽ¥å¯»å€åœ¨ç±»ä¸­æ‰¾ä¸åˆ°æ–¹æ³•‘%s’方法声明不在@interface ä¸Šä¸‹æ–‡ä¸­æ‰¾ä¸åˆ°%<%c%E%>的方法定义方法定义不在 @implementation ä¸Šä¸‹æ–‡ä¸­æ–¹æ³•可能缺少一个 [super dealloc] è°ƒç”¨æ–¹æ³•类型不匹配对象类型参数%qs的最小值为 %umips16 å‡½æ•°å–样展开%<%E%>时参数包长度不匹配展开%<%T%>时参数包长度不匹配参数不匹配不匹配的字段签名‘%s’(在 â€˜%s’中)位置错误的%<@%D%>Objective-C++ æž„造ConstantValue å±žæ€§ä½ç½®é”™è¯¯(不在任何字段内)格式字符串缺少 $ æ“ä½œæ•°å·%<#pragma GCC visibility push%>缺少%<(%>- å·²å¿½ç•¥%<#pragma pack%>后缺少%<(%>,忽略‘#pragma unused’后面缺少‘(’,忽略‘#pragma unused’后面缺少‘)’,忽略缺少 Code å±žæ€§ç¼ºå°‘ PHI å®šä¹‰%qs缺少参数块 %i åŽç¼ºå°‘屏障初始值设定周围缺少花括号%qT的初始值设定周围缺少花括号调用语句缺少 callgraph è¾¹ï¼šæœ‰åæ“ä½œæ•°åŽç¼ºå°‘右花括号缺少右括号缺少控制谓词定义缺失缺少边 %i->%i缺少字段‘%s’,在‘%s’中%qs后缺少文件名strfmon æ ¼å¼å­—符串末尾缺少填充字符缺少自增语句成员%qD缺少初始值设定%qs后缺少 makefile ç›®æ ‡ç¼ºå°‘方法%s%s%s缺少数字缺少左括号缺少操作数%<#pragma GCC diagnostic%>后选项缺失%qs后缺少路径函数调用中缺少哨兵缺少结尾的 %c å­—符typedef å£°æ˜Žä¸­ç¼ºå°‘类型名在同一个翻译单元中混合使用 C++ å’Œ Java å¼‚常捕获不能混合声明和函数定义对不合适的类型应用模式%qs模块过程%<asm%>中的操作数超过 %d ä¸ªms_abi å’Œ sysv_abi å±žæ€§äº’不兼容ms_hook_prologue ä¸ŽåµŒå¥—函数不兼容声明多维数组必须至少指定除第一维以外所有维的大小单个 switch è¯­å¥ä¸­å‡ºçŽ°äº†å¤šä¸ª default æ ‡å·%q#T多次定义初始化了联合%qT中的多个字段指定了多个函数类型属性发现多个热/冷转换(基本块 %i)为%qD给定了多个初始值设定为基类%qT给定了多个初始值设定多个内联调用者不允许多个中断属性多个名为%<%c%E%>的方法多个名为%qD的形参多个名为%<%c%E%>的选择子%qs的声明指定了多个存储类声明指定了多个存储类一个声明指定了多个类型在使用 typeid ä¹‹å‰å¿…须先 #include <typeinfo>必须用%<.*%>or%<->*%>调用%<%E (...)%>中的成员函数指针,例如%<(... ->* %E) (...)%>%s çš„存储信息很诡异名字%qD用在 GNU é£Žæ ¼çš„æ•°ç»„指定元素初始值设定中名字%qT类型不完全%qD的名称查阅已改变在 ISO%<for%>作用域中,%qD的名称查找有变化成员函数没有名字类名隐藏了模板的模板形参%qD名字被用在 GNU é£Žæ ¼çš„æ•°ç»„指定元素初始值设定中有名返回值不再被支持不允许在 using å£°æ˜Žä¸­ä½¿ç”¨å‘½åç©ºé—´%qD这里不允许命名空间别名%qD,假定为%qD命名空间域的匿名聚合必须是静态的在 {} å†…å°†%qE从%qT转换为较窄的类型%qT%<%T::%E%>之前需要%<typename%>,因为%qT是一个有依赖的作用域%qE之前需要%<typename%>,因为%qT是一个有依赖的作用域需要显式转换需要显式转换;缺少方法%s%s%s需要为 %s åŠ å…¥è¿è¡Œæ—¶æ£€æŸ¥æŒ‡ä»¤é•¿åº¦ä¸ºè´Ÿè´Ÿæ•´æ•°éšå¼è½¬æ¢ä¸ºæ— ç¬¦å·ç±»åž‹åŒºåŸŸ %i çš„嵌套深度为负移位次数为负位段%q+D宽度为负位段%qs宽度为负嵌套的汇编风格指示对%qD的嵌套的外部声明嵌套函数%q+D声明过但从未定义嵌套函数%qE被声明为%<extern%>嵌套函数%qs被声明为%<extern%>嵌套函数蹦床在此目标机上不受支持嵌套函数在此目标机上不受支持嵌套的%<enum %E%>重定义嵌套的%<struct %E%>重定义嵌套的%<union %E%>重定义new ä¸èƒ½ç”¨äºŽå‡½æ•°ç±»åž‹new ä¸èƒ½ç”¨äºŽå¼•用类型不能在返回类型中定义新类型没有为后缀%2$qs声明%<%1$D(int)%>%<%D(int)%>没有出现在后缀%qs中,尝试使用前缀运算符找不到方法%<%c%E%>成员函数%q#D未在类%qT中声明找不到 %qs çš„取值器CRIS æ²¡æœ‰ FUNCTION_PROFILER没有参数spec å‡½æ•°æ²¡æœ‰å‚æ•°%qs没有指定类名没有名为%q#T的类模板,在%q#T中 %<%%[%>格式没有相应的%<]%>缺少用以解析%qE类型的上下文%qD没有相应的释放函数没有模式为%qs的数据类型%qD没有默认参数在初始化的联合中找不到字段%qD没有 immediate_use åˆ—表没有指定输入文件没有输入文件没有输入文件;不能写入输出文件没有一个整数类型可以表示%qT的所有枚举值高寄存器弹栈时没有可用的低寄存器对%<(%T) (%A)%>的调用没有匹配没有可将函数%qD转换到类型%q#T的匹配项对%<%D(%A)%>的调用没有匹配的函数对%<%T::%s(%A)%#V%>的调用没有匹配的函数没有与%<#pragma GCC visibility pop%>对应的 push没有找到与%qD匹配的模板成员函数%qD未在%qT中声明没有与%<%T::%D%>匹配的成员,在%q#T中类型没有后自减运算符类型没有后自增运算符类型没有前自减运算符类型没有前自增运算符%qD先前没有声明%qD先前没有原型没有指定链接用的处理器类型此 ABI ä¸æ”¯æŒå–æ · 64 ä½ä»£ç åœ°å€ä¸­æ— å¯„存器在有返回值的函数中未发现 return è¯­å¥%s stab (0x%x)没有 sclass结构或联合后没有分号没有合适的%<operator %s%>给%qT找不到合适的%qD,在类%qT中没有为%qE在 @interface ä¸­å£°æ˜Žè¶…类没有在%qE的接口中声明超类%qD的最终重载在%qT中不唯一找到未释放内存的节点给予函数%2$qE的参数%1$u不是整型常量%L处 DATA è¯­å¥ä¸­æœ‰éžå¸¸é‡æ•°ç»„静态断言中出现非常量条件%L处非常量初始化表达式未被删除的函数%q+D给予函数%qE的参数不是浮点数给予函数%qE的参数不是浮点数gimple è°ƒç”¨äº†éžå‡½æ•°æ¡ä»¶è¡¨è¾¾å¼ä½¿ç”¨äº†éžæ•´æ•°å€¼éžå·¦å€¼æ•°ç»„出现在条件表达式中非成员%qs不能被声明为%<mutable%>非成员函数%qD不能拥有 cv é™å®šç¬¦éžå†…存输入 %d å¿…须在内存中非嵌套函数有动态可变类型非对象成员%qs不能被声明为%<mutable%>非 Objective-C ç±»åž‹â€˜%T’不能被捕获非形参%qs不能是一个参数包非寄存器作为二元操作的左操作数非寄存器作为单目操作的左操作数非标准类型非标准的浮点常量后缀非静态数据成员%qD具有 Java ç±»ç±»åž‹éžé™æ€æ•°æ®æˆå‘˜%qE被声明为%<constexpr%>对%q+D的静态声明出现在非静态声明之后对可变数组成员非静态地初始化非静态方法%q+D覆盖了静态方法非模板%qD用作模板非模板类型%qT用作模板%q#D的非线程局部声明出现在其线程局部声明之后%q+D的线程局部声明跟在其非线程局部声明之后赋值时不平凡的转换单目操作时不平凡的转换不平凡的代理初始值设定不受支持初始值设定中数组索引不是常数循环 %d é€€å‡ºåˆ—表非空,但是退出未被记录非局部标号非空的实参 %lu æ“ä½œæ•°å·ä¸å¯¹éžç©ºçš„实参 %lu å¼•用了非指针操作数 %lu非空的实参操作数号越界(实参 %lu,操作数 %lu)非空的属性在非原型中没有实参归一化不能和缩放共存,跳过
不是一个有效的 Java .class æ–‡ä»¶ã€‚没有配置 sysroot å¤´æ–‡ä»¶åŽç¼€å®žå‚太少提供给函数%qE的实参太少循环折叠得不够不够完美的嵌套循环类型信息不充分变量实参太少,不足以填满一个哨兵附注附注:实参为 NULL,需要非 NULL å€¼(实参 %lu)空指针数字必须是 0 æˆ– 1实参个数与内建原型不符实参数目与原型不符指令链中记录的基本块数 (%d) != n_basic_blocks (%d)向量中分量数不是 2 çš„æŸæ¬¡æ–¹è®¡æ•°å™¨çš„æ•°é‡æ˜¯ %d è€Œä¸æ˜¯ %d返回值的数量不匹配值的数量对象不是一个方法使用%qE时缺少对象对象类型%qT的析构函数名~%qT不匹配可变类型对象不能有外部链接使用了过时的选项 -I-,请改用 -iquote使用%<:%>来指定元素初始值的作法已过时过时的用法,应使用%<=%>来指定元素初始值偏移量越过字符串常量界旧式的函数定义原型函数定义中使用了旧式参数声明省略的%<?:%>中操作数不能被修饰只有 0.0 å¯ä»¥ä½œä¸ºç«‹å³æ•°è£…è½½-mm å’Œ -ml åªèƒ½ä½¿ç”¨ä¸€ä¸ª-mm å’Œ -mtiny= åªèƒ½ä½¿ç”¨ä¸€ä¸ª-ms å’Œ -ml åªèƒ½ä½¿ç”¨ä¸€ä¸ª-ms å’Œ -mm åªèƒ½ä½¿ç”¨ä¸€ä¸ª-ms å’Œ -mtiny= åªèƒ½ä½¿ç”¨ä¸€ä¸ªåªæœ‰æœªåˆå§‹åŒ–的变量才能放在 .bss èŠ‚ä¸­åªæœ‰æœªåˆå§‹åŒ–çš„å˜é‡æ‰èƒ½æ”¾åœ¨ .noinit èŠ‚ä¸­æ­¤é…ç½®ä¸‹åªæ”¯æŒå¼±åˆ«åä¸é€æ˜Žçš„å‘é‡ç±»åž‹ä¸èƒ½è¢«åˆå§‹åŒ–æ‰“å¼€ %s å¤±è´¥ï¼š%s打开 /dev/zero:%m打开 LTRANS è¾“出列表 %s:%m打开依赖文件 %s:%m打开输出文件 %s:%m操作数约束包括位置不当的%<+%>或%<=%>%<asm%>的操作数约束备选数不一致操作数不是一个条件码,无效的操作数代码‘D’操作数不是一个条件码,无效的操作数代码‘Y’%% å­—母后缺少操作数号操作数号超出范围格式字符中操作数号越界为格式字符串指定的操作数号不带参数为格式字符串指定的操作数号取消了赋值?: çš„æ“ä½œæ•°ç±»åž‹ä¸ä¸€è‡´ï¼Œåˆ†åˆ«ä¸º%qT和%qT%qE上的运算结果可能是未定义的优化等级属性不匹配优化可能会去除对寄存器变量的读写option("%s")已经被指定可选参数启用的选项:传递的选项:指针与整数 0 æ¯”较大小原始定义在此原先在这里定义原本间接的函数调用不被考虑内联原先在这里定义区域 %i çš„外围块错误输出约束 %d ä¸èƒ½åœ¨æŒ‡å®šâ€œ%s”篡改时被指定输出约束 %d å¿…须指定单个寄存器输出约束%qc(对操作数 %d)没有出现在开头输出文件名指定了两次输出数 %d ä¸å¯ç›´æŽ¥å¯»å€è¾“出操作数 %d å¿…须使用%<&%>约束输出操作数约束缺少%<=%>%<asm%>的输出操作数是常量输出寄存器必须集中在栈顶output_move_single:数组维数溢出常量表达式溢出枚举值溢出%qD处枚举值溢出隐式常量转换溢出被重载的函数缺少上下文信息隐藏了被删除的函数%q+D覆盖了未被删除的函数%q+Dpacked å±žæ€§å¯¼è‡´ä½Žæ•ˆçŽ‡çš„å¯¹é½packed å±žæ€§å¯¼è‡´%q+D低效率的对齐packed å±žæ€§å¯¼è‡´%qE低效率的对齐不需要 packed å±žæ€§packed å±žæ€§å¯¹%q+D来说是不需要的packed å±žæ€§å¯¹%qE来说是不需要的将结构大小填补到对齐边界上填补结构以对齐%q+D形参 %P çš„类型%qT不完全%2$qD的第 %1$P ä¸ªå½¢å‚的类型%3$qT不完全形参%q+D声明为%<inline%>形参%q+D有一个前向声明形参%qD被声明为 void形参%qD被声明为有 void ç±»åž‹å½¢å‚%qD具有 Java ç±»ç±»åž‹å½¢å‚%qD类型不完全形参%qD包含了指向具有未知边界数组%qT的指针形参%qD包含了指向具有未知边界数组%qT的引用形参%qD被无效地被声明为具有方法类型形参%qD已初始化形参%qD被设定但未被使用形参 %u (%q+D) çš„类型不完全形参 %u (%q+D)类型为 void形参 %u çš„类型不完全第 %u ä¸ªå‚数类型为 void形参声明为%<auto%>形参表不匹配 %s() çš„æœ‰æ•ˆç­¾åå‚数不能具有可变类型%qT形参列表中缺少形参名省略的形参名函数声明中出现形参名却未指定类型参数包实参%qE必须出现在模板实参表末尾参数包实参%qT必须出现在模板实参表末尾参数包未能在%<...%>中被展开:%qE两边的括号不能用来构造一个成员函数指针括起的初始化不允许使用在 OpenMP %<for%>循环中模板实参表语法错误部分特例化模板%qT声明为%<friend%>找不到趟处理%qs,但却被新的趟处理%qs所引用过程 %s ä¸æ”¯æŒå…‹éš†ä¼ é€’%qT时选择%qT而不是%qT将 NULL ä½œä¸ºéžæŒ‡é’ˆå®žå‚ %P ä¼ é€’ç»™%qD传递%2$qE的第 %1$d ä¸ªå‚数时丢弃了指针目标类型的类型限定根据原型,实参 %d (%qE) å°†ä½œä¸º%<float%>而不是%<double%>传递根据原型,实参 %d (%qE)将作为%qT而不是%qT传递根据原型,实参 %d (%qE) å°†ä½œä¸ºå¤æ•°è€Œä¸æ˜¯æµ®ç‚¹æ•°ä¼ é€’根据原型,实参 %d (%qE) å°†ä½œä¸ºå¤æ•°è€Œä¸æ˜¯æ•´æ•°ä¼ é€’根据原型,实参 %d (%qE) å°†ä½œä¸ºæµ®ç‚¹æ•°è€Œä¸æ˜¯å¤æ•°ä¼ é€’根据原型,实参 %d (%qE) å°†ä½œä¸ºæµ®ç‚¹æ•°è€Œä¸æ˜¯æ•´æ•°ä¼ é€’根据原型,实参 %d (%qE) å°†ä½œä¸ºæ•´æ•°è€Œä¸æ˜¯å¤æ•°ä¼ é€’根据原型,实参 %d (%qE) å°†ä½œä¸ºæ•´æ•°è€Œä¸æ˜¯æµ®ç‚¹æ•°ä¼ é€’根据原型,实参 %d (%qE) å°†ä½œä¸ºæœ‰ç¬¦å·æ•°ä¼ é€’根据原型,实参 %d (%qE) å°†ä½œç”¨æ— ç¬¦å·æ•°ä¼ é€’从不同的 Objective-C ç±»åž‹ä¼ é€’%2$qE的第 %1$d ä¸ªå‚数传递%2$qE的第 %1$d ä¸ªå‚数时在不兼容的指针类型间转换传递%2$qE的第 %1$d ä¸ªå‚数时从指针转换为未被包围的地址空间传递%2$qE的第 %1$d ä¸ªå‚数时将指针赋给整数,未作类型转换传递%2$qE的第 %1$d ä¸ªå‚数时将整数赋给指针,未作类型转换根据原型,实参 %d (%qE) å°†ä»¥ä¸åŒçš„宽度传递尚不支持在浮点寄存器中传递浮点参数pch_preprocess pragma åªåº”与 -fpreprocessed å¹¶ç”¨ä¿å®ˆè­¦å‘Šä¿å®ˆè­¦å‘Šï¼šæ°¸ä¹…错误永久错误:插件 %s å¸¦æœ‰ä¸Ž GPL ä¸å…¼å®¹çš„许可
%s插件 %s æŒ‡å®šäº†ä¸åŒçš„路径:
%s
%s插件无法注册一趟缺失的处理插件不能注册一趟无名处理插件不能不引用处理名就注册一趟处理%qs插件支持被禁用;配置时需带 -enable-plugin不允许在被垃圾收集的对象上进行指针算术运算指针赋值%<void *%>型指针用在了算术表达式中在减法中使用类型为%<void *%>的指针指针目标类型在 C++ ä¸­ä¸å…¼å®¹å¯¹æŒ‡é’ˆèµ‹å€¼æ—¶ç›®æ ‡ä¸ŽæŒ‡é’ˆç¬¦å·ä¸ä¸€è‡´åˆå§‹åŒ–指针时目标与指针符号不一致传递%2$qE的第 %1$d ä¸ªå‚数给指针时,目标与指针符号不一致返回指针时目标与指针符号不一致在算术表达式中使用了函数指针函数指针不能相减成员指针转换经由虚基类%qT成员指针类型%qT与对象类型%qT不兼容条件表达式指针类型不匹配需要复数时使用了指针值需要浮点数值时使用了指针值没有对象不能调用成员函数指针 %E,考虑使用 .* æˆ– ->*条件表达式中指针/整数类型不匹配指针不能用作 case å¸¸é‡æ¡ä»¶è¡¨è¾¾å¼ä¸­ä½¿ç”¨äº†æŒ‡å‘不相交地址空间的指针检测到调用 delete è¿ç®—符时可能出现的问题:后自增地址不是一个寄存器后缀%qD必须使用%<int%>作为它的参数后缀%qD必须使用%<int%>作为它的第二个参数后缀%qD应当返回%qT前自减地址不是一个寄存器前自增地址不是一个寄存器精度printf æ ¼å¼çš„精度预测到的 Thumb æŒ‡ä»¤åœ¨æ¡ä»¶åºåˆ—中预测到的指令最优化分配允许使用产生短指令的寄存器。前缀%qD应当返回%qT%d çš„ prev_bb åº”该为 %d,而不是 %d上一个声明先前的声明%q+D%<%c%s%>的上一个声明%q+D的前一个声明%q+D的上一个声明在此%qE的上一个声明先前的定义在这里%q+#T的前一个定义%q+D的上一个定义在此%q+D的上一个隐式声明在此先前对于%q+#D的非函数声明以前在此声明过以前在此定义过已在这里使用过对 VxWorks çš„取样支持取样不支持 -mg程序:%s
提升后的实参%qD与内建原型不符提升后的实参%qD与原型不符提升后的 ~unsigned æ€»æ˜¯éžé›¶å€¼å±žæ€§ä¸èƒ½æ˜¯ä¸€ä¸ªä½æ®µåè®®%qE存在循环依赖已弃用协议%qE原型声明%q#D的原型不匹配类%qT中的任何一个%q+D的原型对实参 %d å£°æ˜Žç±»åž‹ä¸å…¼å®¹%q+D的原型声明的参数少于先前旧式的定义%q+D的原型声明的参数多于先前旧式的定义%q+D的原型出现在非原型定义之后提供给%q+D伪析构函数未被调用函数定义上有 pure æŒ‡å®šé™å®šçš„类型%qT不匹配析构函数名 ~%qT%<operator %T%>的声明中不能使用限定符限定类型%qT不匹配析构函数名 ~%qTr0 éœ€è¦ç”¨ä½œè°ƒç”¨ç¯¡æ”¹çš„寄存器在 switch è¯­å¥ä¸­ä½¿ç”¨èŒƒå›´è¡¨è¾¾å¼ä¸ç¬¦åˆæ ‡å‡†åªè¯»ä½ç½®%qE用作%<asm%>的输出只读成员%qD用作%<asm%>的输出只读变量%qD被用作%<asm%>的输出第二次读取类 %s,从 %s对空指针指向内容的读操作(实参 %d)不能设置只读属性递归计算%q#D的默认参数递归内联递归的类型%qT未定义%<enum %E%>重声明%<wchar_t%>重声明为%qT%q#D重声明对%q+D的再次声明中指定了不同的可见性 (保留原有的可见性)%q+D重声明为没有外部链接%qT重声明为非模板对 C++ å†…建类型%qT的重声明枚举%q+D重声明友元%q#D的重声明不能有默认模板参数属性 %qD é‡å£°æ˜Žåœ¨è¿™é‡Œåˆè¢«å£°æ˜Žä¸º%q#D重声明为具有 %d ä¸ªæ¨¡æ¿å‚数不考虑内联重定义的外部内联函数%<struct %E%>重定义%<union %E%>重定义%q#D é‡å®šä¹‰%q#T重定义%q+D重定义重定义%q#D的默认参数形参%q+D重定义typedef%q+D重定义typedef%q+D重定义时具有不同类型对%q+D冗余的重声明同一作用域中%qD冗余的重声明引用%qs有歧义:出现在接口%qs和接口%qs中对%<%T::%D%>的引用有歧义对%qD的引用有歧义返回了一个非左值的引用区域 %i çš„ lp é”™è¯¯region_array ä¸åŒ¹é… region_tree区域 %i çš„ region_array å·²æŸåä¸ºéžå¯„存器变量%q+D给定了寄存器名%q+D的寄存器名无效为%q+D指定的寄存器不适合此数据类型嵌套函数中使用了寄存器变量%qDç±»%qE的重新实现从类型%qT到类型%qT的 reinterpret_cast ä¸¢å¤±äº†é™å®šç¬¦å°† spec %s é‡å‘½åä¸º %s
格式字符串中有重复的 %s库文件‘%s’不包含命令行参数C++ ä¸­ä¸å…è®¸ä»Ž%qT到%qT的隐式转换对成员%qD的请求出现在%qE中,而后者具有非类类型%qT对成员%qD的请求有歧义在多继承网格中对%qD的访问有歧义在非类类型%2$qT中请求成员%1$qE在非结构或联合中请求成员%qE%q+D需要的对齐边界大于实现的对齐边界 %wu要求的对齐边界太大请求的 init_priority ä¸æ˜¯ä¸€ä¸ªæ•´æ•°å¸¸æ•°è¯·æ±‚çš„ init_priority è¶Šç•Œè¯·æ±‚çš„ init_priority ä¿ç•™ä¸ºå†…部使用要求的位置小于 0要求的位置不是一个整数常量%<operator->()%>的结果给出了非指针的结果基本块 %d ä¸­ï¼Œè¿”回边并不指向退出返回了不兼容的指针类型返回时将指针赋值给未被包围的地址空间返回时将指针赋给整数,未作类型转换返回时将整数赋给指针,未作类型转换return åŽæ²¡æœ‰å±éšœè¿”回值类型%q#T不完全返回类型默认为%<int%>返回类型具有 Java ç±»ç±»åž‹%q#T返回不完全的类型返回类型可能是 format å±žæ€§çš„备选%qD的返回类型不是%<int%>为构造函数指定返回值无效指定析构函数的返回类型无效为%<operator %T%>指定了返回值在返回‘void’的函数中,返回语句带返回值在返回%qT的函数中,返回语句不带返回值构造函数返回值析构函数返回值返回临时变量的引用右精度strfmon æ ¼å¼çš„右精度循环右移次数大于或等于类型宽度循环右移次数为负右移次数大于或等于类型宽度右移次数为负舍入模式不为 VAX æµ®ç‚¹æ•°æ‰€æ”¯æŒRX200 CPU æ²¡æœ‰ FPU ç¡¬ä»¶ä¸åŒç±»åž‹ %T å’Œ %T æœ‰ç›¸åŒçš„æ­£è§„类型节点发现 %d ä¸ª%<template<>%>,需要 %d æ¥ç‰¹ä¾‹åŒ–一个成员函数模板如果您想指定类型,请使用%<typename %E%>标量对象%qD在初始值设定中需要一个元素缩放不能和归一化共存,跳过
调度%<auto%>不接受一个%<chunk_size%>参数调度%<runtime%>不接受一个%<chunk_size%>参数调度块大小表达式必须为整型%<~%>前的作用域%qT不是一个类名%q+D的第二个参数类型应该是%<char **%>%<__builtin_prefetch%>的第二个实参必须是一个常量条件运算符的第二个操作数类型为%<void%>,但第三个操作数既不是异常表达式,也不拥有%<void%>类型%<va_start%>的第二个参数不是最后一个有名参数当文件作用域重排序被禁用时也必须禁用节中锚点不能为局部变量指定节属性%q+D不能有 section å±žæ€§æ­¤ç›®æ ‡æœºä¸æ”¯æŒèŠ‚å±žæ€§èŠ‚%q+D无法被重载%q+D的节与早先的声明冲突参见 <http://www.gnu.org/licenses/>。  */选择子必须是立即数选择子必须是 0 åˆ° %wi é—´çš„æ•´å¸¸é‡è®¾ç½®æ¯ä¸ªæŒ‡ä»¤æ¨¡å¼ä¹‹å‰å‘出的的 nop æ•°ç›®ã€‚setter çš„名字必须以%<:%>结尾将核心文件大小上限设为最大值:%m被隐藏的声明在这里隐藏了内建函数%q#D隐藏了库函数%q#D隐藏了早先的类型声明%q#Dshared å’Œ mdll äº’不兼容共享的 call_stmt:共享的 rtxADDR_EXPR å˜åŒ–时副作用未被重新计算类型的符号与机器模式%qs不匹配简单的 IF数组 new çš„大小必须有整数类型%q+D的大小为 %d å­—节%q+D的大小超过 %wd å­—节数组%qD的大小具有非整数类型%qT数组%qD的大小为负数组%qD的大小不是一个整数常表达式数组%qE的大小的类型不是整数数组%qE的大小为负数组%qE太大数组%qT的大小的类型不是整数数组大小为负数数组大小不是一个整数常表达式数组太大循环 %d çš„大小应该为 %d,而不是%d%q+D返回值的大小为 %u å­—节%q+D返回值的大小超过 %wd å­—节无名数组的大小的类型不是整数无名数组的大小为负无名数组太大变量%q+D的大小太大切片结尾必须是整数soft-float ä¸Ž long-double-128 äº’不兼容对不起,尚未实现对不起,尚未实现:源是一个指向不完全类型的指针源不是一个指针源不是一个指向类的指针源不具有类类型源有不完全的类类型源类型不是多态的spec å¤±è´¥ï¼šSYSROOT_HEADERS_SUFFIX_SPEC å‚数多于一个spec å¤±è´¥ï¼šSYSROOT_SUFFIX_SPEC å‚数多于一个spec æ–‡ä»¶æ²¡æœ‰å¯¹é“¾æŽ¥çš„设定spec æ˜¯â€˜%s’
 
%qT的实例化在%qT的特例化之后%qD的特例化在实例化之后在不同命名空间内对%qD的特例化%qD的特例化必须出现在命名空间内%qT的实例化在特例化之后特例化了隐式声明的特殊成员函数在不同命名空间中特例化%q#T特例化成员%<%T::%E%>需要%<template<>%>语法指定的模式对枚举值来说太小已弃用在指定向量类型时使用 __attribute__ ((mode))specs %%include åœ¨ %ld å­—符后语法格式错误specs %%rename åœ¨ %ld å­—符后语法格式错误specs æ‰¾ä¸åˆ° %s spec æˆ–已被重命名specs åœ¨ %ld å­—符后文件格式错误specs åœ¨ %ld å­—符后出现未知的 %% å‘½ä»¤å¯ç–‘çš„%<>>%>,使用%<>%>来结束模板实参列表格式字符串尾有可疑的%<%%%>栈帧大小不是 8 å­—节的倍数:%wd栈帧大小不是 8 å­—节的倍数:%wd栈帧太大栈防护值必须是 2 çš„æ•´æ•°æ¬¡æ–¹ä¸æ”¯æŒå †æ ˆé™åˆ¶è¡¨è¾¾å¼å †æ ˆé™åˆ¶åœ¨æ­¤ç›®æ ‡æœºä¸Šä¸å—支持堆栈探针目前需要框架指针或 %saccumulate-outgoing-args%s æ¥ä¿è¯æ­£ç¡®æ€§æ ˆå¤§å°å¿…须刚好是 2 çš„æŸæ¬¡æ–¹æ ˆå¤§å°å¿…须大于栈防护值栈大小不能大于 64K堆栈下溢 - dup* æ“ä½œæ ˆå¸§å¤ªå¤§ï¼š%d å­—节此上下文中不允许标准转换语句不起作用语句在块中被标记为抛出语句被标记为抛出异常,但实际上并未抛出语句不起作用语句表达式只能用于函数或模板实参列表内静态%qs不能被声明为%<mutable%>静态断言错误:%E对%qD的静态声明出现在非静态声明之后TPF-OS ä¸æ”¯æŒ static静态成员%qD不能是位段静态成员%qD声明为%<register%>静态成员函数%q#D的声明带有类型限定符成员函数%qD不能拥有 cv é™å®šç¬¦static æˆ–类型限定符出现在非形参数组声明中从类型%qT到类型%qT的 static_cast ä¸¢å¤±äº†é™å®šç¬¦é™æ€åˆ†é…çš„ Objective-C ç±»%qE的实例stdcall å’Œ cdecl å±žæ€§äº’不兼容stdcall å’Œ fastcall å±žæ€§äº’不兼容stdcall å’Œ thiscall å±žæ€§äº’不兼容stmt (%p) åœ¨ä¼˜åŒ–以后标记为修改的:函数%qs的存储类%<__thread%>无效函数%qs的存储类%<auto%>无效函数%qs的存储类%<register%>无效为模板实例化化应用了存储类型%qD为%qs指定了存储类为形参%qE指定了存储类为形参%qs指定了存储类为结构字段指定了存储类为结构字段%qE指定了存储类为模板参数%qs指定了存储类为类型名指定了存储类为无名形参指定了存储类为友元函数声明指定了无效的存储类为形参声明指定了无效的存储类%q+D的存储大小不是常量%q+D的存储大小未知%qD的存储大小不是常量%qD的存储大小未知程序中有游离的 %<@%>程序中有游离的%<\%o%>程序中有游离的%qc程序中有游离的%qsstrftime æ ¼å¼å­—符串无法格式化实参字符串长%qd比%qd(ISO C%d è¢«è¦æ±‚支持的最大长度) è¿˜è¦é•¿å‡½æ•°æ¨¡æ¿ç­¾åé‡Œæœ‰å­—面字符串强 using åªåœ¨å‘½åç©ºé—´ä½œç”¨åŸŸæœ‰æ„ä¹‰å¼ºè½¬æ¢çš„赋值被打断可能需要强类型转换结构在此定义结构体没有成员结构不包含任何有名成员结构的对齐必须是 2 çš„较小次方,而不是 %d子框架包含 %s ä¸Žæ¡†æž¶åŒ…含冲突数组引用缺少下标下标运算的左操作数既非数组也非指针下标运算的左操作数是函数指针按下标访问声明为%<register%>的数组建议在空的%<do%>语句体周围加上花括号建议在空的%<else%>语句体周围加上花括号建议在空的%<if%>语句体周围加上花括号建议在%<do%>的空语句体周围显式地加上花括号建议显式地使用花括号以避免出现有歧义的%<else%>建议在%<||%>的操作数中出现的%<&&%>前后加上括号建议在%<&%>的操作数中出现的%<+%>前后加上括号建议在%<<<%>的操作数中出现的%<+%>前后加上括号建议在%<>>%>的操作数中出现的%<+%>前后加上括号建议在%<&%>的操作数中出现的%<-%>前后加上括号建议在%<<<%>的操作数中出现的%<-%>前后加上括号建议在%<>>%>的操作数中出现的%<-%>前后加上括号建议%<>>%>表达式周围加上括号建议在%<^%>的操作数中的算术表达式前后加上括号建议在%<|%>的操作数中的算术表达式前后加上括号建议在用作真值的赋值语句前后加上括号建议在%<!=%>的操作数的比较前后加上括号建议在%<&%>的操作数中的比较表达式前后加上括号建议在%<==%>的操作数的比较表达式前后加上括号建议在%<^%>的操作数中的比较表达式前后加上括号建议在%<|%>的操作数中的比较表达式前后加上括号建议在%<!%>的操作数周围加上括号,或将%<&%>改为%<&&%>,或将%<!%>改为%<~%>建议在%<!%>的操作数周围加上括号,或将%<|%>改为%<||%>,或将%<!%>改为%<~%>建议的替代:支持%qs模式开关%qs不再被支持开关 -mcpu=%s ä¸Ž -march=%s å†²çªå¼€å…³è·³è½¬è‡³è¯­å¥è¡¨è¾¾å¼ä¸­switch è·³è¿‡äº†å˜é‡åˆå§‹åŒ–switch æ²¡æœ‰é»˜è®¤ caseswitch è¯­å¥ä¸­çš„值不是一个整数开关语句从此开始switch è¯­å¥å¤ªå¤§(%lu ä¸ªæ¡ç›®)符号被用作立即操作数符号同时使用了基址和变址寄存器带偏移量的符号在 PIC æ¨¡å¼ä¸‹è¢«ä½¿ç”¨symtab_node::verify å¤±è´¥åœ¨è¿™é‡Œç¬¬ä¸€æ¬¡éœ€è¦ç”Ÿæˆçš„æ–¹æ³•%qD系统路径 %qs ä¸æ˜¯ç»å¯¹è·¯å¾„取构造函数%qE的地址取析构函数%qE的地址取一个类型为%<void%>的表达式的地址取临时变量的地址取标号的地址不符合标准目标 CPU ä¸æ”¯æŒ ARM æ¨¡å¼ç›®æ ‡ CPU ä¸æ”¯æŒ THUMB æŒ‡ä»¤ç›®æ ‡ CPU ä¸æ”¯æŒäº¤äº’工作目标 CPU ä¸æ”¯æŒæœªå¯¹é½çš„访问目标操作系统不支持未对齐的访问target å±žæ€§åœ¨æ­¤ç›®æ ‡æœºä¸Šä¸å—支持目标属性或 pragma æ”¹å˜äº† AltiVec ABI目标属性或 pragma æ”¹å˜äº† SPE ABI目标属性或 pragma æ”¹å˜äº† darwin64 ABI目标属性或 pragma æ”¹å˜äº†åŒç²¾åº¦æµ®ç‚¹æ•°ç›®æ ‡å±žæ€§æˆ– pragma æ”¹å˜äº† long double çš„大小目标属性或 pragma æ”¹å˜äº†å•精度浮点数目标格式不支持无限大浮点数目标不是一个指针或引用目标不是指向类的指针或引用目标不是指向完整类型的指针或引用目标相关的内建函数不可用目标相关的选项不匹配目标系统不支持调试输出目标系统不支持 %qs è°ƒè¯•格式模板第 %d ä¸ªå‚数无效模板实参%qE混杂了模板形参%qD的模板实参使用了局部类型%qT%<%s %T%>需要模板参数给%qD的模板实参不匹配原先的模板%qD模板类没有名字%<typedef%>的模板声明%q#D声明为模板对非模板%q#D的模板定义在实例化%2$q+D时模板实例化深度超过了最大值 %1$d,可能是由于生成虚函数表所致(使用 -ftemplate-depth= æ¥å¢žå¤§æœ€å¤§å€¼)模板形参%q+#D模板参数%qD(类型为%qT)不允许出现在整数表达式中,因为它的类型不是整数或枚举显式初始化中出现了模板参数列表模板参数包%qD不能有默认参数模板参数包不能有默认参数模板参数包不能有默认参数模板形参类型%qT声明为%<friend%>模板参数不能是友元特例化模板有 C é“¾æŽ¥%qD的声明中没有 template é™å®šæ¨¡æ¿å½¢å‚必须使用%<class%>或%<typename%>关键字模板有 C é“¾æŽ¥%2$q+D的模板标识符%1$qD不匹配任何模板声明模板标识符%qD出现在基本模板的声明中模板标识符%qD用作声明模板形参-模板不能是%<virtual%>的%qs æž¶æž„不支持 %<-m%s=2008%>%qs æž¶æž„不支持 %<-m%s=legacy%>%qs æž¶æž„不支持 %<-mfp32%>%qs æž¶æž„不支持 DSP è¯¸æŒ‡ä»¤%qs架构不支持 Branch-Likely æŒ‡ä»¤%qs æž¶æž„不支持 madd æˆ– msub æŒ‡ä»¤%qs架构不支持配对单精度指令%qs架构不支持 synci æŒ‡ä»¤â€˜ â€™printf æ ‡è®°â€˜!’strfmon æ ‡è®°â€˜#’printf æ ‡è®°â€˜#’strftime æ ‡è®°â€˜'’printf æ ‡è®°â€˜'’scanf æ ‡è®°â€˜(’strfmon æ ‡è®°â€˜+’printf æ ‡è®°â€˜+’strfmon æ ‡è®°â€˜-’printf æ ‡è®°â€˜-’strfmon æ ‡è®°â€˜-’strftime æ ‡è®°â€˜0’printf æ ‡è®°â€˜0’strftime æ ‡è®°â€˜E’strftime ä¿®é¥°ç¬¦â€˜I’printf æ ‡è®°â€˜I’scanf æ ‡è®°â€˜O’修饰符‘O’strftime ä¿®é¥°ç¬¦â€˜^’strfmon æ ‡è®°â€˜^’strftime æ ‡è®°â€˜_’strftime æ ‡è®°â€˜a’scanf æ ‡è®°â€˜m’scanf æ ‡è®°â€˜q’诊断标记-shared é€‰é¡¹ç›®å‰åœ¨ VAX ELF ä¸‹ä¸å—支持在 GCC 4.4 ä¸­ä¼ é€’带有一个可变数组成员的结构的 ABI æœ‰äº†æ”¹å˜åœ¨ GCC 4.4 ä¸­ä¼ é€’带有复数浮点成员结构的 ABI æœ‰äº†æ”¹å˜åœ¨ GCC 4.4 ä¸­ä¼ é€’有 long double çš„联合的 ABI æœ‰æ”¹å˜RX200 CPU æ²¡æœ‰ FPU ç¡¬ä»¶%qD的地址总是等价为%<true%>%qD的地址永远不会为 NULLscanf çš„取消赋值特性%<operator new%>的第一个形参不能有默认参数栈帧有 %wd å­—节,超过了 %wd å­—节最后一个实参必须是一个 1 ä½ç«‹å³æ•°æœ€åŽä¸€ä¸ªå®žå‚必须是一个 2 ä½ç«‹å³æ•°æœ€åŽä¸€ä¸ªå®žå‚必须是一个 3 ä½ç«‹å³æ•°æœ€åŽä¸€ä¸ªå‚数必须是一个 32 ä½ç«‹å³æ•°æœ€åŽä¸€ä¸ªå®žå‚必须是一个 4 ä½ç«‹å³æ•°æœ€åŽä¸€ä¸ªå®žå‚必须是一个 5 ä½ç«‹å³æ•°æœ€åŽä¸€ä¸ªå®žå‚必须是一个 1 ä½ç«‹å³æ•°æœ€åŽä¸€ä¸ªå®žå‚必须是一个 8 ä½ç«‹å³æ•°m210 ä¸æ”¯æŒå°ç«¯åœ¨å‰å€’数第二个实参必须是一个 8 ä½ç«‹å³æ•°è½¬æ¢çš„结果不能确定,因为%qE已经超过了类型%qT的范围广义常变量%2$qD的类型%1$qT不是字面常量被析构的类型是%qT,但析构函数却使用了%qT%qD的实参不依赖模板参数,所以%qD的声明必须可用%q+D如果有第三个参数,类型应该是%<char **%>%<__builtin_prefetch%>的第三个实参必须是一个常量条件运算符的第三个操作数类型为%<void%>,但第二个操作数既不是异常表达式,也不拥有%<void%>类型此内建函数只在 fr405 å’Œ fr450 ä¸Šå¯ç”¨æ­¤å†…建函数只在 fr450 ä¸Šå¯ç”¨æ­¤å†…建函数只在 fr500 å’Œ fr550 ä¸Šå¯ç”¨æ­¤ç¼–译器不支持 %s这个十进制数常量仅在 ISO C90 ä¸­æ˜¯æ— ç¬¦å·çš„这个十进制数常量在 ISO C90 ä¸­å°†æ˜¯æ— ç¬¦å·çš„这是第一个默认标号这是重叠此值的第一个条目这是指令:此多媒体函数只在 fr400 å’Œ fr550 ä¸Šå¯ç”¨æ­¤å¤šåª’体函数只在 fr500 ä¸Šå¯ç”¨æ­¤ç›®æ ‡æœºä¸æ”¯æŒ %qs此目标机没有延迟转移指令线程局部的 COMMON æ•°æ®æ²¡æœ‰å®žçް%q#D的线程局部声明出现在其非线程局部声明之后%q+D的线程局部声明跟在其非线程局部声明之后抛出 NULL,它的类型是整数而不是指针tls_model çš„实参必须是“local-exec”、“initial-exec”、“local-dynamic”或“global-dynamic”其中之一tls_model çš„实参不是一个字符串要生成依赖项,您必须指定 -M æˆ– -MM需要使用某个模板参数的类型成员时,请使用%<typename %E%>%%:compare-debug-auxbase-opt çš„参数太少%%:version-compare çš„参数太少%qE实参太少给予函数的实参太少给函数%<va_start%>的参数太少提供给函数%qE的实参太少%qD声明时模板参数表太少模板参数表太少函数值类型太大,需要 %d ä¸ªå¯„存器,却只有 %d ä¸ªå¯„存器可用使用 # æŒ‡ç¤ºè®¾å®šè°ƒè¯•目录太迟#pragma é€‰é¡¹ align=reset å¤ªå¤šå¤ªå¤š %<static%> å‚数太多的%qs子句%<asm%>中太多变数实参太多提供给格式字符串的实参太多%%:compare-debug-auxbase-opt çš„参数太多%%:compare-debug-dump-opt çš„参数太多%%:compare-debug-self-opt çš„参数太多%%:version-compare çš„参数太多%qE实参太多给予函数的实参太多提供给函数%qE的实参太多%qT的初始值设定周围花括号太多给定了太多文件名。试用 %s --help ä»¥äº†è§£ç”¨æ³•%qT的初始值设定项太多输入文件太多从基本块 %i åˆ†å‡ºå¤ªå¤šçš„分支边%qD声明时模板参数表太多模板参数表太多返回语句中值太多要舍弃太多的堆栈空间:%d要准备太多的堆栈空间:%d在文件层将%qs声明为%<auto%>局部对象的总大小太大局部变量大小总和超过架构极限。传统 C ä¸ä¸ºæ ‡å·æä¾›ä¸€ä¸ªå•独的命名空间,标识符%qE冲突传统 C ä¸æŽ¥å— ISO C é£Žæ ¼çš„函数定义传统 C ä¸æŽ¥å—自动的聚合初始化传统 C ä¸æŽ¥å—对联合的初始化传统 C ä¸æŽ¥å—字符串常量毗连传统 C ä¸æŽ¥å—单目 + è¿ç®—符陷阱模式不为 VAX æµ®ç‚¹æ•°æ‰€æ”¯æŒæ ‘检查:%s,得到 %s åœ¨ %s,于 %s:%d树检查:访问了 %3$s ä¸­æœ‰ %2$d ä¸ª elt  çš„ tree_vec çš„ elt %1$d,于 %4$s:%5$d树检查:在 %4$s ä¸­è®¿é—®æœ‰ %3$d ä¸ªæ“ä½œæ•°çš„ %2$s çš„第 %1$d ä¸ªæ“ä½œæ•°ï¼ŒäºŽ %5$s:%6$d树检查:在 %4$s ä¸­è®¿é—®æœ‰ %3$d ä¸ªæ“ä½œæ•°çš„ omp_clause %2$s çš„第 %1$d ä¸ªæ“ä½œæ•°ï¼ŒäºŽ %5$s:%6$d树检查:不需要类%qs,得到%qs(%s) åœ¨ %s,于 %s:%d树检查:需要类%qs,得到%qs(%s) åœ¨ %s,于 %s:%d树检查:不需要 %s,得到 %s åœ¨ %s,于 %s:%d树检查:需要 omp_clause %s,得到 %s åœ¨ %s,于 %s:%d树检查:需要包含%qs结构的树,得到%qs在 %s,于 %s:%d树列表结束于深度 %i基本块 %d ä¸­éž GIMPLE_COND åŽçš„真假边请尝试删除类型标识符两边的括号尝试使用%qE代替尝试将非整数类型编码为位段(bitfield)试图完成结构,但为先前的解析错误所中断试图让%qT成为全局域的友元%qs的声明指定了两个以上的数据类型声明指定了两个以上的数据类型%<delete%>的参数类型应为指针而非%q#T类型%qE有一个用户定义的构造函数类型%qE有一个用户定义的析构函数类型%qE没有可以调用的默认构造函数类型%qE有虚成员函数类型 %qT å¤§å°æœªçŸ¥ç±»åž‹%qT用于显式实例化%qD时不匹配声明的类型%qT在 Java%<throw%>或%<catch%>中不能使用类型%qT类型%qT不是类型%qT的基类类型%qT不是%qT的直接基类类型%qT不是%qT的直接或虚基类类型%qT不是从%<java::lang::Throwable%>派生来的模板实参%2$qE的类型%1$qT取决于模板参数类型%qs没有完全遵循%qE协议类型属性在定义后被忽略在%qE的声明中,类型默认为%<int%>类型名中类型默认为%<int%>类型没有方法已弃用此类型已弃用类型:%sSSA_NAME å’Œå…¶ç¬¦å·é—´ç±»åž‹ä¸åŒ¹é…åœ°å€è¡¨è¾¾å¼ç±»åž‹ä¸åŒ¹é…æ•°ç»„范围引用中类型不匹配数组引用类型不匹配二元表达式中类型不匹配复数表达式类型不匹配组件引用中类型不匹配条件表达式中类型不匹配非类型参数包中类型不匹配指针加法表达式类型不匹配实数/虚数引用中类型不匹配移位表达式类型不匹配类型与先前的%q#D的外部声明不匹配类型名声明为返回一个数组的函数类型名声明为返回一个数组的函数%qD的类型默认为%<int%>类型%qD不匹配原先的声明%qE的类型未知数组%q+D类型与隐式初始化不兼容无法确定 asm æ“ä½œæ•°%qE的类型位段类型%qs是一个 GCC æ‰©å±•实参 %d çš„类型不完全忽略函数返回类型的类型限定向量 delete çš„实参类型既非指针也非数组类型双关作用在不完全类型上可能破坏强重叠规则实参 %d çš„类型/值不匹配,在%qD的模板参数列表中typedef%q+D声明为%<inline%>typedef%qD被初始化(改用 __typeof__)typedef%qD被初始化(改用 decltype)形参声明中出现的 typedef å£°æ˜Žæ— æ•ˆtypedef åä¸èƒ½æ˜¯åµŒå¥—名指定typedef å%qD用于析构函数声明类型不完全兼容类型不能定义在%<decltype%>中类型不能定义在%<typeid%>表达式中类型不能定义在 new-type-id ä¸­ç±»åž‹ä¸èƒ½å®šä¹‰åœ¨å¼‚常规范中类型不能定义在类型转换中类型不能定义在条件表达式中类型不能定义在异常声明中类型不能定义在参数类型中不能在模板实参中定义类型无法计算出栈中参数的真实地址无法从%2$qE推导出%1$qT无法枚举%qs在类%qs中找不到可溢出的寄存器无法生成重新载入,为:无法打开动态依赖项‘%s’‘%s’不能被用作 PIC å¯„存器无条件 %2d ä»Žæœªæ‰§è¡Œ
unconditional %2d è¢«æ‰§è¡Œ %s
无法转换的操作数 %c%qs未声明的选择子%qE未定义的有名操作数%qs%<%2$T%>的内在类型%<%1$T%>必须是整型非预期的 %d å­—节 cop æŒ‡ä»¤éžé¢„期的参数非预期的属性cris_print_base ä¸­æœ‰éžé¢„期的基类型符号解析文件中有非预期的文件名 %s。需要 %scris_print_index ä¸­æœ‰éžé¢„期的索引类型无效的乘性操作数非预期的偏移非预期的操作数地址中有非预期的副作用无法识别的 call æ“ä½œæœªå®žçŽ°çš„åŠŸèƒ½æœªå®žçŽ° - shmedia å–样未初始化的常量%qD未初始化的常量%qD在C++中是无效的%<new%>%q#T时常量未初始化%q#T中有未初始化的引用成员联合不能成为透明的联合在此定义联合体没有成员联合包含无名成员未知的 #pragma GCC coprocessor %E未知“#pragma member_alignment”名称 %s未知的 -mdebug-%s å¼€å…³-mtune= ä¸­æœªçŸ¥çš„ CRIS CPU ç‰ˆæœ¬è®¾å®šï¼š%s-march= æˆ– -mcpu= ä¸­æœªçŸ¥çš„ CRIS CPU ç‰ˆæœ¬è®¾å®šï¼š%s未知的栈重用级别%qs未知的 TLS æ¨¡åž‹%qs%<#pragma pack%>动作%qE无效 - å·²å¿½ç•¥delete æ—¶æ•°ç»„大小未知未知的 cc_attr å€¼æ ¼å¼å­—符串中出现无效的类型转换字符%qc格式字符串中出现无效的类型转换字符 0x%x未知的解修饰风格‘%s’未知目标初始值设定项里有未知的字段%qE未知的指令模式未知的机器模式%qE无效的 move æŒ‡ä»¤ï¼š%<#pragma GCC diagnostic%>后选项未知%<asm%>中出现未知的寄存器名%qs未知的寄存器名:%s未指定未知的重定位方式未知源未知的类型名%qE-mcpu çš„值%qs未知-mtune å‚数的值 %qs æœªçŸ¥-mmacox-version-min çš„值 %qs æœªçŸ¥æ— åå­—段类型不完全对没有基类的%qT的无名初始化对使用了多继承的%qT的无名初始化未定义任何实例的无名结构/联合无名变量或字段声明为 void非浮点实参间的无效比较不可达不会执行到的字节码,从 %d åˆ° %d ä¹‹å‰ä¸ä¼šæ‰§è¡Œåˆ°çš„字节码,从 %d ç›´åˆ°æ–¹æ³•末尾无法识别的指令:无法识别的地址--help= é€‰é¡¹çš„参数未知:%q.*s无法识别的格式限定符无法识别的 gcc è°ƒè¯•选项:%c传递给 print_specific_help çš„ include_flags 0x%x ä¸å¯è¯†åˆ«ä¸å¯è¯†åˆ«çš„寄存名%qs无法识别的节名%qE预期的常量无法识别不可恢复错误无法解析的重载 Altivec å†…建函数%qF无后缀的浮点常量不支持的组合:%s不受支持的非标准字面字符串毗连不被支持的非标准浮点常量后缀扩展的寄存器不支持的操作数大小未结束的汇编风格指示未终止的格式字符串$ é£Žæ ¼çš„æ ¼å¼å­—符串中有未使用的实参未使用的变量%q+D不寻常的 TP ç›¸å¯¹åœ°å€case æ ‡å·èŒƒå›´çš„上限值比该类型的最大值还要大改用 #include使用%<%T::%D%>而不是%<%T::%D%>来以限定名指定构造函数使用%<%T::template %D%>来表示这是一个模板使用%<...%>来展开实参集使用 -Winvalid-pch ä»¥èŽ·å¾—æ›´å¤šä¿¡æ¯ä½¿ç”¨ -flax-vector-conversions ä»¥å…è®¸å…ƒç´ ç±»åž‹æˆ–数量不同的向量间的转换改用 __attribute__ ((vector_size))在 AltiVec ç±»åž‹ä¸­ä½¿ç”¨%<complex%>无效不使用 -mvsx æ—¶ï¼Œåœ¨ AltiVec ç±»åž‹ä¸­ä½¿ç”¨%<double%>无效在 AltiVec ç±»åž‹ä¸­ä½¿ç”¨%<long double%>无效不使用 -mvsx æ—¶ï¼Œåœ¨ AltiVec ç±»åž‹ä¸­ä½¿ç”¨%<long long%>无效已弃用在 AltiVec ç±»åž‹ä¸­ä½¿ç”¨%<long%>;请改用%<int%>不使用 -mvsx æ—¶ï¼Œåœ¨ AltiVec ç±»åž‹ä¸­ä½¿ç”¨%<long%>对 64 ä½ä»£ç æ— æ•ˆåœ¨æ¨¡æ¿ä¸­ä½¿ç”¨%qs同时使用 %s å’Œ %s,在 %s æ ¼å¼å­—符串中同时使用 %s å’Œ %s,在%<%%%c%>%s æ ¼å¼å­—符串中在 AltiVec ç±»åž‹ä¸­ä½¿ç”¨å¸ƒå°”类型无效将类模板%qT用作表达式在 AltiVec ç±»åž‹ä¸­ä½¿ç”¨åè¿›åˆ¶æµ®ç‚¹ç±»åž‹æ— æ•ˆä½¿ç”¨äº†è¢«åˆ é™¤çš„函数%qD使用枚举%q#D前没有给出声明命名空间%qD被用作表达式使用旧式的类型转换使用 template<> æ¥æ˜¾å¼ç‰¹ä¾‹åŒ–需要标量时使用了不能被转换为指针的数组需要标量时使用了结构类型需要标量时使用了联合类型空声明中指定存储类无用空声明中类型名无用空声明中类型限定无用用户定义的%qD总是计算所有两个参数使用%<%c%s%>使用 IBM æ‰©å±•精度 long double使用 IEEE æ‰©å±•精度 long double使用 @FILE å’Œå¤šä¸ªæ–‡ä»¶å°šæœªå®žçŽ°ä½¿ç”¨ darwin64 ABI使用无效字段%qD使用旧式的 Darwin ABI使用返回%<void%>的函数的结果使用模板类型形参%qT,在%qs后使用 typedef å%qD,在%qs后右值的引用用作左值在类作用域使用非成员的 using å£°æ˜Žvalidate_value_data:在 regno é“¾(%u)中的循环validate_value_data:[%u]  ç©ºé“¾(%u) çš„ next_regno é”™è¯¯validate_value_data:[%u] é”™è¯¯çš„ oldest_regno (%u)validate_value_data:[%u] é“¾(%s %u %i)中的非空 reg计算出的值未被使用-mfixed-range å€¼å¿…须有“寄存器1-寄存器2”的形式var-tracking-assignments æ”¹å˜äº†é€‰æ‹©æ€§è°ƒåº¦ç±»åž‹ä¸º%<cb%>的变量 %D ä¸èƒ½è¢«åˆå§‹åŒ–类型为%<io%>的变量 %D ä¸èƒ½è¢«åˆå§‹åŒ–变量%q#D有初始值设定,但是类型不完全变量%q+D声明为%<inline%>变量%q+D的定义被标记为 dllimport变量%q+D能为%<longjmp%>或%<vfork%>所篡改变量%qD有函数类型变量%qD有初始值设定但类型不完全变量%qD重声明为函数变量%qD被设定但未被使用for å¾ªçŽ¯å¢žé‡è¡¨è¾¾å¼ä¸­çš„å¯¹è±¡%qE具有不完全的类型%qT,不会被访问逗号操作符的左操作数中的对象%qE具有不完全的类型%qT,不会被访问逗号操作符的右操作数中的对象%qE具有不完全的类型%qT,不会被访问条件表达式第二个操作数中的对象%qE具有不完全的类型%qT,不会被访问语句中的对象%qE具有不完全的类型%qT,不会被访问条件表达式第三个操作数中的对象%qE具有不完全的类型%qT,不会被访问变量 %s å¤§å°ä¸º %ld å­—节,而 %s èŠ‚å´åªæœ‰ %d å­—节使用了变长数组%qD使用了变长数组变量或字段%qE声明为 void变量或字段声明为 void先前被声明为%<static%>的变量重声明为%<extern%>求追踪变量,但不为这种调试格式所支持要求追踪变量,但若不生成调试信息则无用变量跟踪大小越限变量跟踪大小越限,请不带 -fvar-tracking-assignments é‡è¯•变长复合字面量可变大小的对象不能被初始化文件域中的动态可变的%qE文件域中的动态可变字段vec_extract åªæŽ¥å—两个参数vec_insert åªæŽ¥å—三个参数向量浮点溢出向量大小不是组件大小的整数倍PC=%d å¤„校验错:%s验证失败:%sverify_cgraph_node å¤±è´¥verify_eh_tree å¤±è´¥verify_flow_info å¤±è´¥verify_flow_info:基本块 %d çš„ succ è¾¹å·²æŸåverify_flow_info:块 %i æœ‰ loop_father,但却没有循环verify_flow_info:块 %i ç¼ºå°‘ loop_fatherverify_flow_info:重复的边 %i->%iverify_flow_info:直通边 %i->%i å—不正确verify_flow_info:错误的直通边 %i->%iverify_flow_info:REG_BR_PROB ä¸åŒ¹é… cfg %i %iverify_flow_info:块 %i %i è®¡æ•°é”™verify_flow_info:边 %i->%i %i è®¡æ•°é”™verify_flow_info:块 %i %i é¢‘率错verify_flow_info:边 %i->%i %i æ¦‚率错verify_gimple å¤±è´¥verify_histograms å¤±è´¥verify_ssa å¤±è´¥ç‰ˆæœ¬å±žæ€§ä¸æ˜¯ä¸€ä¸ªå­—符串非 VOP å£°æ˜Žæœ‰è™šæ‹Ÿ SSA åç”±äºŽå­˜åœ¨æ­§ä¹‰ï¼Œè™šåŸºç±»%qT在%qT中无法访问虚函数不能是友元虚函数%qs不是类成员visibility  çš„实参必须是“default”、“hidden”、“protected”或“internal”其中之一visibility çš„实参不是一个字符串可见性属性在此配置下不受支持;已忽略void å€¼æœªå¦‚预期地被忽略vtable for waitpid å¤±è´¥è­¦å‘Šï¼š%q+D的弱声明必须是公共的不支持%q+D的弱声明弱引用%q+D必须有静态链接weakref%q+D最终指向其自身weakref å±žæ€§å¿…须出现在 alias å±žæ€§å‰å¼±å¼•用在此配置下不受支持当写入输出到 %s æ—¶ï¼š%m用不兼容的宽字符串初始化宽字符数组用窄字符串初始化宽字符数组%<asm%>中出现宽字面字符串%qs的宽度超过它自身的类型将被假定为返回%<id%>并接受with与%q+#D对常量对象的写操作(实参 %d)对空指针指向内容的写操作(实参 %d)写入 LTRANS è¾“出列表 %s:%m非条件跳转 %i ä¹‹åŽçš„分支边数不对PHI å‚æ•°è¾¹ %d->%d é”™è¯¯é”™è¯¯çš„ immediate use åˆ—表直通边上的错误指令为%qE属性给定的实参数目错误给函数%<__builtin_next_arg%>的参数数目不对给函数%<va_start%>的参数数目不对模板参数数目不对(不应是 %d ä¸ªè€Œåº”是 %d ä¸ª)基本块 %d ç»“尾处有错误的出边标记不能对该类型的参数求绝对值按位取反的参数类型错误不能对该类型的参数求共轭该类型不支持自减该类型不支持自增单目 ! çš„实参类型无效单目减的操作数类型错误单目加的操作数类型错误已禁用 x87 å´åœ¨ x87 å¯„存器中返回xstormy16_print_operand:未知代码z/Architecture æ¨¡å¼åœ¨ %s ä¸Šä¸å—支持数组%q+D大小为 0 æˆ–负向量大小为 0位段%q+D宽度为 0位段%qs宽度为 0%s æ ¼å¼å­—符串中域宽为 0格式字符串 %s é•¿åº¦ä¸º 0大小为 0 çš„æ•°ç»„%qD{匿名}{未知}