[Bug c/47438] function arguments memory alignment problem.

2011-01-25 Thread dbms007 at hanmail dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47438 --- Comment #4 from doh-hyun koh 2011-01-25 11:28:51 UTC --- #include int Test1(tranNo, name, path, sSpId, spId, spPg, type, size, parm) long tranNo; char* name, *path; short sSpId, spId, spPg, type; long size; char* parm; { printf("---

[Bug c/47438] function arguments memory alignment problem.

2011-01-24 Thread dbms007 at hanmail dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47438 --- Comment #1 from doh-hyun koh 2011-01-24 17:02:45 UTC --- hi I am developing big application with old large source in linux .. even though I could manage some of bug, eventually the will be big troubles.. so I here I like to report the bugs an

[Bug c/47438] New: function arguments memory alignment problem.

2011-01-24 Thread dbms007 at hanmail dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47438 Summary: function arguments memory alignment problem. Product: gcc Version: 4.1.2 Status: UNCONFIRMED Severity: critical Priority: P3 Component: c AssignedTo: unassig