https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87581
Eric Gallager changed:
What|Removed |Added
CC||egallager at gcc dot gnu.org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83773
--- Comment #2 from Eric Gallager ---
Clang calls it -Wmacro-redefined:
$ clang -fdiagnostics-show-option -Wall -c 83773.c
83773.c:2:9: warning: 'AAA' macro redefined [-Wmacro-redefined]
#define AAA 2
^
83773.c:1:9: note: previous defin
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79220
--- Comment #5 from Eric Gallager ---
(In reply to Martin Sebor from comment #4)
> As an aside, the -Wstringop-overflow for f() will disappear if/when the
> patch submitted for bug 83508 is committed.
>
The patch for bug 83508 was committed as
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80733
Eric Gallager changed:
What|Removed |Added
CC||dmalcolm at gcc dot gnu.org,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87574
Eric Botcazou changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87574
--- Comment #4 from Eric Botcazou ---
Author: ebotcazou
Date: Wed Oct 10 22:54:04 2018
New Revision: 265028
URL: https://gcc.gnu.org/viewcvs?rev=265028&root=gcc&view=rev
Log:
PR middle-end/87574
* cgraphunit.c (cgraph_node::expan
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87567
Marek Polacek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87567
--- Comment #1 from Marek Polacek ---
Author: mpolacek
Date: Wed Oct 10 21:11:18 2018
New Revision: 265027
URL: https://gcc.gnu.org/viewcvs?rev=265027&root=gcc&view=rev
Log:
PR c++/87567 - constexpr rejects call to non-constexpr function
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87579
pc at gcc dot gnu.org changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87579
--- Comment #3 from pc at gcc dot gnu.org ---
Author: pc
Date: Wed Oct 10 20:52:48 2018
New Revision: 265026
URL: https://gcc.gnu.org/viewcvs?rev=265026&root=gcc&view=rev
Log:
Fat-fingered my recent patch adding the SSE3 testcases for powerpc,
mo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87579
--- Comment #2 from pc at gcc dot gnu.org ---
The patch for these changes was inadvertently applied twice before being
committed, resulting in duplicated code in the new files. I will check in a
patch shortly to remove the extra code.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87579
Segher Boessenkool changed:
What|Removed |Added
Target|powerpc64*-*-* |powerpc*-*-*
Status|UNC
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87582
Bug ID: 87582
Summary: Returning a reference to a data member via structured
bindings incorrectly reports dangling
Product: gcc
Version: 8.2.1
Status: UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87581
--- Comment #1 from Andrew Pinski ---
Use -fsantizer=undefined to catch this at runtime even without sse or
otherwise.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87581
Bug ID: 87581
Summary: Misaligned 16-bit read trap on x86 platform should be
either fixed or documented.
Product: gcc
Version: 4.9.4
Status: UNCONFIRMED
Severit
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87580
Bug ID: 87580
Summary: Wrong bounds for sourced allocated array
Product: gcc
Version: 8.2.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87574
--- Comment #3 from David Binderman ---
(In reply to Eric Botcazou from comment #2)
> Egad. Reducing the compile-only testcase...
Not sure which one you mean, but I can duplicate the second
test case with this reduced C++ code:
class a {
publi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82073
Eric Gallager changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87579
Bug ID: 87579
Summary: new powerpc64 sse3 test cases in r264992 have
compilation failures
Product: gcc
Version: 9.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87457
--- Comment #3 from SebastiansPublicAddress at googlemail dot com ---
Is there something else, which libstdc++ depends on, that I need to build with
ThreadSanitizer? libgcc or libatomic for example?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87457
--- Comment #2 from SebastiansPublicAddress at googlemail dot com ---
(In reply to Jonathan Wakely from comment #1)
> I think the problem is that the std::thread code in libstdc++.so isn't built
> with ThreadSanitizer.
Wasn't easy to build libstd
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87511
Wilco changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68510
Paolo Carlini changed:
What|Removed |Added
Target Milestone|--- |6.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54391
Martin Sebor changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54391
--- Comment #1 from Martin Sebor ---
Author: msebor
Date: Wed Oct 10 17:09:26 2018
New Revision: 265024
URL: https://gcc.gnu.org/viewcvs?rev=265024&root=gcc&view=rev
Log:
PR c/54391 - transparent_union typedef'ing inconsistent
gcc/testsuite/Cha
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87578
Bug ID: 87578
Summary: attribute transparent_union silently accepted but
ignored on typedef
Product: gcc
Version: 9.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67491
Bug 67491 depends on bug 68510, which changed state.
Bug 68510 Summary: [concepts] ICE: in gimplify_var_or_parm_decl, at
gimplify.c:1827
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68510
What|Removed |Added
--
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68510
Marek Polacek changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87544
--- Comment #19 from Jonathan Wakely ---
Fixed on trunk so far.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83375
--- Comment #6 from Andi Kleen ---
This breaks Linux kernel LTO builds. I currently have a workaround (disabling
LTO for that file), but I don't think your "is not common" argument is valid.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87577
Bug ID: 87577
Summary: [9 regression] hundreds of fortran test case failures
starting with revision r264990
Product: gcc
Version: 9.0
Status: UNCONFIRMED
Severi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87544
--- Comment #18 from Jonathan Wakely ---
Author: redi
Date: Wed Oct 10 15:39:33 2018
New Revision: 265021
URL: https://gcc.gnu.org/viewcvs?rev=265021&root=gcc&view=rev
Log:
PR libstdc++/87544 limit max_size() to PTRDIFF_MAX / sizeof(T)
The C++1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87573
Uroš Bizjak changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87573
--- Comment #3 from uros at gcc dot gnu.org ---
Author: uros
Date: Wed Oct 10 15:02:47 2018
New Revision: 265019
URL: https://gcc.gnu.org/viewcvs?rev=265019&root=gcc&view=rev
Log:
PR target/87573
* config/i386/mmx.md (const_vector
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86677
--- Comment #5 from rguenther at suse dot de ---
On Wed, 10 Oct 2018, ktkachov at gcc dot gnu.org wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86677
>
> ktkachov at gcc dot gnu.org changed:
>
>What|Removed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86677
Alexander Monakov changed:
What|Removed |Added
CC||amonakov at gcc dot gnu.org
--- Comm
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86968
--- Comment #13 from Eric Botcazou ---
> Forgive my naive question as I'm not too familiar with that part of the
> compiler: why should the get_best_mem_extraction_insn be guarded with
> reverse? I thought I'd just ad an if (reverse) if it succee
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84487
--- Comment #11 from Wilco ---
(In reply to Tobias Burnus from comment #10)
> In my understanding, the problem is the following (of r254427):
> Unconditionally generate a vtable for any module derived
> type, as long as the standard i
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86677
ktkachov at gcc dot gnu.org changed:
What|Removed |Added
CC||ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87576
--- Comment #2 from Tom Mason ---
Compiling and running the file works in clang, and the asserts pass.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87576
--- Comment #1 from Tom Mason ---
Trying to compile the attached source file leads to gcc generating a memcpy out
of the loop on line 134, then erroring because the generated memcpy overlaps.
Indeed the regions do overlap, so if that is a problem
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87576
Bug ID: 87576
Summary: Static analysis generating errors on branch never
taken
Product: gcc
Version: 8.2.0
Status: UNCONFIRMED
Severity: normal
Priori
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83375
Martin Liška changed:
What|Removed |Added
Target Milestone|9.0 |---
--- Comment #5 from Martin Liška ---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86968
--- Comment #12 from Thomas Preud'homme ---
(In reply to Eric Botcazou from comment #11)
> > Therefore unaligned access are handled by extract_bit_field. This in turns
> > call extract_bit_field_1 and later extract_integral_bit_field where things
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 82807, which changed state.
Bug 82807 Summary: [7/8/9 Regression] SPEC CPU2006 473.astar ~6% performance
deviation in between 6.3 and 7.2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82807
What|Removed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84613
Bug 84613 depends on bug 82807, which changed state.
Bug 82807 Summary: [7/8/9 Regression] SPEC CPU2006 473.astar ~6% performance
deviation in between 6.3 and 7.2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82807
What|Removed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82807
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87575
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87575
Martin Liška changed:
What|Removed |Added
Last reconfirmed||2018-10-10
Known to work|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87575
Bug ID: 87575
Summary: [9 Regression] compilation error for 465.tonto SPEC
benchmark since r264990
Product: gcc
Version: 9.0
Status: UNCONFIRMED
Keywords: rejec
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87565
Ramana Radhakrishnan changed:
What|Removed |Added
CC||ramana at gcc dot gnu.org
--- Com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87572
--- Comment #1 from H.J. Lu ---
Created attachment 44823
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44823&action=edit
A patch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82227
Ramana Radhakrishnan changed:
What|Removed |Added
Priority|P3 |P4
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87574
Eric Botcazou changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87574
Eric Botcazou changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87550
--- Comment #4 from Vlad ---
Great! Thanks you very much.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86755
--- Comment #3 from Denis Khalikov ---
The fix was accepted to llvm https://reviews.llvm.org/D50180. I hope the patch
will be applied soon.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87410
--- Comment #2 from Martin Liška ---
Created attachment 44822
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44822&action=edit
Reduced test-case
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84199
Ramana Radhakrishnan changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86755
Ramana Radhakrishnan changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86815
--- Comment #9 from Ramana Radhakrishnan ---
(In reply to Martin Liška from comment #8)
> Unfortunately I can't reproduce that with cross compiler.
Me neither today.
Gianfranco , could you check if you are running out of memory on the machine
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87550
--- Comment #3 from Jakub Jelinek ---
Author: jakub
Date: Wed Oct 10 09:28:26 2018
New Revision: 265007
URL: https://gcc.gnu.org/viewcvs?rev=265007&root=gcc&view=rev
Log:
PR target/87550
* config/i386/i386-builtin.def (IX86_BUILT
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87573
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |9.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87574
--- Comment #1 from Martin Liška ---
Created attachment 44821
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44821&action=edit
Different test-case
One different test-case:
$ g++ thread2.ii -O2 -g
...
during IPA pass: inline
thread.ii: In
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86968
Eric Botcazou changed:
What|Removed |Added
CC||ebotcazou at gcc dot gnu.org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87574
Martin Liška changed:
What|Removed |Added
CC||ebotcazou at gcc dot gnu.org
Target Mil
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87286
--- Comment #3 from Jakub Jelinek ---
Author: jakub
Date: Wed Oct 10 09:03:40 2018
New Revision: 265006
URL: https://gcc.gnu.org/viewcvs?rev=265006&root=gcc&view=rev
Log:
PR c/87286
* gcc.dg/pr87286.c: Add -Wno-psabi to dg-option
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87574
Bug ID: 87574
Summary: [9 Regression] ICE in
add_data_member_location_attribute at
gcc/gcc/dwarf2out.c:19226 since r264943
Product: gcc
Version: 9.0
S
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87573
--- Comment #2 from Uroš Bizjak ---
Patch in testing:
--cut here--
diff --git a/gcc/config/i386/mmx.md b/gcc/config/i386/mmx.md
index 539671ce4be5..e60b2296ab6b 100644
--- a/gcc/config/i386/mmx.md
+++ b/gcc/config/i386/mmx.md
@@ -217,7 +217,14 @
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86815
Martin Liška changed:
What|Removed |Added
CC||marxin at gcc dot gnu.org
--- Comment #8
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84940
Paolo Carlini changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84940
--- Comment #7 from paolo at gcc dot gnu.org ---
Author: paolo
Date: Wed Oct 10 08:16:37 2018
New Revision: 265005
URL: https://gcc.gnu.org/viewcvs?rev=265005&root=gcc&view=rev
Log:
/cp
2018-10-10 Paolo Carlini
PR c++/84940
*
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85114
Martin Liška changed:
What|Removed |Added
Keywords|needs-reduction |
--- Comment #9 from Martin Liška ---
Re
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87286
rsandifo at gcc dot gnu.org changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolutio
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77698
--- Comment #8 from Martin Liška ---
(In reply to Pat Haugen from comment #7)
> I also see the loop now being aligned when I apply your patch.
>
> srdi 10,10,2
> mtctr 10
> .p2align 4,,15
> .L6:
> ld 9,0(11)
>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77698
Martin Liška changed:
What|Removed |Added
Target Milestone|--- |9.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87573
Uroš Bizjak changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned at
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87573
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87573
Bug ID: 87573
Summary: [9 Regression] error: could not split insn since
r264877
Product: gcc
Version: 9.0
Status: UNCONFIRMED
Keywords: ice-on-valid-code
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87572
Bug ID: 87572
Summary: ICE in emit_move_insn, at expr.c:3722
Product: gcc
Version: 9.0
Status: UNCONFIRMED
Keywords: ice-on-invalid-code
Severity: normal
Priori
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71283
Martin Liška changed:
What|Removed |Added
CC||marxin at gcc dot gnu.org
Target Milest
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87561
--- Comment #6 from Richard Biener ---
Created attachment 44820
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44820&action=edit
reduced testcase
Reduced testcase.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84191
--- Comment #5 from Martin Liška ---
Created attachment 44819
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44819&action=edit
reduced test-case
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87571
Richard Biener changed:
What|Removed |Added
Keywords||ice-on-valid-code
Target Milestone|--
84 matches
Mail list logo