This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/52144] New: ARM should support arm/thumb function attribute to permit different instruction sets in the same source
- From: "rafael.carre at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 06 Feb 2012 23:01:42 +0000
- Subject: [Bug target/52144] New: ARM should support arm/thumb function attribute to permit different instruction sets in the same source
- Auto-submitted: auto-generated
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52144
Bug #: 52144
Summary: ARM should support arm/thumb function attribute to
permit different instruction sets in the same source
Classification: Unclassified
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: enhancement
Priority: P3
Component: target
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: rafael.carre@gmail.com
Reference: First message of http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40419
Mixing thumb and ARM in the same source is currently not possible.
That would permit LTO to work when mixing those and close
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45729