public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libfortran/37634] Fix libgfortran compiling to support GCC_NO_EXECUTABLES
       [not found] <bug-37634-4@http.gcc.gnu.org/bugzilla/>
@ 2013-07-29 13:28 ` fxcoudert at gcc dot gnu.org
  2014-06-20 21:02 ` fxcoudert at gcc dot gnu.org
  1 sibling, 0 replies; 6+ messages in thread
From: fxcoudert at gcc dot gnu.org @ 2013-07-29 13:28 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37634

Francois-Xavier Coudert <fxcoudert at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fxcoudert at gcc dot gnu.org

--- Comment #5 from Francois-Xavier Coudert <fxcoudert at gcc dot gnu.org> ---
I think this bug was fixed by Steve Ellcey in revision 200374:

r200374 | sje | 2013-06-24 17:24:19 +0200 (Mon, 24 Jun 2013) | 5 lines

2013-06-24  Steve Ellcey  <sellcey@mips.com>

    * configure.ac (AC_CHECK_FUNCS_ONCE): Put into if statement.
    * configure: Regenerate.

(though, for some reason, this commit message cannot be found in
libgfortran/ChangeLog). I'm closing, please reopen if it is not actually fixed
(with current explanation of what goes wrong).


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

* [Bug libfortran/37634] Fix libgfortran compiling to support GCC_NO_EXECUTABLES
       [not found] <bug-37634-4@http.gcc.gnu.org/bugzilla/>
  2013-07-29 13:28 ` [Bug libfortran/37634] Fix libgfortran compiling to support GCC_NO_EXECUTABLES fxcoudert at gcc dot gnu.org
@ 2014-06-20 21:02 ` fxcoudert at gcc dot gnu.org
  1 sibling, 0 replies; 6+ messages in thread
From: fxcoudert at gcc dot gnu.org @ 2014-06-20 21:02 UTC (permalink / raw)
  To: gcc-bugs

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

Francois-Xavier Coudert <fxcoudert at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #6 from Francois-Xavier Coudert <fxcoudert at gcc dot gnu.org> ---
Apparently I forgot to actually close it.


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

* [Bug libfortran/37634] Fix libgfortran compiling to support GCC_NO_EXECUTABLES
  2008-09-24  6:04 [Bug fortran/37634] New: " burnus at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2010-01-09  8:20 ` monaka at monami-software dot com
@ 2010-01-10  8:45 ` rwild at gcc dot gnu dot org
  3 siblings, 0 replies; 6+ messages in thread
From: rwild at gcc dot gnu dot org @ 2010-01-10  8:45 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from rwild at gcc dot gnu dot org  2010-01-10 08:45 -------
(In reply to comment #2)
> Created an attachment (id=19518)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19518&action=view) [edit]
> patch to configure.ac. Pls run autoconf after applied this patch.

Your patch may be a start, but there are many more link checks to avoid.
See the original description of the bug and links therein.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37634


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

* [Bug libfortran/37634] Fix libgfortran compiling to support GCC_NO_EXECUTABLES
  2008-09-24  6:04 [Bug fortran/37634] New: " burnus at gcc dot gnu dot org
  2009-03-29  9:17 ` [Bug libfortran/37634] " fxcoudert at gcc dot gnu dot org
  2010-01-09  8:03 ` monaka at monami-software dot com
@ 2010-01-09  8:20 ` monaka at monami-software dot com
  2010-01-10  8:45 ` rwild at gcc dot gnu dot org
  3 siblings, 0 replies; 6+ messages in thread
From: monaka at monami-software dot com @ 2010-01-09  8:20 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from monaka at monami-software dot com  2010-01-09 08:20 -------
I attached 0001-Fix-libgfortran-compiling-to-support-GCC_NO_EXECUTAB.patch

The code block was copied from libssp and it had a bug.
It was fixed on libssp. But there is no apply to libgfortran.

I've tested darwin host, bfin-elf target and there seems be no side effect.


-- 

monaka at monami-software dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |monaka at monami-software
                   |                            |dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37634


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

* [Bug libfortran/37634] Fix libgfortran compiling to support GCC_NO_EXECUTABLES
  2008-09-24  6:04 [Bug fortran/37634] New: " burnus at gcc dot gnu dot org
  2009-03-29  9:17 ` [Bug libfortran/37634] " fxcoudert at gcc dot gnu dot org
@ 2010-01-09  8:03 ` monaka at monami-software dot com
  2010-01-09  8:20 ` monaka at monami-software dot com
  2010-01-10  8:45 ` rwild at gcc dot gnu dot org
  3 siblings, 0 replies; 6+ messages in thread
From: monaka at monami-software dot com @ 2010-01-09  8:03 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from monaka at monami-software dot com  2010-01-09 08:02 -------
Created an attachment (id=19518)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19518&action=view)
patch to configure.ac. Pls run autoconf after applied this patch.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37634


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

* [Bug libfortran/37634] Fix libgfortran compiling to support GCC_NO_EXECUTABLES
  2008-09-24  6:04 [Bug fortran/37634] New: " burnus at gcc dot gnu dot org
@ 2009-03-29  9:17 ` fxcoudert at gcc dot gnu dot org
  2010-01-09  8:03 ` monaka at monami-software dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2009-03-29  9:17 UTC (permalink / raw)
  To: gcc-bugs



-- 

fxcoudert at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2009-03-29 09:16:52
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37634


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

end of thread, other threads:[~2014-06-20 21:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-37634-4@http.gcc.gnu.org/bugzilla/>
2013-07-29 13:28 ` [Bug libfortran/37634] Fix libgfortran compiling to support GCC_NO_EXECUTABLES fxcoudert at gcc dot gnu.org
2014-06-20 21:02 ` fxcoudert at gcc dot gnu.org
2008-09-24  6:04 [Bug fortran/37634] New: " burnus at gcc dot gnu dot org
2009-03-29  9:17 ` [Bug libfortran/37634] " fxcoudert at gcc dot gnu dot org
2010-01-09  8:03 ` monaka at monami-software dot com
2010-01-09  8:20 ` monaka at monami-software dot com
2010-01-10  8:45 ` rwild at gcc dot gnu dot 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).