This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/28427] New: warning: alignment of '__FUNCTION__' is greater than maximum object file alignment.
- From: "dannysmith at users dot sourceforge dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 18 Jul 2006 22:57:21 -0000
- Subject: [Bug middle-end/28427] New: warning: alignment of '__FUNCTION__' is greater than maximum object file alignment.
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
This
2006-07-13 Jan Hubicka <jh@suse.cz>
* 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