public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/63377] New: Bad diagnostic - "expected unqualified-id" instead of "no type named __ in namespace"
@ 2014-09-26  1:05 b_filip at zoho dot com
  2014-10-05 23:06 ` [Bug c++/63377] " manu at gcc dot gnu.org
  2021-08-13  7:10 ` pinskia at gcc dot gnu.org
  0 siblings, 2 replies; 3+ messages in thread
From: b_filip at zoho dot com @ 2014-09-26  1:05 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 63377
           Summary: Bad diagnostic - "expected unqualified-id" instead of
                    "no type named __ in namespace"
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: b_filip at zoho dot com

Here is a simple code that reproduces the problem, clang reports the error much
better:

temp@host $ cat gcc_clang_example.cpp 
#include <iostream>

int main() {
    try {}
    catch (const std::invalid_argument&) {}
}
temp@host $ g++ gcc_clang_example.cpp 
gcc_clang_example.cpp: In function ‘int main()’:
gcc_clang_example.cpp:5:39: error: expected unqualified-id before ‘&’ token
     catch (const std::invalid_argument&) {}
                                       ^
gcc_clang_example.cpp:5:39: error: expected ‘)’ before ‘&’ token
gcc_clang_example.cpp:5:39: error: expected ‘{’ before ‘&’ token
gcc_clang_example.cpp:5:40: error: expected primary-expression before ‘)’ token
     catch (const std::invalid_argument&) {}
                                        ^
gcc_clang_example.cpp:5:40: error: expected ‘;’ before ‘)’ token
temp@host $ clang++ gcc_clang_example.cpp 
gcc_clang_example.cpp:5:23: error: no type named 'invalid_argument' in
namespace 'std'
    catch (const std::invalid_argument&) {}
                 ~~~~~^
1 error generated.
temp@host $ 




Version of gcc:
Using built-in specs.
COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.3/gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.8.3/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /var/tmp/portage/sys-devel/gcc-4.8.3/work/gcc-4.8.3/configure
--host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr
--bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.3
--includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.3/include
--datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.3
--mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.3/man
--infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.3/info
--with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.3/include/g++-v4
--with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.8.3/python
--enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt
--disable-werror --with-system-zlib --enable-nls --without-included-gettext
--enable-checking=release --with-bugurl=https://bugs.gentoo.org/
--with-pkgversion='Gentoo 4.8.3 p1.1, pie-0.5.9' --enable-libstdcxx-time
--enable-shared --enable-threads=posix --enable-__cxa_atexit
--enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64
--disable-altivec --disable-fixed-point --enable-targets=all --disable-libgcj
--enable-libgomp --disable-libmudflap --disable-libssp --enable-lto
--without-cloog
Thread model: posix
gcc version 4.8.3 (Gentoo 4.8.3 p1.1, pie-0.5.9)

OS is Gentoo
>From gcc-bugs-return-462613-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Fri Sep 26 01:12:43 2014
Return-Path: <gcc-bugs-return-462613-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 10130 invoked by alias); 26 Sep 2014 01:12:41 -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 10060 invoked by uid 48); 26 Sep 2014 01:12:28 -0000
From: "danglin at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug middle-end/63376] [5.0 Regression] ICE: in operator[], at vec.h:736 compiling team.c
Date: Fri, 26 Sep 2014 01:12:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: middle-end
X-Bugzilla-Version: 5.0
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: danglin at gcc dot gnu.org
X-Bugzilla-Status: UNCONFIRMED
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:
Message-ID: <bug-63376-4-L3mvRKyHWa@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-63376-4@http.gcc.gnu.org/bugzilla/>
References: <bug-63376-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-09/txt/msg02447.txt.bz2
Content-length: 3343

https://gcc.gnu.org/bugzilla/show_bug.cgi?idc376

--- Comment #1 from John David Anglin <danglin at gcc dot gnu.org> ---
Breakpoint 2, _Z11fancy_abortPKciS0_ (
    file=0x13180d0 <rtx_next+172> "../../gcc/gcc/vec.h", lines6,
    function=0x13182d8 <vec<ipa_edge_args, va_gc,
vl_embed>::operator[](unsigned int)::__FUNCTION__> "operator[]") at
../../gcc/gcc/diagnostic.c:1223
1223      internal_error ("in %s, at %s:%d", function, trim_filename (file),
line);
(gdb) bt
#0  _Z11fancy_abortPKciS0_ (
    file=0x13180d0 <rtx_next+172> "../../gcc/gcc/vec.h", lines6,
    function=0x13182d8 <vec<ipa_edge_args, va_gc,
vl_embed>::operator[](unsigned int)::__FUNCTION__> "operator[]") at
../../gcc/gcc/diagnostic.c:1223
#1  0x0073d820 in _ZN3vecI13ipa_edge_args5va_gc8vl_embedEixEj (
    this=0x7afd7c00, ix\x148) at ../../gcc/gcc/vec.h:736
#2  0x007e2254 in
_ZL28evaluate_properties_for_edgeP11cgraph_edgebPjP3vecIP9tree_node7va_heap6vl_ptrES8_PS2_IP21ipa_agg_jump_functionS5_S6_E
(e=0x7afef780,
    inline_p=true, clause_ptr=0x7eff0dc0, known_vals_ptr=0x7eff0dc4,
    known_binfos_ptr=0x7eff0dc8, known_aggs_ptr=0x7eff0dcc)
    at ../../gcc/gcc/ipa-inline-analysis.c:903
#3  0x007ede7c in _Z21do_estimate_edge_sizeP11cgraph_edge (edge=0x7afef780)
    at ../../gcc/gcc/ipa-inline-analysis.c:3736
#4  0x007de220 in _ZL18estimate_edge_sizeP11cgraph_edge (edge=0x7afef780)
    at ../../gcc/gcc/ipa-inline.h:288
