http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57121
Andrew Pinski changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57242
Andrew Pinski changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57288
Andrew Pinski changed:
What|Removed |Added
Target||x86_64-*-linux-gnu
Status|UNC
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57436
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40986
Andrew Pinski changed:
What|Removed |Added
Target Milestone|4.6.4 |4.7.4
Summary|[4.6 regression]
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50807
Andrew Pinski changed:
What|Removed |Added
Component|c++ |target
Target Milestone|4.6.4
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50293
Andrew Pinski changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44959
Andrew Pinski changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41025
Andrew Pinski changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44984
Andrew Pinski changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46822
Andrew Pinski changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48563
Andrew Pinski changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49233
Andrew Pinski changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=7881
Andrew Pinski changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40014
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42932
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59037
--- Comment #5 from Marc Glisse ---
(In reply to vries from comment #4)
> Tentative patch:
> ...
> diff --git a/gcc/tree-ssa-forwprop.c b/gcc/tree-ssa-forwprop.c
> index 93b8970..6f2b4fb 100644
> --- a/gcc/tree-ssa-forwprop.c
> +++ b/gcc/tree-ssa-
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57436
--- Comment #3 from Andreas Radke ---
I moved away from XFS file system and so can't reproduce it anymore. The bug
should be in XFS code probably triggering a change in gcc behavior. Feel free
to close this one.
note: we had a similar issue in li
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59032
vries at gcc dot gnu.org changed:
What|Removed |Added
CC||vries at gcc dot gnu.org
--- Co
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54427
--- Comment #15 from Marc Glisse ---
Related PRs involving || and && for vectors: PR 57198 and PR 58845.
PR 58845 contains information about having a sequence point in the
gimplification of those operators.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59008
vries at gcc dot gnu.org changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59032
--- Comment #3 from Marc Glisse ---
I wonder if it would take more than replacing:
inc = integer_one_node;
with something like:
inc = VECTOR_TYPE_P (argtype)
? build_one_cst (argtype)
: intege
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59064
Bug ID: 59064
Summary: [4.9 regression] FAIL: gcc.dg/vect/vect-ivdep-1.c
(test for bogus messages, line )
Product: gcc
Version: 4.9.0
Status: UNCONFIRMED
Severit
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59065
Bug ID: 59065
Summary: questionable bounds for unassociated
allocatable/pointer arrays?
Product: gcc
Version: 4.8.2
Status: UNCONFIRMED
Severity: normal
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49376
Aurelien Jarno changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58712
octoploid at yandex dot com changed:
What|Removed |Added
CC||vmakarov at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57525
Kai Tietz changed:
What|Removed |Added
Target|avr |
Status|UNCONFIRMED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59066
Bug ID: 59066
Summary: Segmentation fault.
Product: gcc
Version: 4.8.2
Status: UNCONFIRMED
Severity: blocker
Priority: P3
Component: c++
Assignee: unass
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15996
Eric Botcazou changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59066
--- Comment #1 from Alexandre Hamez ---
I managed to reduce the code causing the segfault of gcc to ~1200 lines, but
there are certainly still a lot of useless lines (coming from ).
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57982
Kai Tietz changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59066
Jonathan Wakely changed:
What|Removed |Added
Severity|blocker |normal
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59066
Alexandre Hamez changed:
What|Removed |Added
Summary|Segmentation fault. |C+11, 'using' instead of
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57288
--- Comment #2 from Mike Sharov ---
(In reply to Andrew Pinski from comment #1)
> Can you attach the preprocessed source which is used to create this assembly
> file?
I'm afraid not. This call has been created by a gigantic collection of
template
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59067
Bug ID: 59067
Summary: libsanitizer doesn't build with binutils 2.17.50.0.6
on x86_64-unknown-linux-gnu
Product: gcc
Version: 4.9.0
Status: UNCONFIRMED
Severity:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59068
Bug ID: 59068
Summary: libsanitizer doesn't build on x86_64-unknown-linux-gnu
with Linux 2.6.18
Product: gcc
Version: 4.9.0
Status: UNCONFIRMED
Severity: normal
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49892
--- Comment #4 from Jack Howarth ---
(In reply to Andrew Pinski from comment #3)
> Bug in the compiler originally used so closing as invalid.
Just to note that Apple finally back ported the llvm-gcc bug fix in Xcode 4.6.1
or later upon their swit
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58921
Mikael Pettersson changed:
What|Removed |Added
CC||mikpelinux at gmail dot com
--- Comme
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34881
--- Comment #3 from Ed Smith-Rowland <3dw4rd at verizon dot net> ---
On 11/09/2013 06:02 PM, pinskia at gcc dot gnu.org wrote:
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34881
>
> Andrew Pinski changed:
>
> What|Removed
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38077
Bernd Edlinger changed:
What|Removed |Added
CC||bernd.edlinger at hotmail dot
de
--- Co
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38318
Joost VandeVondele changed:
What|Removed |Added
CC||glisse at gcc dot gnu.org,
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38318
--- Comment #7 from Marc Glisse ---
(In reply to Joost VandeVondele from comment #6)
> Marc, I think your recently posted patch:
> http://gcc.gnu.org/ml/gcc-patches/2013-11/msg01049.html
> could fix the problem with the testcase subroutine S1, eve
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47756
Olaf van der Spek changed:
What|Removed |Added
Status|RESOLVED|UNCONFIRMED
Resolution|INVALI
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57902
Florian Weimer changed:
What|Removed |Added
Attachment #30507|0 |1
is obsolete|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59065
kargl at gcc dot gnu.org changed:
What|Removed |Added
CC||kargl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38318
--- Comment #8 from Joost VandeVondele
---
(In reply to Marc Glisse from comment #7)
> (In reply to Joost VandeVondele from comment #6)
> > Marc, I think your recently posted patch:
> > http://gcc.gnu.org/ml/gcc-patches/2013-11/msg01049.html
> >
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47756
--- Comment #5 from Jonathan Wakely ---
The C++ standard has a note saying:
in general programmers should use the < > form for headers provided with
the implementation, and the " " form for sources outside the control of
the implementati
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48155
H.J. Lu changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59069
Bug ID: 59069
Summary: Bogus error wording for passing array to scalar
dummies with user-defined operator
Product: gcc
Version: 4.9.0
Status: UNCONFIRMED
Keyword
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59070
Bug ID: 59070
Summary: Captured object is being moved from the lambda on
returning it.
Product: gcc
Version: 4.8.1
Status: UNCONFIRMED
Severity: normal
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38318
--- Comment #9 from Marc Glisse ---
(In reply to Joost VandeVondele from comment #8)
> Marc, looks like the fortran FE changed a lot since this bug was filed, and
> there is no explicit allocate anymore, in fact the variable is created on
> stack
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38318
--- Comment #10 from Joost VandeVondele
---
(In reply to Marc Glisse from comment #9)
>
> Ok. If you used __builtin_abort instead of _gfortran_os_error, I think my
> current patch would handle it. It is hard for gcc to guess that
> _gfortran_os
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59070
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59070
Jonathan Wakely changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59070
--- Comment #3 from Jonathan Wakely ---
(In reply to Jonathan Wakely from comment #2)
> And it works perfectly with
> gcc version 4.8.3 20131029 (prerelease) (GCC)
> gcc version 4.9.0 20131002 (experimental) (GCC)
and
gcc version 4.7.4 20131030
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38318
--- Comment #11 from Marc Glisse ---
(In reply to Joost VandeVondele from comment #10)
> (In reply to Marc Glisse from comment #9)
> > Ok. If you used __builtin_abort instead of _gfortran_os_error, I think my
> > current patch would handle it. It
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59070
Sarfaraz Nawaz changed:
What|Removed |Added
Status|RESOLVED|NEW
Resolution|WORKSFORME
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38318
--- Comment #12 from Joost VandeVondele
---
(In reply to Marc Glisse from comment #11)
> So S2 cannot call free (or realloc) on the pointer and then exit or call
> longjmp or do an infinite loop or anything like that in fortran? Maybe we'll
> nee
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57436
Andrew Pinski changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57288
Andrew Pinski changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52862
--- Comment #10 from Kai Tietz ---
Author: ktietz
Date: Sun Nov 10 19:24:43 2013
New Revision: 204650
URL: http://gcc.gnu.org/viewcvs?rev=204650&root=gcc&view=rev
Log:
PR plugin/52862
* configure.ac: Adding for exported symbols ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52872
--- Comment #8 from Kai Tietz ---
Author: ktietz
Date: Sun Nov 10 19:27:38 2013
New Revision: 204651
URL: http://gcc.gnu.org/viewcvs?rev=204651&root=gcc&view=rev
Log:
Fixed typo about bug-number ...
PR plugin/52872
* configure.ac
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59070
Jonathan Wakely changed:
What|Removed |Added
Status|NEW |RESOLVED
Known to work|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52872
--- Comment #9 from Kai Tietz ---
Author: ktietz
Date: Sun Nov 10 19:29:34 2013
New Revision: 204652
URL: http://gcc.gnu.org/viewcvs?rev=204652&root=gcc&view=rev
Log:
Merged from trunk
PR plugins/52872
* configure.ac: Adding for expor
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44876
Andrew Pinski changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52872
--- Comment #10 from Kai Tietz ---
Author: ktietz
Date: Sun Nov 10 19:32:42 2013
New Revision: 204653
URL: http://gcc.gnu.org/viewcvs?rev=204653&root=gcc&view=rev
Log:
Merged from trunk
PR plugins/52872
* configure.ac: Adding for expo
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42970
Andrew Pinski changed:
What|Removed |Added
Status|WAITING |NEW
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46891
Andrew Pinski changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52872
Kai Tietz changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50338
Andrew Pinski changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47015
Andrew Pinski changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50646
Andrew Pinski changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51156
Andrew Pinski changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42970
Kai Tietz changed:
What|Removed |Added
CC||ktietz at gcc dot gnu.org
--- Comment #1 from
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49548
Andrew Pinski changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51622
Andrew Pinski changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59065
--- Comment #2 from Vittorio Zecca ---
g95: complains about deallocated array passed to LBOUND
Intel ifort:
1 0 0
1 0 0
1 0 0
1 0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52708
Andrew Pinski changed:
What|Removed |Added
Status|WAITING |ASSIGNED
Assignee|unassigned at
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53496
Andrew Pinski changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53906
Andrew Pinski changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48318
Andrew Pinski changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24000
Andrew Pinski changed:
What|Removed |Added
Keywords||wrong-code
Status|WAITING
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25943
Andrew Pinski changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50366
Andrew Pinski changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59071
Bug ID: 59071
Summary: sse2 intrinsics and constant expressions
Product: gcc
Version: 4.8.2
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53649
Andrew Pinski changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50643
Andrew Pinski changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54841
Andrew Pinski changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57571
Andrew Pinski changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53966
--- Comment #4 from Andrew Pinski ---
Also we need a self contained testcase to go any further on this problem.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54982
Andrew Pinski changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57970
Andrew Pinski changed:
What|Removed |Added
Component|other |rtl-optimization
Severity|major
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52862
--- Comment #11 from Kai Tietz ---
(In reply to Kai Tietz from comment #10)
Please ignore commit-message ... wrong bug-number
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59032
--- Comment #4 from vries at gcc dot gnu.org ---
> We already support v=v+1, so it wouldn't be a large extension.
Hmm, indeed. If found some code in cp_builld_binary_op marked with this
comment:
...
/* In case when one of the operands of the bin
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59065
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58028
Dominique d'Humieres changed:
What|Removed |Added
CC||rguenther at suse dot de
--- Comme
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58990
Andrew Pinski changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55651
Andrew Pinski changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59032
--- Comment #5 from Marc Glisse ---
(In reply to vries from comment #4)
> I've tried to do something similar in cp_build_unary_op. Tentative patch:
That seems very complicated. We know the arguments, so we know which has to be
converted to what.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57970
--- Comment #2 from Chris King ---
If you don't want proposed patches attached to bug reports, then I suggest you
remove the text "proposed patch" which is next to the "Add an attachment" link.
1 - 100 of 131 matches
Mail list logo