public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/55210] New: cannot #define FOO 'a'
@ 2012-11-05  2:22 shobbo at gmail dot com
  2012-11-05 15:32 ` [Bug fortran/55210] cannot use macro #define FOO 'a' in a conditional burnus at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: shobbo at gmail dot com @ 2012-11-05  2:22 UTC (permalink / raw)
  To: gcc-bugs


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

             Bug #: 55210
           Summary: cannot #define FOO 'a'
    Classification: Unclassified
           Product: gcc
           Version: 4.7.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: shobbo@gmail.com


If I define a macro as in the summary I get the following output:

[*] gfortran  -cpp testfort.f -o testfort
<built-in>:0:0: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.7/README.Bugs> for instructions.

I tried it with -cpp, -xf95-cpp-input and -xf77-cpp-input.
using gfortran 4.7.2, 4.4.3 and 4.4.4.

!---- testfort.f
#define FOO 'a'

      program testfort
        implicit none
        print *, 'pretest'
#if FOO == 'a'
        print *, "the macro is a character a"
#endif
        print *, 'epitest'
      end program


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

end of thread, other threads:[~2021-08-27  1:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-11-05  2:22 [Bug fortran/55210] New: cannot #define FOO 'a' shobbo at gmail dot com
2012-11-05 15:32 ` [Bug fortran/55210] cannot use macro #define FOO 'a' in a conditional burnus at gcc dot gnu.org
2021-08-27  1:46 ` pinskia at gcc dot gnu.org
2021-08-27  1:50 ` pinskia at gcc dot gnu.org
2021-08-27  1:54 ` pinskia at gcc dot gnu.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).