public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/31546]  New: add --enable-intermodule
@ 2007-04-12 14:02 aldot at gcc dot gnu dot org
  2007-04-12 14:03 ` [Bug fortran/31546] " aldot at gcc dot gnu dot org
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: aldot at gcc dot gnu dot org @ 2007-04-12 14:02 UTC (permalink / raw)
  To: gcc-bugs

add option to build libgfortran and fortran with -combine.

This creates a smaller binary and may also create a faster binary. The former
is the main motivation from my POV.


-- 
           Summary: add --enable-intermodule
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: aldot at gcc dot gnu dot org
 BugsThisDependsOn: 31537


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


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

* [Bug fortran/31546] add --enable-intermodule
  2007-04-12 14:02 [Bug fortran/31546] New: add --enable-intermodule aldot at gcc dot gnu dot org
@ 2007-04-12 14:03 ` aldot at gcc dot gnu dot org
  2007-04-13 14:12 ` fxcoudert at gcc dot gnu dot org
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: aldot at gcc dot gnu dot org @ 2007-04-12 14:03 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from aldot at gcc dot gnu dot org  2007-04-12 15:03 -------
Created an attachment (id=13356)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13356&action=view)
patch to add --enable-intermodule to libgfortran


-- 


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


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

* [Bug fortran/31546] add --enable-intermodule
  2007-04-12 14:02 [Bug fortran/31546] New: add --enable-intermodule aldot at gcc dot gnu dot org
  2007-04-12 14:03 ` [Bug fortran/31546] " aldot at gcc dot gnu dot org
@ 2007-04-13 14:12 ` fxcoudert at gcc dot gnu dot org
  2007-04-15 11:39 ` aldot at gcc dot gnu dot org
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2007-04-13 14:12 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from fxcoudert at gcc dot gnu dot org  2007-04-13 15:12 -------
(In reply to comment #0)
> This creates a smaller binary and may also create a faster binary. The former
> is the main motivation from my POV.

Do you have figures to justify these two claims?


-- 


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


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

* [Bug fortran/31546] add --enable-intermodule
  2007-04-12 14:02 [Bug fortran/31546] New: add --enable-intermodule aldot at gcc dot gnu dot org
  2007-04-12 14:03 ` [Bug fortran/31546] " aldot at gcc dot gnu dot org
  2007-04-13 14:12 ` fxcoudert at gcc dot gnu dot org
@ 2007-04-15 11:39 ` aldot at gcc dot gnu dot org
  2007-04-15 11:40 ` aldot at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: aldot at gcc dot gnu dot org @ 2007-04-15 11:39 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from aldot at gcc dot gnu dot org  2007-04-15 12:38 -------
Created an attachment (id=13367)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13367&action=view)
updated patch

Updated patch.


-- 

aldot at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #13356|0                           |1
        is obsolete|                            |


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


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

* [Bug fortran/31546] add --enable-intermodule
  2007-04-12 14:02 [Bug fortran/31546] New: add --enable-intermodule aldot at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2007-04-15 11:39 ` aldot at gcc dot gnu dot org
@ 2007-04-15 11:40 ` aldot at gcc dot gnu dot org
  2007-04-17 19:07 ` [Bug libfortran/31546] " fxcoudert at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: aldot at gcc dot gnu dot org @ 2007-04-15 11:40 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from aldot at gcc dot gnu dot org  2007-04-15 12:39 -------
(In reply to comment #2)
> (In reply to comment #0)
> > This creates a smaller binary and may also create a faster binary. The former
> > is the main motivation from my POV.
> 
> Do you have figures to justify these two claims?
> 

   text    data     bss     dec     hex filename
 601912    2636     284  604832   93aa0
../gcc-4.3.orig/./i686-linux-gnu/libgfortran/.libs/libgfortran.so.3.0.0
 562768    2348     288  565404   8a09c
./i686-linux-gnu/libgfortran/.libs/libgfortran.so.3.0.0

I do not claim that it is faster since i didn't measure this aspect.


-- 


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


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

* [Bug libfortran/31546] add --enable-intermodule
  2007-04-12 14:02 [Bug fortran/31546] New: add --enable-intermodule aldot at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2007-04-15 11:40 ` aldot at gcc dot gnu dot org
@ 2007-04-17 19:07 ` fxcoudert at gcc dot gnu dot org
  2007-08-22 20:53 ` aldot at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2007-04-17 19:07 UTC (permalink / raw)
  To: gcc-bugs



-- 

fxcoudert at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
          Component|fortran                     |libfortran
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2007-04-17 20:07:38
               date|                            |


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


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

