Bug 38036 - [4.4/4.5 Regression][AVR] FAIL: gcc.c-torture/execute/pr37573.c execution
Summary: [4.4/4.5 Regression][AVR] FAIL: gcc.c-torture/execute/pr37573.c execution
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: testsuite (show other bugs)
Version: 4.4.0
: P4 normal
Target Milestone: 4.4.3
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-06 18:49 UTC by Eric Weddington
Modified: 2009-12-24 14:46 UTC (History)
2 users (show)

See Also:
Host:
Target: avr-*-*
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Weddington 2008-11-06 18:49:14 UTC
New test case gcc.c-torture/execute/pr37573.c fails for AVR for -O[0123s]:
FAIL: gcc.c-torture/execute/pr37573.c execution

The test case assumes 32-bit integer constants. AVR has 16-bit integers.
Comment 1 Eric Weddington 2008-11-06 18:52:33 UTC
Test case added by:

2008-11-03  Richard Guenther  <rguenther@suse.de>

        PR middle-end/37573
        * tree-data-ref.c (split_constant_offset_1): Fix tuplification.

        * gcc.c-torture/execute/pr37573.c: New testcase.

Comment 2 Andy Hutchinson 2009-12-24 14:46:13 UTC
Fixed already Rev 142978 (29th December 2008)