#5  0x007de2c8 in _ZL20estimate_edge_growthP11cgraph_edge (edge=0x7afef780)
    at ../../gcc/gcc/ipa-inline.h:301
#6  0x007ee3d0 in _ZL20do_estimate_growth_1P11cgraph_nodePv (node=0x7af860e0,
    data=0x7eff0bfc) at ../../gcc/gcc/ipa-inline-analysis.c:3849
#7  0x0036d828 in
_ZN11cgraph_node34call_for_symbol_thunks_and_aliasesEPFbPS_PvES1_b
(this=0x7af860e0,
    callback=@0x40298c72: 0x7ee300 <_ZL20do_estimate_growth_1P11cgraph_nodePv>,
data=0x7eff0bfc, include_overwritable=true) at ../../gcc/gcc/cgraph.c:2107
#8  0x007ee4dc in _Z18do_estimate_growthP11cgraph_node (node=0x7af860e0)
    at ../../gcc/gcc/ipa-inline-analysis.c:3863
#9  0x007c7170 in _ZL15estimate_growthP11cgraph_node (node=0x7af860e0)
    at ../../gcc/gcc/ipa-inline.h:275
#10 0x007ccda8 in _ZL22inline_small_functionsv ()
    at ../../gcc/gcc/ipa-inline.c:1593
#11 0x007cf2f8 in _ZL10ipa_inlinev () at ../../gcc/gcc/ipa-inline.c:2182
#12 0x007d05fc in _ZN12_GLOBAL__N_115pass_ipa_inline7executeEP8function (
    this=0x403203a0) at ../../gcc/gcc/ipa-inline.c:2542
#13 0x00a0333c in _Z16execute_one_passP8opt_pass (pass=0x403203a0)
    at ../../gcc/gcc/passes.c:2151
#14 0x00a04858 in _Z21execute_ipa_pass_listP8opt_pass (pass=0x403203a0)
    at ../../gcc/gcc/passes.c:2541
#15 0x003806d4 in _ZL10ipa_passesv () at ../../gcc/gcc/cgraphunit.c:2050
#16 0x00380b08 in _ZN12symbol_table7compileEv (this=0x7ae2b000)
    at ../../gcc/gcc/cgraphunit.c:2130
#17 0x00380fc4 in _ZN12symbol_table25finalize_compilation_unitEv (
    this=0x7ae2b000) at ../../gcc/gcc/cgraphunit.c:2283
#18 0x00092d8c in _Z27c_write_global_declarationsv ()
    at ../../gcc/gcc/c/c-decl.c:10431
#19 0x00babb14 in _ZL12compile_filev () at ../../gcc/gcc/toplev.c:565
#20 0x00baf818 in _ZL10do_compilev () at ../../gcc/gcc/toplev.c:1946
#21 0x00bafb28 in toplev_main(int, char**) () at ../../gcc/gcc/toplev.c:2022
#22 0x01195ae4 in main (argc\x17, argv=0x7eff0544) at ../../gcc/gcc/main.c:36


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

* [Bug c++/63377] Bad diagnostic - "expected unqualified-id" instead of "no type named __ in namespace"
  2014-09-26  1:05 [Bug c++/63377] New: Bad diagnostic - "expected unqualified-id" instead of "no type named __ in namespace" b_filip at zoho dot com
@ 2014-10-05 23:06 ` manu at gcc dot gnu.org
  2021-08-13  7:10 ` pinskia at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: manu at gcc dot gnu.org @ 2014-10-05 23:06 UTC (permalink / raw)
  To: gcc-bugs

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

Manuel López-Ibáñez <manu at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |diagnostic
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2014-10-05
                 CC|                            |manu at gcc dot gnu.org
     Ever confirmed|0                           |1

--- Comment #1 from Manuel López-Ibáñez <manu at gcc dot gnu.org> ---
Terrible. Confirmed. 

Smaller testcase:

namespace std {}
int main() {
  try {}
  catch (const std::invalid_argument&) {}
}
>From gcc-bugs-return-463327-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Sun Oct 05 23:13:36 2014
Return-Path: <gcc-bugs-return-463327-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 31946 invoked by alias); 5 Oct 2014 23:13:36 -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 31882 invoked by uid 48); 5 Oct 2014 23:13:23 -0000
From: "manu at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug preprocessor/61891] line-map.c: file "<command-line>" left but not entered during `cabal install -p haskell-src-exts`
Date: Sun, 05 Oct 2014 23:13:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: preprocessor
X-Bugzilla-Version: 4.8.2
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: manu at gcc dot gnu.org
X-Bugzilla-Status: WAITING
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 cf_reconfirmed_on cc everconfirmed
Message-ID: <bug-61891-4-dBXbaB1xW9@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-61891-4@http.gcc.gnu.org/bugzilla/>
References: <bug-61891-4@http.gcc.gnu.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2014-10/txt/msg00348.txt.bz2
Content-length: 623

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

Manuel López-Ibáñez <manu at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|                            |2014-10-05
                 CC|                            |manu at gcc dot gnu.org
     Ever confirmed|0                           |1

--- Comment #2 from Manuel López-Ibáñez <manu at gcc dot gnu.org> ---
Waiting for an answer from reporter.
>From gcc-bugs-return-463328-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Sun Oct 05 23:16:46 2014
Return-Path: <gcc-bugs-return-463328-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 636 invoked by alias); 5 Oct 2014 23:16:45 -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 588 invoked by uid 48); 5 Oct 2014 23:16:33 -0000
From: "manu at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c/63357] Warn for P && P and P || P
Date: Sun, 05 Oct 2014 23:16:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: c
X-Bugzilla-Version: 5.0
X-Bugzilla-Keywords: diagnostic
X-Bugzilla-Severity: normal
X-Bugzilla-Who: manu at gcc dot gnu.org
X-Bugzilla-Status: NEW
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: keywords bug_status cf_reconfirmed_on cc everconfirmed
Message-ID: <bug-63357-4-f61cL70QrN@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-63357-4@http.gcc.gnu.org/bugzilla/>
References: <bug-63357-4@http.gcc.gnu.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2014-10/txt/msg00349.txt.bz2
Content-length: 818

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

