[Bug target/32787] Sun Studio 12 Undefined symbol addl

2007-07-17 Thread markwright at internode dot on dot net
--- Comment #5 from markwright at internode dot on dot net 2007-07-17 07:53 --- *** Bug 32788 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32787

[Bug target/32787] Sun Studio 12 Undefined symbol addl

2007-07-17 Thread markwright at internode dot on dot net
--- Comment #6 from markwright at internode dot on dot net 2007-07-17 07:57 --- Created an attachment (id=13930) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13930&action=view) Patch to address comment #4. Simplified as pinskia noted: "GCC_VERSION will always be defined even if

[Bug target/32787] Sun Studio 12 Undefined symbol addl

2007-07-17 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2007-07-17 07:37 --- No, my point is GCC_VERSION will always be defined even if you are not compiling with GCC. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32787

[Bug target/32787] Sun Studio 12 Undefined symbol addl

2007-07-17 Thread markwright at internode dot on dot net
--- Comment #3 from markwright at internode dot on dot net 2007-07-17 07:14 --- Created an attachment (id=13929) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13929&action=view) Proposed patch for bug 32787 The proposed patch compiles with Sun Studio 12. I wrote the following li

[Bug target/32787] Sun Studio 12 Undefined symbol addl

2007-07-16 Thread markwright at internode dot on dot net
--- Comment #2 from markwright at internode dot on dot net 2007-07-17 04:39 --- Subject: Re: Sun Studio 12 Undefined symbol addl > --- Comment #1 from pinskia at gcc dot gnu dot org 2007-07-17 > 04:26 --- Try this patch: ... Thanks for the suggestion. I have a patch which

[Bug target/32787] Sun Studio 12 Undefined symbol addl

2007-07-16 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2007-07-17 04:26 --- Try this patch: Index: config/i386/driver-i386.c === --- config/i386/driver-i386.c (revision 126667) +++ config/i386/driver-i386.c (working copy) @@