bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gold/16870] New: Gold internal error with -fpie and -mcmodel=large


From: tmsriram at google dot com
Subject: [Bug gold/16870] New: Gold internal error with -fpie and -mcmodel=large
Date: Wed, 23 Apr 2014 21:54:13 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=16870

            Bug ID: 16870
           Summary: Gold internal error with -fpie and -mcmodel=large
           Product: binutils
           Version: 2.25 (HEAD)
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gold
          Assignee: ian at airs dot com
          Reporter: tmsriram at google dot com
                CC: ccoutant at google dot com

This code:

foo.cc
----------

extern int foo;
extern int bar();

int main () {
  return foo + bar();
}

compiled with:
gcc-4_9_g++ foo.cc -fpie -mcmodel=large

ld: internal error in relocate, at .../gold/x86_64.cc:3397

-- 
You are receiving this mail because:
You are on the CC list for the bug.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]