GNU bug report logs - #6966
24.0.50; Emacs cannot find errors reported by GCC 4.5

Previous Next

Package: emacs;

Reported by: Paul Pogonyshev <pogonyshev <at> gmx.net>

Date: Wed, 1 Sep 2010 18:02:01 UTC

Severity: normal

Merged with 6979

Found in version 24.0.50

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 6966 in the body.
You can then email your comments to 6966 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#6966; Package emacs. (Wed, 01 Sep 2010 18:02:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Paul Pogonyshev <pogonyshev <at> gmx.net>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Wed, 01 Sep 2010 18:02:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Paul Pogonyshev <pogonyshev <at> gmx.net>
To: bug-gnu-emacs <at> gnu.org
Subject: 24.0.50; Emacs cannot find errors reported by GCC 4.5
Date: Wed, 1 Sep 2010 20:50:01 +0300
Save the following in 'test.cpp' file:

template <typename X>
struct foo
{
  typedef  typename X::bar  bar;
};

int
main ()
{
  foo <char>  x;
}

Now, type:

    C-u M-x compile
    gcc-4.5 test.cpp -o test

As the compilation results (with the expected errors) appear, invoke
'next-error' (with C-x `, say).  It will not be able to find the error
location and instead prompt in the minibuffer:

    Find this error in (default test.cpp:10): ~/test/

Note that using GCC 4.5 is essential, with 4.4 it works.




Forcibly Merged 6966 6979. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> debbugs.gnu.org. (Thu, 16 Sep 2010 18:54:01 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 15 Oct 2010 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 14 years and 248 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.