First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 49210
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Mr. Bones. <mr_bones_@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Mikko Tiihonen <mikko.tiihonen@iki.fi>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
tree-gcc-3.4.diff Removes the offending function completely because it is never called. patch Mikko Tiihonen 2004-04-27 14:35 0000 433 bytes Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 49210 depends on: Show dependency tree
Bug 49210 blocks: 48528
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2004-04-27 14:34 0000
gcc -march=k8 -pipe -O2 -fomit-frame-pointer -frename-registers -fweb --param
max-delay-slot-insn-search=300 --param max-delay-slot-live-search=1000 --param
max-pending-list-length=100 --param max-gcse-passes=4 --param
max-gcse-memory=104857600 --param max-crossjump-edges=400 -DLINUX_BIGFILE    -c
-o tree.o tree.c
tree.c: In function `url_encode':
tree.c:1086: error: label at end of compound statement


Reproducible: Always
Steps to Reproduce:

------- Comment #1 From Mikko Tiihonen 2004-04-27 14:35:42 0000 -------
Created an attachment (id=30186) [edit]
Removes the offending function completely because it is never called.

------- Comment #2 From Robert Moss (RETIRED) 2004-04-27 16:41:58 0000 -------
The other solution, of course, is just to change the line:

default:

to instead read:

default:;

If this function is to be used in the future it would be as well to do this instead. If it's leftover cruft then get rid of it. But I'm always dubious about getting rid of functions completely.

------- Comment #3 From Mr. Bones. 2004-04-27 16:55:27 0000 -------
went with just adding the semi.  Thanks for the bug report.

First Last Prev Next    No search results available      Search page      Enter new bug