This is sources Bugzilla
Bugzilla Version 2.17.5
Bugzilla Bug 1225
  unused local variables in regexec.c if _LIBC is not defined Last modified: 2006-04-25 18:18
     Query page      Enter new bug
Bug#: 1225   Hardware:   Reporter: Paul Eggert <eggert@gnu.org>
Host: Target: Build:
Product:     Add CC:
Component:   Version:   CC:
Remove selected CCs
Status: RESOLVED   Priority:  
Resolution: INVALID   Severity:  
Assigned To: GOTO Masanori <gotom@debian.or.jp>   Target Milestone:  
Flags: Requestee:
  backport ()
  examined ()
  testsuite ()
Summary:
Keywords:

Attachment Description Type Created Actions
patch avoid uninitialized-variable warnings patch 2005-08-21 00:40 Edit | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 1225 depends on: Show dependency tree
Show dependency graph
Bug 1225 blocks:

Additional Comments:


Leave as RESOLVED INVALID
Reopen bug
Mark bug as VERIFIED

View Bug Activity   |   Format For Printing


Description:   Last confirmed: 0000-00-00 00:00 Opened: 2005-08-21 00:40
The attached patch is taken from coreutils, which uses it to avoid
unused-local-variable warnings when compiling regexec.c.

------- Additional Comment #1 From Paul Eggert 2005-08-21 00:40 -------
Created an attachment (id=603)
avoid uninitialized-variable warnings

------- Additional Comment #2 From Ulrich Drepper 2005-09-06 18:41 -------
This isn't necessarily correct.  If, as suggested in another bug, the
__libc_loc_* definitions are moved into a separate file where they are defined
by the project using the code, then there can be locking operations defined. 
The correct way to do this is define a macro which indicates locking is used.

------- Additional Comment #3 From Ulrich Drepper 2006-04-25 18:18 -------
No reply in 6+ months.  Closing.

     Query page      Enter new bug
Actions: New | Query | bug # | Reports | Requests   New Account | Log In