http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25714
Thomas Koenig <tkoenig at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
AssignedTo|unassigned at gcc dot |tkoenig at gcc dot gnu.org
|gnu.org |
--- Comment #4 from Thomas Koenig <tkoenig at gcc dot gnu.org> 2010-12-26
00:42:35 UTC ---
The test case from comment#1 could be done as
c(1:1) = a
c(2:2) = b
in the front end optimization pass.
I'll give it a shot.