[Bug c/94253] FAIL: gfortran.dg/bind_c_coms.f90 -O0 (test for excess errors)

2020-03-25 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94253 --- Comment #3 from John David Anglin --- Okay, the problem is the test lacks a '-fcommon' option. The default was changed here: 2019-11-20 Wilco Dijkstra PR85678 * common.opt (fcommon): Change init to 1. * doc/invok

[Bug c/94253] FAIL: gfortran.dg/bind_c_coms.f90 -O0 (test for excess errors)

2020-03-24 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94253 --- Comment #2 from John David Anglin --- r278376 was okay. r278658 was bad.

[Bug c/94253] FAIL: gfortran.dg/bind_c_coms.f90 -O0 (test for excess errors)

2020-03-23 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94253 John David Anglin changed: What|Removed |Added Component|target |c --- Comment #1 from John David Ang