public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/18452] Fortran options induces warning for fortran that needs preprocessing
       [not found] <bug-18452-10259@http.gcc.gnu.org/bugzilla/>
@ 2005-10-13  7:50 ` c dot lemmen at fz-juelich dot de
  2005-11-02 21:57 ` fxcoudert at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: c dot lemmen at fz-juelich dot de @ 2005-10-13  7:50 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #14 from c dot lemmen at fz-juelich dot de  2005-10-13 07:50 -------
FX's recent commit to trap IEEE exceptions via the -ffpe-trap command-line
option is affected by this bug as well


-- 


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


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

* [Bug fortran/18452] Fortran options induces warning for fortran that needs preprocessing
       [not found] <bug-18452-10259@http.gcc.gnu.org/bugzilla/>
  2005-10-13  7:50 ` [Bug fortran/18452] Fortran options induces warning for fortran that needs preprocessing c dot lemmen at fz-juelich dot de
@ 2005-11-02 21:57 ` fxcoudert at gcc dot gnu dot org
  2005-11-04  8:29 ` fxcoudert at gcc dot gnu dot org
  2005-11-04  8:31 ` fxcoudert at gcc dot gnu dot org
  3 siblings, 0 replies; 6+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2005-11-02 21:57 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #15 from fxcoudert at gcc dot gnu dot org  2005-11-02 21:57 -------
Subject: Bug 18452

Author: fxcoudert
Date: Wed Nov  2 21:57:35 2005
New Revision: 106402

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=106402
Log:
        PR fortran/18452
        * lang-specs.h: Pass -lang-fortran to the preprocessor.

        * gcc/c.opt: Add a -lang-fortran option.
        * gcc/c-opts.c: Add a lang_fortran flag.
        (c_common_init_options): Handling the -lang-fortran option.
        (c_common_handle_option): Add a case for Fortran options in
        preprocessing. Remove cases for -ffixed-form and
        -ffixed-line-length. Add a case for -lang-fortran.

Modified:
    branches/gcc-4_0-branch/gcc/ChangeLog
    branches/gcc-4_0-branch/gcc/c-opts.c
    branches/gcc-4_0-branch/gcc/c.opt
    branches/gcc-4_0-branch/gcc/fortran/ChangeLog
    branches/gcc-4_0-branch/gcc/fortran/lang-specs.h


-- 


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


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

* [Bug fortran/18452] Fortran options induces warning for fortran that needs preprocessing
       [not found] <bug-18452-10259@http.gcc.gnu.org/bugzilla/>
  2005-10-13  7:50 ` [Bug fortran/18452] Fortran options induces warning for fortran that needs preprocessing c dot lemmen at fz-juelich dot de
  2005-11-02 21:57 ` fxcoudert at gcc dot gnu dot org
@ 2005-11-04  8:29 ` fxcoudert at gcc dot gnu dot org
  2005-11-04  8:31 ` fxcoudert at gcc dot gnu dot org
  3 siblings, 0 replies; 6+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2005-11-04  8:29 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #16 from fxcoudert at gcc dot gnu dot org  2005-11-04 08:29 -------
Subject: Bug 18452

Author: fxcoudert
Date: Fri Nov  4 08:29:16 2005
New Revision: 106483

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=106483
Log:
        PR fortran/18452

        * gcc/fortran/lang-specs.h: Pass -lang-fortran to the preprocessor.

        * gcc/c.opt: Add a -lang-fortran option.
        * gcc/c-opts.c: Add a lang_fortran flag.
        (c_common_init_options): Handling the -lang-fortran option.
        (c_common_handle_option): Add a case for Fortran options in
        preprocessing. Remove cases for -ffixed-form and
        -ffixed-line-length. Add a case for -lang-fortran.

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


-- 


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


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

* [Bug fortran/18452] Fortran options induces warning for fortran that needs preprocessing
       [not found] <bug-18452-10259@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2005-11-04  8:29 ` fxcoudert at gcc dot gnu dot org
@ 2005-11-04  8:31 ` fxcoudert at gcc dot gnu dot org
  3 siblings, 0 replies; 6+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2005-11-04  8:31 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #17 from fxcoudert at gcc dot gnu dot org  2005-11-04 08:31 -------
Hurray, hurray, this bug is fixed! Now, could we get libgfortran building with
-Werror? :)


-- 

fxcoudert at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
   GCC host triplet|i686-gnu-linux              |
         Resolution|                            |FIXED
   Target Milestone|---                         |4.0.3


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


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

* [Bug fortran/18452] Fortran options induces warning for fortran that needs preprocessing
  2004-11-12 15:15 [Bug fortran/18452] New: -fno-second-underscore induces warning coudert at clipper dot ens dot fr
  2005-08-01 13:16 ` [Bug fortran/18452] Fortran options induces warning for fortran that needs preprocessing pinskia at gcc dot gnu dot org
@ 2005-08-23 15:07 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-08-23 15:07 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-08-23 14:54 -------
*** Bug 23532 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |Konrad dot Bernloehr at mpi-
                   |                            |hd dot mpg dot de


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


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

* [Bug fortran/18452] Fortran options induces warning for fortran that needs preprocessing
  2004-11-12 15:15 [Bug fortran/18452] New: -fno-second-underscore induces warning coudert at clipper dot ens dot fr
@ 2005-08-01 13:16 ` pinskia at gcc dot gnu dot org
  2005-08-23 15:07 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-08-01 13:16 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-08-01 13:15 -------
*** Bug 23176 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dir at lanl dot gov


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


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

end of thread, other threads:[~2005-11-04  8:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-18452-10259@http.gcc.gnu.org/bugzilla/>
2005-10-13  7:50 ` [Bug fortran/18452] Fortran options induces warning for fortran that needs preprocessing c dot lemmen at fz-juelich dot de
2005-11-02 21:57 ` fxcoudert at gcc dot gnu dot org
2005-11-04  8:29 ` fxcoudert at gcc dot gnu dot org
2005-11-04  8:31 ` fxcoudert at gcc dot gnu dot org
2004-11-12 15:15 [Bug fortran/18452] New: -fno-second-underscore induces warning coudert at clipper dot ens dot fr
2005-08-01 13:16 ` [Bug fortran/18452] Fortran options induces warning for fortran that needs preprocessing pinskia at gcc dot gnu dot org
2005-08-23 15:07 ` pinskia 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).