https://bugs.llvm.org/show_bug.cgi?id=38839

            Bug ID: 38839
           Summary: omp_lib.h can't be included by many compilers due to
                    lines too long
           Product: OpenMP
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Runtime Library
          Assignee: unassignedb...@nondot.org
          Reporter: newch...@king.net.pl
                CC: llvm-bugs@lists.llvm.org

LLVM's OpenMP runtime library exposes official omp_lib.h with lines too long,
requiring for certain Fortran compilers addition of special command line
options in all affected Makefiles of old codebase.

To address the issue of lines too long, omp_lib.h uses following non-standard
directive:

!DIR$ fixedformlinesize:132

This is not correct approach as it favorizes certain compilers over the others.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to