public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/56659] New: Segfault due to missing libcpp error handler for "gfortran -cpp"
@ 2013-03-20  7:29 burnus at gcc dot gnu.org
  2013-03-20 10:49 ` [Bug fortran/56659] " rguenth at gcc dot gnu.org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: burnus at gcc dot gnu.org @ 2013-03-20  7:29 UTC (permalink / raw)
  To: gcc-bugs


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

             Bug #: 56659
           Summary: Segfault due to missing libcpp error handler for
                    "gfortran -cpp"
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Keywords: ice-on-invalid-code
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: burnus@gcc.gnu.org
                CC: kapinos@rz.rwth-aachen.de


Reported by Paul Kapinos at fortran@gcc,
http://thread.gmane.org/gmane.comp.gcc.fortran/40495
http://gcc.gnu.org/ml/fortran/2013-03/msg00083.html

The problem is that libcpp calls an error handler, which is not set in f951.


Namely,   pfile->cb.error == NULL  but should be point to a function; it has
the the prototype:
 bool (*)(cpp_reader *, int, int, source_location, unsigned int, const char *,
          va_list *) 
C/C++ use:
   in c-opts.c: "cb->error = c_cpp_error;"
the function is declared in c-family/c-common.c.


Test case:
* mkdir -p foo/bar
* chmod 000 foo
* gfortran -cpp some_file.F90


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

end of thread, other threads:[~2021-10-08  7:58 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-20  7:29 [Bug fortran/56659] New: Segfault due to missing libcpp error handler for "gfortran -cpp" burnus at gcc dot gnu.org
2013-03-20 10:49 ` [Bug fortran/56659] " rguenth at gcc dot gnu.org
2021-09-24  7:54 ` burnus at gcc dot gnu.org
2021-10-06 11:22 ` kapinos at rz dot rwth-aachen.de
2021-10-06 21:23 ` burnus at gcc dot gnu.org
2021-10-07  7:50 ` kapinos at itc dot rwth-aachen.de
2021-10-07 10:44 ` burnus at gcc dot gnu.org
2021-10-08  7:09 ` manu at gcc dot gnu.org
2021-10-08  7:58 ` burnus 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).