Manuel López-Ibáñez <manu at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |diagnostic
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2014-10-05
                 CC|                            |manu at gcc dot gnu.org
     Ever confirmed|0                           |1

--- Comment #1 from Manuel López-Ibáñez <manu at gcc dot gnu.org> ---
We could also put it in Wlogical-op for now. It seems it would require the same
conditions (for example, to not warn about different macros that expand to the
same thing).
>From gcc-bugs-return-463329-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Sun Oct 05 23:26:44 2014
Return-Path: <gcc-bugs-return-463329-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 4365 invoked by alias); 5 Oct 2014 23:26: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 4323 invoked by uid 48); 5 Oct 2014 23:26:31 -0000
From: "manu at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug preprocessor/61638] "warning: multi-line comment" unclear and has false positives
Date: Sun, 05 Oct 2014 23:26:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: preprocessor
X-Bugzilla-Version: unknown
X-Bugzilla-Keywords: diagnostic
X-Bugzilla-Severity: enhancement
X-Bugzilla-Who: manu at gcc dot gnu.org
X-Bugzilla-Status: NEW
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 cf_reconfirmed_on cc everconfirmed
Message-ID: <bug-61638-4-Iw1mGPKWs7@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-61638-4@http.gcc.gnu.org/bugzilla/>
References: <bug-61638-4@http.gcc.gnu.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2014-10/txt/msg00350.txt.bz2
Content-length: 636

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

Manuel López-Ibáñez <manu at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2014-10-05
                 CC|                            |manu at gcc dot gnu.org
     Ever confirmed|0                           |1

--- Comment #1 from Manuel López-Ibáñez <manu at gcc dot gnu.org> ---
Sure, why not? But someone still has to implement it.
>From gcc-bugs-return-463330-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Sun Oct 05 23:33:40 2014
Return-Path: <gcc-bugs-return-463330-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 7258 invoked by alias); 5 Oct 2014 23:33:40 -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 7212 invoked by uid 48); 5 Oct 2014 23:33:27 -0000
From: "manu at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c++/63444] Compilation consumes 2.5G memory
Date: Sun, 05 Oct 2014 23:33:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: c++
X-Bugzilla-Version: 4.9.1
X-Bugzilla-Keywords: memory-hog
X-Bugzilla-Severity: normal
X-Bugzilla-Who: manu at gcc dot gnu.org
X-Bugzilla-Status: NEW
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: keywords bug_status cf_reconfirmed_on cc everconfirmed
Message-ID: <bug-63444-4-ybts6CNXb2@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-63444-4@http.gcc.gnu.org/bugzilla/>
References: <bug-63444-4@http.gcc.gnu.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2014-10/txt/msg00351.txt.bz2
Content-length: 18068

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

Manuel López-Ibáñez <manu at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |memory-hog
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2014-10-05
                 CC|                            |manu at gcc dot gnu.org
     Ever confirmed|0                           |1

--- Comment #2 from Manuel López-Ibáñez <manu at gcc dot gnu.org> ---
Trunk requires 4G in x86_64:

Execution times (seconds)
 phase setup             :   0.00 ( 0%) usr   0.00 ( 0%) sys   0.00 ( 0%) wall 
  1248 kB ( 0%) ggc
 phase parsing           :   7.38 ( 2%) usr   1.60 ( 7%) sys   9.03 ( 2%) wall 
278534 kB ( 6%) ggc
 phase lang. deferred    :  84.37 (17%) usr   5.28 (22%) sys 109.09 (20%) wall
1828691 kB (42%) ggc
 phase opt and generate  : 393.72 (80%) usr  16.61 (70%) sys 412.23 (77%) wall
2197480 kB (51%) ggc
 phase check & debug info:   0.01 ( 0%) usr   0.00 ( 0%) sys   0.00 ( 0%) wall 
     0 kB ( 0%) ggc
 phase finalize          :   4.50 ( 1%) usr   0.14 ( 1%) sys   4.64 ( 1%) wall 
     0 kB ( 0%) ggc
 |name lookup            :   5.02 ( 1%) usr   1.41 ( 6%) sys   6.21 ( 1%) wall 
243368 kB ( 6%) ggc
 |overload resolution    :  23.85 ( 5%) usr   1.92 ( 8%) sys  28.75 ( 5%) wall 
