mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-05 18:00:18 +02:00
* 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:
parent
99eadb91b3
commit
49fe968d1d
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -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
|
||||
|
@ -1,5 +1,4 @@
|
||||
{ %OPT=-Sew -vw -Oodfa }
|
||||
{ %fail }
|
||||
{$mode objfpc}
|
||||
procedure GiveMe(var i: integer);
|
||||
begin
|
Loading…
Reference in New Issue
Block a user