https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80917
Bug ID: 80917
Summary: missed bit information propagation
Product: gcc
Version: 8.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: rtl-optimization
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80187
--- Comment #2 from Tim Shen ---
(In reply to Tim Shen from comment #1)
> Assign to myself.
>
> Implementation idea:
> https://godbolt.org/g/ulh4V7
The experiment failed, therefore I posted a patch (see the list) to do the
4-layer inheritance
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80911
--- Comment #16 from Martin Liška ---
(In reply to Tom de Vries from comment #15)
> (In reply to Tom de Vries from comment #13)
> > (In reply to Martin Liška from comment #12)
> > > Created attachment 41436 [details]
> > > Candidate patch
> > >
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80891
Markus Trippelsdorf changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80894
Thomas Koenig changed:
What|Removed |Added
Status|NEW |WAITING
--- Comment #4 from Thomas Koeni
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80916
Bug ID: 80916
Summary: Spurious "declared 'static' but never defined" warning
Product: gcc
Version: 7.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Compo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80915
Bug ID: 80915
Summary: [8 Regression] bootstrap failed with LTO
Product: gcc
Version: 8.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: bootstrap
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80914
--- Comment #1 from Steven Noonan ---
Possibly better backtrace from an -O0 -g build of GCC:
Program received signal SIGSEGV, Segmentation fault.
0x7731307e in __generic_morestack (pframe_size=0x77fa3050,
old_stack=0x77fa3070, pa
ib-list=m32,m64,mx32 --with-system-zlib
Thread model: posix
gcc version 7.1.1 20170529 (GCC)
Whenever I run the gcc-provided 'go' binary, I just get this:
$ go.gcc
fatal error: DWARF underflow in .debug_info at 4
runtime stack:
fatal error: DWARF underflow in .debug_info at 4
pan
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53029
--- Comment #8 from Jerry DeLisle ---
Fixed on trunk. If this is important enough we could backport to 7. Any
opinions?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80911
--- Comment #15 from Tom de Vries ---
(In reply to Tom de Vries from comment #13)
> (In reply to Martin Liška from comment #12)
> > Created attachment 41436 [details]
> > Candidate patch
> >
> > Please test the patch.
>
> Currently testing.
Di
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=29550
Thomas Koenig changed:
What|Removed |Added
CC||tkoenig at gcc dot gnu.org
--- Comment #
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80913
--- Comment #6 from Nathan Sidwell ---
I have a small reproducer, regardless of bitsize:
extern int meminfo ();
struct meminfo {};
void frob ()
{
meminf ();
}
stat hack when the struct decl is last. It looks like a patch I have on the
modul
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80913
--- Comment #5 from ro at CeBiTec dot Uni-Bielefeld.DE ---
> --- Comment #4 from Nathan Sidwell ---
> yes, must be something with a 32-bit target. I can reproduce it on x86_64
> linux host targeting either i386-linux or i386-solaris.
>
> We ha
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80913
--- Comment #4 from Nathan Sidwell ---
yes, must be something with a 32-bit target. I can reproduce it on x86_64
linux host targeting either i386-linux or i386-solaris.
We have a TYPE_DECL whose TREE_CHAIN points to itself. So when the spelli
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80913
--- Comment #3 from ro at CeBiTec dot Uni-Bielefeld.DE ---
> --- Comment #1 from Nathan Sidwell ---
[...]
> But x86_64-linux is not being affected in the way you describe. The backtrace
> is something borking in the spelling correcting stuff.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80913
--- Comment #2 from Nathan Sidwell ---
oh, you said that in the title :)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80913
--- Comment #1 from Nathan Sidwell ---
My money's on:
Stat hack representation
* name-lookup.c (STAT_HACK_P, STAT_TYPE, STAT_DECL,
MAYBE_STAT_DECL, MAYBE_STAT_TYPE): New.
(stat_hack): New.
(find_namespace_b
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80913
Nathan Sidwell changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80913
Rainer Orth changed:
What|Removed |Added
Target Milestone|--- |8.0
tps://gcc.gnu.org/bugzilla/attachment.cgi?id=41438&action=edit
preprocessed input
Between 20170528 (r248544) and 20170529 (r248574), mainline bootstrap on both
Solaris/x86 and Solaris/SPARC hangs in stage2 with cc1plus compiling a
configure
test for basename. The compilation hasn't finishe
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80891
--- Comment #11 from Nathan Sidwell ---
New deduping code added in r248578 to address problem described in
https://gcc.gnu.org/ml/gcc-patches/2017-05/msg02189.html
Also fixes #5.
Thanks Markus!
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49630
Andrew Pinski changed:
What|Removed |Added
Target Milestone|5.4 |---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80891
--- Comment #10 from Nathan Sidwell ---
Author: nathan
Date: Mon May 29 19:45:42 2017
New Revision: 248578
URL: https://gcc.gnu.org/viewcvs?rev=248578&root=gcc&view=rev
Log:
PR c++/80891 (#1,#5)
* cp-tree.h (lookup_maybe_add): Ad
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53029
--- Comment #7 from Jerry DeLisle ---
Author: jvdelisle
Date: Mon May 29 19:17:57 2017
New Revision: 248577
URL: https://gcc.gnu.org/viewcvs?rev=248577&root=gcc&view=rev
Log:
2017-05-29 Jerry DeLisle
PR libgfortran/53029
* li
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80891
--- Comment #9 from Markus Trippelsdorf ---
5)
% cat test.ii
struct __normal_iterator get();
namespace boost {
template void get();
struct A {
A(int);
};
enum problem_selector { subgraph_iso };
template
struct B {
B(A, A, int, int, int, i
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80908
TC changed:
What|Removed |Added
CC||rs2740 at gmail dot com
--- Comment #2 from TC ---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80891
--- Comment #8 from Nathan Sidwell ---
Author: nathan
Date: Mon May 29 16:50:41 2017
New Revision: 248576
URL: https://gcc.gnu.org/viewcvs?rev=248576&root=gcc&view=rev
Log:
PR c++/80891 (#4)
* ptree.c (cxx_print_xnode): Show inte
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80912
--- Comment #1 from Eric Gallager ---
Created attachment 41437
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41437&action=edit
compressed preprocessed source
Oops, the preprocessed source was too big to attach by itself, so I had to
compr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80891
--- Comment #7 from Markus Trippelsdorf ---
Thanks for the fixes.
Here is a new issue:
4)
% cat vf2_sub_graph_iso_test.ii
namespace tuples {
template void get();
template void get();
}
using tuples::get;
template void make_iterator_vertex_m
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80912
Bug ID: 80912
Summary: enhancement: -Wundeclared-selector improvements
Product: gcc
Version: 7.0
Status: UNCONFIRMED
Keywords: diagnostic
Severity: normal
Prior
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80891
--- Comment #6 from Nathan Sidwell ---
Case #1 fixed r248573.
Leaving defect open to address concern described in
https://gcc.gnu.org/ml/gcc-patches/2017-05/msg02189.html
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80891
--- Comment #5 from Nathan Sidwell ---
Author: nathan
Date: Mon May 29 14:08:04 2017
New Revision: 248573
URL: https://gcc.gnu.org/viewcvs?rev=248573&root=gcc&view=rev
Log:
PR c++/80891 (#1)
* pt.c (most_specialized_instantiation
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79162
David Abdurachmanov changed:
What|Removed |Added
CC||david.abdurachmanov at gmail
dot c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80911
--- Comment #14 from Tom de Vries ---
(In reply to Martin Liška from comment #11)
> Ok, I'm probably starting to know what's wrong. Can you please following
> patch and provide me output:
>
I have not yet been able to reproduce the problem in a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64919
Ranjitha S changed:
What|Removed |Added
CC||ranjithas at hpe dot com
--- Comment #34 fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80891
Nathan Sidwell changed:
What|Removed |Added
Status|NEW |ASSIGNED
--- Comment #4 from Nathan Sid
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80891
--- Comment #3 from Nathan Sidwell ---
Author: nathan
Date: Mon May 29 12:52:58 2017
New Revision: 248571
URL: https://gcc.gnu.org/viewcvs?rev=248571&root=gcc&view=rev
Log:
PR c++/80891 (#3)
* cp-tree.h (build_min_nt_call_vec): D
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80911
--- Comment #13 from Tom de Vries ---
(In reply to Martin Liška from comment #12)
> Created attachment 41436 [details]
> Candidate patch
>
> Please test the patch.
Currently testing.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80909
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80891
--- Comment #2 from Nathan Sidwell ---
Case #2 fixed r248570.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80911
Martin Liška changed:
What|Removed |Added
Status|WAITING |NEW
Assignee|unassigned at gcc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80911
--- Comment #12 from Martin Liška ---
Created attachment 41436
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41436&action=edit
Candidate patch
Please test the patch.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78419
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80891
--- Comment #1 from Nathan Sidwell ---
Author: nathan
Date: Mon May 29 11:51:13 2017
New Revision: 248570
URL: https://gcc.gnu.org/viewcvs?rev=248570&root=gcc&view=rev
Log:
PR c++/80891 (#2)
* tree.c (ovl_copy): Adjust assert, co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80911
--- Comment #11 from Martin Liška ---
Ok, I'm probably starting to know what's wrong. Can you please following patch
and provide me output:
diff --git a/gcc/gcov.c b/gcc/gcov.c
index a5aa4aadcac..b0417165642 100644
--- a/gcc/gcov.c
+++ b/gcc/gco
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70878
--- Comment #9 from Vittorio Zecca ---
You are welcome.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80413
--- Comment #8 from Vittorio Zecca ---
You are welcome.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79940
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80911
--- Comment #10 from Tom de Vries ---
(In reply to Martin Liška from comment #6)
> That said can you please verify gcov --version and gcov-dump --version.
$ ./install/bin/gcov --version
gcov (GCC) 8.0.0 20170524 (experimental)
Copyright (C) 2017
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80911
--- Comment #9 from Tom de Vries ---
(In reply to Tom de Vries from comment #3)
> When run from command line:
> ...
> nobootstrap/build/gcc/gcov gcov-1.c
> gcov-1.gcno:corrupted
> gcov-1.gcda:profile mismatch for 'main'
> Segmentation fault
> ...
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67054
--- Comment #4 from witosx at gmail dot com ---
(In reply to DB from comment #3)
> Still occurs in 4.8 to 7.1, according to this duplicate
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80851
>
> Also, could we perhaps get a more useful title for
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79572
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79255
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80297
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80501
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80349
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79396
--- Comment #18 from janus at gcc dot gnu.org ---
Seems like the backport to 5-branch is still missing here ...
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80903
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80911
--- Comment #8 from Martin Liška ---
For the files you provided:
$ gcov gcov-1.c && cat gcov-1.c.gcov
/home/vries/gcc_versions/data/ref-master-17-05-24/src/gcc/testsuite/gcc.misc-tests/gcov-1.c:source
file is newer than notes file 'gcov-1.gcno'
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80911
--- Comment #7 from Martin Liška ---
Sorry, the previous comment is not correct as I see changes paths in the file.
Investigating more...
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80911
--- Comment #6 from Martin Liška ---
>
> $ ./nobootstrap/install/bin/gcov-dump gcov-1.gcno
> gcov-1.gcno:note:magic `gcno':version `A80e'
> gcov-1.gcno:stamp 1402604930
> gcov-1.gcno: 0100: 19:FUNCTION ident=108032747,
> lineno_checksum=0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80911
--- Comment #5 from Tom de Vries ---
(In reply to Martin Liška from comment #2)
> Can't confirm that, running trunk@248556 works fine for me.
> Utilizing valgrind also does not help.
>
> Can you please run a single test manually:
>
> $ gcc --co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80911
--- Comment #4 from Tom de Vries ---
Created attachment 41434
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41434&action=edit
gcov-1.tgz
$ tar cvfz gcov-1.tgz gcov-1.*
gcov-1.exe
gcov-1.gcda
gcov-1.gcno
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80911
--- Comment #3 from Tom de Vries ---
When run from command line:
...
nobootstrap/build/gcc/gcov gcov-1.c
gcov-1.gcno:corrupted
gcov-1.gcda:profile mismatch for 'main'
Segmentation fault
...
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80911
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80911
--- Comment #1 from Tom de Vries ---
Configured as:
...
$ xgcc -v
Using built-in specs.
COLLECT_GCC=./nobootstrap/build/gcc/xgcc
Target: x86_64-pc-linux-gnu
Configured with: src/configure --prefix=nobootstrap/install --with-gmp=infra
--with-mpfr=
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80911
Bug ID: 80911
Summary: gcov failed: gcno corrupted
Product: gcc
Version: 7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: gcov-profile
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80910
Bug ID: 80910
Summary: FAIL: gcc.target/x86_64/abi/ms-sys
Product: gcc
Version: 7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: testsuite
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80435
Martin Liška changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80031
Martin Liška changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79891
Martin Liška changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65972
Martin Liška changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79931
Martin Liška changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80205
Martin Liška changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80212
Martin Liška changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70878
--- Comment #8 from Martin Liška ---
Fixed on all active branches.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80104
Martin Liška changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80224
Martin Liška changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80166
Martin Liška changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80212
Martin Liška changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80413
Martin Liška changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78783
Martin Liška changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65972
--- Comment #14 from Martin Liška ---
Author: marxin
Date: Mon May 29 09:13:20 2017
New Revision: 248568
URL: https://gcc.gnu.org/viewcvs?rev=248568&root=gcc&view=rev
Log:
Backport r246996
2017-05-29 Martin Liska
Backport from mainl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79931
--- Comment #12 from Martin Liška ---
Author: marxin
Date: Mon May 29 09:13:50 2017
New Revision: 248569
URL: https://gcc.gnu.org/viewcvs?rev=248569&root=gcc&view=rev
Log:
Backport r247097
2017-05-29 Martin Liska
Backport from mainl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78783
--- Comment #8 from Martin Liška ---
Author: marxin
Date: Mon May 29 09:12:33 2017
New Revision: 248566
URL: https://gcc.gnu.org/viewcvs?rev=248566&root=gcc&view=rev
Log:
Backport r246961
2017-05-29 Martin Liska
Backport from mainli
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50345
--- Comment #6 from Martin Liška ---
Author: marxin
Date: Mon May 29 09:12:50 2017
New Revision: 248567
URL: https://gcc.gnu.org/viewcvs?rev=248567&root=gcc&view=rev
Log:
Backport r246995
2017-05-29 Martin Liska
Backport from mainli
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80413
--- Comment #6 from Martin Liška ---
Author: marxin
Date: Mon May 29 09:12:02 2017
New Revision: 248565
URL: https://gcc.gnu.org/viewcvs?rev=248565&root=gcc&view=rev
Log:
Backport r246903
2017-05-29 Martin Liska
Backport from mainli
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80212
--- Comment #10 from Martin Liška ---
Author: marxin
Date: Mon May 29 09:11:42 2017
New Revision: 248564
URL: https://gcc.gnu.org/viewcvs?rev=248564&root=gcc&view=rev
Log:
Backport r246848
2017-05-29 Martin Liska
Backport from mainl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80212
--- Comment #9 from Martin Liška ---
Author: marxin
Date: Mon May 29 09:10:58 2017
New Revision: 248563
URL: https://gcc.gnu.org/viewcvs?rev=248563&root=gcc&view=rev
Log:
Backport r246847
2017-05-29 Martin Liska
Backport from mainli
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70878
--- Comment #7 from Martin Liška ---
Author: marxin
Date: Mon May 29 09:10:11 2017
New Revision: 248562
URL: https://gcc.gnu.org/viewcvs?rev=248562&root=gcc&view=rev
Log:
Backport r246837
2017-05-29 Martin Liska
Backport from mainli
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80224
--- Comment #5 from Martin Liška ---
Author: marxin
Date: Mon May 29 09:09:27 2017
New Revision: 248561
URL: https://gcc.gnu.org/viewcvs?rev=248561&root=gcc&view=rev
Log:
Backport r246804
2017-05-29 Martin Liska
Backport from mainli
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80166
--- Comment #7 from Martin Liška ---
Author: marxin
Date: Mon May 29 09:09:07 2017
New Revision: 248560
URL: https://gcc.gnu.org/viewcvs?rev=248560&root=gcc&view=rev
Log:
Backport r246730
2017-05-29 Martin Liska
Backport from mainli
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80104
--- Comment #5 from Martin Liška ---
Author: marxin
Date: Mon May 29 09:08:14 2017
New Revision: 248558
URL: https://gcc.gnu.org/viewcvs?rev=248558&root=gcc&view=rev
Log:
Backport r246525
2017-05-29 Martin Liska
Backport from mainli
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80205
--- Comment #4 from Martin Liška ---
Author: marxin
Date: Mon May 29 09:08:48 2017
New Revision: 248559
URL: https://gcc.gnu.org/viewcvs?rev=248559&root=gcc&view=rev
Log:
Backport r246530
2017-05-29 Martin Liska
Backport from mainli
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80909
Bug ID: 80909
Summary: auto-profile.c possible mismatching parentheses in
MACRO
Product: gcc
Version: 7.1.0
Status: UNCONFIRMED
Severity: normal
Prior
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80898
Martin Jambor changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80888
Eric Botcazou changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80725
--- Comment #6 from Andreas Krebbel ---
Author: krebbel
Date: Mon May 29 07:54:13 2017
New Revision: 248557
URL: https://gcc.gnu.org/viewcvs?rev=248557&root=gcc&view=rev
Log:
S/390: Fix PR80725.
gcc/ChangeLog:
2017-05-29 Andreas Krebbel
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80908
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
1 - 100 of 104 matches
Mail list logo