From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9185 invoked by alias); 8 Sep 2003 14:44:09 -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 9178 invoked by uid 48); 8 Sep 2003 14:44:09 -0000 Date: Mon, 08 Sep 2003 14:44:00 -0000 Message-ID: <20030908144409.9177.qmail@sources.redhat.com> From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20030908134123.12207.andrewk@brass.com> References: <20030908134123.12207.andrewk@brass.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c/12207] Internal compiler error in size_binop, at fold-const.c:2014 X-Bugzilla-Reason: CC X-SW-Source: 2003-09/txt/msg00679.txt.bz2 List-Id: PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12207 ------- Additional Comments From pinskia at gcc dot gnu dot org 2003-09-08 14:44 ------- Actually it is allowed by the C99 standard (this is really a GCC extension from ways back and was incorporated into the standard for ANSI/ISO C99). The best way to search for related bugs is to search for where they die in this case, size_binop and not just "internal error".