delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/2001/07/14/12:15:04

From: Gero Timann <gtimann AT nexgo DOT de>
Newsgroups: comp.os.msdos.djgpp
Subject: RHIDE using gcc 3.0 problem
Date: Sat, 14 Jul 2001 16:08:20 GMT
Organization: [neXgo] the next generation online
Lines: 29
Message-ID: <1103_995126900@default>
NNTP-Posting-Host: a42ba.pppool.de
Mime-Version: 1.0
X-Trace: newsread2.nexgo.de 13220 NG Z3RpbWFubg==
X-Complaints-To: abuse AT germany DOT net
NNTP-Posting-Date: 14 Jul 2001 16:11:42 GMT
User-Agent: Mozilla/4.76 (Windows 95; U) Opera 5.12 [en]
To: djgpp AT delorie DOT com
DJ-Gateway: from newsgroup comp.os.msdos.djgpp
Reply-To: djgpp AT delorie DOT com

Hi DJGPP-fans !

Another problem with gcc 3.0: Some warnings from gcc have
exitcodes of errors now. This breaks compiling under RHIDE
without a really reason. Try for example

#include <stdlib.h>
#include <stdio.h>
int main(void)
{
  printf("???!");
  return 1;
}

using -Wall, e.g. gcc -c -Wall test.c.
Results under RHIDE in an error-message
   test.c:6 Error:12: warning: trigraph ??! ignored
and compiling is stoped.


Beside this, what means this warning. Trigraph's in
a string? But this behavior isn't new with gcc 3.0.
Also older versions show this, but as a really
warning.


Greetings,
   Gero

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019