From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15399 invoked by alias); 13 Mar 2011 08:21:53 -0000 Received: (qmail 15385 invoked by uid 22791); 13 Mar 2011 08:21:50 -0000 X-SWARE-Spam-Status: No, hits=0.2 required=5.0 tests=AWL,BAYES_50,MSGID_MULTIPLE_AT,TW_BJ X-Spam-Check-By: sourceware.org Received: from mailhost.u-strasbg.fr (HELO mailhost.u-strasbg.fr) (130.79.200.156) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 13 Mar 2011 08:21:45 +0000 Received: from md1.u-strasbg.fr (md1.u-strasbg.fr [IPv6:2001:660:2402::186]) by mailhost.u-strasbg.fr (8.14.3/jtpda-5.5pre1) with ESMTP id p2D8Le8E017698 for ; Sun, 13 Mar 2011 09:21:41 +0100 (CET) (envelope-from pierre.muller@ics-cnrs.unistra.fr) Received: from mailserver.u-strasbg.fr (ms8.u-strasbg.fr [130.79.204.17]) by md1.u-strasbg.fr (8.14.4/jtpda-5.5pre1) with ESMTP id p2D8Leq1049495 for ; Sun, 13 Mar 2011 09:21:40 +0100 (CET) (envelope-from pierre.muller@ics-cnrs.unistra.fr) Received: from E6510Muller (lec67-4-82-230-53-140.fbx.proxad.net [82.230.53.140]) (user=mullerp mech=LOGIN) by mailserver.u-strasbg.fr (8.14.4/jtpda-5.5pre1) with ESMTP id p2D8Ldmg074062 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO) for ; Sun, 13 Mar 2011 09:21:39 +0100 (CET) (envelope-from pierre.muller@ics-cnrs.unistra.fr) From: "Pierre Muller" To: References: <20110312015329.GA20179@sourceware.org> In-Reply-To: <20110312015329.GA20179@sourceware.org> Subject: RE: New ARI warning Sat Mar 12 01:53:29 UTC 2011 Date: Sun, 13 Mar 2011 09:32:00 -0000 Message-ID: <010f01cbe157$aebb5cb0$0c321610$@muller@ics-cnrs.unistra.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable x-cr-hashedpuzzle: A4Jd BFTR Dc8w Dnmr D5bN FH8I FfCN Fm8z GVFF Gu+2 GzcB G5se G9yq Hi7s HrkT IbUU;1;ZwBkAGIALQBwAGEAdABjAGgAZQBzAEAAcwBvAHUAcgBjAGUAdwBhAHIAZQAuAG8AcgBnAA==;Sosha1_v1;7;{65749A5D-B833-483D-B072-BDD4A7DE4C1F};cABpAGUAcgByAGUALgBtAHUAbABsAGUAcgBAAGkAYwBzAC0AYwBuAHIAcwAuAHUAbgBpAHMAdAByAGEALgBmAHIA;Sun, 13 Mar 2011 08:21:33 GMT;UgBFADoAIABOAGUAdwAgAEEAUgBJACAAdwBhAHIAbgBpAG4AZwAgAFMAYQB0ACAATQBhAHIAIAAxADIAIAAwADEAOgA1ADMAOgAyADkAIABVAFQAQwAgADIAMAAxADEA x-cr-puzzleid: {65749A5D-B833-483D-B072-BDD4A7DE4C1F} Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2011-03/txt/msg00699.txt.bz2 This is the consequence of the two new ARI rules I added: http://sourceware.org/ml/gdb-patches/2011-03/msg00654.html As I just introduced these new rules, I felt that it would be cheating to use OBVIOUS rule as we normally do to fix=20 a ARI regression... This is why I will submit shortly two patches to remove all those new warnings. Pierre Muller as ARI maintainer. > -----Message d'origine----- > De=A0: gdb-patches-owner@sourceware.org [mailto:gdb-patches- > owner@sourceware.org] De la part de GDB Administrator > Envoy=E9=A0: samedi 12 mars 2011 02:53 > =C0=A0: gdb-patches@sourceware.org > Objet=A0: New ARI warning Sat Mar 12 01:53:29 UTC 2011 >=20 > 76a77 > > gdb/breakpoint.c:11955: code: no parameter function: Function having > no parameter should be declared with funcname (void). > gdb/breakpoint.c:11955:all_tracepoints () > 259a261,262 > > gdb/f-exp.y:922: code: no parameter function: Function having no > parameter should be declared with funcname (void). > gdb/f-exp.y:922:match_string_literal () > > gdb/f-exp.y:954: code: no parameter function: Function having no > parameter should be declared with funcname (void). > gdb/f-exp.y:954:yylex () > 343a347 > > gdb/hppa-tdep.h:244: code: function call in first column: Function > name in first column should be restricted to function implementation > gdb/hppa-tdep.h:244:hppa_init_objfile_priv_data (struct objfile > *objfile); > 403a408 > > gdb/inferior.h:370: code: function call in first column: Function > name in first column should be restricted to function implementation > gdb/inferior.h:370:get_displaced_step_closure_by_addr (CORE_ADDR addr); > 528a534 > > gdb/m2-exp.y:811: code: no parameter function: Function having no > parameter should be declared with funcname (void). > gdb/m2-exp.y:811:yylex () > 561a568,573 > > gdb/mep-tdep.c:848: code: no parameter function: Function having no > parameter should be declared with funcname (void). > gdb/mep-tdep.c:848:current_me_module () > > gdb/mep-tdep.c:871: code: no parameter function: Function having no > parameter should be declared with funcname (void). > gdb/mep-tdep.c:871:current_options () > > gdb/mep-tdep.c:888: code: no parameter function: Function having no > parameter should be declared with funcname (void). > gdb/mep-tdep.c:888:current_cop_data_bus_width () > > gdb/mep-tdep.c:897: code: no parameter function: Function having no > parameter should be declared with funcname (void). > gdb/mep-tdep.c:897:current_cr_names () > > gdb/mep-tdep.c:909: code: no parameter function: Function having no > parameter should be declared with funcname (void). > gdb/mep-tdep.c:909:current_cr_is_float () > > gdb/mep-tdep.c:921: code: no parameter function: Function having no > parameter should be declared with funcname (void). > gdb/mep-tdep.c:921:current_ccr_names () > 676a689,692 > > gdb/objc-exp.y:111: code: function call in first column: Function > name in first column should be restricted to function implementation > gdb/objc-exp.y:111:yyparse (void); > > gdb/objc-exp.y:114: code: function call in first column: Function > name in first column should be restricted to function implementation > gdb/objc-exp.y:114:yylex (void); > > gdb/objc-exp.y:117: code: function call in first column: Function > name in first column should be restricted to function implementation > gdb/objc-exp.y:117:yyerror (char *); > > gdb/objc-exp.y:154: code: function call in first column: Function > name in first column should be restricted to function implementation > gdb/objc-exp.y:154:parse_number (char *, int, int, YYSTYPE *); > 692a709 > > gdb/objc-exp.y:1221: code: no parameter function: Function having no > parameter should be declared with funcname (void). > gdb/objc-exp.y:1221:yylex () > 724a742,743 > > gdb/p-exp.y:121: code: function call in first column: Function name > in first column should be restricted to function implementation > gdb/p-exp.y:121:yyerror (char *); > > gdb/p-exp.y:158: code: function call in first column: Function name > in first column should be restricted to function implementation > gdb/p-exp.y:158:parse_number (char *, int, int, YYSTYPE *); > 733a753 > > gdb/p-exp.y:1123: code: no parameter function: Function having no > parameter should be declared with funcname (void). > gdb/p-exp.y:1123:yylex () > 831a852,855 > > gdb/python/py-evts.c:45: code: no parameter function: Function having > no parameter should be declared with funcname (void). > gdb/python/py-evts.c:45:gdbpy_initialize_py_events () > > gdb/python/py-prettyprint.c:397: code: no parameter function: > Function having no parameter should be declared with funcname (void). > gdb/python/py-prettyprint.c:397:push_dummy_python_frame () > > gdb/python/py-stopevent.h:32: code: function call in first column: > Function name in first column should be restricted to function > implementation > gdb/python/py-stopevent.h:32:create_breakpoint_event_object (PyObject > *breakpoint); > > gdb/python/py-stopevent.h:35: code: function call in first column: > Function name in first column should be restricted to function > implementation > gdb/python/py-stopevent.h:35:create_signal_event_object (enum > target_signal stop_signal); > 904a929 > > gdb/remote.c:3115: code: no parameter function: Function having no > parameter should be declared with funcname (void). > gdb/remote.c:3115:send_interrupt_sequence () > 1011a1037 > > gdb/solib-pa64.c:80: code: function call in first column: Function > name in first column should be restricted to function implementation > gdb/solib-pa64.c:80:read_dynamic_info (asection *dyninfo_sect, > dld_cache_t *dld_cache_p); > 1134a1161 > > gdb/tracepoint.c:221: code: no parameter function: Function having no > parameter should be declared with funcname (void). > gdb/tracepoint.c:221:current_trace_status () > 1234a1262 > > gdb/varobj.c:300: code: function call in first column: Function name > in first column should be restricted to function implementation > gdb/varobj.c:300:varobj_add_child (struct varobj *var, const char > *name, struct value *value); > 1236a1265 > > gdb/varobj.h:171: code: function call in first column: Function name > in first column should be restricted to function implementation > gdb/varobj.h:171:varobj_set_visualizer (struct varobj *var, const char > *visualizer); > 1296,1298d1324 > < gdb/xtensa-tdep.c:124: code: inline: Do not use the inline attribute; > since the compiler generally ignores this, better algorithm selection > is needed to improved performance > gdb/xtensa-tdep.c:124:static inline int > < gdb/xtensa-tdep.c:165: code: inline: Do not use the inline attribute; > since the compiler generally ignores this, better algorithm selection > is needed to improved performance > gdb/xtensa-tdep.c:165:static inline unsigned long > < gdb/xtensa-tdep.c:175: code: inline: Do not use the inline attribute; > since the compiler generally ignores this, better algorithm selection > is needed to improved performance > gdb/xtensa-tdep.c:175:static inline void > 1300d1325 > < gdb/xtensa-tdep.c:740: code: inline: Do not use the inline attribute; > since the compiler generally ignores this, better algorithm selection > is needed to improved performance > gdb/xtensa-tdep.c:740:static inline