759029 kB (18%) ggc
 garbage collection      :  51.11 (10%) usr   0.15 ( 1%) sys  51.26 (10%) wall 
     0 kB ( 0%) ggc
 dump files              :   0.66 ( 0%) usr   1.19 ( 5%) sys   1.75 ( 0%) wall 
     0 kB ( 0%) ggc
 callgraph construction  :   6.19 ( 1%) usr   0.67 ( 3%) sys   8.38 ( 2%) wall 
 81259 kB ( 2%) ggc
 callgraph optimization  :   2.08 ( 0%) usr   1.48 ( 6%) sys   3.59 ( 1%) wall 
 57933 kB ( 1%) ggc
 ipa dead code removal   :   1.59 ( 0%) usr   0.09 ( 0%) sys   1.60 ( 0%) wall 
     0 kB ( 0%) ggc
 ipa inheritance graph   :   0.10 ( 0%) usr   0.00 ( 0%) sys   0.09 ( 0%) wall 
    54 kB ( 0%) ggc
 ipa virtual call target :   0.01 ( 0%) usr   0.00 ( 0%) sys   0.00 ( 0%) wall 
     1 kB ( 0%) ggc
 ipa devirtualization    :   0.02 ( 0%) usr   0.00 ( 0%) sys   0.03 ( 0%) wall 
  1999 kB ( 0%) ggc
 ipa cp                  :   0.69 ( 0%) usr   0.01 ( 0%) sys   0.70 ( 0%) wall 
 15293 kB ( 0%) ggc
 ipa inlining heuristics :   3.51 ( 1%) usr   0.07 ( 0%) sys   3.55 ( 1%) wall 
 51806 kB ( 1%) ggc
 ipa function splitting  :   0.56 ( 0%) usr   0.02 ( 0%) sys   0.60 ( 0%) wall 
  7633 kB ( 0%) ggc
 ipa comdats             :   0.02 ( 0%) usr   0.00 ( 0%) sys   0.03 ( 0%) wall 
     0 kB ( 0%) ggc
 ipa reference           :   0.13 ( 0%) usr   0.00 ( 0%) sys   0.13 ( 0%) wall 
     0 kB ( 0%) ggc
 ipa profile             :   0.25 ( 0%) usr   0.00 ( 0%) sys   0.25 ( 0%) wall 
     0 kB ( 0%) ggc
 ipa pure const          :   0.63 ( 0%) usr   0.00 ( 0%) sys   0.54 ( 0%) wall 
   560 kB ( 0%) ggc
 ipa SRA                 :   0.51 ( 0%) usr   0.08 ( 0%) sys   0.63 ( 0%) wall 
 43906 kB ( 1%) ggc
 ipa free lang data      :   0.03 ( 0%) usr   0.00 ( 0%) sys   0.03 ( 0%) wall 
     0 kB ( 0%) ggc
 ipa free inline summary :   0.07 ( 0%) usr   0.00 ( 0%) sys   0.07 ( 0%) wall 
     0 kB ( 0%) ggc
 cfg construction        :   0.13 ( 0%) usr   0.02 ( 0%) sys   0.18 ( 0%) wall 
  5393 kB ( 0%) ggc
 cfg cleanup             :   3.32 ( 1%) usr   0.07 ( 0%) sys   2.97 ( 1%) wall 
  9380 kB ( 0%) ggc
 CFG verifier            :  21.65 ( 4%) usr   0.82 ( 3%) sys  22.38 ( 4%) wall 
     0 kB ( 0%) ggc
 trivially dead code     :   1.42 ( 0%) usr   0.01 ( 0%) sys   1.34 ( 0%) wall 
     0 kB ( 0%) ggc
 df scan insns           :   1.48 ( 0%) usr   0.00 ( 0%) sys   1.45 ( 0%) wall 
   510 kB ( 0%) ggc
 df multiple defs        :   0.83 ( 0%) usr   0.02 ( 0%) sys   0.69 ( 0%) wall 
     0 kB ( 0%) ggc
 df reaching defs        :   1.65 ( 0%) usr   0.00 ( 0%) sys   1.51 ( 0%) wall 
     0 kB ( 0%) ggc
 df live regs            :   7.63 ( 2%) usr   0.00 ( 0%) sys   8.09 ( 2%) wall 
     0 kB ( 0%) ggc
 df live&initialized regs:   3.10 ( 1%) usr   0.03 ( 0%) sys   2.63 ( 0%) wall 
     0 kB ( 0%) ggc
 df use-def / def-use chains:   0.83 ( 0%) usr   0.00 ( 0%) sys   0.87 ( 0%)
wall       0 kB ( 0%) ggc
 df live reg subwords    :   0.01 ( 0%) usr   0.00 ( 0%) sys   0.01 ( 0%) wall 
     0 kB ( 0%) ggc
 df reg dead/unused notes:   4.01 ( 1%) usr   0.02 ( 0%) sys   3.89 ( 1%) wall 
 17388 kB ( 0%) ggc
 register information    :   0.93 ( 0%) usr   0.01 ( 0%) sys   0.83 ( 0%) wall 
     0 kB ( 0%) ggc
 alias analysis          :   2.45 ( 1%) usr   0.05 ( 0%) sys   2.40 ( 0%) wall 
 46805 kB ( 1%) ggc
 alias stmt walking      :   2.22 ( 0%) usr   0.33 ( 1%) sys   2.86 ( 1%) wall 
  1075 kB ( 0%) ggc
 register scan           :   0.29 ( 0%) usr   0.00 ( 0%) sys   0.40 ( 0%) wall 
   297 kB ( 0%) ggc
 rebuild jump labels     :   0.69 ( 0%) usr   0.01 ( 0%) sys   0.63 ( 0%) wall 
     0 kB ( 0%) ggc
 preprocessing           :   0.50 ( 0%) usr   0.36 ( 2%) sys   0.80 ( 0%) wall 
  3086 kB ( 0%) ggc
 parser (global)         :   0.67 ( 0%) usr   0.46 ( 2%) sys   1.05 ( 0%) wall 
 96557 kB ( 2%) ggc
 parser struct body      :   1.69 ( 0%) usr   0.21 ( 1%) sys   1.88 ( 0%) wall 
 65589 kB ( 2%) ggc
 parser enumerator list  :   0.00 ( 0%) usr   0.01 ( 0%) sys   0.03 ( 0%) wall 
   355 kB ( 0%) ggc
 parser function body    :   0.22 ( 0%) usr   0.08 ( 0%) sys   0.34 ( 0%) wall 
  5573 kB ( 0%) ggc
 parser inl. func. body  :   0.53 ( 0%) usr   0.05 ( 0%) sys   0.56 ( 0%) wall 
 10763 kB ( 0%) ggc
 parser inl. meth. body  :   1.26 ( 0%) usr   0.34 ( 1%) sys   1.78 ( 0%) wall 
 47005 kB ( 1%) ggc
 template instantiation  :  59.22 (12%) usr   5.19 (22%) sys  83.64 (16%) wall
