> -----Original Message----- > From: Dave Korn [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 06, 2008 11:04 AM > To: Weddington, Eric; gcc@gcc.gnu.org > Cc: 'Andy Hutchinson'; 'Anatoly Sokolov'; 'Andreas Krebbel'; > [EMAIL PROTECTED] > Subject: RE: New test is invalid for AVR > > Weddington, Eric wrote on 06 August 2008 17:49: > > > Could someone please mark this test as unsupported for > avr-*-*? I don't > > have copyright assignment yet (but we're currently working > with the FSF > > on it). > > Actually shouldn't it be dealt with by the small-stack > handling in the > testsuite infrastructure? My board.exp (for a similarly > small embedded > target) has these lines: > > # We only have a small stack available to us > set_board_info gcc,stack_size 2048 > > ... which somehow get translated into a -DSTACK_SIZE=xxx that > can be tested > and/or used numerically in the regression test sources.
Bear with me, here, as I'm new to running the test suite and how it all works... I do have that line that you have in my atmega128-sim.exp: set_board_info gcc,stack_size 2048 I see in the test results that -DSTACK_SIZE=2048 is correctly getting passed in when this test is being compiled. Beyond that, I don't know what is supposed to be done to mark this test as unsupported for the AVR. Thanks, Eric Weddington