https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62077
--- Comment #48 from Sven C. Dack ---
> ...
> > With the linker plugin enabled does it actually link libgcc_s.so and
> > libstdc++.so dynamically to it, while for the other three it did not:
>
> That looks odd. Btw, -fuse-linker-plugin should b
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59586
Matthias Klose changed:
What|Removed |Added
CC||drfiemost at email dot it
--- Comment #
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62114
Matthias Klose changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59586
Matthias Klose changed:
What|Removed |Added
CC||doko at gcc dot gnu.org
Summ
void T::t() { U::u(); }
$ g++ --version
g++ (GCC) 5.0.0 20140817 (experimental)
$ g++ -c t.c
t.c:11:23: error: Both section and comdat group is set
void T::t() { U::u(); }
^
_ZN1U1uEv/0 (static void U::u()) @0x7f3c83ebe000
Type: function definition analyzed
Visibili
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62077
--- Comment #49 from Sven C. Dack ---
The problem seems to be a missing liblto_plugin.so in gcc's directory for
stage2. I used:
--with-boot-ldflags="-static -flto=1 -flto-partition=none -fuse-linker-plugin"
together with:
--enable-linker-plugi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62165
Bug ID: 62165
Summary: Misleading error messages when using "impossible"
brace initializer list
Product: gcc
Version: 4.9.1
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62165
Manuel López-Ibáñez changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62165
--- Comment #2 from marian ---
Created attachment 33344
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33344&action=edit
Simpler example
Sure, but it doesn't produce the vast amount of error messages as with the map
example - still not goo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62165
--- Comment #3 from marian ---
A good error message about this would probably be something like "cannot
brace-initialize `xyz` because `some type` is not an aggregate"
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62165
Manuel López-Ibáñez changed:
What|Removed |Added
Status|WAITING |NEW
--- Comment #4 from Manuel Lóp
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61721
Lauri Kasanen changed:
What|Removed |Added
Known to fail|4.10.0 |5.0
--- Comment #7 from Lauri Kasanen -
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62077
--- Comment #50 from Sven C. Dack ---
The additional configuration options --enable-linker-plugin-configure-flags=
and --enable-linker-plugin-flags=, which I have trusted in and taken from
https://gcc.gnu.org/install/configure.html do not seem to
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62071
--- Comment #9 from Jan Hubicka ---
> >>>The constructor is keyed to other compilation unit here, but we are
> >>>provided with a body
> >>>that we will never use (modulo the tree-ssa-pre bug that brings the
> >>>reference into code).
> >>
> >>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62059
--- Comment #2 from Marek Polacek ---
Author: mpolacek
Date: Sun Aug 17 16:19:43 2014
New Revision: 214074
URL: https://gcc.gnu.org/viewcvs?rev=214074&root=gcc&view=rev
Log:
PR c/62059
* diagnostic.c (adjust_line): Add gcc_checking_asser
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62059
Marek Polacek changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41495
Václav Zeman changed:
What|Removed |Added
CC||vhaisman at gmail dot com
--- Comment #11
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62111
Kazumoto Kojima changed:
What|Removed |Added
CC||kkojima at gcc dot gnu.org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62166
Bug ID: 62166
Summary: Poor code generation (x86-64)
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: target
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52904
--- Comment #12 from kugan at gcc dot gnu.org ---
Author: kugan
Date: Mon Aug 18 06:28:35 2014
New Revision: 214084
URL: https://gcc.gnu.org/viewcvs?rev=214084&root=gcc&view=rev
Log:
gcc/testsuite
2014-08-18 Kugan Vivekanandarajah
PR tree
20 matches
Mail list logo