mirror of git://gcc.gnu.org/git/gcc.git
Fix some whitespace.
gcc/fortran/ * decl.c (get_struct_decl, gfc_match_map, gfc_match_union): Fix whitespace. * interface.c (gfc_compare_union_types): Likewise. From-SVN: r242057
This commit is contained in:
parent
f065303fcf
commit
05b8fcb4d2
|
|
@ -1,3 +1,9 @@
|
||||||
|
2016-11-10 Fritz O. Reese <fritzoreese@gmail.com>
|
||||||
|
|
||||||
|
* decl.c (get_struct_decl, gfc_match_map, gfc_match_union): Fix
|
||||||
|
whitespace.
|
||||||
|
* interface.c (gfc_compare_union_types): Likewise.
|
||||||
|
|
||||||
2016-11-10 Jakub Jelinek <jakub@redhat.com>
|
2016-11-10 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
* cpp.c (cpp_define_builtins): Define _OPENMP to 201511 instead
|
* cpp.c (cpp_define_builtins): Define _OPENMP to 201511 instead
|
||||||
|
|
|
||||||
|
|
@ -8673,7 +8673,7 @@ gfc_match_structure_decl (void)
|
||||||
match m;
|
match m;
|
||||||
locus where;
|
locus where;
|
||||||
|
|
||||||
if(!flag_dec_structure)
|
if (!flag_dec_structure)
|
||||||
{
|
{
|
||||||
gfc_error ("STRUCTURE at %C is a DEC extension, enable with "
|
gfc_error ("STRUCTURE at %C is a DEC extension, enable with "
|
||||||
"-fdec-structure");
|
"-fdec-structure");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue