public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/23862] Select Fortran source form appropriately for "-pipe"
       [not found] <bug-23862-9019@http.gcc.gnu.org/bugzilla/>
@ 2006-06-21 11:37 ` fxcoudert at gcc dot gnu dot org
  2006-06-24 16:21 ` fxcoudert at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 4+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2006-06-21 11:37 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from fxcoudert at gcc dot gnu dot org  2006-06-21 11:14 -------
I'm rediscovering that bug, so I'm assigning this bug to myself in order to not
forget it again :)

One remark: I don't understand exactly why the second part would be needed:

-{"@f95", "%{!E:f951 %i %(cc1_options) %{J*} %{I*}\
+{"@f95", "%{!E:f951 %i %{!ffixed-form:-ffree-form} %(cc1_options) %{J*} %{I*}\
          %{!fsyntax-only:%(invoke_as)}}", 0, 0, 0},

as currently, the @f95 sources (files with .f95 and .f90) are compiled
correctly.


-- 

fxcoudert at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |fxcoudert at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED
      Known to fail|                            |4.1.2 4.2.0
   Last reconfirmed|2005-12-15 05:03:07         |2006-06-21 11:14:44
               date|                            |
   Target Milestone|---                         |4.1.2


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


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

* [Bug fortran/23862] Select Fortran source form appropriately for "-pipe"
       [not found] <bug-23862-9019@http.gcc.gnu.org/bugzilla/>
  2006-06-21 11:37 ` [Bug fortran/23862] Select Fortran source form appropriately for "-pipe" fxcoudert at gcc dot gnu dot org
@ 2006-06-24 16:21 ` fxcoudert at gcc dot gnu dot org
  2006-07-02 21:17 ` [Bug fortran/23862] [4.1 only] " fxcoudert at gcc dot gnu dot org
  2006-07-02 21:22 ` [Bug fortran/23862] " fxcoudert at gcc dot gnu dot org
  3 siblings, 0 replies; 4+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2006-06-24 16:21 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from fxcoudert at gcc dot gnu dot org  2006-06-24 16:06 -------
Subject: Bug 23862

Author: fxcoudert
Date: Sat Jun 24 16:06:28 2006
New Revision: 114970

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114970
Log:
        PR fortran/23862
        * lang-specs.h (f95-cpp-input): Pass -ffree-form to f951 unless
        -ffixed-form is explicitly specified.

Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/lang-specs.h


-- 


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


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

* [Bug fortran/23862] [4.1 only] Select Fortran source form appropriately for "-pipe"
       [not found] <bug-23862-9019@http.gcc.gnu.org/bugzilla/>
  2006-06-21 11:37 ` [Bug fortran/23862] Select Fortran source form appropriately for "-pipe" fxcoudert at gcc dot gnu dot org
  2006-06-24 16:21 ` fxcoudert at gcc dot gnu dot org
@ 2006-07-02 21:17 ` fxcoudert at gcc dot gnu dot org
  2006-07-02 21:22 ` [Bug fortran/23862] " fxcoudert at gcc dot gnu dot org
  3 siblings, 0 replies; 4+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2006-07-02 21:17 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from fxcoudert at gcc dot gnu dot org  2006-07-02 21:17 -------
Subject: Bug 23862

Author: fxcoudert
Date: Sun Jul  2 21:17:05 2006
New Revision: 115134

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115134
Log:
        PR fortran/28094
        * trans-intrinsic.c (gfc_conv_intrinsic_mod): Support cases where
        there is no integer kind equal to the resulting real kind.
        * intrinsic.c (add_functions): MODULO is not allowed as an actual
        argument.
        * Makefile.am: Add _mod_r10.F90 and _mod_r16.F90.
        * Makefile.in: Regenerate.
        * generated/_mod_r10.F90: New file.
        * generated/_mod_r16.F90: New file.

        PR fortran/27965
        * trans-array.c (gfc_conv_ss_startstride): Correct the runtime
        conditions for bounds-checking. Check for nonzero stride.
        Don't check the last dimension of assumed-size arrays. Fix the
        dimension displayed in the error message.

        PR fortran/26801
        * trans-intrinsic.c (gfc_conv_associated): Use pre and post blocks
        of the scalarization expression.
        * gfortran.dg/associated_4.f90: New test.

        PR fortran/28081
        * resolve.c (resolve_substring): Don't issue out-of-bounds
        error messages when the range has zero size.
        * gfortran.dg/substr_3.f: New test.
        * gfortran.dg/equiv_2.f90: Update expected error message.

        PR fortran/23862
        * lang-specs.h (f95-cpp-input): Pass -ffree-form to f951 unless
        -ffixed-form is explicitly specified.

Added:
    branches/gcc-4_1-branch/gcc/testsuite/gfortran.dg/associated_4.f90
      - copied unchanged from r114757,
trunk/gcc/testsuite/gfortran.dg/associated_4.f90
    branches/gcc-4_1-branch/gcc/testsuite/gfortran.dg/substr_3.f
      - copied unchanged from r114972,
trunk/gcc/testsuite/gfortran.dg/substr_3.f
    branches/gcc-4_1-branch/libgfortran/generated/_mod_r10.F90
      - copied unchanged from r114961, trunk/libgfortran/generated/_mod_r10.F90
    branches/gcc-4_1-branch/libgfortran/generated/_mod_r16.F90
      - copied unchanged from r114961, trunk/libgfortran/generated/_mod_r16.F90
Modified:
    branches/gcc-4_1-branch/gcc/fortran/ChangeLog
    branches/gcc-4_1-branch/gcc/fortran/intrinsic.c
    branches/gcc-4_1-branch/gcc/fortran/lang-specs.h
    branches/gcc-4_1-branch/gcc/fortran/resolve.c
    branches/gcc-4_1-branch/gcc/fortran/trans-array.c
    branches/gcc-4_1-branch/gcc/fortran/trans-intrinsic.c
    branches/gcc-4_1-branch/gcc/testsuite/ChangeLog
    branches/gcc-4_1-branch/gcc/testsuite/gfortran.dg/equiv_2.f90
    branches/gcc-4_1-branch/libgfortran/ChangeLog
    branches/gcc-4_1-branch/libgfortran/Makefile.am
    branches/gcc-4_1-branch/libgfortran/Makefile.in


-- 


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


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

* [Bug fortran/23862] Select Fortran source form appropriately for "-pipe"
       [not found] <bug-23862-9019@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2006-07-02 21:17 ` [Bug fortran/23862] [4.1 only] " fxcoudert at gcc dot gnu dot org
@ 2006-07-02 21:22 ` fxcoudert at gcc dot gnu dot org
  3 siblings, 0 replies; 4+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2006-07-02 21:22 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from fxcoudert at gcc dot gnu dot org  2006-07-02 21:22 -------
Fixed.


-- 

fxcoudert at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
      Known to fail|4.2.0                       |
      Known to work|4.1.2                       |4.1.2 4.2.0
         Resolution|                            |FIXED
            Summary|[4.1 only] Select Fortran   |Select Fortran source form
                   |source form appropriately   |appropriately for "-pipe"
                   |for "-pipe"                 |


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


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

end of thread, other threads:[~2006-07-02 21:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-23862-9019@http.gcc.gnu.org/bugzilla/>
2006-06-21 11:37 ` [Bug fortran/23862] Select Fortran source form appropriately for "-pipe" fxcoudert at gcc dot gnu dot org
2006-06-24 16:21 ` fxcoudert at gcc dot gnu dot org
2006-07-02 21:17 ` [Bug fortran/23862] [4.1 only] " fxcoudert at gcc dot gnu dot org
2006-07-02 21:22 ` [Bug fortran/23862] " 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).