comparison gcc/doc/trouble.texi @ 67:f6334be47118

update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
author nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
date Tue, 22 Mar 2011 17:18:12 +0900
parents b7f97abdc517
children 04ced10e8804
comparison
equal deleted inserted replaced
65:65488c3d617d 67:f6334be47118
383 PCC allows whitespace in the middle of compound assignment operators 383 PCC allows whitespace in the middle of compound assignment operators
384 such as @samp{+=}. GCC, following the ISO standard, does not 384 such as @samp{+=}. GCC, following the ISO standard, does not
385 allow this. 385 allow this.
386 386
387 @cindex apostrophes 387 @cindex apostrophes
388 @cindex ' 388 @cindex @code{'}
389 @item 389 @item
390 GCC complains about unterminated character constants inside of 390 GCC complains about unterminated character constants inside of
391 preprocessing conditionals that fail. Some programs have English 391 preprocessing conditionals that fail. Some programs have English
392 comments enclosed in conditionals that are guaranteed to fail; if these 392 comments enclosed in conditionals that are guaranteed to fail; if these
393 comments contain apostrophes, GCC will probably report an error. For 393 comments contain apostrophes, GCC will probably report an error. For