From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3105 invoked by alias); 31 Jul 2006 16:29:14 -0000 Received: (qmail 2940 invoked by uid 48); 31 Jul 2006 16:29:06 -0000 Date: Mon, 31 Jul 2006 16:29:00 -0000 Message-ID: <20060731162906.2939.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug java/28533] [ecj] Default warnings In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "tromey at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2006-07/txt/msg02350.txt.bz2 List-Id: ------- Comment #2 from tromey at gcc dot gnu dot org 2006-07-31 16:29 ------- Yes, the current 'ecj1' driver translates gnu-style options to eclipse-style options. So instead of funkyCaseWarning we have funky-case-warning, etc. Also we accept some "legacy" warning names, -Wno-foo, and the like. I didn't look too much at supporting names similar to what the rest of GCC supports, but this is a good idea. -- tromey at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|unassigned at gcc dot gnu |tromey at gcc dot gnu dot |dot org |org Status|UNCONFIRMED |ASSIGNED Ever Confirmed|0 |1 Last reconfirmed|0000-00-00 00:00:00 |2006-07-31 16:29:06 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28533