* the dfa code now behaves like the old initialization checking code: uninitialized parameters passed by reference cause only a hint

git-svn-id: trunk@26160 -
This commit is contained in:
florian 2013-12-01 17:01:57 +00:00
parent 99eadb91b3
commit 49fe968d1d
2 changed files with 1 additions and 2 deletions

2
.gitattributes vendored
View File

@ -12406,7 +12406,6 @@ tests/webtbf/tw11632.pp svneol=native#text/plain
tests/webtbf/tw11846.pp svneol=native#text/plain
tests/webtbf/tw11846c.pp svneol=native#text/plain
tests/webtbf/tw11848a.pp svneol=native#text/plain
tests/webtbf/tw11849a.pp svneol=native#text/plain
tests/webtbf/tw11862a.pp svneol=native#text/plain
tests/webtbf/tw11970.pp svneol=native#text/plain
tests/webtbf/tw12075.pp svneol=native#text/plain
@ -12992,6 +12991,7 @@ tests/webtbs/tw11846a.pp svneol=native#text/plain
tests/webtbs/tw11846b.pp svneol=native#text/plain
tests/webtbs/tw11848.pp svneol=native#text/plain
tests/webtbs/tw11849.pp svneol=native#text/plain
tests/webtbs/tw11849a.pp svneol=native#text/pascal
tests/webtbs/tw11852.pp svneol=native#text/plain
tests/webtbs/tw11859.pp svneol=native#text/plain
tests/webtbs/tw11861.pp svneol=native#text/plain

View File

@ -1,5 +1,4 @@
{ %OPT=-Sew -vw -Oodfa }
{ %fail }
{$mode objfpc}
procedure GiveMe(var i: integer);
begin