This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/47017] [4.6 Regression] gnatlib ICE on sparc64-linux
- From: "ebotcazou at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 4 Jan 2011 00:00:15 +0000
- Subject: [Bug middle-end/47017] [4.6 Regression] gnatlib ICE on sparc64-linux
- Auto-submitted: auto-generated
- References: <bug-47017-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47017
--- Comment #4 from Eric Botcazou <ebotcazou at gcc dot gnu.org> 2011-01-03 23:59:58 UTC ---
Author: ebotcazou
Date: Mon Jan 3 23:59:55 2011
New Revision: 168447
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=168447
Log:
PR middle-end/47017
* expr.c (expand_expr_real_1) <MEM_REF>: Call memory_address_addr_space
instead of convert_memory_address_addr_space on the base expression.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/expr.c