[Bug target/45196] ld: warning: can't add line info to anonymous symbol

2010-09-30 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45196 Jack Howarth howarth at nitro dot med.uc.edu changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug target/45196] ld: warning: can't add line info to anonymous symbol

2010-08-15 Thread howarth at nitro dot med dot uc dot edu
--- Comment #3 from howarth at nitro dot med dot uc dot edu 2010-08-15 17:36 --- These still appear to be present on i386-apple-darwin10 but not x86_64-apple-darwin10. Odd. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45196

[Bug target/45196] ld: warning: can't add line info to anonymous symbol

2010-08-15 Thread howarth at nitro dot med dot uc dot edu
--- Comment #4 from howarth at nitro dot med dot uc dot edu 2010-08-15 18:47 --- Created an attachment (id=21480) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21480action=view) compressed preprocessed source for 20_util/auto_ptr/6.cc on -i386-apple-darwin10 --

[Bug target/45196] ld: warning: can't add line info to anonymous symbol

2010-08-15 Thread howarth at nitro dot med dot uc dot edu
--- Comment #5 from howarth at nitro dot med dot uc dot edu 2010-08-15 18:48 --- Created an attachment (id=21481) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21481action=view) compressed assembly file for 20_util/auto_ptr/6.cc on -i386-apple-darwin10 --

[Bug target/45196] ld: warning: can't add line info to anonymous symbol

2010-08-15 Thread howarth at nitro dot med dot uc dot edu
--- Comment #6 from howarth at nitro dot med dot uc dot edu 2010-08-15 18:48 --- Created an attachment (id=21482) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21482action=view) compressed object file for 20_util/auto_ptr/6.cc on -i386-apple-darwin10 --

[Bug target/45196] ld: warning: can't add line info to anonymous symbol

2010-08-15 Thread howarth at nitro dot med dot uc dot edu
--- Comment #7 from howarth at nitro dot med dot uc dot edu 2010-08-15 18:52 --- Files created with... /sw_i386/src/fink.build/gcc46-4.6.0-1000/darwin_objdir/./gcc/g++ -shared-libgcc -B/sw_i386/src/fink.build/gcc46-4.6.0-1000/darwin_objdir/./gcc -nostdinc++

[Bug target/45196] ld: warning: can't add line info to anonymous symbol

2010-08-05 Thread iains at gcc dot gnu dot org
--- Comment #1 from iains at gcc dot gnu dot org 2010-08-05 14:23 --- does this solve the problem? (it's a hack - we should ensure that the debug sections do not appear in between our program sections, but that's for another day). Index: gcc/config/darwin.c

[Bug target/45196] ld: warning: can't add line info to anonymous symbol

2010-08-05 Thread howarth at nitro dot med dot uc dot edu
--- Comment #2 from howarth at nitro dot med dot uc dot edu 2010-08-05 17:55 --- This bug doesn't occur with the actual committed version of the cleanups to i386 prologue/epilogue generation (as opposed to the proposed patches). Let's leave this open for now in case it reappears. --