public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgcj/51718] New: Regular Expression doesn't match < literal
@ 2011-12-30 17:30 HootOwl7777 at gmail dot com
  0 siblings, 0 replies; only message in thread
From: HootOwl7777 at gmail dot com @ 2011-12-30 17:30 UTC (permalink / raw)
  To: java-prs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51718

             Bug #: 51718
           Summary: Regular Expression doesn't match < literal
    Classification: Unclassified
           Product: gcc
           Version: 4.4.5
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libgcj
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: HootOwl7777@gmail.com


gcj produces the output
Logical network [DebugOutput<9>] has no load. -> TLogical Tnetwork
[TDebugOutput<T9>] Thas Tno Tload.

Orical's java run on windows produces the output
Logical network [DebugOutput<9>] has no load. -> Logical network
[DebugOutputT9>] has no load.

public class quickTest{
    public static void main( String[] args ){
        String message = "Logical network [DebugOutput<9>] has no load.";

        System.out.println( message + " -> " + message.replaceAll( "\\<", "T" )
);
    }
}


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-12-30 17:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-30 17:30 [Bug libgcj/51718] New: Regular Expression doesn't match < literal HootOwl7777 at gmail dot com

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).