https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86096
Bug ID: 86096
Summary: ICE: qsort checking failed (error: qsort comparator
non-negative on sorted output: 0)
Product: gcc
Version: unknown
Status: UNCONFIRMED
K
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86070
--- Comment #2 from Jerry DeLisle ---
Well I am not seeing this on gcc112, so will try on gcc110. Bill were your
tests on a gcc compile farm machine?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46783
kargl at gcc dot gnu.org changed:
What|Removed |Added
Status|WAITING |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=31237
Bug 31237 depends on bug 46783, which changed state.
Bug 46783 Summary: [OOP] TRANSFER with polymorphic MOLD=
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46783
What|Removed |Added
--
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84410
Jim Wilson changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86095
Eric Gallager changed:
What|Removed |Added
Keywords||documentation
Status|UNCONFI
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85631
--- Comment #4 from Thomas Koenig ---
Author: tkoenig
Date: Fri Jun 8 22:04:11 2018
New Revision: 261348
URL: https://gcc.gnu.org/viewcvs?rev=261348&root=gcc&view=rev
Log:
2018-06-08 Thomas Koenig
PR fortran/85631
* trans.h
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86095
Bug ID: 86095
Summary: stale documentation for -Wunsafe-loop-optimizations
Product: gcc
Version: 8.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Componen
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82092
--- Comment #15 from Ryan Schmidt ---
Yes, I noticed Homebrew had the update, and I didn't understand why it worked
there. But now I do.
Some more information has turned up in a new MacPorts ticket:
https://trac.macports.org/ticket/56521
In Ma
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78278
kargl at gcc dot gnu.org changed:
What|Removed |Added
CC||kargl at gcc dot gnu.org
--- C
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86059
--- Comment #2 from kargl at gcc dot gnu.org ---
Author: kargl
Date: Fri Jun 8 19:11:21 2018
New Revision: 261344
URL: https://gcc.gnu.org/viewcvs?rev=261344&root=gcc&view=rev
Log:
2018-06-08 Steven G. Kargl
PR fortran/86059
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78571
--- Comment #2 from kargl at gcc dot gnu.org ---
Author: kargl
Date: Fri Jun 8 19:06:20 2018
New Revision: 261343
URL: https://gcc.gnu.org/viewcvs?rev=261343&root=gcc&view=rev
Log:
2018-06-08 Steven G. Kargl
PR fortran/78571
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63514
--- Comment #5 from Steve Kargl ---
On Fri, Jun 08, 2018 at 03:40:40AM +, kargl at gcc dot gnu.org wrote:
> There is, however, a bug with respect to F2018:
>
> C1588 A local variable of a pure subprogram, or of a BLOCK construct
> within a p
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85960
--- Comment #10 from Gianni Tedesco ---
Confirmed. Code from trunk works splendidly on the code-base where this bug was
discovered.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85631
Thomas Koenig changed:
What|Removed |Added
Blocks||27766
--- Comment #3 from Thomas Koenig
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86094
Bug ID: 86094
Summary: [8/9 Regression] Call ABI changed for small objects
with defaulted ctor
Product: gcc
Version: 8.0
Status: UNCONFIRMED
Keywords: ABI, wron
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63327
kargl at gcc dot gnu.org changed:
What|Removed |Added
Priority|P3 |P5
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85755
--- Comment #7 from Peter Bergner ---
Author: bergner
Date: Fri Jun 8 17:17:45 2018
New Revision: 261340
URL: https://gcc.gnu.org/viewcvs?rev=261340&root=gcc&view=rev
Log:
gcc/
PR target/85755
* config/rs6000/rs6000.c (mem_opera
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86093
Alexander Monakov changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86092
--- Comment #5 from Srinivas Achary ---
thank you Marc.
What I have shown here is just an example sample code. But I have code which
makes use of kern_buff_p variable in many place.If I use volatile that might
reduce my code speed.
Any how the k
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86090
--- Comment #1 from Jakub Jelinek ---
Patches should be posted to gcc-patches mailing list.
You could as well add the lstat and readlink to the same AC_CHECK_FUNCS as the
other functions, no need for two AC_CHECK_FUNCS. LGTM otherwise.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86093
Bug ID: 86093
Summary: volatile ignored on pointer in C
Product: gcc
Version: 9.0
Status: UNCONFIRMED
Keywords: wrong-code
Severity: normal
Priority: P3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86092
--- Comment #4 from Marc Glisse ---
(In reply to Srinivas Achary from comment #2)
> Is there any possibility to make this code work,
Remove the 'const', or add 'volatile'.
> without changing the variable attribute.
-O0
> GCC-4 has no issue wi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86092
Srinivas Achary changed:
What|Removed |Added
Status|RESOLVED|UNCONFIRMED
Resolution|INVALID
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86092
--- Comment #2 from Srinivas Achary ---
Sorry that I am new to this.
Is there any possibility to make this code work, without changing the variable
attribute. GCC-4 has no issue with this code. What special flags have been
included in the GCC
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86089
Andrew Pinski changed:
What|Removed |Added
Keywords||ice-on-valid-code
Component|c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86092
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85755
Peter Bergner changed:
What|Removed |Added
URL|https://gcc.gnu.org/ml/gcc- |https://gcc.gnu.org/ml/gcc-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82805
Martin Jambor changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 82805, which changed state.
Bug 82805 Summary: [7/8/9 Regression] SPEC CPU2006 454.calculix ~6% performance
deviation in between 6.3 and 7.2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82805
What|Removed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84613
Bug 84613 depends on bug 82805, which changed state.
Bug 82805 Summary: [7/8/9 Regression] SPEC CPU2006 454.calculix ~6% performance
deviation in between 6.3 and 7.2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82805
What|Removed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86092
Bug ID: 86092
Summary: global constant pointer optimization
Product: gcc
Version: 5.3.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86091
Bug ID: 86091
Summary: [fold expression] Slow compile time and high memory
usage compared to initializer_list folds
Product: gcc
Version: 7.3.0
Status: UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=30373
Jürgen Reuter changed:
What|Removed |Added
CC||juergen.reuter at desy dot de
--- Commen
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86090
Bug ID: 86090
Summary: [ASAN] ASAN does not properly configure libbacktrace.
Product: gcc
Version: 9.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Componen
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86024
--- Comment #3 from bin cheng ---
(In reply to Marc Glisse from comment #2)
> (In reply to Richard Biener from comment #1)
> > Or we may want to un-"SRA" such patterns, generating aggregate copies.
>
> I notice that store-merging does not merge
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86024
--- Comment #2 from Marc Glisse ---
(In reply to Richard Biener from comment #1)
> Or we may want to un-"SRA" such patterns, generating aggregate copies.
I notice that store-merging does not merge these stores, I didn't check why.
SLP can do it
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84613
Bug 84613 depends on bug 82804, which changed state.
Bug 82804 Summary: [7/8/9 Regression] SPEC CPU2006 470.lbm ~5% performance
deviation with r237185
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82804
What|Removed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 82804, which changed state.
Bug 82804 Summary: [7/8/9 Regression] SPEC CPU2006 470.lbm ~5% performance
deviation with r237185
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82804
What|Removed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82804
Martin Jambor changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
enable-lto
--enable-stage1-checking --enable-libstdcxx-time --disable-nls
--disable-libquadmath --disable-libquadmath-support --with-ld=/opt/local/bin/ld
--with-ar=/opt/local/bin/ar --with-as=/opt/local/bin/as --with-system-zlib
--with-pkgversion=svn-revision-261305
Thread model: posix
gcc version 9.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86006
janus at gcc dot gnu.org changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|--
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45521
--- Comment #19 from janus at gcc dot gnu.org ---
There seem to be additional issues with ASSIGNMENT interfaces:
type :: t
end type
interface test ! accepted
procedure testAlloc
procedure testPtr
end interface
inter
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45521
--- Comment #18 from Dominique d'Humieres ---
Related to pr86006.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86006
Dominique d'Humieres changed:
What|Removed |Added
CC||janus at gcc dot gnu.org
--- Comm
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45521
janus at gcc dot gnu.org changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|un
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45521
--- Comment #17 from janus at gcc dot gnu.org ---
Another case that is not yet working is when polymorphic arguments are
involved:
type :: t
end type
interface test
procedure testAlloc
procedure testPtr
end interface
contains
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86086
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81497
--- Comment #6 from ktkachov at gcc dot gnu.org ---
Author: ktkachov
Date: Fri Jun 8 08:18:43 2018
New Revision: 261305
URL: https://gcc.gnu.org/viewcvs?rev=261305&root=gcc&view=rev
Log:
[arm] PR target/81497: Fix arm_acle.h for C++
Bac
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82092
Francois-Xavier Coudert changed:
What|Removed |Added
CC||fxcoudert at gcc dot gnu.org
-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86088
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63327
Jakub Jelinek changed:
What|Removed |Added
Component|libgomp |fortran
--- Comment #4 from Jakub Jeline
52 matches
Mail list logo