This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug pascal/11349] ansistring does not print correctly


------- Additional Comments From sethdgrover at gmail dot com  2010-03-04 23:29 -------
Created an attachment (id=4643)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=4643&action=view)
compiled program

Here's the same program using pchar instead of ansistring, along with the
compiled version of the program:

program project1;

procedure doit (var s : pchar);
begin
end;

var
 s : pchar;
begin
 s := 'test';
 doit(s);
end.

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=11349

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]