public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgcc/63682] New: m32c: libgcc configure checks for SJLJ model even when C++ and Java are disabled
@ 2014-10-29 17:28 joel at gcc dot gnu.org
  2014-10-29 18:14 ` [Bug libgcc/63682] " dj at redhat dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: joel at gcc dot gnu.org @ 2014-10-29 17:28 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63682

            Bug ID: 63682
           Summary: m32c: libgcc configure checks for SJLJ model even when
                    C++ and Java are disabled
           Product: gcc
           Version: 4.9.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libgcc
          Assignee: unassigned at gcc dot gnu.org
          Reporter: joel at gcc dot gnu.org

On the m32c, C++ and Java are not supported. Thus we build with C only and the
target doesn't have any need for SJLJ information. Unfortunately libgcc always
probes for this.

checking whether decimal floating point is supported... no
configure: WARNING: decimal float is not supported for this target, ignored
checking whether fixed-point is supported... no
checking whether to use setjmp/longjmp exceptions... unknown
configure: error: unable to detect exception model

And if you pass in --disable-sjlj-exceptions, the build fails in libgcc with an
ICE.


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-10-29 20:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-29 17:28 [Bug libgcc/63682] New: m32c: libgcc configure checks for SJLJ model even when C++ and Java are disabled joel at gcc dot gnu.org
2014-10-29 18:14 ` [Bug libgcc/63682] " dj at redhat dot com
2014-10-29 20:44 ` joel at gcc dot gnu.org
2014-10-29 20:44 ` joel at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).