This is the mail archive of the gcc-bugs@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]

[Bug bootstrap/13617] IRIX 6.5 Ada bootstrap failure with GNU as 2.14.90


------- Additional Comments From rsandifo at gcc dot gnu dot org  2004-02-11 20:53 -------
OK, I downloaded your 3.4-based GNAT binaries (thanks!) and got a
bootstrap failure in stage2.  It wasn't in the same file, but I
suspect it's the same problem.

The problem seems to be that a variable (Scope_Suppress) isn't
getting the alignment that gcc expected.  And indeed, it seems
that MIPS' ASM_OUTPUT_ALIGNED_DECL_COMMON() totally ignores the
alignment argument in the common case, and has done since it was
introduced >4 years ago.  Not sure how we've got away with it
for so long...

Anyway, I have a patch that I'm testing.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |rsandifo at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13617


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