Subject: GCC -O6
To: None <current-users@netbsd.org>
From: Adam Ciarcinski <adam@pulstar.albedo.com.pl>
List: current-users
Date: 09/08/1999 12:32:44
Hi,
I tried to compile NetBSD-current distriburion with -O6 (maximum optimization)
flag. Amiga-port compiles fine, but i386-port have problem (at least this
one) with objects from lib/csu/i386_elf. I made the following changes to
crt0.c:
'static void' changed to 'void'
(to avoid deleting this by the compiler)
Is that okay?
Should I send this as a bug report via send-pr?
Is there any danger with using -O6 or optimizations greater than -O2?
regards
- Adam