This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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]

Re: 3.3 error when inlining


On Saturday 14 June 2003 08:09 pm, Michael S. Zick wrote:
> On Saturday 14 June 2003 02:56 pm, Jim Wilson wrote:
> > Michael S. Zick wrote:
> > > I think the following confirms that the problem is more extensive...
 - - big snip - -
// compute that run-time array:
.LM2:
	movl	8(%ebp), %eax
	decl	%eax
	incl	%eax
	addl	$15, %eax
	shrl	$4, %eax
	sall	$4, %eax
	subl	%eax, %esp
// .L3: is "label"
.L3:
.LM3:
// This is the UNCONDITIONAL len++
	incl	8(%ebp)
.LM4:
.LBB4:

It still looks like a multiple choice problem:
a) mal-formed source, but no warning
b) mal-formed code generation
c) cockpit error
d) an old fool wasting ML bandwidth

Mike
PS: Pick "d" if you like, I can stand it.
>
> Thanks for your time;
> Sorry if my input was totally wrong.
> Mike


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