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 c/13814] [3.4/3.5 Regression] Bootstrap failure compiling libmath/[nan,copysign,signbit].c


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-22 15:03 -------
I was going to report this for openbsd which also uses libmath.  This really effects anything that 
uses libmath and this is really a C front-end problem and is caused by:
2004-01-21  Zack Weinberg  <zack@codesourcery.com>

        * c-decl.c (merge_decls): Kill different_binding_level and
        different_tu arguments; simplify throughout.
        (duplicate_decls): Likewise.
        (pushdecl, merge_translation_unit_decls): Update calls to
        duplicate_decls.

Zack could you look into this, I think we really should change libmath (part of libstc++) but  now 
the C front-end and C++ front-end act differently with respect to builtins.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zack at gcc dot gnu dot org,
                   |                            |pinskia at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
          Component|libstdc++                   |c
     Ever Confirmed|                            |1
  GCC build triplet|sparc-sun-solaris2.8        |
   GCC host triplet|sparc-sun-solaris2.8        |
 GCC target triplet|sparc-sun-solaris2.8        |sparc-sun-solaris2.8, i686-
                   |                            |pc-openbsd3.1
           Keywords|                            |build, rejects-valid
   Last reconfirmed|0000-00-00 00:00:00         |2004-01-22 15:03:57
               date|                            |
            Summary|Bootstrap failure compiling |[3.4/3.5 Regression]
                   |libmath/[nan,copysign,signbi|Bootstrap failure compiling
                   |t].c                        |libmath/[nan,copysign,signbi
                   |                            |t].c
   Target Milestone|---                         |3.4.0


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


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