1861977 kB (43%) ggc
 early inlining heuristics:   0.88 ( 0%) usr   0.06 ( 0%) sys   1.00 ( 0%) wall
  21076 kB ( 0%) ggc
 inline parameters       :   1.04 ( 0%) usr   0.04 ( 0%) sys   1.00 ( 0%) wall 
 32730 kB ( 1%) ggc
 integration             :   6.40 ( 1%) usr   0.54 ( 2%) sys   6.90 ( 1%) wall 
310090 kB ( 7%) ggc
 tree gimplify           :   2.64 ( 1%) usr   0.09 ( 0%) sys   2.87 ( 1%) wall 
108385 kB ( 3%) ggc
 tree eh                 :   0.67 ( 0%) usr   0.03 ( 0%) sys   0.54 ( 0%) wall 
 35871 kB ( 1%) ggc
 tree CFG construction   :   0.59 ( 0%) usr   0.04 ( 0%) sys   0.61 ( 0%) wall 
 77859 kB ( 2%) ggc
 tree CFG cleanup        :   4.77 ( 1%) usr   0.15 ( 1%) sys   4.94 ( 1%) wall 
  2599 kB ( 0%) ggc
 tree tail merge         :   0.39 ( 0%) usr   0.00 ( 0%) sys   0.40 ( 0%) wall 
     5 kB ( 0%) ggc
 tree VRP                :   3.83 ( 1%) usr   0.10 ( 0%) sys   4.14 ( 1%) wall 
 52464 kB ( 1%) ggc
 tree copy propagation   :   1.30 ( 0%) usr   0.02 ( 0%) sys   1.24 ( 0%) wall 
  1066 kB ( 0%) ggc
 tree PTA                :   6.83 ( 1%) usr   0.03 ( 0%) sys   6.81 ( 1%) wall 
 16764 kB ( 0%) ggc
 tree PHI insertion      :   0.34 ( 0%) usr   0.01 ( 0%) sys   0.25 ( 0%) wall 
  9890 kB ( 0%) ggc
 tree SSA rewrite        :   1.87 ( 0%) usr   0.08 ( 0%) sys   1.98 ( 0%) wall 
 58204 kB ( 1%) ggc
 tree SSA other          :   0.59 ( 0%) usr   0.13 ( 1%) sys   0.86 ( 0%) wall 
  5448 kB ( 0%) ggc
 tree SSA incremental    :   2.39 ( 0%) usr   0.16 ( 1%) sys   2.17 ( 0%) wall 
 11219 kB ( 0%) ggc
 tree operand scan       :   1.37 ( 0%) usr   0.72 ( 3%) sys   2.36 ( 0%) wall 
166806 kB ( 4%) ggc
 dominator optimization  :   2.33 ( 0%) usr   0.04 ( 0%) sys   2.24 ( 0%) wall 
 18967 kB ( 0%) ggc
 tree SRA                :   0.80 ( 0%) usr   0.04 ( 0%) sys   0.74 ( 0%) wall 
  8015 kB ( 0%) ggc
 isolate eroneous paths  :   0.07 ( 0%) usr   0.00 ( 0%) sys   0.03 ( 0%) wall 
    18 kB ( 0%) ggc
 tree CCP                :   3.17 ( 1%) usr   0.09 ( 0%) sys   3.48 ( 1%) wall 
  8047 kB ( 0%) ggc
 tree PHI const/copy prop:   0.08 ( 0%) usr   0.00 ( 0%) sys   0.09 ( 0%) wall 
   338 kB ( 0%) ggc
 tree split crit edges   :   0.29 ( 0%) usr   0.01 ( 0%) sys   0.38 ( 0%) wall 
 29177 kB ( 1%) ggc
 tree reassociation      :   0.31 ( 0%) usr   0.02 ( 0%) sys   0.21 ( 0%) wall 
    51 kB ( 0%) ggc
 tree PRE                :   6.26 ( 1%) usr   0.14 ( 1%) sys   6.12 ( 1%) wall 
 30476 kB ( 1%) ggc
 tree FRE                :   5.23 ( 1%) usr   0.19 ( 1%) sys   5.66 ( 1%) wall 
 26553 kB ( 1%) ggc
 tree code sinking       :   0.19 ( 0%) usr   0.00 ( 0%) sys   0.24 ( 0%) wall 
  7206 kB ( 0%) ggc
 tree linearize phis     :   0.11 ( 0%) usr   0.01 ( 0%) sys   0.18 ( 0%) wall 
  6275 kB ( 0%) ggc
 tree forward propagate  :   0.85 ( 0%) usr   0.02 ( 0%) sys   0.88 ( 0%) wall 
  8550 kB ( 0%) ggc
 tree phiprop            :   0.03 ( 0%) usr   0.02 ( 0%) sys   0.03 ( 0%) wall 
     3 kB ( 0%) ggc
 tree conservative DCE   :   0.68 ( 0%) usr   0.21 ( 1%) sys   0.77 ( 0%) wall 
   190 kB ( 0%) ggc
 tree aggressive DCE     :   1.31 ( 0%) usr   0.26 ( 1%) sys   1.53 ( 0%) wall 
 55018 kB ( 1%) ggc
 tree buildin call DCE   :   0.04 ( 0%) usr   0.00 ( 0%) sys   0.03 ( 0%) wall 
     0 kB ( 0%) ggc
 tree DSE                :   0.25 ( 0%) usr   0.01 ( 0%) sys   0.37 ( 0%) wall 
   611 kB ( 0%) ggc
 PHI merge               :   0.08 ( 0%) usr   0.02 ( 0%) sys   0.08 ( 0%) wall 
   494 kB ( 0%) ggc
 loopless fn             :   0.00 ( 0%) usr   0.01 ( 0%) sys   0.00 ( 0%) wall 
     0 kB ( 0%) ggc
 tree loop bounds        :   0.07 ( 0%) usr   0.00 ( 0%) sys   0.09 ( 0%) wall 
   696 kB ( 0%) ggc
 tree loop invariant motion:   0.49 ( 0%) usr   0.00 ( 0%) sys   0.58 ( 0%)
