Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* ARI troubles
@ 2012-04-24 23:00 Pierre Muller
  0 siblings, 0 replies; 10+ messages in thread
From: Pierre Muller @ 2012-04-24 23:00 UTC (permalink / raw)
  To: gdb-patches

  Hi all,
it's been a long time since I really looked at the ARI web page...
I wanted to remove the inline ARI rule as
discussed earlier on the list.


It degraded quite a lot recently:

http://sourceware.org/gdb/current/ari/

But most of the critical renentrant bugs are just
problems releated to introduction
of
common/common-utils.[ch]

My problem here is that the same gdb_ari.sh script
is used both for trunk as well as fixes branch...

How should I cope with such changes?




Pierre Muller
GDB pascal language maintainer


PS: Should I commit the change below
that effecitvely removed inline ARI rule?


Index: gdb_ari.sh
===================================================================
RCS file: /cvs/gdbadmin/ss/gdb_ari.sh,v
retrieving revision 1.110
diff -u -p -r1.110 gdb_ari.sh
--- gdb_ari.sh  30 May 2011 19:55:37 -0000      1.110
+++ gdb_ari.sh  24 Apr 2012 22:39:35 -0000
@@ -676,15 +676,16 @@ FNR == 1 {
     }
 }

-BEGIN { doc["inline"] = "\
-Do not use the inline attribute; \
-since the compiler generally ignores this, better algorithm selection \
-is needed to improved performance"
-    category["inline"] = ari_code
-}
-/(^|[^_[:alnum:]])inline([^_[:alnum:]]|$)/ {
-    fail("inline")
-}
+# Commented out, but left inside sources, just in case.
+# BEGIN { doc["inline"] = "\
+# Do not use the inline attribute; \
+# since the compiler generally ignores this, better algorithm selection \
+# is needed to improved performance"
+#    category["inline"] = ari_code
+# }
+# /(^|[^_[:alnum:]])inline([^_[:alnum:]]|$)/ {
+#     fail("inline")
+# }

 # This test is obsolete as this type
 # has been deprecated and finally suppressed from GDB sources
cvs diff: Diffing CVSROOT


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2012-04-30 17:19 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <4f972bf9.44d8b60a.1aeb.73dcSMTPIN_ADDED@mx.google.com>
2012-04-25  1:06 ` ARI troubles Pedro Alves
2012-04-25 16:11   ` Joel Brobecker
2012-04-25 16:14     ` Pierre Muller
     [not found]     ` <4f98223f.094ab60a.6b23.1692SMTPIN_ADDED@mx.google.com>
2012-04-25 16:56       ` Doug Evans
2012-04-25 17:02         ` Joel Brobecker
2012-04-26 15:43           ` Doug Evans
2012-04-26 16:02             ` Pierre Muller
2012-04-26 16:31               ` Joel Brobecker
2012-04-30 17:26                 ` Jan Kratochvil
2012-04-24 23:00 Pierre Muller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox