http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24539
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
--- Comment #4 from pinskia at gcc dot gnu dot org 2005-10-26 16:09 ---
(In reply to comment #3)
> For now, we're de-asserting flag_unit_at_a_time in the language
> specific post_options routine.
You should note that non unit-at-a-time will be removed in the future so you
may as well ju
--- Comment #3 from gary at intrepid dot com 2005-10-26 16:07 ---
All/most GCC-supplied dialects may support unit-at-a-time, however,
the dialect we're working on (UPC) does not at present support
unit-at-a-time.
For now, we're de-asserting flag_unit_at_a_time in the language
specific p
--- Comment #2 from pinskia at gcc dot gnu dot org 2005-10-26 15:54 ---
I think analyze_expr should be removed as by the time we get there, we are
always in gimple.
As for expand_function, we really should have a default one now as almost no
language does not support unit at a time.
-