[Bug libgcc/88267] A new flag in GCC causes a divergence in crtbegin.o file

2019-06-06 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88267

Martin Liška  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
   Last reconfirmed||2019-06-06
 Ever confirmed|0   |1

--- Comment #3 from Martin Liška  ---
(In reply to Martin Liška from comment #2)
> (In reply to Richard Biener from comment #1)
> > But it's hidden, so I'm not sure we care. 
> 
> I noticed that using objdump -d where the tools assigns names to locations
> of which it knows name.
> 
> > OTOH not sure why options.h is being pulled in.
> 
> This should be investigated ;)

It's being pulled due to:
$ /bin/sh /home/marxin/Programming/gcc/gcc/mkconfig.sh tm.h
where tm.h includes
# include "options.h"

It's probably low priority issue..

[Bug libgcc/88267] A new flag in GCC causes a divergence in crtbegin.o file

2018-11-30 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88267

--- Comment #1 from Richard Biener  ---
But it's hidden, so I'm not sure we care.  OTOH not sure why options.h is being
pulled in.

[Bug libgcc/88267] A new flag in GCC causes a divergence in crtbegin.o file

2018-11-30 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88267

--- Comment #2 from Martin Liška  ---
(In reply to Richard Biener from comment #1)
> But it's hidden, so I'm not sure we care. 

I noticed that using objdump -d where the tools assigns names to locations of
which it knows name.

> OTOH not sure why options.h is being pulled in.

This should be investigated ;)