Bug 38036

Summary: [4.4/4.5 Regression][AVR] FAIL: gcc.c-torture/execute/pr37573.c execution
Product: gcc Reporter: Eric Weddington <eric.weddington>
Component: testsuiteAssignee: Not yet assigned to anyone <unassigned>
Status: RESOLVED FIXED    
Severity: normal CC: gcc-bugs, rguenther
Priority: P4    
Version: 4.4.0   
Target Milestone: 4.4.3   
Host: Target: avr-*-*
Build: Known to work:
Known to fail: Last reconfirmed:

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)