https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71006
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70937
--- Comment #15 from Richard Biener ---
Author: rguenth
Date: Mon May 9 07:42:45 2016
New Revision: 236021
URL: https://gcc.gnu.org/viewcvs?rev=236021&root=gcc&view=rev
Log:
2016-05-09 Richard Biener
PR fortran/70937
* trans
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70937
Richard Biener changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71013
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |7.0
--- Comment #1 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71013
Richard Biener changed:
What|Removed |Added
Keywords||build
Priority|P3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71006
Richard Biener changed:
What|Removed |Added
Keywords||ice-checking,
|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71002
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70986
ktkachov at gcc dot gnu.org changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Known to work|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71002
--- Comment #2 from Richard Biener ---
The issue is similar to that in PR70054 in that for example string::swap_data
copy-initializes repr_t which has the long_raw_t member that is not of the
type that it is modified as (for some odd reason).
(j
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71016
Bug ID: 71016
Summary: [6/7 Regression] Redundant sign extension with
conditional __builtin_clzl
Product: gcc
Version: 6.1.0
Status: UNCONFIRMED
Keywords: misse
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66328
--- Comment #3 from Dominique d'Humieres ---
The bug reappears on trunk if I revert r230580.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70985
Richard Biener changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70986
--- Comment #3 from Richard Biener ---
Same cause as the other PR.
2016-05-03 Jakub Jelinek
Richard Biener
PR tree-optimization/70916
* tree-if-conv.c: Include cfganal.h.
(pass_if_conversion::execute): C
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71017
Bug ID: 71017
Summary: libgcc/config/i386/cpuinfo.c:346:17: runtime error:
left shift of 1 by 31 places cannot be represented in
type 'int'
Product: gcc
Version:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70992
Richard Biener changed:
What|Removed |Added
Keywords|ice-on-invalid-code |ice-on-valid-code
Status|UN
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70997
Richard Biener changed:
What|Removed |Added
Keywords||build
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71015
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |7.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70992
--- Comment #2 from Richard Biener ---
I think the issue is that the associate case treats (0 % 0 + 1) * 2 as constant
but that gets further "simplified" when combined with the rest.
In the end our refusal to simplify 0 % 0 to 0 causes things to
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71015
Marek Polacek changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70985
--- Comment #3 from Richard Biener ---
This wasn't supposed to apply to non-registers even though technically it
could.
I'm going to disable that on GIMPLE instead [I'm still thinking on how to deal
with "memory" stuff in match.pd]
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70985
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=66940
ktkachov at gcc dot gnu.org changed:
What|Removed |Added
Status|NEW |ASSIGNED
Last reconfirmed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70984
--- Comment #1 from Jonathan Wakely ---
Please check the known bugs linked to from PR 59002 as I'm pretty sure this is
a duplicate of one of them.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26904
--- Comment #5 from Jonathan Wakely ---
For the record, it seems to have first been fixed for GCC 4.5
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70996
Jonathan Wakely changed:
What|Removed |Added
Severity|critical|normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71004
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71005
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69523
--- Comment #6 from Jonathan Wakely ---
We already support that flag, but the warning that you get on the declaration
of operator""s is not controlled by that flag.
The warning should be controlled by *some* flag, but I'm not sure whether or
not
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71010
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43319
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=39440
Richard Biener changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=30527
Richard Biener changed:
What|Removed |Added
CC||pi3orama at gmail dot com
--- Comment #
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=30527
Richard Biener changed:
What|Removed |Added
CC||etienne_lorrain at yahoo dot fr
--- Com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71005
Jonathan Wakely changed:
What|Removed |Added
Target Milestone|--- |5.4
--- Comment #1 from Jonathan Wakel
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71004
--- Comment #2 from Jonathan Wakely ---
Author: redi
Date: Mon May 9 10:09:37 2016
New Revision: 236023
URL: https://gcc.gnu.org/viewcvs?rev=236023&root=gcc&view=rev
Log:
libstdc++/71004 fix recursive_directory_iterator default constructor
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70997
--- Comment #1 from Matthias Klose ---
only seen when configured with --enable-default-pie
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71018
Bug ID: 71018
Summary: lto + ipa-pta causes exception with trivial
boost::ptime code.
Product: gcc
Version: 6.1.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71019
Bug ID: 71019
Summary: AVX512BW instructions emitted even without AVX512BW
Product: gcc
Version: 6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71018
--- Comment #1 from riad93 at mail dot ru ---
Accidentaly sent before adding info
-v:
Using built-in specs.
COLLECT_GCC=/opt/gcc-6/bin/c++-6.1
COLLECT_LTO_WRAPPER=/opt/gcc-6/libexec/gcc/x86_64-pc-linux-gnu/6.1.0/lto-wrapper
Target: x86_64-pc-lin
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71019
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71018
--- Comment #2 from riad93 at mail dot ru ---
Created attachment 38449
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38449&action=edit
preprocessed code
It's in tar.gz since it's too big for upload here as plaintext
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71018
riad93 at mail dot ru changed:
What|Removed |Added
Attachment #38449|0 |1
is obsolete|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71016
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71016
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71016
Richard Biener changed:
What|Removed |Added
CC||kuganv at linaro dot org
--- Comment #2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71004
Jonathan Wakely changed:
What|Removed |Added
Target Milestone|--- |5.4
--- Comment #3 from Jonathan Wakel
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71018
--- Comment #4 from Richard Biener ---
Possibly related to PR70760 or PR70785. Can't reproduce with GCC 6 branch head
(so I'd say 70785), building GCC 6.1.0 right now.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71020
Bug ID: 71020
Summary: SSA corruption: Unable to coalesce ssa_names 2 and 13
which are marked as MUST COALESCE.
Product: gcc
Version: 6.1.1
Status: UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71013
--- Comment #2 from dave.anglin at bell dot net ---
On 2016-05-09, at 4:26 AM, rguenth at gcc dot gnu.org wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71013
>
> Richard Biener changed:
>
> What|Removed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71020
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71004
--- Comment #4 from Jonathan Wakely ---
(In reply to Eric Fiselier from comment #1)
> recursive_directory_iterator it;
> assert(it.recursion_pending() == false);
> assert(it.recursion_pending() == true);
N.B. This test is undefined,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71004
--- Comment #5 from Jonathan Wakely ---
Author: redi
Date: Mon May 9 11:50:01 2016
New Revision: 236028
URL: https://gcc.gnu.org/viewcvs?rev=236028&root=gcc&view=rev
Log:
libstdc++/71004 fix recent additions to testcase
PR libstdc++/71
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71020
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71002
--- Comment #3 from Tavian Barnes ---
Because their long_t is not POD. I don't know why that is though. It could be
POD if they removed the default/copy constructors and assignment operator.
Actually they're probably worried about custom alloc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68945
Rainer Orth changed:
What|Removed |Added
Attachment #38221|0 |1
is obsolete|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71002
--- Comment #4 from rguenther at suse dot de ---
On Mon, 9 May 2016, tavianator at gmail dot com wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71002
>
> --- Comment #3 from Tavian Barnes ---
> Because their long_t is not POD. I don't
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70985
--- Comment #5 from Richard Biener ---
Author: rguenth
Date: Mon May 9 12:23:11 2016
New Revision: 236032
URL: https://gcc.gnu.org/viewcvs?rev=236032&root=gcc&view=rev
Log:
2016-05-09 Richard Biener
PR tree-optimization/70985
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70985
Richard Biener changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70785
Richard Biener changed:
What|Removed |Added
CC||riad93 at mail dot ru
--- Comment #6 fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71018
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70826
--- Comment #10 from Alan Modra ---
Author: amodra
Date: Mon May 9 12:35:25 2016
New Revision: 236033
URL: https://gcc.gnu.org/viewcvs?rev=236033&root=gcc&view=rev
Log:
[RS6000] Fragile testcase breaks with -frename-registers
PR testsu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70826
Alan Modra changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
CC|amodra at gcc d
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71021
Bug ID: 71021
Summary: [libatomic testsuite] Test program compilation fail
(missing -pthread flag)
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: n
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71002
--- Comment #5 from Tavian Barnes ---
> But if it is not POD then assuming it gets copied correctly when
> init-constructing a POD union where they placed such object is
> an interesting assumption...
Hrm? They seem to always copy it manually w
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70955
vries at gcc dot gnu.org changed:
What|Removed |Added
CC||vries at gcc dot gnu.org
--- C
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71021
nsz at gcc dot gnu.org changed:
What|Removed |Added
CC||nsz at gcc dot gnu.org
--- Comme
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71022
Bug ID: 71022
Summary: GCC prefers register moves over move immediate
Product: gcc
Version: 7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: rtl-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71002
--- Comment #6 from rguenther at suse dot de ---
On Mon, 9 May 2016, tavianator at gmail dot com wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71002
>
> --- Comment #5 from Tavian Barnes ---
> > But if it is not POD then assuming it ge
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71023
Bug ID: 71023
Summary: Problem with associate and function returning derived
type
Product: gcc
Version: 7.0
Status: UNCONFIRMED
Severity: normal
Prior
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71024
Bug ID: 71024
Summary: Missing warning for contradictory attributes
Product: gcc
Version: 7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71004
--- Comment #6 from Eric Fiselier ---
(In reply to Jonathan Wakely from comment #4)
> (In reply to Eric Fiselier from comment #1)
> > recursive_directory_iterator it;
> > assert(it.recursion_pending() == false);
> > assert(it.recursio
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71025
Bug ID: 71025
Summary: std::call_once aborts instead of propagating an
exception (AIX 6.1)
Product: gcc
Version: 5.3.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71023
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70957
Bill Schmidt changed:
What|Removed |Added
Status|NEW |UNCONFIRMED
Ever confirmed|1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71002
Richard Biener changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60483
Dominique d'Humieres changed:
What|Removed |Added
CC||mrestelli at gmail dot com
--- Co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71002
--- Comment #8 from Richard Biener ---
Note that ultimatively the error is still that is_short () accesses the wrong
union member.
I'll still see whether there is a bug in optimize_bit_field_compare.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70957
--- Comment #8 from Bill Schmidt ---
Looks like it also did not fail in the latest gcc-testresults Power7 BE run.
Going to stop looking at this unless/until it shows up again.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70953
Dominique d'Humieres changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52162
Dominique d'Humieres changed:
What|Removed |Added
CC||mrestelli at gmail dot com
--- Co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71025
--- Comment #1 from Vojtech Fried ---
I am sorry, probably duplicate of
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66146
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56226
--- Comment #29 from Fritz Reese ---
(In reply to Andreas Schwab from comment #25)
> FAIL: gfortran.dg/dec_union_4.f90 -O0 execution test
> FAIL: gfortran.dg/dec_union_4.f90 -O1 execution test
> FAIL: gfortran.dg/dec_union_4.f90 -O2 exec
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69699
--- Comment #6 from Jonathan Wakely ---
There is no such macro.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71014
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70955
Domani Hannes changed:
What|Removed |Added
CC||ssbssa at yahoo dot de
--- Comment #9 fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71014
--- Comment #2 from Keith Lindsay ---
Created attachment 38454
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38454&action=edit
output from gfortran -v
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71014
--- Comment #3 from Keith Lindsay ---
Created attachment 38455
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38455&action=edit
output from gfortran -v
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71014
--- Comment #4 from Keith Lindsay ---
Thanks for taking a look. I've attached the output from the command
gfortran -v -fopenmp openmp_nested_loops.f90 -o openmp_nested_loops
on two different systems where I'm seeing the problem.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70894
Richard Earnshaw changed:
What|Removed |Added
Keywords||ice-on-invalid-code
Statu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71026
Bug ID: 71026
Summary: Missing division optimizations
Product: gcc
Version: 7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: tree-optimization
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70904
Jiong Wang changed:
What|Removed |Added
CC||vmakarov at redhat dot com
--- Comment #2 f
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70955
--- Comment #10 from zenith432 at users dot sourceforge.net ---
(In reply to vries from comment #8)
> Created attachment 38453 [details]
> tentative patch
vries, thank you very much. I verified and looks good.
Built GCC 6.1.0 with patch from re
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71010
Manuel López-Ibáñez changed:
What|Removed |Added
CC||manu at gcc dot gnu.org
--- Commen
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71027
Bug ID: 71027
Summary: -fsanitize=address catches out of bounds access on
assumed size array only with -O0
Product: gcc
Version: 7.0
Status: UNCONFIRMED
Severit
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70955
--- Comment #11 from Domani Hannes ---
I can confirm that this patch works for windows as well.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71028
Bug ID: 71028
Summary: [7 regression] ICE in redirect_jump, at jump.c:1560
Product: gcc
Version: 7.0
Status: UNCONFIRMED
Severity: major
Priority: P3
Component:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71014
Harald Anlauf changed:
What|Removed |Added
CC||anlauf at gmx dot de
--- Comment #5 from
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71025
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66146
--- Comment #18 from Jonathan Wakely ---
*** Bug 71025 has been marked as a duplicate of this bug. ***
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71029
Bug ID: 71029
Summary: large fold expressions compile slowly with -Wall
Product: gcc
Version: 6.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component:
1 - 100 of 143 matches
Mail list logo