From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24799 invoked by alias); 26 Jun 2011 19:42:25 -0000 Received: (qmail 24788 invoked by uid 22791); 26 Jun 2011 19:42:23 -0000 X-SWARE-Spam-Status: No, hits=-2.7 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,TW_GJ X-Spam-Check-By: sourceware.org Received: from localhost (HELO gcc.gnu.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 26 Jun 2011 19:42:10 +0000 From: "gjl at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/46261] avr-gcc: Segfaults when compiled with the -mint8 option X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: gjl at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Keywords Status Last reconfirmed Resolution Ever Confirmed Known to fail Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Sun, 26 Jun 2011 19:42:00 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2011-06/txt/msg02255.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46261 Georg-Johann Lay changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |ice-on-valid-code Status|RESOLVED |NEW Last reconfirmed| |2011.06.26 19:41:11 Resolution|WONTFIX | Ever Confirmed|0 |1 Known to fail| |4.5.2, 4.6.1 --- Comment #9 from Georg-Johann Lay 2011-06-26 19:41:11 UTC --- (In reply to comment #1) > The -mint8 option also does not work with building avr-libc. There has been > discussion (on the avr-gcc-list mailing list) about eventually removing this. > There has been no interest by the AVR port maintainers (that I'm aware of) in > continuing to maintain this switch. > > Closed as WONTFIX. I strongly oppose the WON'T FIX. Either we keep that option and is is functional. Or we keep it and say sorry("-mint8 is discontinued") when it is used. Or we remove it. By no means the compiler is supposet to run into ICE/segfault, so allow me to reopen this issue.