wall       3 kB ( 0%) ggc
 tree canonical iv       :   0.21 ( 0%) usr   0.00 ( 0%) sys   0.20 ( 0%) wall 
  4666 kB ( 0%) ggc
 scev constant prop      :   0.13 ( 0%) usr   0.00 ( 0%) sys   0.15 ( 0%) wall 
  2264 kB ( 0%) ggc
 tree loop unswitching   :   0.27 ( 0%) usr   0.00 ( 0%) sys   0.33 ( 0%) wall 
  3471 kB ( 0%) ggc
 complete unrolling      :   0.66 ( 0%) usr   0.01 ( 0%) sys   0.64 ( 0%) wall 
 13451 kB ( 0%) ggc
 tree vectorization      :   0.01 ( 0%) usr   0.00 ( 0%) sys   0.03 ( 0%) wall 
   433 kB ( 0%) ggc
 tree slp vectorization  :   0.92 ( 0%) usr   0.00 ( 0%) sys   0.95 ( 0%) wall 
 26751 kB ( 1%) ggc
 tree loop distribution  :   0.22 ( 0%) usr   0.00 ( 0%) sys   0.19 ( 0%) wall 
   293 kB ( 0%) ggc
 tree iv optimization    :   1.11 ( 0%) usr   0.01 ( 0%) sys   1.09 ( 0%) wall 
 17298 kB ( 0%) ggc
 predictive commoning    :   0.05 ( 0%) usr   0.01 ( 0%) sys   0.04 ( 0%) wall 
   781 kB ( 0%) ggc
 tree copy headers       :   0.04 ( 0%) usr   0.01 ( 0%) sys   0.09 ( 0%) wall 
  3921 kB ( 0%) ggc
 tree SSA uncprop        :   0.17 ( 0%) usr   0.00 ( 0%) sys   0.26 ( 0%) wall 
     0 kB ( 0%) ggc
 tree NRV optimization   :   0.01 ( 0%) usr   0.00 ( 0%) sys   0.01 ( 0%) wall 
    38 kB ( 0%) ggc
 tree rename SSA copies  :   0.20 ( 0%) usr   0.02 ( 0%) sys   0.25 ( 0%) wall 
     0 kB ( 0%) ggc
 tree SSA verifier       :  26.44 ( 5%) usr   0.60 ( 3%) sys  27.16 ( 5%) wall 
     0 kB ( 0%) ggc
 tree STMT verifier      :  92.22 (19%) usr   0.75 ( 3%) sys  91.70 (17%) wall 
     0 kB ( 0%) ggc
 tree switch conversion  :   0.01 ( 0%) usr   0.02 ( 0%) sys   0.06 ( 0%) wall 
     0 kB ( 0%) ggc
 tree strlen optimization:   0.06 ( 0%) usr   0.00 ( 0%) sys   0.07 ( 0%) wall 
     2 kB ( 0%) ggc
 callgraph verifier      :   6.00 ( 1%) usr   0.63 ( 3%) sys   6.64 ( 1%) wall 
     0 kB ( 0%) ggc
 dominance frontiers     :   0.17 ( 0%) usr   0.02 ( 0%) sys   0.21 ( 0%) wall 
     0 kB ( 0%) ggc
 dominance computation   :   6.48 ( 1%) usr   0.23 ( 1%) sys   7.07 ( 1%) wall 
     0 kB ( 0%) ggc
 control dependences     :   0.07 ( 0%) usr   0.01 ( 0%) sys   0.08 ( 0%) wall 
     0 kB ( 0%) ggc
 out of ssa              :   0.68 ( 0%) usr   0.01 ( 0%) sys   0.57 ( 0%) wall 
   797 kB ( 0%) ggc
 expand vars             :   0.56 ( 0%) usr   0.01 ( 0%) sys   0.56 ( 0%) wall 
 13556 kB ( 0%) ggc
 expand                  :   2.59 ( 1%) usr   0.04 ( 0%) sys   2.40 ( 0%) wall 
