[Bug c/26004] [4.1/4.2 Regression] gcc errors on valid code [SVO]
mmitchel at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Wed Feb 1 03:14:00 GMT 2006
------- Comment #7 from mmitchel at gcc dot gnu dot org 2006-02-01 03:14 -------
This is a design bug. The middle-end should not be calling mark_addressable
hooks in the front ends. The fix may be to factor the front end
mark_addressable functions into a part that just does the appropriate
marking/recursion for language-dependent tree codes, and a separate part that
enforces semantic constraints. The former function would be the one available
to the middle end; the latter (which would presumably call the former) would be
used by the front end itself.
This should be a relatively straightforward fix.
--
mmitchel at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Priority|P3 |P2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26004
More information about the Gcc-bugs
mailing list