unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Tobias Bading <tbading@t-online.de>
To: bug-gnu-emacs@gnu.org, Andreas Schwab <schwab@suse.de>,
	christoph.conrad@gmx.de
Cc: rms@gnu.org
Subject: Re: 23.0; Current CVS Emacs: compiling fails on windows xp using msvc 2003
Date: Sun, 9 Mar 2008 09:02:48 +0100	[thread overview]
Message-ID: <63CE8CBD-B97F-4AE2-A1E9-6B3E7E46245A@t-online.de> (raw)
In-Reply-To: <E1JYB6X-00020f-Ij@fencepost.gnu.org>

>     The compiler is too dumb to know that abort never returns.
>
> Maybe abort needs one more nickel in order to return.

:-)

(sorry for replying to this mail instead of Andreas' or Christoph's,  
but I just joined this list, don't have all of their original mails/ 
postings and my stupid news server won't let me post to  
gnu.emacs.bug :-()

Anyway, process.h and stdlib.h of the old Mickeysoft DevStudio 6.0  
SP6 both contain

    #if _MSC_VER >= 1200
    _CRTIMP __declspec(noreturn) void __cdecl abort(void);

so your compiler *should* know better. At least he can't blaim it on  
the header files ;-).
(_MSC_VER=1200 is the Visual C++ 6.0 compiler, and your's is newer)
If your header files contain the same __declspec(noreturn), I'd say  
the compiler is talking about an other path of control not involving  
abort().

Have a nice day,
Tobias

PS: Please get the english version of DevStudio next time, the german  
translations of some error messages are plain stupid... or feed them  
to babelfish before posting ;-).





  reply	other threads:[~2008-03-09  8:02 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-07 14:22 23.0; Current CVS Emacs: compiling fails on windows xp using msvc 2003 Christoph Conrad
2008-03-07 14:29 ` Jason Rumney
2008-03-07 14:39 ` Andreas Schwab
2008-03-09  2:17   ` Richard Stallman
2008-03-09  8:02     ` Tobias Bading [this message]
2008-03-09  8:10       ` Christoph Conrad
     [not found] ` <mailman.8497.1204900793.18990.bug-gnu-emacs@gnu.org>
2008-03-07 15:00   ` Christoph Conrad
     [not found] ` <mailman.8496.1204900172.18990.bug-gnu-emacs@gnu.org>
2008-03-07 15:02   ` Christoph Conrad
2008-03-10 13:12   ` Christoph Conrad
2008-03-11  0:14     ` Jason Rumney
2008-03-11  8:32       ` Christoph Conrad

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=63CE8CBD-B97F-4AE2-A1E9-6B3E7E46245A@t-online.de \
    --to=tbading@t-online.de \
    --cc=bug-gnu-emacs@gnu.org \
    --cc=christoph.conrad@gmx.de \
    --cc=rms@gnu.org \
    --cc=schwab@suse.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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).