This
2006-07-13  Jan Hubicka  <[EMAIL PROTECTED]>

        * cgraphunit.c (cgraph_varpool_analyze_pending_decls): Call
        align_variable.

has lead to very many warnings of the form 
../../gcc/gcc/fortran/array.c:0: warning: alignment of '__FUNCTION__' is
greater than maximum object file alignment.  Using 16
../../gcc/gcc/fortran/array.c:1141: warning: alignment of 'current_expand' is
greater than maximum object file alignment.  Using 16


on mingw32 target and prevents building with -Werror enabled.


-- 
           Summary: warning: alignment of '__FUNCTION__' is greater than
                    maximum object file alignment.
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: dannysmith at users dot sourceforge dot net
 GCC build triplet: i686-pc-mingw32
  GCC host triplet: i686-pc-mingw32
GCC target triplet: i686-pc-mingw32


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

Reply via email to