Hotspot doesn't build with gcc4.1

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 6
    • Affects Version/s: 6
    • Component/s: hotspot
    • b93
    • x86
    • linux

      GCC4.1 become strogner in regard of some C++ patterns.
      One heavily used in Hotspot is
      class Foo {
       void Foo::bar() {}
      };

      which should be written as
      class Foo {
       void bar() {}
      };

      Also if some external inline function is declared as friend, its body is expected to be already seen.

       Generally looks like useful cleanup + support for next major GCC release.

            Assignee:
            Nikolay Igotti (Inactive)
            Reporter:
            Nikolay Igotti (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: