This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/48308] [4.6 regression] crosscompiling to arm fails with assembler: can't resolve '.LC4' {.rodata.str1.1 section} - '.LPIC4' {*UND* section}
- From: "ramana at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 24 Jun 2011 09:15:27 +0000
- Subject: [Bug target/48308] [4.6 regression] crosscompiling to arm fails with assembler: can't resolve '.LC4' {.rodata.str1.1 section} - '.LPIC4' {*UND* section}
- Auto-submitted: auto-generated
- References: <bug-48308-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48308
Ramana Radhakrishnan <ramana at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ramana at gcc dot gnu.org
Summary|crosscompiling to arm fails |[4.6 regression]
|with assembler: can't |crosscompiling to arm fails
|resolve '.LC4' |with assembler: can't
|{.rodata.str1.1 section} - |resolve '.LC4'
|'.LPIC4' {*UND* section} |{.rodata.str1.1 section} -
| |'.LPIC4' {*UND* section}
--- Comment #8 from Ramana Radhakrishnan <ramana at gcc dot gnu.org> 2011-06-24 09:15:08 UTC ---
Not sure if this is a target or tree-optimization issue yet.
Ramana