On Tue, 19 Nov 2013, Richard Biener wrote: > > - warning (0, "alignment of %q+D is greater than maximum object " > > - "file alignment. Using %d", decl, > > - MAX_OFILE_ALIGNMENT/BITS_PER_UNIT); > > + error ("alignment of %q+D is greater than maximum object " > > + "file alignment. Using %d", decl, > > + MAX_OFILE_ALIGNMENT/BITS_PER_UNIT); > > The "Using %d" part of the diagnostic is now pointless, no? > > Ok with removing it or changing it to tell the user the maximum supported > alignment.
I've applied this patch with "... is greater than maximum object file alignment %d" (no ". Using"). -- Joseph S. Myers jos...@codesourcery.com