public inbox for java-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* stacktrace vs. StackTrace
@ 2006-07-07 18:48 Geoffrey Keating
  2006-07-07 18:58 ` Michael Koch
  2006-07-07 19:42 ` Bryce McKinlay
  0 siblings, 2 replies; 4+ messages in thread
From: Geoffrey Keating @ 2006-07-07 18:48 UTC (permalink / raw)
  To: GCJ Patches, gcc-patches; +Cc: Bryce McKinlay

[-- Attachment #1: Type: text/plain, Size: 1440 bytes --]

A recent checkin,

------------------------------------------------------------------------
r115235 | bryce | 2006-07-06 16:26:24 -0700 (Thu, 06 Jul 2006) | 9 lines

2006-07-06  Bryce McKinlay <mckinlay@redhat.com>

         * stacktrace.cc (ClassForFrame): Remove commented-out code.
         (UnwindTraceFn): Use _Unwind_GetIPInfo and adjust IP
         only when needed.
         (getLineNumberForFrame): Don't adjust IP here.
         * testsuite/libjava.lang/StackTrace.java: New test case.
         * testsuite/libjava.lang/StackTrace.out: Ditto.


added new files 'StackTrace.java' and 'StackTrace.out' even though  
there was already 'stacktrace.java' and 'stacktrace.out'.

On a case-insensitive filesystem, this causes 'svn update' to print:

svn: Failed to add file 'StackTrace.out': object of the same name  
already exists

and the checkout fails.

In order to fix this, I'm about to run the following commands:

svn mv svn+ssh://gcc.gnu.org/svn/gcc/trunk/libjava/testsuite/ 
libjava.lang/{StackTrace,StackTrace2}.out
svn mv svn+ssh://gcc.gnu.org/svn/gcc/trunk/libjava/testsuite/ 
libjava.lang/{StackTrace,StackTrace2}.java

and then probably I'll need to edit StackTrace2.java and/or  
StackTrace2.out; I'll send a followup e-mail with that patch.

I can't test this in advance because that would involve having a  
checked-out tree, so there may be some temporary breakage.   
Fortunately it should only affect the testsuite.

[-- Attachment #2: smime.p7s --]
[-- Type: application/pkcs7-signature, Size: 2408 bytes --]

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

end of thread, other threads:[~2006-07-07 19:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-07-07 18:48 stacktrace vs. StackTrace Geoffrey Keating
2006-07-07 18:58 ` Michael Koch
2006-07-07 19:09   ` Geoffrey Keating
2006-07-07 19:42 ` Bryce McKinlay

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).