[Bug target/18742] small struct not passed correctly as vararg

2005-01-10 Thread chli002 at rz dot uni-saarland dot de
--- Additional Comments From chli002 at rz dot uni-saarland dot de 2005-01-10 15:32 --- I have found similar cases; it appears that the crucial part is a {short;char} struct or union which is passed as a var arg. Here is a similar program, somewhat smaller and with easier to

[Bug c/19268] GCC 3.3/Irix 6.5 union as vararg not passed correctly

2005-01-05 Thread chli002 at rz dot uni-saarland dot de
--- Additional Comments From chli002 at rz dot uni-saarland dot de 2005-01-05 16:35 --- Created an attachment (id=7877) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7877&action=view) The test case that I forgot in the bug report The code below belongs to the bug report;