------- Comment #5 from tromey at gcc dot gnu dot org 2006-12-08 01:13 ------- I needed this to see correct output. There's still some oddity where main sorts before barf in the output, I haven't looked at that.
--- pp.java.~1~ 2006-12-05 11:49:25.000000000 -0700 +++ pp.java 2006-12-07 17:53:09.000000000 -0700 @@ -103,7 +103,7 @@ } int j = 0; Annotation[][] annosAnnos = m.getParameterAnnotations(); - Arrays.sort(annosAnnos, myCollator); + // Arrays.sort(annosAnnos, myCollator); for (Annotation[] a : annosAnnos) { Arrays.sort(a, myCollator); -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30076