https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61873

            Bug ID: 61873
           Summary: with -openmp, -E does not produce preprocessed output
                    on stdout
           Product: gcc
           Version: 4.8.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: mib.bugzilla at gmail dot com

% g++ -c -E omp1.cpp
# 1 "omp1.cpp"
# 1 "<built-in>"
# 1 "<command-line>"
# 1 "/usr/include/stdc-predef.h" 1 3 4
# 1 "<command-line>" 2
# 1 "omp1.cpp"
int i;
% g++ -c -openmp -E omp1.cpp
%

Reply via email to