public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/18428] New: No preprocessing option -cpp for gfortran
@ 2004-11-11 13:29 c dot lemmen at fz-juelich dot de
  2004-11-11 15:06 ` [Bug fortran/18428] " pinskia at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: c dot lemmen at fz-juelich dot de @ 2004-11-11 13:29 UTC (permalink / raw)
  To: gcc-bugs

Whoops, where has the preprocessing option gone, used to be -cpp ??  Neither
does the -traditional-cpp option work for the fortran front end.

>gfortran -cpp
gfortran unrecognized option »-cpp«
>  gfortran -v testcase_preprocess.f90
.Warning: testcase_preprocess.f90:16: Illegal preprocessor directive
 In file testcase_preprocess.f90:15

  real :: value=0.0E0
              1
Error: Symbol 'value' at (1) already has basic type of REAL
!------------------------------------------------------------------

program test

#ifdef DOUBLE
  double precision :: value=0.0D0
#else
  real :: value=0.0E0
#endif

end program test

-- 
           Summary: No preprocessing option -cpp for gfortran
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: c dot lemmen at fz-juelich dot de
                CC: gcc-bugs at gcc dot gnu dot org


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


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

end of thread, other threads:[~2008-05-29 19:13 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-18428-7536@http.gcc.gnu.org/bugzilla/>
2005-11-24 22:11 ` [Bug fortran/18428] No preprocessing option -cpp for gfortran fxcoudert at gcc dot gnu dot org
2006-02-26 19:11 ` pinskia at gcc dot gnu dot org
2006-03-07 20:37 ` tom dot browder at fwb dot srs dot com
2008-02-10 14:36 ` dfranke at gcc dot gnu dot org
2008-05-25 22:39 ` dfranke at gcc dot gnu dot org
2008-05-29 19:13 ` dfranke at gcc dot gnu dot org
2004-11-11 13:29 [Bug fortran/18428] New: " c dot lemmen at fz-juelich dot de
2004-11-11 15:06 ` [Bug fortran/18428] " pinskia at gcc dot gnu dot org
2005-06-12 11:37 ` c dot lemmen at fz-juelich dot de
2005-08-12 12:29 ` c dot lemmen at fz-juelich dot de
2005-08-12 12:32 ` pinskia at gcc dot gnu dot org
2005-08-12 13:23 ` c dot lemmen at fz-juelich dot de

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