CVSROOT: /cvs Module name: src Changes by: pas...@cvs.openbsd.org 2012/04/02 07:38:39
Modified files: gnu/gcc/gcc : common.opt Log message: In r1.2, instead of making -fno-ident the default, its semantics have been totally fucked up, effectively leading to inverted behaviour of the -fident and -fno-ident flags (while keeping the .ident string in by default). Revert it back to normal and default to -fno-ident. ok millert@