This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: A bug present in 3.2


Stelios Xanthakis wrote:
In gcc32, if you put a static local variable of a static inline function into a ".gnu.linkonce.d"
section, it crashes.

How are you putting the local variables in a .gnu.linkonce.d section? We need a testcase, and command line options.


Also, what exactly is crashing? The compiler? Or the linker?

For infromation about how to report bugs, see
	http://gcc.gnu.org/bugs.html

The sections appear to be correct in object files,
so this is probably a linker problem.

If the linker is crashing, then this is a binutils problem, not a gcc problem. Send mail to binutils@sources.redhat.com.


This is fixed in 3.3/3.4?

I don't know what bug you are reporting, so I can't tell if it is already fixed.
--
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]