public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/19268] New: GCC 3.3/Irix 6.5 union as vararg not passed correctly
@ 2005-01-05 16:01 gcc-bugzilla at gcc dot gnu dot org
  2005-01-05 16:36 ` [Bug c/19268] " chli002 at rz dot uni-saarland dot de
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: gcc-bugzilla at gcc dot gnu dot org @ 2005-01-05 16:01 UTC (permalink / raw)
  To: gcc-bugs


	The code below passes a union (type ct1) as a var arg. The callee checks 
	that the union is indeed received correctly by checking each field. This 
	fails in line 38:

	    assert (hv1.bv1 ==  nv1.bv1);

Environment:
System: IRIX64 mars 6.5 07080049 IP27


	
host: mips-sgi-irix6.5
build: mips-sgi-irix6.5
target: mips-sgi-irix6.5
configured with: ../configure --prefix=/usr/freeware --enable-version-specific-runtime-libs --disable-shared --enable-threads --enable-haifa --enable-libgcj --disable-c-mbchar

How-To-Repeat:
	Compile and run the following code. The bug manifests itself with
	the following message:

	Assertion failed: EX, file foo.c, line 38
------- Additional Comments From chli002 at rz dot uni-saarland dot de  2005-01-05 16:01 -------
Fix:
	No Fix.

-- 
           Summary: GCC 3.3/Irix 6.5 union as vararg not passed correctly
           Product: gcc
           Version: 3.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: chli002 at rz dot uni-saarland dot de
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: mips-sgi-irix6.5
  GCC host triplet: mips-sgi-irix6.5
GCC target triplet: mips-sgi-irix6.5


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19268


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2005-01-08 16:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-05 16:01 [Bug c/19268] New: GCC 3.3/Irix 6.5 union as vararg not passed correctly gcc-bugzilla at gcc dot gnu dot org
2005-01-05 16:36 ` [Bug c/19268] " chli002 at rz dot uni-saarland dot de
2005-01-05 18:07 ` [Bug target/19268] " pinskia at gcc dot gnu dot org
2005-01-06  7:41 ` lindig at cs dot uni-sb dot de
2005-01-08 14:02 ` rsandifo at gcc dot gnu dot org
2005-01-08 16:53 ` gdr at integrable-solutions dot net

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).