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

* [Bug libgcc/63682] m32c: libgcc configure checks for SJLJ model even when C++ and Java are disabled
  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 ` 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
  2 siblings, 0 replies; 4+ messages in thread
From: dj at redhat dot com @ 2014-10-29 18:14 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from DJ Delorie <dj at redhat dot com> ---
m32c-elf supports C++.  What is the contents of the failing config.log?

Also, there's nothing m32c-specific in the sjlj checks, it's the same for all
sjlj targets.


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

* [Bug libgcc/63682] m32c: libgcc configure checks for SJLJ model even when C++ and Java are disabled
  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
  2 siblings, 0 replies; 4+ messages in thread
From: joel at gcc dot gnu.org @ 2014-10-29 20:44 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Joel Sherrill <joel at gcc dot gnu.org> ---
(In reply to DJ Delorie from comment #1)
> m32c-elf supports C++.  What is the contents of the failing config.log?

Hmm... then this should work. We intentionally don't deviate much from *-elf
targets. I was only building C in this run.

> Also, there's nothing m32c-specific in the sjlj checks, it's the same for
> all sjlj targets.

I know. But m32c and (I think) h8300 were the only failures.


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

* [Bug libgcc/63682] m32c: libgcc configure checks for SJLJ model even when C++ and Java are disabled
  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
  2 siblings, 0 replies; 4+ messages in thread
From: joel at gcc dot gnu.org @ 2014-10-29 20:44 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Joel Sherrill <joel at gcc dot gnu.org> ---
Created attachment 33847
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33847&action=edit
config.log


^ 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).