[tools-issues] [Issue 66760] m173 : soltools/cpp/_token .c
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=66760 - Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
[tools-issues] [Issue 66760] m173 : soltools/cpp/_token .c
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=66760 User sb changed the following: What|Old value |New value Status|RESOLVED |VERIFIED --- Additional comments from [EMAIL PROTECTED] Thu Jul 6 06:14:38 -0700 2006 --- But we do not have any 128 bit platforms at the moment. If we ever encounter a platform where a pointer does not fit into long int or into 64 bit, we have massive problems, anyway. (Besides, the code in question is only "harmless" debug output...) Setting to VERIFIED so that CWS integration can proceed. The fix for this issue is known to cause no problems on the standard platforms. - Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
[tools-issues] [Issue 66760] m173 : soltools/cpp/_token .c
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=66760 --- Additional comments from [EMAIL PROTECTED] Thu Jul 6 04:30:27 -0700 2006 --- sb: but tp - trp->bp might not be (long int). it is redundant for i386, and wrong for larger (128bit for example) systems. - Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
[tools-issues] [Issue 66760] m173 : soltools/cpp/_token .c
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=66760 User sb changed the following: What|Old value |New value CC|''|'sb' --- Additional comments from [EMAIL PROTECTED] Thu Jul 6 04:21:20 -0700 2006 --- But where is the problem? If (tp - trp->bp) is plain int, it is explicitly casted to long int and used as "%ld"; everything works fine. - Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
[tools-issues] [Issue 66760] m173 : soltools/cpp/_token .c
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=66760 --- Additional comments from [EMAIL PROTECTED] Thu Jul 6 03:43:27 -0700 2006 --- sb: sorry for delay. I think fprintf(stderr, "(tp offset %ld) ", (long int) (tp - trp->bp)); for every platform is not correct. since for i386 (32bit), tp- - trp -> bp is just integer. IMHO we can exclude this issue from warningfixes01. - Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
[tools-issues] [Issue 66760] m173 : soltools/cpp/_token .c
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=66760 - Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
[tools-issues] [Issue 66760] m173 : soltools/cpp/_token .c
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=66760 - Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
[tools-issues] [Issue 66760] m173 : soltools/cpp/_token .c
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=66760 - Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
[tools-issues] [Issue 66760] m173 : soltools/cpp/_token .c
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=66760 User sb changed the following: What|Old value |New value Assigned to|sb|maho --- Additional comments from [EMAIL PROTECTED] Thu Jun 29 02:29:43 -0700 2006 --- [Btw, the correct fix assuming C99 would have been fprintf(stderr, "(tp offset %td) ", tp - trp->bp); but with the fix we now have we are on the conservative side regarding compiler standards.] @maho: Please verify that the fix indeed helps on your platform. - Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
[tools-issues] [Issue 66760] m173 : soltools/cpp/_token .c
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=66760 - Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
[tools-issues] [Issue 66760] m173 : soltools/cpp/_token .c
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=66760 - Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
[tools-issues] [Issue 66760] m173 : soltools/cpp/_token .c
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=66760 - Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
[tools-issues] [Issue 66760] m173 : soltools/cpp/_token .c
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=66760 - Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
[tools-issues] [Issue 66760] m173 : soltools/cpp/_token .c
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=66760 - Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
[tools-issues] [Issue 66760] m173 : soltools/cpp/_token .c
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=66760 - Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
[tools-issues] [Issue 66760] m173 : soltools/cpp/_token .c
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=66760 - Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
[tools-issues] [Issue 66760] m173 : soltools/cpp/_token .c
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=66760 User sb changed the following: What|Old value |New value Target milestone|--- |OOo 2.0.4 --- Additional comments from [EMAIL PROTECTED] Tue Jun 27 08:53:04 -0700 2006 --- . - Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
[tools-issues] [Issue 66760] m173 : soltools/cpp/_token .c
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=66760 - Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
[tools-issues] [Issue 66760] m173 : soltools/cpp/_token .c
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=66760 - Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
[tools-issues] [Issue 66760] m173 : soltools/cpp/_token .c
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=66760 User sb changed the following: What|Old value |New value Status|NEW |RESOLVED Resolution| |FIXED --- Additional comments from [EMAIL PROTECTED] Tue Jun 27 07:29:03 -0700 2006 --- I made the change unconditional (CWS warningfixes01, soltools/cpp/_tokens.c:1.4.2.1): Index: cpp/_tokens.c === RCS file: /cvs/tools/soltools/cpp/_tokens.c,v retrieving revision 1.4 diff -r1.4 _tokens.c 367c367 < fprintf(stderr, "(tp offset %d) ", tp - trp->bp); --- > fprintf(stderr, "(tp offset %ld) ", (long int) (tp - trp->bp)); - Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
[tools-issues] [Issue 66760] m173 : soltools/cpp/_token .c
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=66760 - Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
[tools-issues] [Issue 66760] m173 : soltools/cpp/_token .c
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=66760 - Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
[tools-issues] [Issue 66760] m173 : soltools/cpp/_token .c
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=66760 - Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
[tools-issues] [Issue 66760] m173 : soltools/cpp/_token .c
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=66760 - Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
[tools-issues] [Issue 66760] m173 : soltools/cpp/_token .c
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=66760 User pjanik changed the following: What|Old value |New value Assigned to|mh|sb --- Additional comments from [EMAIL PROTECTED] Mon Jun 26 21:21:20 -0700 2006 --- . - Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
[tools-issues] [Issue 66760] m173 : soltools/cpp/_token .c
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=66760 --- Additional comments from [EMAIL PROTECTED] Mon Jun 26 20:19:32 -0700 2006 --- A fix Index: soltools/cpp/_tokens.c === RCS file: /cvs/tools/soltools/cpp/_tokens.c,v retrieving revision 1.4 diff -u -r1.4 _tokens.c --- soltools/cpp/_tokens.c 20 Jun 2006 05:07:05 - 1.4 +++ soltools/cpp/_tokens.c 27 Jun 2006 03:19:02 - @@ -364,7 +364,11 @@ if (str) fprintf(stderr, "%s ", str); if (tp < trp->bp || tp > trp->lp) +#if defined X86_64 +fprintf(stderr, "(tp offset %ld) ", tp - trp->bp); +#else fprintf(stderr, "(tp offset %d) ", tp - trp->bp); +#endif for (tp = trp->bp; tp < trp->lp && tp < trp->bp + 32; tp++) { if (tp->type != NL) - Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
[tools-issues] [Issue 66760] m173 : soltools/cpp/_token .c
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=66760 - Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
[tools-issues] [Issue 66760] m173 : soltools/cpp/_token .c
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=66760 User maho changed the following: What|Old value |New value OtherIssuesDependingOnTh| |66757 is| | - Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
[tools-issues] [Issue 66760] m173 : soltools/cpp/_token .c
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=66760 Issue #|66760 Summary|m173 : soltools/cpp/_token.c Component|tools Version|680m172 Platform|All URL| OS/Version|FreeBSD Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|code Assigned to|mh Reported by|maho --- Additional comments from [EMAIL PROTECTED] Mon Jun 26 20:16:27 -0700 2006 --- FreeBSD/amd64/m173 build breaks at soltool/cpp/_token.c cc1: warnings being treated as errors _tokens.c: In function 'peektokens': _tokens.c:367: warning: format '%d' expects type 'int', but argument 3 has type 'long int' dmake: Error code 1, while making '../unxfbsdx.pro/obj/_tokens.obj' '---* tg_merge.mk *---' - Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]