https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109449
--- Comment #3 from pionere at freemail dot hu ---
(In reply to Andrew Pinski from comment #2)
> I am not 100% sure if this is not a incorrect warning. The question that
> needs to be answered is the object located at &drlg.transDirMap[0][0] can
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104288
--- Comment #15 from Andrew Pinski ---
(In reply to Andrew Pinski from comment #14)
> (In reply to Christian Prochaska from comment #13)
> > I found the "Register non-null side effects properly." commit with git
> > bisect while debugging a page
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104288
--- Comment #14 from Andrew Pinski ---
(In reply to Christian Prochaska from comment #13)
> I found the "Register non-null side effects properly." commit with git
> bisect while debugging a page fault in the Genode OS framework built with
> GCC
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104288
Christian Prochaska changed:
What|Removed |Added
CC||christian.prochaska@genode-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109450
Andrew Pinski changed:
What|Removed |Added
Keywords||ice-on-valid-code,
|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109453
Jerry DeLisle changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108131
Jerry DeLisle changed:
What|Removed |Added
CC||jvdelisle at gcc dot gnu.org
--- Commen
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109453
--- Comment #5 from Jerry DeLisle ---
Correction, this must be a duplicate of something.
With gfortran gcc version 12.2.1 20221121 I get the error.
With gfortran gcc version 12.2.1 20230327 it is fixed.
As far as I can tell it has been fixed
13.0.1 20230407 (experimental) (GCC)
>
> So that makes this a regression I believe.
I get the expected output with
GNU Fortran (GCC) 13.0.1 20230408 (experimental)
that I built this morning with Paul's large patch.
It definitely fails with
GNU Fortran (FreeBSD Ports Collection) 11.3.0
I don't have 12.x installed to test.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109453
Jerry DeLisle changed:
What|Removed |Added
Summary|UBOUND incorrect when used |[REGRESSION] UBOUND
|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109454
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109454
--- Comment #1 from Andrew Pinski ---
I think this is a bogus leak from valgrind. Specifically not supporting
pthread_getspecific, pthread_setspecific .
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109454
Bug ID: 109454
Summary: Possible memory leak after using random_number
Product: gcc
Version: 11.3.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109453
--- Comment #2 from kargl at gcc dot gnu.org ---
(In reply to kargl from comment #1)
> Works for me.
>
> gfcx -o z -O a.f90 -fcheck=all && ./z
GNU Fortran (GCC) 13.0.1 20230310 (experimental)
This is with the above. So the change is in the
l
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109453
kargl at gcc dot gnu.org changed:
What|Removed |Added
CC||kargl at gcc dot gnu.org
---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109453
Bug ID: 109453
Summary: UBOUND incorrect when used in declartion of another
array
Product: gcc
Version: 13.0
Status: UNCONFIRMED
Severity: normal
Pri
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109324
--- Comment #3 from Andrew Pinski ---
(In reply to Jan Dubiec from comment #2)
> It seems that msp430-elf has similar problem:
It is similar but since the sources are different between the two targets, you
should file a seperate bug.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109448
Andrew Pinski changed:
What|Removed |Added
Summary|_M_exception_object’ may be |[12/13 Regression] wrong
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109449
--- Comment #2 from Andrew Pinski ---
I am not 100% sure if this is not a incorrect warning. The question that needs
to be answered is the object located at &drlg.transDirMap[0][0] can only
validly be accessed to offset 80 or not.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109449
--- Comment #1 from Andrew Pinski ---
The trunk provides extra information:
: In function 'void func()':
:51:47: warning: writing 1 byte into a region of size 0
[-Wstringop-overflow=]
51 | tdp[(2 * i + 1) * DSIZEY + 2 * j] = tpm;
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109452
Bug ID: 109452
Summary: omp_init_lock_with_hint() and
omp_init_nest_lock_with_hint() are undefined
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109451
Bug ID: 109451
Summary: ICE in gfc_conv_expr_descriptor with ASSOCIATE and
substrings
Product: gcc
Version: 13.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46532
anlauf at gcc dot gnu.org changed:
What|Removed |Added
Status|NEW |WAITING
--- Comment #3 from a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96084
anlauf at gcc dot gnu.org changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106856
--- Comment #18 from anlauf at gcc dot gnu.org ---
*** Bug 96084 has been marked as a duplicate of this bug. ***
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107441
anlauf at gcc dot gnu.org changed:
What|Removed |Added
CC||burnus at gcc dot gnu.org
--
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91196
anlauf at gcc dot gnu.org changed:
What|Removed |Added
Resolution|--- |DUPLICATE
Status|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56818
Bug 56818 depends on bug 57611, which changed state.
Bug 57611 Summary: [Fortran-Dev Regression] Too much memory allocated
(gfortran.dg/coarray_lib_alloc_2.f90)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57611
What|Removed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57611
anlauf at gcc dot gnu.org changed:
What|Removed |Added
Resolution|--- |WORKSFORME
CC
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109392
--- Comment #5 from CVS Commits ---
The master branch has been updated by Jeff Law :
https://gcc.gnu.org/g:101380a8394c22a7a2ea70de2060ee93716156e2
commit r13-7126-g101380a8394c22a7a2ea70de2060ee93716156e2
Author: Jakub Jelinek
Date: Sat Ap
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109447
Peter Bergner changed:
What|Removed |Added
Known to fail||12.0, 13.0
--- Comment #6 from Peter Be
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94384
John David Anglin changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109447
Segher Boessenkool changed:
What|Removed |Added
CC||green at gcc dot gnu.org
--- Comme
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109447
Peter Bergner changed:
What|Removed |Added
Ever confirmed|0 |1
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109447
Peter Bergner changed:
What|Removed |Added
Last reconfirmed||2023-4-8
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109356
--- Comment #6 from Jonny Grant ---
Tried a few other compilers on godbolt.
ICC gets the warning on line 6
https://godbolt.org/z/fYb9c8f61
nvc++ gives the warning on line 6
https://godbolt.org/z/xvh67odzY
MSVC and Clang don't.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105628
Jeffrey A. Law changed:
What|Removed |Added
CC||law at gcc dot gnu.org
Prior
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109190
--- Comment #3 from Geoffrey ---
(In reply to Xi Ruoyao from comment #2)
> With -O0 GCC does not attempt to analyze any loops. I doubt if "-O0
> -fanalyzer" really makes sense. Maybe we should just emit a warning when
> -fanalyzer is used with
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105715
Jeffrey A. Law changed:
What|Removed |Added
Priority|P3 |P2
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105832
Jeffrey A. Law changed:
What|Removed |Added
CC||law at gcc dot gnu.org
Prior
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105834
Jeffrey A. Law changed:
What|Removed |Added
Priority|P3 |P2
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106240
Jeffrey A. Law changed:
What|Removed |Added
Priority|P3 |P2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106511
Jeffrey A. Law changed:
What|Removed |Added
Priority|P3 |P2
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107270
Jeffrey A. Law changed:
What|Removed |Added
CC||law at gcc dot gnu.org
Prior
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107823
Jeffrey A. Law changed:
What|Removed |Added
CC||law at gcc dot gnu.org
Prior
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108197
Jeffrey A. Law changed:
What|Removed |Added
CC||law at gcc dot gnu.org
Prior
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108351
Jeffrey A. Law changed:
What|Removed |Added
Priority|P3 |P2
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108355
Jeffrey A. Law changed:
What|Removed |Added
CC||law at gcc dot gnu.org
Prior
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108358
Jeffrey A. Law changed:
What|Removed |Added
CC||law at gcc dot gnu.org
Prior
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108360
Jeffrey A. Law changed:
What|Removed |Added
Priority|P3 |P2
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108895
Jeffrey A. Law changed:
What|Removed |Added
Priority|P3 |P4
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108947
Jeffrey A. Law changed:
What|Removed |Added
Priority|P3 |P1
--- Comment #4 from Jeffrey A. Law
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109104
Jeffrey A. Law changed:
What|Removed |Added
CC||law at gcc dot gnu.org
Prior
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109381
Jeffrey A. Law changed:
What|Removed |Added
Priority|P3 |P2
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109434
Jeffrey A. Law changed:
What|Removed |Added
CC||law at gcc dot gnu.org
Prior
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109402
Jeffrey A. Law changed:
What|Removed |Added
CC||law at gcc dot gnu.org
Resolut
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109402
--- Comment #3 from CVS Commits ---
The master branch has been updated by Jeff Law :
https://gcc.gnu.org/g:79fb2de020c499bd01708e1418965a11166b7d5b
commit r13-7123-g79fb2de020c499bd01708e1418965a11166b7d5b
Author: Tetsuma Hoshino
Date: Sat
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102111
Paul Thomas changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87477
Bug 87477 depends on bug 102111, which changed state.
Bug 102111 Summary: Segfault with associate to derived type with allocatable
component
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102111
What|Removed |Add
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109324
--- Comment #2 from Jan Dubiec ---
It seems that msp430-elf has similar problem:
build/genrecog.exe ../../../gcc/gcc/common.md
../../../gcc/gcc/config/msp430/msp430.md \
insn-conditions.md > tmp-recog.cc
../../../gcc/gcc/config/msp430/msp430.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106918
Paul Thomas changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105205
Paul Thomas changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98408
Paul Thomas changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87477
Bug 87477 depends on bug 102106, which changed state.
Bug 102106 Summary: Freeing unallocated memory, with associate to derived type
with polymorphic component
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102106
What|Removed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102106
Paul Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87477
Bug 87477 depends on bug 100948, which changed state.
Bug 100948 Summary: [12/13 Regression] ICE in gfc_conv_expr_val, at
fortran/trans-expr.c:9069
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100948
What|Removed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100948
Paul Thomas changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87477
Bug 87477 depends on bug 93813, which changed state.
Bug 93813 Summary: [10/11/12/13 Regression] ICE in gfc_trans_select_type_cases,
at fortran/trans-stmt.c:2874
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93813
What|Removed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93813
Paul Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87477
Bug 87477 depends on bug 93339, which changed state.
Bug 93339 Summary: [10/11/12/13 Regression] ICE in gimplify_var_or_parm_decl,
at gimplify.c:2830
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93339
What|Removed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93339
Paul Thomas changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87477
Bug 87477 depends on bug 92779, which changed state.
Bug 92779 Summary: [10/11/12/13 Regression] ICE in gfc_conv_intrinsic_funcall,
at fortran/trans-intrinsic.c:4225
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92779
What|Removed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92779
Paul Thomas changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87477
Bug 87477 depends on bug 91941, which changed state.
Bug 91941 Summary: [10/11/12/13 Regression] ICE in gfc_conv_expr_descriptor, at
fortran/trans-array.c:7336
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91941
What|Removed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91941
Paul Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87477
Bug 87477 depends on bug 88247, which changed state.
Bug 88247 Summary: [10/11/12/13 Regression] ICE in get_array_ctor_var_strlen,
at fortran/trans-array.c:2068
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88247
What|Removed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88247
Paul Thomas changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83700
Bug 83700 depends on bug 88247, which changed state.
Bug 88247 Summary: [10/11/12/13 Regression] ICE in get_array_ctor_var_strlen,
at fortran/trans-array.c:2068
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88247
What|Removed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85686
Paul Thomas changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87477
Bug 87477 depends on bug 85686, which changed state.
Bug 85686 Summary: [10/11/12/13 Regression] ICE in
gfc_conv_scalarized_array_ref, at fortran/trans-array.c:3385
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85686
What|Removed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109450
Bug ID: 109450
Summary: Wrong code for VLA in struct sithe size expression
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Compo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106918
--- Comment #1 from CVS Commits ---
The master branch has been updated by Paul Thomas :
https://gcc.gnu.org/g:eac493851f07df98213ecf67a5e9ab41a7babcd2
commit r13-7121-geac493851f07df98213ecf67a5e9ab41a7babcd2
Author: Paul Thomas
Date: Sat A
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93813
--- Comment #7 from CVS Commits ---
The master branch has been updated by Paul Thomas :
https://gcc.gnu.org/g:eac493851f07df98213ecf67a5e9ab41a7babcd2
commit r13-7121-geac493851f07df98213ecf67a5e9ab41a7babcd2
Author: Paul Thomas
Date: Sat Ap
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105205
--- Comment #2 from CVS Commits ---
The master branch has been updated by Paul Thomas :
https://gcc.gnu.org/g:eac493851f07df98213ecf67a5e9ab41a7babcd2
commit r13-7121-geac493851f07df98213ecf67a5e9ab41a7babcd2
Author: Paul Thomas
Date: Sat A
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98408
--- Comment #4 from CVS Commits ---
The master branch has been updated by Paul Thomas :
https://gcc.gnu.org/g:eac493851f07df98213ecf67a5e9ab41a7babcd2
commit r13-7121-geac493851f07df98213ecf67a5e9ab41a7babcd2
Author: Paul Thomas
Date: Sat Ap
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93339
--- Comment #8 from CVS Commits ---
The master branch has been updated by Paul Thomas :
https://gcc.gnu.org/g:eac493851f07df98213ecf67a5e9ab41a7babcd2
commit r13-7121-geac493851f07df98213ecf67a5e9ab41a7babcd2
Author: Paul Thomas
Date: Sat Ap
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91941
--- Comment #7 from CVS Commits ---
The master branch has been updated by Paul Thomas :
https://gcc.gnu.org/g:eac493851f07df98213ecf67a5e9ab41a7babcd2
commit r13-7121-geac493851f07df98213ecf67a5e9ab41a7babcd2
Author: Paul Thomas
Date: Sat Ap
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102106
--- Comment #3 from CVS Commits ---
The master branch has been updated by Paul Thomas :
https://gcc.gnu.org/g:eac493851f07df98213ecf67a5e9ab41a7babcd2
commit r13-7121-geac493851f07df98213ecf67a5e9ab41a7babcd2
Author: Paul Thomas
Date: Sat A
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88247
--- Comment #12 from CVS Commits ---
The master branch has been updated by Paul Thomas :
https://gcc.gnu.org/g:eac493851f07df98213ecf67a5e9ab41a7babcd2
commit r13-7121-geac493851f07df98213ecf67a5e9ab41a7babcd2
Author: Paul Thomas
Date: Sat A
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92779
--- Comment #8 from CVS Commits ---
The master branch has been updated by Paul Thomas :
https://gcc.gnu.org/g:eac493851f07df98213ecf67a5e9ab41a7babcd2
commit r13-7121-geac493851f07df98213ecf67a5e9ab41a7babcd2
Author: Paul Thomas
Date: Sat Ap
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100948
--- Comment #10 from CVS Commits ---
The master branch has been updated by Paul Thomas :
https://gcc.gnu.org/g:eac493851f07df98213ecf67a5e9ab41a7babcd2
commit r13-7121-geac493851f07df98213ecf67a5e9ab41a7babcd2
Author: Paul Thomas
Date: Sat
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85686
--- Comment #11 from CVS Commits ---
The master branch has been updated by Paul Thomas :
https://gcc.gnu.org/g:eac493851f07df98213ecf67a5e9ab41a7babcd2
commit r13-7121-geac493851f07df98213ecf67a5e9ab41a7babcd2
Author: Paul Thomas
Date: Sat A
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87477
--- Comment #2 from CVS Commits ---
The master branch has been updated by Paul Thomas :
https://gcc.gnu.org/g:eac493851f07df98213ecf67a5e9ab41a7babcd2
commit r13-7121-geac493851f07df98213ecf67a5e9ab41a7babcd2
Author: Paul Thomas
Date: Sat Ap
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109449
Bug ID: 109449
Summary: false positive stringop-overflow
Product: gcc
Version: 12.2.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: middle-end
94 matches
Mail list logo