[Bug middle-end/24539] inconsistent handling of null-valued language hooks in GCC

2011-12-21 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24539 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug middle-end/24539] inconsistent handling of null-valued language hooks in GCC

2005-10-26 Thread pinskia at gcc dot gnu dot org
--- 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

[Bug middle-end/24539] inconsistent handling of null-valued language hooks in GCC

2005-10-26 Thread gary at intrepid dot com
--- 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

[Bug middle-end/24539] inconsistent handling of null-valued language hooks in GCC

2005-10-26 Thread pinskia at gcc dot gnu dot org
--- 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. -