public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/60447] New: Empty .s file created when using -E flag
@ 2014-03-06 12:51 vladimir.fuka at gmail dot com
  2014-03-06 14:04 ` [Bug fortran/60447] " kargl at gcc dot gnu.org
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: vladimir.fuka at gmail dot com @ 2014-03-06 12:51 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60447

            Bug ID: 60447
           Summary: Empty .s file created when using -E flag
           Product: gcc
           Version: 4.8.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
          Assignee: unassigned at gcc dot gnu.org
          Reporter: vladimir.fuka at gmail dot com

> touch test.f90
> gfortran -E -cpp test.f90
# 1 "test.f90"
# 1 "<command-line>"
# 1 "test.f90"

> ls -l test.s
-rw-r--r-- 1 lada users 0  6. bře 13.47 test.s


C and C++ front-ends do not do this

> touch test.c
> gfortran -E -cpp test.c
# 1 "test.c"
# 1 "<command-line>"
# 1 "/usr/include/stdc-predef.h" 1 3 4
# 1 "<command-line>" 2
# 1 "test.c"
> ls -l test.s
ls: cannot access test.s: No such file or directory
>From gcc-bugs-return-445618-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Thu Mar 06 13:06:44 2014
Return-Path: <gcc-bugs-return-445618-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 21210 invoked by alias); 6 Mar 2014 13:06:44 -0000
Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm
Precedence: bulk
List-Id: <gcc-bugs.gcc.gnu.org>
List-Archive: <http://gcc.gnu.org/ml/gcc-bugs/>
List-Post: <mailto:gcc-bugs@gcc.gnu.org>
List-Help: <mailto:gcc-bugs-help@gcc.gnu.org>
Sender: gcc-bugs-owner@gcc.gnu.org
Delivered-To: mailing list gcc-bugs@gcc.gnu.org
Received: (qmail 21159 invoked by uid 48); 6 Mar 2014 13:06:41 -0000
From: "bernd.edlinger at hotmail dot de" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug fortran/60236] gfortran.dg/vect/pr32380.f fails on ARM
Date: Thu, 06 Mar 2014 13:06:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: fortran
X-Bugzilla-Version: 4.9.0
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: bernd.edlinger at hotmail dot de
X-Bugzilla-Status: RESOLVED
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields: bug_status resolution
Message-ID: <bug-60236-4-9bU8Fm0Hhe@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-60236-4@http.gcc.gnu.org/bugzilla/>
References: <bug-60236-4@http.gcc.gnu.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2014-03/txt/msg00487.txt.bz2
Content-length: 453

http://gcc.gnu.org/bugzilla/show_bug.cgi?id`236

Bernd Edlinger <bernd.edlinger at hotmail dot de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED

--- Comment #9 from Bernd Edlinger <bernd.edlinger at hotmail dot de> ---
should be fixed now.


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

end of thread, other threads:[~2014-03-08 18:55 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-06 12:51 [Bug fortran/60447] New: Empty .s file created when using -E flag vladimir.fuka at gmail dot com
2014-03-06 14:04 ` [Bug fortran/60447] " kargl at gcc dot gnu.org
2014-03-06 14:05 ` kargl at gcc dot gnu.org
2014-03-06 14:07 ` vladimir.fuka at gmail dot com
2014-03-06 14:17 ` kargl at gcc dot gnu.org
2014-03-06 14:45 ` vladimir.fuka at gmail dot com
2014-03-06 15:02 ` sgk at troutmask dot apl.washington.edu
2014-03-06 17:08 ` sgk at troutmask dot apl.washington.edu
2014-03-08 11:42 ` burnus at gcc dot gnu.org
2014-03-08 18:53 ` burnus at gcc dot gnu.org
2014-03-08 18:55 ` burnus 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).