https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79761
--- Comment #1 from Richard Biener ---
Looking at the code removing the two lines will just ICE via
if (!bounds)
{
if (dump_file && (dump_flags & TDF_DETAILS))
{
fprintf (stderr, "chkp_find_bounds: cannot find bound
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79756
Richard Biener changed:
What|Removed |Added
CC||jsm28 at gcc dot gnu.org,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79773
Bug ID: 79773
Summary: Missing documentation for -mabi={ms,sysv}
Product: gcc
Version: 7.0
Status: UNCONFIRMED
Keywords: documentation
Severity: normal
Priority
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79756
--- Comment #4 from Richard Biener ---
That is, we probably lack testcases for constexpr GCC vector extension indexing
uses?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79753
Richard Biener changed:
What|Removed |Added
Target||x86_64-*-*, i?86-*-*
Priority
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79764
Richard Biener changed:
What|Removed |Added
Target||x86_64-*-*, i?86-*-*
Priority
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79762
Richard Biener changed:
What|Removed |Added
Target||x86_64-*-*, i?86-*-*
Priority
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79772
Richard Biener changed:
What|Removed |Added
Target||x86_64-*-*, i?86-*-*
Priority
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79734
--- Comment #7 from Jakub Jelinek ---
Author: jakub
Date: Wed Mar 1 08:34:48 2017
New Revision: 245801
URL: https://gcc.gnu.org/viewcvs?rev=245801&root=gcc&view=rev
Log:
PR tree-optimization/79734
* tree-vect-generic.c (expand_v
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79746
--- Comment #4 from Jakub Jelinek ---
Author: jakub
Date: Wed Mar 1 08:35:55 2017
New Revision: 245802
URL: https://gcc.gnu.org/viewcvs?rev=245802&root=gcc&view=rev
Log:
PR c++/79746
* init.c (emit_mem_initializers): When not co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79771
Richard Biener changed:
What|Removed |Added
Keywords||build
Target|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79774
Bug ID: 79774
Summary: gcc -fsanitize=address with error
Product: gcc
Version: 4.8.4
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
A
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79721
--- Comment #4 from Richard Biener ---
Author: rguenth
Date: Wed Mar 1 08:54:29 2017
New Revision: 245803
URL: https://gcc.gnu.org/viewcvs?rev=245803&root=gcc&view=rev
Log:
2017-03-01 Richard Biener
PR middle-end/79721
* tre
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79721
Richard Biener changed:
What|Removed |Added
Known to work||7.0.1
--- Comment #5 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79681
--- Comment #7 from Jakub Jelinek ---
Author: jakub
Date: Wed Mar 1 09:02:12 2017
New Revision: 245804
URL: https://gcc.gnu.org/viewcvs?rev=245804&root=gcc&view=rev
Log:
PR c++/79681
* fold-const.c (make_bit_field_ref): If orig_
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79681
Jakub Jelinek changed:
What|Removed |Added
Summary|[6/7 Regression] ICE with |[6 Regression] ICE with
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79734
Jakub Jelinek changed:
What|Removed |Added
Summary|[6/7 Regression] ICE: |[6 Regression] ICE:
|v
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79746
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79753
--- Comment #2 from Uroš Bizjak ---
Breaks at:
#2 0x00e8c47d in ix86_expand_builtin (exp=0x2e7b5f88,
target=0x2e932528, subtarget=, mode=BND64mode, ignore=0)
at ../../git/gcc/gcc/config/i386/i386.c:36874
36874 gcc_as
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79746
--- Comment #6 from sgunderson at bigfoot dot com ---
Thanks. But I'm still curious; is the second code snippet well-formed or not?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=32401
Segher Boessenkool changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78140
--- Comment #29 from Martin Jambor ---
Author: jamborm
Date: Wed Mar 1 09:37:27 2017
New Revision: 245805
URL: https://gcc.gnu.org/viewcvs?rev=245805&root=gcc&view=rev
Log:
[PR 78140] Reuse same IPA bits and VR info
2017-03-01 Martin Jambor
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79345
--- Comment #11 from Richard Biener ---
Created attachment 40857
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40857&action=edit
unreduced testcase for false positive
Bootstrap issue #1 (I posted a reasonable workaround):
> ./cc1plus -q
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79345
--- Comment #12 from Richard Biener ---
Created attachment 40858
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40858&action=edit
unreduced testcase for false positive
Bootstrap issue #2 (posted questionable workaround, not analyzed proper
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78140
--- Comment #30 from Martin Jambor ---
With the above commit, we hae avoided the vast majority of memory use
increase. I think that using the same approach to cache ipa_vr
structures (used to store results of IPA-VR) could bring further
savings
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78140
Markus Trippelsdorf changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79345
--- Comment #13 from Jakub Jelinek ---
(In reply to Richard Biener from comment #9)
> actually the genemit fix doensn't fully work:
>
> /space/rguenther/src/svn/trunk/gcc/config/i386/i386.md: In function
> ‘rtx_def* gen_smulsi3_highpart(rtx, rtx
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79345
--- Comment #14 from rguenther at suse dot de ---
On Wed, 1 Mar 2017, jakub at gcc dot gnu.org wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79345
>
> --- Comment #13 from Jakub Jelinek ---
> (In reply to Richard Biener from comment #9
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79774
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=34903
--- Comment #11 from Segher Boessenkool ---
lmw and stmw always restore/store r31, you cannot do multiple ranges.
lswi/stwsi could help. Also, the current rs6000 code does not use
lmw/stmw if that wouldn't cover all GPRs to restore.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79775
Bug ID: 79775
Summary: Confusing fix-it diagnostics with double pointers to
structs
Product: gcc
Version: 6.3.1
Status: UNCONFIRMED
Severity: normal
P
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79775
Marek Polacek changed:
What|Removed |Added
Keywords||diagnostic
Status|UNCONFIRME
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79740
Arnd Bergmann changed:
What|Removed |Added
CC||arnd at linaro dot org
--- Comment #7 fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79776
Bug ID: 79776
Summary: [7 Regression][CHKP] ICE on valid code in
insert_vi_for_tree, at tree-ssa-structalias.c:2807
Product: gcc
Version: 7.0
Status: UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79777
Bug ID: 79777
Summary: [7 Regression] ICE on -Os and above in on
aarch64-linux-gnu (internal compiler error: in
VN_INFO_GET, at tree-ssa-sccvn.c:407 })
Product: gcc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79778
Bug ID: 79778
Summary: [7 regression] missed optimization causes linux kernel
build failure since r245135
Product: gcc
Version: 7.0.1
Status: UNCONFIRMED
Severi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79776
Richard Biener changed:
What|Removed |Added
Target||x86_64-*-*, i?86-*-*
Priority
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79778
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |7.0
--- Comment #1 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79777
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79571
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79779
Bug ID: 79779
Summary: [5/6/7 Regression] ICE on an invalid code with
-fsanitize=undefined
Product: gcc
Version: 7.0
Status: UNCONFIRMED
Keywords: ice-on-invali
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79778
--- Comment #2 from Arnd Bergmann ---
(In reply to Richard Biener from comment #1)
> Dup of PR72785?
I thought we had worked around PR72785 in the kernel, and I had not run into
that problem until updating my gcc-7.0.1 snapshot yesterday. r24513
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79780
Bug ID: 79780
Summary: [7 Regression] ICE in rtl_verify_bb_insns, at
cfgrtl.c:2661 (error: flow control insn inside a basic
block)
Product: gcc
Version: 7.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79571
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79571
--- Comment #6 from Uroš Bizjak ---
(In reply to Jakub Jelinek from comment #5)
> We have:
> (insn 8 6 9 2 (set (reg:TI 93 [ *_2 ])
> (mem:TI (zero_extend:DI (reg:SI 91)) [1 *_2+0 S16 A64]))
> "pr79571.c":8 80 {*movti_internal}
> (ex
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=36770
Segher Boessenkool changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72785
Markus Trippelsdorf changed:
What|Removed |Added
CC||arnd at linaro dot org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79778
Markus Trippelsdorf changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79777
Richard Biener changed:
What|Removed |Added
Priority|P3 |P1
Blocks|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79764
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79764
Martin Liška changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |marxin at gcc dot
gnu.org
--- Com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79579
--- Comment #3 from Martin Jambor ---
Author: jamborm
Date: Wed Mar 1 13:53:33 2017
New Revision: 245809
URL: https://gcc.gnu.org/viewcvs?rev=245809&root=gcc&view=rev
Log:
[PR 79579] Avoid segfault on NULL ipa_edge_args_vector
2017-03-01 Mart
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79764
--- Comment #5 from Jakub Jelinek ---
Maybe before BIT_FIELD_REF would never appear as something ADDR_EXPR is applied
to (when used only for normal bitfields, one can't take their addresses), but
here we end up with &BIT_FIELD_REF ymm, 32, 32>.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79781
Bug ID: 79781
Summary: ICE on valid C++ code with -std=c++14 (in
assemble_integer, at varasm.c:2733)
Product: gcc
Version: 7.0
Status: UNCONFIRMED
Keywords: ice
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79781
--- Comment #1 from Martin Liška ---
Created attachment 40861
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40861&action=edit
test-case
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79579
--- Comment #4 from Martin Jambor ---
Author: jamborm
Date: Wed Mar 1 13:54:56 2017
New Revision: 245810
URL: https://gcc.gnu.org/viewcvs?rev=245810&root=gcc&view=rev
Log:
[PR 79579] Avoid segfault on NULL ipa_edge_args_vector
2017-03-01 Mart
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79737
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79781
--- Comment #2 from Martin Liška ---
There's back-trace coming from trunk:
g++ const-init.cpp -std=c++14 -c
const-init.cpp:91:17: internal compiler error: in assemble_integer, at
varasm.c:2754
X x = {(long)&k};
^
0x1550515 asse
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79579
Martin Jambor changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79753
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79753
--- Comment #4 from Jakub Jelinek ---
Simplified testcase:
int
foo (void)
{
return 0;
}
void
bar (int **p)
{
*p = (int *) (__UINTPTR_TYPE__) foo ();
}
Now, if foo returns int *, then the bndret is transformed during inlining into
__chkp_no
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79780
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |7.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79779
Richard Biener changed:
What|Removed |Added
Keywords||ra
Priority|P3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79782
Bug ID: 79782
Summary: [7 Regression] ICE: tree check: expected tree_list,
have void_type in emit_mem_initializers, at
cp/init.c:1225
Product: gcc
Version: 7.0.1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79622
Jakub Jelinek changed:
What|Removed |Added
Priority|P2 |P4
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79395
--- Comment #3 from kelvin at gcc dot gnu.org ---
Author: kelvin
Date: Wed Mar 1 14:43:02 2017
New Revision: 245811
URL: https://gcc.gnu.org/viewcvs?rev=245811&root=gcc&view=rev
Log:
gcc/ChangeLog:
2017-03-01 Kelvin Nilsen
PR target
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79783
Bug ID: 79783
Summary: [7 Regression] ICE on valid C++ with
-fsanitize=address
Product: gcc
Version: 7.0
Status: UNCONFIRMED
Keywords: ice-on-valid-code
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79783
Martin Liška changed:
What|Removed |Added
Last reconfirmed||2017-3-1
Assignee|unassigned at
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79782
Jakub Jelinek changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |jakub at gcc dot gnu.org
Target
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79781
Marek Polacek changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79781
--- Comment #4 from Marek Polacek ---
With -std=c++0x GCC 4.6 says
const-init.cpp:33:29: error: ‘constexpr’ needed for in-class initialization of
static data member ‘d’ of non-integral type
const-init.cpp:34:28: error: ‘d’ was not declared in th
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79783
Richard Biener changed:
What|Removed |Added
Priority|P3 |P1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79782
Richard Biener changed:
What|Removed |Added
Priority|P3 |P1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79782
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79784
Bug ID: 79784
Summary: Synchronization overhead is thrashing on Aarch64
Product: gcc
Version: 7.0.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79514
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=34640
Damian Rouson changed:
What|Removed |Added
CC||damian at sourceryinstitute
dot or
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79430
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #26
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79772
Martin Sebor changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Assignee|unassigned at
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79773
H.J. Lu changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79782
--- Comment #2 from Jakub Jelinek ---
Created attachment 40863
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40863&action=edit
gcc7-pr79782.patch
Untested fix.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79767
Nathan Sidwell changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79430
--- Comment #27 from Jürgen Reuter ---
Well, the valgrind output actually exactly that the comparison is optimized
away.
I actually would have to regenerate all the debug output, but the point is that
for the first appearance in the random seed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79766
Nathan Sidwell changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79430
--- Comment #28 from Jakub Jelinek ---
(In reply to Jürgen Reuter from comment #27)
> Well, the valgrind output actually exactly that the comparison is optimized
> away.
> I actually would have to regenerate all the debug output, but the point i
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59075
--- Comment #9 from manuelrciosici at gmail dot com ---
Just to be sure this ticket doesn't get considered out of date, I want to
confirm that this is still an issue on OS X 10.12.3 using GCC 6.3 (compiled
from Homebrew) and GDB 7.12.1 (compiled f
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79672
--- Comment #3 from Marek Polacek ---
inchash::add_expr can't handle TREE_VECs so it seems the fix is to teach it to
deal with it.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79780
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79785
Bug ID: 79785
Summary: ICE in gimplify_expr, at gimplify.c:11950
Product: gcc
Version: 7.0.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79786
Bug ID: 79786
Summary: ICE tree check: expected class 'type', have
'declaration' (var_decl) in iamcu_alignment, at
config/i386/i386.c:30263
Product: gcc
Version:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79787
Bug ID: 79787
Summary: ICE in remove_unreachable_nodes, at ipa.c:469
Product: gcc
Version: 7.0.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79788
Bug ID: 79788
Summary: ICE in expand_expr_real_2, at expr.c:9557
Product: gcc
Version: 7.0.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79785
Marek Polacek changed:
What|Removed |Added
Keywords||ice-on-invalid-code
Status|U
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79785
Marek Polacek changed:
What|Removed |Added
Target Milestone|--- |5.5
Summary|ICE in gimplify_e
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79786
Marek Polacek changed:
What|Removed |Added
Keywords||ice-on-valid-code
Status|UNC
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79787
Marek Polacek changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79788
Marek Polacek changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79780
Bernd Schmidt changed:
What|Removed |Added
CC||bernds at gcc dot gnu.org
--- Comment #2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77333
--- Comment #20 from Martin Jambor ---
Created attachment 40864
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40864&action=edit
A small self-contained testcase
I have finally managed to put together a small self-contained
testcase. Compi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79439
--- Comment #10 from Michael Meissner ---
Author: meissner
Date: Wed Mar 1 18:33:21 2017
New Revision: 245813
URL: https://gcc.gnu.org/viewcvs?rev=245813&root=gcc&view=rev
Log:
[gcc]
2017-03-01 Michael Meissner
PR target/79439
1 - 100 of 173 matches
Mail list logo