From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30292 invoked by alias); 14 Jan 2014 09:06:16 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 30239 invoked by uid 48); 14 Jan 2014 09:06:12 -0000 From: "trippels at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug ipa/59775] [4.9 Regression] internal compiler error: Segmentation fault Date: Tue, 14 Jan 2014 09:06:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: ipa X-Bugzilla-Version: 4.9.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: trippels at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: hubicka at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.9.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-01/txt/msg01438.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59775 --- Comment #11 from Markus Trippelsdorf --- (In reply to David Kredba from comment #10) > After your patch applied it not segfaults any more. > Unfortunately it not builds too, link of one module fails: > > [build MOD] swext > S=/var/tmp/portage/app-office/libreoffice-4.1.4.2/work/libreoffice-4.1.4.2 > && O=$S/solver/unxlngx6.pro && W=$S/workdir/unxlngx6.pro && mkdir -p > $W/Module/ & touch $W/Module/swext > /var/tmp/portage/app-office/libreoffice-4.1.4.2/work/libreoffice-4.1.4.2/ > workdir/unxlngx6.pro/CxxObject/sc/source/filter/oox/workbookhelper.o: In > function `~egmentProgressBar': > /var/tmp/portage/app-office/libreoffice-4.1.4.2/work/libreoffice-4.1.4.2/ > include/oox/helper/progressbar.hxx:110: undefined reference to > `oox::ISegmentProgresBar::~ISegmentProgressBar()' > /var/tmp/portage/app-office/libreoffice-4.1.4.2/work/libreoffice-4.1.4.2/ > include/oox/helper/progressbar.hxx:110: undefined reference to > `oox::ISegmentProgresBar::~ISegmentProgressBar()' > /var/tmp/portage/app-office/libreoffice-4.1.4.2/work/libreoffice-4.1.4.2/ > include/oox/helper/progressbar.hxx:110: undefined reference to > `oox::ISegmentProgresBar::~ISegmentProgressBar()' > /var/tmp/portage/app-office/libreoffice-4.1.4.2/work/libreoffice-4.1.4.2/ > workdir/unxlngx6.pro/CxxObject/sc/source/filter/oox/workbookhelper.o: In > function `ox::SegmentProgressBar::~SegmentProgressBar()': > /var/tmp/portage/app-office/libreoffice-4.1.4.2/work/libreoffice-4.1.4.2/ > include/oox/helper/progressbar.hxx:110: undefined reference to > `oox::ISegmentProgresBar::~ISegmentProgressBar()' > /var/tmp/portage/app-office/libreoffice-4.1.4.2/work/libreoffice-4.1.4.2/ > workdir/unxlngx6.pro/CxxObject/sc/source/filter/oox/workbookhelper.o: In > function `~egmentProgressBar': > /var/tmp/portage/app-office/libreoffice-4.1.4.2/work/libreoffice-4.1.4.2/ > include/oox/helper/progressbar.hxx:110: undefined reference to > `oox::ISegmentProgresBar::~ISegmentProgressBar()' > collect2: error: ld returned 1 exit status > > Can this be anyhow related to your patch? Or GCC at all? No. I ran into exactly the same issue a while ago. "$W/CxxObject/oox/source/helper/progressbar.o" is missing in the list of object files when linking. This is a libreoffice bug.