Xref: news2.mv.net comp.os.msdos.djgpp:5171 From: hector AT leei DOT enseeiht DOT fr (Jean Hector) Newsgroups: comp.os.msdos.djgpp Subject: Problems with gcc 2-7-2 Date: Tue, 18 Jun 1996 09:04:40 GMT Organization: LEEI-ENSEEIHT Lines: 16 Message-ID: NNTP-Posting-Host: elba.leei.enseeiht.fr To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp A week ago I tried to switch from djgpp 1.11 to djgpp 2.0 and I found the following problems : 1 - the data size is more limited. The progam int tab[] main() { } does not compile, or more exactly link, for >= 4194304 2 - another program crashes the system when using -O2 optimisation 3 - grx20 is much slower in the 16 colors mode of any driver JH.