Bug 37081 - [avr] FAIL: gcc.dg/pr36998.c
Summary: [avr] FAIL: gcc.dg/pr36998.c
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: target (show other bugs)
Version: 4.4.0
: P3 normal
Target Milestone: 4.5.0
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-11 16:03 UTC by Eric Weddington
Modified: 2010-01-29 16:46 UTC (History)
1 user (show)

See Also:
Host:
Target: avr-*-*
Build:
Known to work:
Known to fail:
Last reconfirmed: 2008-12-28 16:32:53


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Weddington 2008-08-11 16:03:18 UTC
Test suite failure: gcc.dg/pr36998.c for the AVR target.
Comment 1 Andrew Pinski 2008-12-27 14:32:17 UTC
How does this testcase fail?
Comment 2 Eric Weddington 2008-12-28 16:32:52 UTC
Test case fails, also as of 2008-12-23, with this:

Executing on host: /usr/local/avrdev/gcc/build/gcc/xgcc -B/usr/local/avrdev/gcc/build/gcc/ /usr/local/avrdev/gcc/gcc/gcc/testsuite/gcc.dg/pr36998.c   -Os -fasynchronous-unwind-tables -DSTACK_SIZE=2048 -DNO_TRAMPOLINES -S  -DSIGNAL_SUPPRESS -mmcu=atmega128   -o pr36998.s    (timeout = 300)
/usr/local/avrdev/gcc/gcc/gcc/testsuite/gcc.dg/pr36998.c:1: warning: unwind tables currently require a frame pointer for correctness

output is:
/usr/local/avrdev/gcc/gcc/gcc/testsuite/gcc.dg/pr36998.c:1: warning: unwind tables currently require a frame pointer for correctness


FAIL: gcc.dg/pr36998.c (test for excess errors)
Excess errors:
/usr/local/avrdev/gcc/gcc/gcc/testsuite/gcc.dg/pr36998.c:1: warning: unwind tables currently require a frame pointer for correctness

Comment 3 Andy Hutchinson 2009-11-26 17:25:06 UTC
Author: hutchinsonandy
Date: Mon Nov 23 21:38:32 2009
New Revision: 154467

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=154467
Log:
* gcc.dg/pr36998.c: Frame pointer required for avr target.
* gcc.dg/debug/pr41264-1.c: Use long if int size 16bit or smaller.
* gcc.dg/pr39226.c: Use smaller bitfield if int size is 16bit.
* gcc.dg/pr41340.c: Test requires long pointer target.
* gcc.dg/profile-generate-3.c: Test requires profiling support.

Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gcc.dg/debug/pr41264-1.c
    trunk/gcc/testsuite/gcc.dg/pr36998.c
    trunk/gcc/testsuite/gcc.dg/pr39226.c
    trunk/gcc/testsuite/gcc.dg/pr41340.c
    trunk/gcc/testsuite/gcc.dg/profile-generate-3.c

Comment 4 Eric Weddington 2010-01-29 16:46:00 UTC
Setting Target Milestone.