X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/f29f8af3edf5b678f812e36ea4416983467e9189..be6fa942acae21a4a025bac5e339451be6ad136d:/doc/bison.texi?ds=inline diff --git a/doc/bison.texi b/doc/bison.texi index 7a36f854..1218b583 100644 --- a/doc/bison.texi +++ b/doc/bison.texi @@ -10268,14 +10268,6 @@ therefore, since, as far as we know, @code{double} is the most demanding type on all platforms, alignments are enforced for @code{double} whatever types are actually used. This may waste space in some cases. -@item -Our implementation is not conforming with strict aliasing rules. Alias -analysis is a technique used in optimizing compilers to detect when two -pointers are disjoint (they cannot ``meet''). Our implementation breaks -some of the rules that G++ 4.4 uses in its alias analysis, so @emph{strict -alias analysis must be disabled}. Use the option -@option{-fno-strict-aliasing} to compile the generated parser. - @item There might be portability issues we are not aware of. @end itemize