132779 kB ( 3%) ggc
 post expand cleanups    :   0.36 ( 0%) usr   0.00 ( 0%) sys   0.39 ( 0%) wall 
 13599 kB ( 0%) ggc
 varconst                :   0.04 ( 0%) usr   0.09 ( 0%) sys   0.12 ( 0%) wall 
   233 kB ( 0%) ggc
 lower subreg            :   0.02 ( 0%) usr   0.01 ( 0%) sys   0.02 ( 0%) wall 
    40 kB ( 0%) ggc
 jump                    :   0.01 ( 0%) usr   0.00 ( 0%) sys   0.00 ( 0%) wall 
     0 kB ( 0%) ggc
 forward prop            :   1.28 ( 0%) usr   0.05 ( 0%) sys   1.45 ( 0%) wall 
  7139 kB ( 0%) ggc
 CSE                     :   3.64 ( 1%) usr   0.04 ( 0%) sys   3.74 ( 1%) wall 
  5420 kB ( 0%) ggc
 dead code elimination   :   0.67 ( 0%) usr   0.01 ( 0%) sys   0.60 ( 0%) wall 
     0 kB ( 0%) ggc
 dead store elim1        :   1.37 ( 0%) usr   0.04 ( 0%) sys   1.58 ( 0%) wall 
  7825 kB ( 0%) ggc
 dead store elim2        :   2.72 ( 1%) usr   0.04 ( 0%) sys   2.86 ( 1%) wall 
 11703 kB ( 0%) ggc
 loop analysis           :   0.00 ( 0%) usr   0.01 ( 0%) sys   0.01 ( 0%) wall 
     0 kB ( 0%) ggc
 loop init               :   8.70 ( 2%) usr   0.16 ( 1%) sys   9.33 ( 2%) wall 
 73690 kB ( 2%) ggc
 loop invariant motion   :   0.36 ( 0%) usr   0.03 ( 0%) sys   0.31 ( 0%) wall 
   675 kB ( 0%) ggc
 loop fini               :   0.34 ( 0%) usr   0.06 ( 0%) sys   0.52 ( 0%) wall 
     0 kB ( 0%) ggc
 CPROP                   :   5.53 ( 1%) usr   0.04 ( 0%) sys   5.58 ( 1%) wall 
 20073 kB ( 0%) ggc
 PRE                     :   1.33 ( 0%) usr   0.01 ( 0%) sys   1.18 ( 0%) wall 
  5303 kB ( 0%) ggc
 CSE 2                   :   1.65 ( 0%) usr   0.01 ( 0%) sys   1.76 ( 0%) wall 
  2217 kB ( 0%) ggc
 branch prediction       :   1.17 ( 0%) usr   0.05 ( 0%) sys   1.10 ( 0%) wall 
 13155 kB ( 0%) ggc
 combiner                :   3.77 ( 1%) usr   0.02 ( 0%) sys   3.96 ( 1%) wall 
 22612 kB ( 1%) ggc
 if-conversion           :   0.26 ( 0%) usr   0.02 ( 0%) sys   0.33 ( 0%) wall 
   905 kB ( 0%) ggc
 integrated RA           :  16.11 ( 3%) usr   0.10 ( 0%) sys  16.24 ( 3%) wall 
203589 kB ( 5%) ggc
 LRA non-specific        :   3.93 ( 1%) usr   0.01 ( 0%) sys   4.17 ( 1%) wall 
 12728 kB ( 0%) ggc
 LRA virtuals elimination:   0.67 ( 0%) usr   0.01 ( 0%) sys   0.65 ( 0%) wall 
  6906 kB ( 0%) ggc
 LRA reload inheritance  :   0.43 ( 0%) usr   0.00 ( 0%) sys   0.54 ( 0%) wall 
  1552 kB ( 0%) ggc
 LRA create live ranges  :   2.33 ( 0%) usr   0.00 ( 0%) sys   2.52 ( 0%) wall 
  1314 kB ( 0%) ggc
 LRA hard reg assignment :   0.30 ( 0%) usr   0.00 ( 0%) sys   0.32 ( 0%) wall 
     0 kB ( 0%) ggc
 reload                  :   0.16 ( 0%) usr   0.01 ( 0%) sys   0.17 ( 0%) wall 
     0 kB ( 0%) ggc
 reload CSE regs         :   3.86 ( 1%) usr   0.02 ( 0%) sys   3.94 ( 1%) wall 
 16887 kB ( 0%) ggc
 load CSE after reload   :   0.34 ( 0%) usr   0.00 ( 0%) sys   0.41 ( 0%) wall 
   156 kB ( 0%) ggc
 ree                     :   0.14 ( 0%) usr   0.00 ( 0%) sys   0.16 ( 0%) wall 
   176 kB ( 0%) ggc
 thread pro- & epilogue  :   1.02 ( 0%) usr   0.01 ( 0%) sys   1.06 ( 0%) wall 
 11431 kB ( 0%) ggc
 if-conversion 2         :   0.15 ( 0%) usr   0.01 ( 0%) sys   0.20 ( 0%) wall 
   106 kB ( 0%) ggc
 combine stack adjustments:   0.10 ( 0%) usr   0.00 ( 0%) sys   0.07 ( 0%) wall
      0 kB ( 0%) ggc
 peephole 2              :   0.51 ( 0%) usr   0.01 ( 0%) sys   0.61 ( 0%) wall 
  1717 kB ( 0%) ggc
 hard reg cprop          :   4.05 ( 1%) usr   0.01 ( 0%) sys   4.07 ( 1%) wall 
   203 kB ( 0%) ggc
 scheduling 2            :   6.23 ( 1%) usr   0.01 ( 0%) sys   6.46 ( 1%) wall 
  6277 kB ( 0%) ggc
 machine dep reorg       :   0.04 ( 0%) usr   0.00 ( 0%) sys   0.01 ( 0%) wall 
    45 kB ( 0%) ggc
 reorder blocks          :   0.85 ( 0%) usr   0.00 ( 0%) sys   0.92 ( 0%) wall 
 15285 kB ( 0%) ggc
 shorten branches        :   0.63 ( 0%) usr   0.00 ( 0%) sys   0.80 ( 0%) wall 
     0 kB ( 0%) ggc
 reg stack               :   0.00 ( 0%) usr   0.00 ( 0%) sys   0.01 ( 0%) wall 
     0 kB ( 0%) ggc
 final                   :   1.97 ( 0%) usr   0.42 ( 2%) sys   2.66 ( 0%) wall 
 36720 kB ( 1%) ggc
 variable output         :   0.10 ( 0%) usr   0.02 ( 0%) sys   0.13 ( 0%) wall 
  2166 kB ( 0%) ggc
 symout                  :   0.02 ( 0%) usr   0.04 ( 0%) sys   0.07 ( 0%) wall 
     0 kB ( 0%) ggc
 tree if-combine         :   0.04 ( 0%) usr   0.00 ( 0%) sys   0.07 ( 0%) wall 
    66 kB ( 0%) ggc
 straight-line strength reduction:   0.16 ( 0%) usr   0.02 ( 0%) sys   0.26 (
0%) wall     123 kB ( 0%) ggc
 early local passes      :   0.03 ( 0%) usr   0.00 ( 0%) sys   0.03 ( 0%) wall 
     0 kB ( 0%) ggc
 unaccounted optimizations:   0.00 ( 0%) usr   0.02 ( 0%) sys   0.00 ( 0%) wall
      0 kB ( 0%) ggc
 rest of compilation     :   3.26 ( 1%) usr   1.00 ( 4%) sys   4.62 ( 1%) wall 
 22051 kB ( 1%) ggc
 remove unused locals    :   1.26 ( 0%) usr   0.03 ( 0%) sys   1.08 ( 0%) wall 
   143 kB ( 0%) ggc
 address taken           :   0.68 ( 0%) usr   0.01 ( 0%) sys   0.65 ( 0%) wall 
     2 kB ( 0%) ggc
 unaccounted todo        :   5.51 ( 1%) usr   3.41 (14%) sys   8.52 ( 2%) wall 
     0 kB ( 0%) ggc
 verify loop closed      :   0.58 ( 0%) usr   0.00 ( 0%) sys   0.60 ( 0%) wall 
     0 kB ( 0%) ggc
 verify RTL sharing      :  16.52 ( 3%) usr   0.11 ( 0%) sys  16.36 ( 3%) wall 
     0 kB ( 0%) ggc
 rebuild frequencies     :   0.16 ( 0%) usr   0.00 ( 0%) sys   0.21 ( 0%) wall 
   119 kB ( 0%) ggc
 repair loop structures  :   0.82 ( 0%) usr   0.05 ( 0%) sys   1.19 ( 0%) wall 
     0 kB ( 0%) ggc
 TOTAL                 : 489.98            23.65           535.01           
