public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/61873] New: with -openmp, -E does not produce preprocessed output on stdout
@ 2014-07-21 17:46 mib.bugzilla at gmail dot com
  2014-07-22 12:36 ` [Bug c++/61873] " mpolacek at gcc dot gnu.org
  0 siblings, 1 reply; 2+ messages in thread
From: mib.bugzilla at gmail dot com @ 2014-07-21 17:46 UTC (permalink / raw)
  To: gcc-bugs

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
%


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bug c++/61873] with -openmp, -E does not produce preprocessed output on stdout
  2014-07-21 17:46 [Bug c++/61873] New: with -openmp, -E does not produce preprocessed output on stdout mib.bugzilla at gmail dot com
@ 2014-07-22 12:36 ` mpolacek at gcc dot gnu.org
  0 siblings, 0 replies; 2+ messages in thread
From: mpolacek at gcc dot gnu.org @ 2014-07-22 12:36 UTC (permalink / raw)
  To: gcc-bugs

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

Marek Polacek <mpolacek at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |mpolacek at gcc dot gnu.org
         Resolution|---                         |INVALID

--- Comment #1 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
Of course, because it's "-fopenmp".  -o specifies output file, in this case
"penmp".


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-07-22 12:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-21 17:46 [Bug c++/61873] New: with -openmp, -E does not produce preprocessed output on stdout mib.bugzilla at gmail dot com
2014-07-22 12:36 ` [Bug c++/61873] " mpolacek at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).