This is an archive of the discontinued LLVM Phabricator instance.

Do not fail if -fsyntax-only is passed to Fortran compilation. Fixes PR22234.
ClosedPublic

Authored by tra on Jan 27 2015, 1:29 PM.

Details

Diff Detail

Event Timeline

tra updated this revision to Diff 18848.Jan 27 2015, 1:29 PM
tra retitled this revision from to Do not fail if -fsyntax-only is passed to Fortran compilation. Fixes PR22234..
tra updated this revision to Diff 18849.Jan 27 2015, 1:34 PM

Use PR to prefix bug report number in the test case

Updating D7210: Do not fail if -fsyntax-only is passed to Fortran compilation.

Fixes PR22234.

tra added a subscriber: Unknown Object (MLST).Jan 27 2015, 1:36 PM
echristo added a subscriber: echristo.

I'll take a look.

echristo accepted this revision.Jan 28 2015, 4:39 PM
echristo edited edge metadata.

LGTM with the one small change mentioned inline :)

Thanks!

-eric

test/Driver/gfortran.f90
246

Full sentence here including period.

This revision is now accepted and ready to land.Jan 28 2015, 4:39 PM
tra updated this revision to Diff 18974.Jan 29 2015, 10:09 AM
tra edited edge metadata.

Fixed test case comment.

Updating D7210: Do not fail if -fsyntax-only is passed to Fortran compilation.

Fixes PR22234.

tra updated this revision to Diff 18975.Jan 29 2015, 10:12 AM

Removed extraneous comment line.

Updating D7210: Do not fail if -fsyntax-only is passed to Fortran compilation.

Fixes PR22234.

echristo closed this revision.Jan 29 2015, 10:13 AM

Committed this yesterday, but thanks for this! :)

tra added a comment.Jan 29 2015, 10:32 AM

Committed by Eric Christopher <echristo@gmail.com> in r227409.