From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28925 invoked by alias); 26 Oct 2005 16:09:18 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 28908 invoked by uid 48); 26 Oct 2005 16:09:15 -0000 Date: Wed, 26 Oct 2005 16:09:00 -0000 Message-ID: <20051026160915.28907.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug middle-end/24539] inconsistent handling of null-valued language hooks in GCC In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pinskia at gcc dot gnu dot org" X-SW-Source: 2005-10/txt/msg03454.txt.bz2 List-Id: ------- 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 just do unit at a time to start with. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24539