This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/46261] avr-gcc: Segfaults when compiled with the -mint8 option
- From: "gjl at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 27 Jun 2011 08:31:29 +0000
- Subject: [Bug target/46261] avr-gcc: Segfaults when compiled with the -mint8 option
- Auto-submitted: auto-generated
- References: <bug-46261-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46261
--- Comment #13 from Georg-Johann Lay <gjl at gcc dot gnu.org> 2011-06-27 08:30:12 UTC ---
(In reply to comment #10)
> Hi All,
>
> Johann is correct in his comment to bug #46261 (below).
> The -mint8 compiler switch is now causing the compiler to give an ICE.
> We need to finally make a decision from one of these options:
>
> 1. Fix ICE, leave -mint8 in the compiler, don't do anything with avr-libc, even
> though avr-libc doesn't build with it.
>
> 2. Fix ICE, leave -mint8 in the compiler, work on avr-libc to also build with
> -mint8 (eventually).
>
> 3. Remove -mint8, because avr-libc will never be changed to work with it.
What's avr-libc to do with it?
-mint8 has never been a multilib option and I don't know if avr-libc was
supposed to build with -mint8 in the past.
Johann
> Thanks,
> Eric Weddington
(In reply to comment #11)
> Let's remove it.
>
> Denis.
Note that the option is broken in 4.5 and 4.6 already, so the option would have
to be removed in stage 3/4 of the compiler that is intended for
bugs/documentation updates only. It's up to the maintainers, of course.
If the patches above it all that needs to be done, it's maybe not that hard to
get it to work again, and mybe it's even possible without frontend changes.
Johann