Priority: P3
Component: libgcc
Assignee: unassigned at gcc dot gnu.org
Reporter: dg at cowlark dot com
When building gcc for the msp430 as a cross compiler, configure attempts to
compile this as a test:
---
int main() { return 0; }
---
This turns into the following
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52670
Bug #: 52670
Summary: -mabi=ms generates bad code
Classification: Unclassified
Product: gcc
Version: 4.6.3
Status: UNCONFIRMED
Severity: normal
Priority: P3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48383
--- Comment #2 from David Given 2011-03-31 09:38:58 UTC
---
Adding -P does fix our immediate problem; thanks.
I would note that there's no indication in the documentation as to why this
option would help; I would never have known to use it if yo
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48383
Summary: Line continuations handled incorrectly in 4.5 and
above
Product: gcc
Version: 4.5.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: