This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/20364] [3.4 Regression] Segfault with -Xpreprocessor argument
- From: "cvs-commit at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 9 Mar 2005 01:01:13 -0000
- Subject: [Bug middle-end/20364] [3.4 Regression] Segfault with -Xpreprocessor argument
- References: <20050307184822.20364.neothglf.neothglf@laposte.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-09 01:01 -------
Subject: Bug 20364
CVSROOT: /cvs/gcc
Module name: gcc
Branch: gcc-3_4-branch
Changes by: wilson@gcc.gnu.org 2005-03-09 01:00:56
Modified files:
gcc : ChangeLog c-opts.c
Log message:
Fix for PR middle-end/20364, backported from mainline.
Backport from mainline
2004-04-13 James E Wilson <wilson@specifixinc.com>
PR middle-end/20364
* c-opt.c (c_common_post_options): If this_input_filename is NULL,
increment errorcount and return false instead of true.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=2.2326.2.813&r2=2.2326.2.814
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-opts.c.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.96.4.9&r2=1.96.4.10
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20364