http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56354
Bug #: 56354
Summary: [4.8 Regression] -O2 creates incorrect for loop code
Classification: Unclassified
Product: gcc
Version: 4.8.0
Status: UNCONFIRMED
Severity: majo
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56635
Bug #: 56635
Summary: [4.8 regression] internal compiler error: in
find_lattice_value, at tree-complex.c:15
Classification: Unclassified
Product: gcc
Version: 4.8.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56635
--- Comment #2 from Orion Poplawski 2013-03-17
01:44:29 UTC ---
Created attachment 29682
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29682
Preprocessed source
Sorry, looks like it was too big. Here it is compressed.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49791
--- Comment #22 from Orion Poplawski 2012-07-02
14:04:57 UTC ---
I am on vacation and will be out of the office until Monday, July 2nd.
Your message has been saved and I will respond if needed when I return.
If this is an urgent CoRA computing
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88995
Orion Poplawski changed:
What|Removed |Added
CC||orion at cora dot nwra.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89416
Orion Poplawski changed:
What|Removed |Added
CC||orion at cora dot nwra.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56178
Bug #: 56178
Summary: [4.8 Regression] Conversion of Long_Float to Integer
triggers CONSTRAINT_ERROR overflow check failed
Classification: Unclassified
Product: gcc
Vers
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55522
--- Comment #6 from Orion Poplawski ---
(In reply to Craig Smith from comment #5)
> For example, on RHEL 7, liblzma.so.5 is linked with -Ofast, which also
> triggers crtfastmath.o to be used, corrupting the mxcsr register at library
> load time.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55522
--- Comment #8 from Orion Poplawski ---
That version does not exist in RHEL7. Looks like it was a Mandriva thing:
https://www.rpmfind.net/linux/RPM/mandriva/devel/cooker/x86_64/media/main/release/xz-5.1.2-0.alpha.1.x86_64.html
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: orion at cora dot nwra.com
Target Milestone: ---
Trying to build 3Depict in Fedora Rawhide with gcc 6.0.0-0.14.fc25:
g++ -DHAVE_CONFIG_H -I. -I..-O2 -g -pipe -Wall -Werror=format-security
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70067
--- Comment #1 from Orion Poplawski ---
Created attachment 37859
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37859&action=edit
preprocessed source
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78409
--- Comment #2 from Orion Poplawski ---
So, what exactly can I get you?
I'm building
https://www.cora.nwra.com/~orion/fedora/octave-4.2.0-1.fc26.src.rpm on Fedora
rawhide. It fails during the tests:
libinterp/dldfcn/__osmesa_print__.cc-tst .
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79197
--- Comment #10 from Orion Poplawski ---
With gcc-7.0.1-0.4.fc26, we no longer get ICEs, but hdf5, openblas fail their
tests on ppc64le, and python2/numpy appears to segfault in tests. So something
does not appear to be right.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79677
Orion Poplawski changed:
What|Removed |Added
CC||orion at cora dot nwra.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79677
--- Comment #8 from Orion Poplawski ---
Created attachment 40838
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40838&action=edit
/builddir/build/BUILD/cmake-3.7.2/Utilities/KWIML/test/test.c
/usr/lib64/ccache/gcc -DKWIML_LANGUAGE_C -DKWI
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79677
--- Comment #9 from Orion Poplawski ---
Ah, just got the -Wno-format
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79677
--- Comment #10 from Orion Poplawski ---
I'm not sure how I'm practically supposed to handle this. In this case, for
one sub-directory upstream adds -Wno-format to the flags:
./Utilities/KWIML/test/CMakeLists.txt:set(CMAKE_${lang}_FLAGS
"${
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79677
--- Comment #12 from Orion Poplawski ---
Adding -Wno-format-security does indeed work. Thank you.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72822
Orion Poplawski changed:
What|Removed |Added
CC||orion at cora dot nwra.com
Priority: P3
Component: libgcc
Assignee: unassigned at gcc dot gnu.org
Reporter: orion at cora dot nwra.com
Target Milestone: ---
Running on Fedora rawhide with gcc-6.2.1-2.fc26
Core was generated by
`/home/orion/fedora/octave/octave-4.2.0/src/.libs/lt-octave
Priority: P3
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: orion at cora dot nwra.com
This program:
program readstrlist
character(len=80), dimension(2) :: ver
integer :: a, b, c
ver(1) = '285 383'
ver
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60810
--- Comment #13 from Orion Poplawski ---
Jakub - Could we get this into Fedora Rawhide? Need it to fix a broken dep in
plplot. Thanks.
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: orion at cora dot nwra.com
Created attachment 32846
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=32846&action=edit
preprocessed test case
$ g++ -std=c++11
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61294
--- Comment #3 from Orion Poplawski ---
Hmm, now all of a sudden I don't seem to be able to reproduce this. Thanks for
your comments though. I play around if it re-appears. The problem was
compounded by the use of -Wl,--fatal-warnings so it wa
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55522
Orion Poplawski changed:
What|Removed |Added
CC||orion at cora dot nwra.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57936
Orion Poplawski changed:
What|Removed |Added
CC||orion at cora dot nwra.com
--- Comment
Assignee: unassigned at gcc dot gnu.org
Reporter: orion at cora dot nwra.com
SUBROUTINE PMPI_Sizeof_complex128_scalar(x, size, ierror)
USE, INTRINSIC :: iso_fortran_env, ONLY: REAL128
COMPLEX(REAL128)::x
INTEGER, INTENT(OUT) :: size
INTEGER, INTENT(OUT
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49644
Summary: [ 4.5/4.6 Regression ] post-increment of promoted
operand is incorrect.
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: major
Priority: P3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49644
Orion Poplawski changed:
What|Removed |Added
Summary|[ 4.5/4.6 Regression ] |[ 4.5/4.6 Regression ]
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49644
--- Comment #4 from Orion Poplawski 2011-07-05
20:01:27 UTC ---
Yeah, I screwed that up. But it doesn't make any difference to the problem.
This should be correct though.
#include
#include
int main(int argc, char *argv[]) {
double data[6]
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49644
--- Comment #6 from Orion Poplawski 2011-07-07
09:54:59 UTC ---
I am on vacation and will be out of the office until Thursay, July 21st.
Your message has been saved and I will respond if needed when I return.
If this is an urgent CoRA computing
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108464
--- Comment #6 from Orion Poplawski ---
So, there was quite the initial flurry of activity here and then nothing. Any
chance we could get some more movement here? It's breaking a ccache test for
one. Thank you.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104172
Orion Poplawski changed:
What|Removed |Added
CC||orion at cora dot nwra.com
33 matches
Mail list logo