* [Bug libfortran/31546] add --enable-intermodule
  2007-04-12 14:02 [Bug fortran/31546] New: add --enable-intermodule aldot at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2007-04-17 19:07 ` [Bug libfortran/31546] " fxcoudert at gcc dot gnu dot org
@ 2007-08-22 20:53 ` aldot at gcc dot gnu dot org
  2007-08-25 22:34 ` aldot at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: aldot at gcc dot gnu dot org @ 2007-08-22 20:53 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from aldot at gcc dot gnu dot org  2007-08-22 20:53 -------
Created an attachment (id=14096)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14096&action=view)
add enable-intermodule for libgfortran against r127717

Updated patch to allow for configuring libgfortran with ./configure
--enable-intermodule optimization


-- 

aldot at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #13367|0                           |1
        is obsolete|                            |


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


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

* [Bug libfortran/31546] add --enable-intermodule
  2007-04-12 14:02 [Bug fortran/31546] New: add --enable-intermodule aldot at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2007-08-22 20:53 ` aldot at gcc dot gnu dot org
@ 2007-08-25 22:34 ` aldot at gcc dot gnu dot org
  2007-08-25 22:35 ` info at herberouge dot be
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: aldot at gcc dot gnu dot org @ 2007-08-25 22:34 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from aldot at gcc dot gnu dot org  2007-08-25 22:33 -------
Created an attachment (id=14116)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14116&action=view)
add missing includes of config.h to avoid conflicts in prototypes for LFS funcs

gfortran-4.3-PR31546-config.h-inc.01.diff

2007-08-26  Bernhard Fischer  <me>

      PR fortran/31546
      * (configure.ac): Add --enable-intermodule for onestep build.
      * (Makefile.am): Handle onestep build.
      * (libgfortran.h, intrinsics/abort.c, intrinsics/iso_c_binding.c,
      intrinsics/string_intrinsics.c): Include config.h before system headers.


-- 


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


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

* [Bug libfortran/31546] add --enable-intermodule
  2007-04-12 14:02 [Bug fortran/31546] New: add --enable-intermodule aldot at gcc dot gnu dot org
                   ` (6 preceding siblings ...)
  2007-08-25 22:34 ` aldot at gcc dot gnu dot org
@ 2007-08-25 22:35 ` info at herberouge dot be
  2007-09-14 11:37 ` fxcoudert at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: info at herberouge dot be @ 2007-08-25 22:35 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from info at herberouge dot be  2007-08-25 22:35 -------
Subject: Re:  add --enable-intermodule

STOP your email please !
----- Original Message ----- 
From: "aldot at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: <gcc-bugs@gcc.gnu.org>
Sent: Sunday, August 26, 2007 12:33 AM
Subject: [Bug libfortran/31546] add --enable-intermodule


>
>
> ------- Comment #6 from aldot at gcc dot gnu dot org  2007-08-25 
> 22:33 -------
> Created an attachment (id=14116)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14116&action=view)
> --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14116&action=view)
> add missing includes of config.h to avoid conflicts in prototypes for LFS 
> funcs
>
> gfortran-4.3-PR31546-config.h-inc.01.diff
>
> 2007-08-26  Bernhard Fischer  <me>
>
>      PR fortran/31546
>      * (configure.ac): Add --enable-intermodule for onestep build.
>      * (Makefile.am): Handle onestep build.
>      * (libgfortran.h, intrinsics/abort.c, intrinsics/iso_c_binding.c,
>      intrinsics/string_intrinsics.c): Include config.h before system 
> headers.
>
>
> -- 
>
>
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31546
>
>
> 


-- 


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


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

* [Bug libfortran/31546] add --enable-intermodule
  2007-04-12 14:02 [Bug fortran/31546] New: add --enable-intermodule aldot at gcc dot gnu dot org
                   ` (7 preceding siblings ...)
  2007-08-25 22:35 ` info at herberouge dot be
@ 2007-09-14 11:37 ` fxcoudert at gcc dot gnu dot org
  2007-09-21 15:54 ` aldot at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2007-09-14 11:37 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from fxcoudert at gcc dot gnu dot org  2007-09-14 11:37 -------
Wasn't the patch for this approved?
(http://gcc.gnu.org/ml/fortran/2007-08/msg00517.html) Since stage3 has started,
it probably would be best to commit rather soon.


-- 

fxcoudert at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fxcoudert at gcc dot gnu dot
                   |                            |org
         AssignedTo|unassigned at gcc dot gnu   |aldot at gcc dot gnu dot org
                   |dot org                     |
             Status|NEW                         |ASSIGNED


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


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

* [Bug libfortran/31546] add --enable-intermodule
  2007-04-12 14:02 [Bug fortran/31546] New: add --enable-intermodule aldot at gcc dot gnu dot org
                   ` (8 preceding siblings ...)
  2007-09-14 11:37 ` fxcoudert at gcc dot gnu dot org
@ 2007-09-21 15:54 ` aldot at gcc dot gnu dot org
  2007-09-21 15:56 ` aldot at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: aldot at gcc dot gnu dot org @ 2007-09-21 15:54 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from aldot at gcc dot gnu dot org  2007-09-21 15:54 -------
Created an attachment (id=14238)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14238&action=view)
add --enable-intermodule for libgfortran

