llvm-project/flang/lib
Peter Steinfeld 398fcf224b [flang] Fix bug for forward referenced type
A type name in an IMPLICIT declaration that was later used in a PARAMETER
statement caused problems because the default symbol scope had not yet been
initialized.  I avoided dereferencing in the situation where the default scope
was uninitialized and added a test that triggers the problem.

Differential Revision: https://reviews.llvm.org/D87535
2020-09-11 11:58:53 -07:00
..
Common [flang] Use the Flang cmake-functions to add targets. 2020-04-16 15:51:30 +01:00
Decimal Remove unneeded RoundDefault enumerator, and fix spelling in comments 2020-08-03 16:14:24 -07:00
Evaluate [flang] Fix assert on constant folding of extended types 2020-09-10 14:34:03 -07:00
Frontend [flang][driver] Add the new flang compiler and frontend drivers 2020-09-11 10:55:54 +01:00
FrontendTool [flang][driver] Add the new flang compiler and frontend drivers 2020-09-11 10:55:54 +01:00
Lower [flang] Implement nonstandard OPEN statement CARRIAGECONTROL specifier 2020-09-02 13:07:45 -07:00
Optimizer [mlir] Remove the use of "kinds" from Attributes and Types 2020-08-18 16:20:14 -07:00
Parser [flang][OpenMP] Enhance parser support for atomic construct to OpenMP 5.0 2020-09-08 06:52:07 +05:30
Semantics [flang] Fix bug for forward referenced type 2020-09-11 11:58:53 -07:00
CMakeLists.txt [flang][driver] Add the new flang compiler and frontend drivers 2020-09-11 10:55:54 +01:00