This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Add -funconstrained-commons to work around PR/69368 (and others) in SPEC2006


Alan,

The test gfortran.dg/unconstrained_commons.f fails in the 32 bit mode. It needs some regexp capturing

  mycommon.x[j_1] = _5;

as in "  mycommon\.x\[.?_[0-9]+\] = _[0-9]+;"

TIA

Dominique


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]