4305997 kB
>From gcc-bugs-return-463331-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Sun Oct 05 23:43:07 2014
Return-Path: <gcc-bugs-return-463331-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 9458 invoked by alias); 5 Oct 2014 23:43:07 -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 9318 invoked by uid 48); 5 Oct 2014 23:42:55 -0000
From: "manu at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c++/61501] spurious conversion warning with -Wconversion when calling isnan(double x)
Date: Sun, 05 Oct 2014 23:43:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: c++
X-Bugzilla-Version: 4.9.0
X-Bugzilla-Keywords:
X-Bugzilla-Severity: minor
X-Bugzilla-Who: manu at gcc dot gnu.org
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 cc resolution
Message-ID: <bug-61501-4-M4CySwD1Kb@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-61501-4@http.gcc.gnu.org/bugzilla/>
References: <bug-61501-4@http.gcc.gnu.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2014-10/txt/msg00352.txt.bz2
Content-length: 594

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

Manuel López-Ibáñez <manu at gcc dot gnu.org> changed:

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

--- Comment #1 from Manuel López-Ibáñez <manu at gcc dot gnu.org> ---
This seems fixed in GCC 5.0. (At least I cannot reproduce it).
>From gcc-bugs-return-463332-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Sun Oct 05 23:46:29 2014
Return-Path: <gcc-bugs-return-463332-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 11118 invoked by alias); 5 Oct 2014 23:46:29 -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 11088 invoked by uid 55); 5 Oct 2014 23:46:16 -0000
From: "jvdelisle at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug libfortran/63460] [4.9/5 Regression] Some namelists cannot be read from stdin (unit 5): Fortran runtime error: End of file
Date: Sun, 05 Oct 2014 23:46:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: libfortran
X-Bugzilla-Version: 4.9.1
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: jvdelisle at gcc dot gnu.org
X-Bugzilla-Status: NEW
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: jvdelisle at gcc dot gnu.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields:
Message-ID: <bug-63460-4-AR9jcOpI0Y@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-63460-4@http.gcc.gnu.org/bugzilla/>
References: <bug-63460-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-10/txt/msg00353.txt.bz2
Content-length: 628

https://gcc.gnu.org/bugzilla/show_bug.cgi?idc460

--- Comment #5 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> ---
Author: jvdelisle
Date: Sun Oct  5 23:45:45 2014
New Revision: 215909

URL: https://gcc.gnu.org/viewcvs?rev!5909&root=gcc&view=rev
Log:
2014-10-05  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

        PR libgfortran/63460
    Backport from trunk.
        * io/unit.c (init_units): Initialize the DELIM flag to
        UNSPECIFIED for the STDIN unit so that the flag is
        correctly set later.

Modified:
    branches/gcc-4_9-branch/libgfortran/ChangeLog
    branches/gcc-4_9-branch/libgfortran/io/unit.c


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

* [Bug c++/63377] Bad diagnostic - "expected unqualified-id" instead of "no type named __ in namespace"
  2014-09-26  1:05 [Bug c++/63377] New: Bad diagnostic - "expected unqualified-id" instead of "no type named __ in namespace" b_filip at zoho dot com
  2014-10-05 23:06 ` [Bug c++/63377] " manu at gcc dot gnu.org
@ 2021-08-13  7:10 ` pinskia at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-08-13  7:10 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2014-10-05 00:00:00         |2021-8-13
           Severity|normal                      |enhancement

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

end of thread, other threads:[~2021-08-13  7:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-26  1:05 [Bug c++/63377] New: Bad diagnostic - "expected unqualified-id" instead of "no type named __ in namespace" b_filip at zoho dot com
2014-10-05 23:06 ` [Bug c++/63377] " manu at gcc dot gnu.org
2021-08-13  7:10 ` pinskia 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).