2007-09-21  Bernhard Fischer  <aldot>

      PR fortran/31546
      * (configure.ac): Add --enable-intermodule for onestep build.
      * (Makefile.am): Handle onestep build.
      * (configure, Makefile.in): Regenerate.


-- 

aldot at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #14096|0                           |1
        is obsolete|                            |
  Attachment #14116|0                           |1
        is obsolete|                            |


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


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

* [Bug libfortran/31546] add --enable-intermodule
  2007-04-12 14:02 [Bug fortran/31546] New: add --enable-intermodule aldot at gcc dot gnu dot org
                   ` (9 preceding siblings ...)
  2007-09-21 15:54 ` aldot at gcc dot gnu dot org
@ 2007-09-21 15:56 ` aldot at gcc dot gnu dot org
  2007-09-21 19:49 ` fxcoudert at gcc dot gnu dot org
  2007-09-21 19:51 ` fxcoudert at gcc dot gnu dot org
  12 siblings, 0 replies; 14+ messages in thread
From: aldot at gcc dot gnu dot org @ 2007-09-21 15:56 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from aldot at gcc dot gnu dot org  2007-09-21 15:56 -------
fx, I cannot apply this patch since i cannot autoreconf with the appropriate
versions of autoconf and automake. Can you apply it with the regenerated files,
please (and assign this bug to you, if you want)?

TIA,


-- 


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


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

* [Bug libfortran/31546] add --enable-intermodule
  2007-04-12 14:02 [Bug fortran/31546] New: add --enable-intermodule aldot at gcc dot gnu dot org
                   ` (10 preceding siblings ...)
  2007-09-21 15:56 ` aldot at gcc dot gnu dot org
@ 2007-09-21 19:49 ` fxcoudert at gcc dot gnu dot org
  2007-09-21 19:51 ` fxcoudert at gcc dot gnu dot org
  12 siblings, 0 replies; 14+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2007-09-21 19:49 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #11 from fxcoudert at gcc dot gnu dot org  2007-09-21 19:49 -------
Subject: Bug 31546

Author: fxcoudert
Date: Fri Sep 21 19:49:34 2007
New Revision: 128654

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=128654
Log:
        PR fortran/31546
        * (configure.ac): Add --enable-intermodule for onestep build.
        * (Makefile.am): Handle onestep build.
        * (configure, Makefile.in): Regenerate.

Modified:
    trunk/libgfortran/ChangeLog
    trunk/libgfortran/Makefile.am
    trunk/libgfortran/Makefile.in
    trunk/libgfortran/configure
    trunk/libgfortran/configure.ac


-- 


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


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

* [Bug libfortran/31546] add --enable-intermodule
  2007-04-12 14:02 [Bug fortran/31546] New: add --enable-intermodule aldot at gcc dot gnu dot org
                   ` (11 preceding siblings ...)
  2007-09-21 19:49 ` fxcoudert at gcc dot gnu dot org
@ 2007-09-21 19:51 ` fxcoudert at gcc dot gnu dot org
  12 siblings, 0 replies; 14+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2007-09-21 19:51 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #12 from fxcoudert at gcc dot gnu dot org  2007-09-21 19:50 -------
Fixed.


-- 

fxcoudert at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.3.0


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


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

end of thread, other threads:[~2007-09-21 19:51 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-04-12 14:02 [Bug fortran/31546] New: add --enable-intermodule aldot at gcc dot gnu dot org
2007-04-12 14:03 ` [Bug fortran/31546] " aldot at gcc dot gnu dot org
2007-04-13 14:12 ` fxcoudert at gcc dot gnu dot org
2007-04-15 11:39 ` aldot at gcc dot gnu dot org
2007-04-15 11:40 ` aldot at gcc dot gnu dot org
2007-04-17 19:07 ` [Bug libfortran/31546] " fxcoudert at gcc dot gnu dot org
2007-08-22 20:53 ` aldot at gcc dot gnu dot org
2007-08-25 22:34 ` aldot at gcc dot gnu dot org
2007-08-25 22:35 ` info at herberouge dot be
2007-09-14 11:37 ` fxcoudert at gcc dot gnu dot org
2007-09-21 15:54 ` aldot at gcc dot gnu dot org
2007-09-21 15:56 ` aldot at gcc dot gnu dot org
2007-09-21 19:49 ` fxcoudert at gcc dot gnu dot org
2007-09-21 19:51 ` fxcoudert 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).