public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Re: Ada broken on i686-linux (some more progress)
@ 2004-09-13 22:08 Richard Kenner
  2004-09-17 20:52 ` Ada system.fat_lflt.fat_long_float.scaling problem analysis Laurent GUERBY
  0 siblings, 1 reply; 10+ messages in thread
From: Richard Kenner @ 2004-09-13 22:08 UTC (permalink / raw)
  To: laurent; +Cc: gcc

    s-fatlfl.o(.bss+0x0): In function `system.fat_lflt.fat_long_float.scaling':
    /home/guerby/work/gcc/build/build-20040913T200122/gcc/ada/rts/s-fatgen.adb:540: multiple definition of `r'
    s-fatflt.o(.bss+0x0):/home/guerby/work/gcc/build/build-20040913T200122/gcc/ada/rts/s-fatgen.adb:540: first defined here

I'm assuming this is a problem in the Ada front end, though I haven't
gotten a chance to look at it yet.

^ permalink raw reply	[flat|nested] 10+ messages in thread
* Re:  Ada system.fat_lflt.fat_long_float.scaling problem analysis
@ 2004-09-18 14:36 Richard Kenner
  2004-09-18 14:43 ` Laurent GUERBY
  2004-09-18 16:52 ` Robert Dewar
  0 siblings, 2 replies; 10+ messages in thread
From: Richard Kenner @ 2004-09-18 14:36 UTC (permalink / raw)
  To: laurent; +Cc: gcc

    My guess is that the r symbol is not flagged as local when
    there's an address clause and an Import pragma, so it
    might be a gigi problem.

Yup.  Indeed when I first saw this, I suspected something in that area.
I had to make a change in the way that case was handled to avoid an
inconsistent setting of flags on decls.

I not 100% sure I understand the exact Ada semantics there and need to do
a little investigation of what that pragma Import is supposed to mean
in the presence of the address clause.  In other place I saw this, it
seemed to be being uses precisely to define the external name.

Thanks for cutting this down to a tiny test case.  It indeed saved me the
time of doign that.

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2004-09-18 14:43 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-09-13 22:08 Ada broken on i686-linux (some more progress) Richard Kenner
2004-09-17 20:52 ` Ada system.fat_lflt.fat_long_float.scaling problem analysis Laurent GUERBY
2004-09-17 21:24   ` Robert Dewar
2004-09-17 21:34     ` Laurent GUERBY
2004-09-17 22:07       ` Robert Dewar
2004-09-17 22:35         ` Laurent GUERBY
2004-09-18  9:16           ` Robert Dewar
2004-09-18 14:36 Richard Kenner
2004-09-18 14:43 ` Laurent GUERBY
2004-09-18 16:52 ` Robert Dewar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).