Bug 34642 - [4.3 Regression] ICE in reload_cse_simplify_operands, at postreload.c:395
Summary: [4.3 Regression] ICE in reload_cse_simplify_operands, at postreload.c:395
Status: RESOLVED DUPLICATE of bug 34641
Alias: None
Product: gcc
Classification: Unclassified
Component: target (show other bugs)
Version: 4.3.0
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords: ice-on-valid-code
Depends on:
Blocks:
 
Reported: 2008-01-02 16:12 UTC by Richard Biener
Modified: 2008-01-02 16:28 UTC (History)
2 users (show)

See Also:
Host:
Target: s390-*-*, s390x-*-*
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 Richard Biener 2008-01-02 16:12:30 UTC
./cc1plus -fpreprocessed TextIterator.ii -quiet -march=z900 -m64 -O2 -version -fPIC -o /dev/null -w
GNU C++ (GCC) version 4.3.0 20080102 (experimental) (s390-linux-gnu)
        compiled by GNU C version 4.2.2 (SUSE Linux), GMP version 4.2.1, MPFR version 2.2.1.
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
Compiler executable checksum: 31c8074c01f903f38601f94b219eb8f8
../../WebCore/editing/TextIterator.cpp: In function 'UChar* WebCore::plainTextToMallocAllocatedBuffer(const WebCore::Range*, unsigned int&)':
../../WebCore/editing/TextIterator.cpp:1316: error: insn does not satisfy its constraints:
(insn 710 711 157 26 ../../JavaScriptCore/wtf/Vector.h:251 (set (reg:DI 3 %r3)
        (const_int 3148725999 [0xbbadbeef])) 50 {*movdi_64} (nil))
../../WebCore/editing/TextIterator.cpp:1316: internal compiler error: in reload_cse_simplify_operands, at postreload.c:395
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
Comment 1 Richard Biener 2008-01-02 16:28:16 UTC
Duplicate sumbission of everythin doesn't happen only for me it seems...

*** This bug has been marked as a duplicate of 34641 ***