This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/24539] inconsistent handling of null-valued language hooks in GCC
- From: "gary at intrepid dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 26 Oct 2005 16:07:10 -0000
- Subject: [Bug middle-end/24539] inconsistent handling of null-valued language hooks in GCC
- References: <bug-24539-9975@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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 post_options routine.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24539