Bug 27841 - ICE: expected ssa_name, have symbol_memory_tag in verify_ssa, at tree-ssa.c:776
Summary: ICE: expected ssa_name, have symbol_memory_tag in verify_ssa, at tree-ssa.c:776
Status: RESOLVED DUPLICATE of bug 27341
Alias: None
Product: gcc
Classification: Unclassified
Component: tree-optimization (show other bugs)
Version: 4.2.0
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords: ice-on-valid-code
Depends on:
Blocks:
 
Reported: 2006-05-31 15:22 UTC by Martin Michlmayr
Modified: 2006-06-01 03:47 UTC (History)
5 users (show)

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


Attachments
test case (405 bytes, text/plain)
2006-05-31 15:22 UTC, Martin Michlmayr
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Michlmayr 2006-05-31 15:22:07 UTC
(sid)3415:tbm@test: ~/delta/bin] /usr/lib/gcc-snapshot/bin/gcc -c -O1 mini.c
(sid)3416:tbm@test: ~/delta/bin] /usr/lib/gcc-snapshot/bin/gcc -c -O2 mini.c
mini.c: In function 'z_atan2':
mini.c:33: internal compiler error: tree check: expected ssa_name, have symbol_memory_tag in verify_ssa, at tree-ssa.c:776
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
zsh: exit 1     /usr/lib/gcc-snapshot/bin/gcc -c -O2 mini.c
(sid)3417:tbm@test: ~/delta/bin]
Comment 1 Martin Michlmayr 2006-05-31 15:22:56 UTC
Created attachment 11554 [details]
test case
Comment 2 Andrew Pinski 2006-06-01 03:47:10 UTC

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