public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* Re: bug va_arg(ap, long long)??
@ 2003-07-22 15:45 Falk Hueffner
  0 siblings, 0 replies; 2+ messages in thread
From: Falk Hueffner @ 2003-07-22 15:45 UTC (permalink / raw)
  To: gcc-bugs, rdaddio

Hi,

gcc 3.2.3 is no longer supported. Please try gcc 3.3. If you can still
reproduce it, please file a bug report at
http://gcc.gnu.org/bugs.html.

-- 
	Falk


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

* bug va_arg(ap, long long)??
@ 2003-07-21 19:20 Rich DAddio
  0 siblings, 0 replies; 2+ messages in thread
From: Rich DAddio @ 2003-07-21 19:20 UTC (permalink / raw)
  To: gcc-bugs; +Cc: rdaddio, richdaddio

Anyone seen this before?

VER: GCC-3.2.3
TAR: ARC

//call in the user code (works with args other than long long)

va_arg(ap, unsigned long long);

//YIELDS:

Internal compiler error in build, at tree.c:2447
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

//CONDITIONAL FOR ABORT (comments in code included)

      /* The only one-operand cases we handle here are those with 
side-effects.
	 Others are handled with build1.  So don't bother checked if the
	 arg has side-effects since we'll already have set it.

	 ??? This really should use build1 too.  */
      if (TREE_CODE_CLASS (code) != 's')
	abort (); //Hits this abort!!

Any help or ideas would be appreciated.

Thanks,

Rich d


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

end of thread, other threads:[~2003-07-22 15:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-22 15:45 bug va_arg(ap, long long)?? Falk Hueffner
  -- strict thread matches above, loose matches on Subject: below --
2003-07-21 19:20 Rich DAddio

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).