https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110799
--- Comment #11 from rguenther at suse dot de ---
On Wed, 26 Jul 2023, amonakov at gcc dot gnu.org wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110799
>
> --- Comment #9 from Alexander Monakov ---
> (In reply to Tom de Vries from com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110757
--- Comment #4 from Jan Hubicka ---
Most of the profile based regression is gone between
g:1c6231c05bdccab3 (2023-07-21 03:06)
and
g:f33fdf9e7c038639 (2023-07-23 00:17)
This should be:
commit a31ef26b056d0c4f0a9f08b6eb81456ea257298e
Author: Ja
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110799
--- Comment #12 from Jakub Jelinek ---
For TSAN, any optimization that hoists loads like that after the tsan/tsan0
passes doesn't really matter and for those that do happen before the
possibilities are either to disable those optimizations when
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110762
Uroš Bizjak changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110807
Richard Biener changed:
What|Removed |Added
Ever confirmed|0 |1
Component|tree-optimization
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110811
Bug ID: 110811
Summary: under-optimized code for x86_64
Product: gcc
Version: 13.1.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: target
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110762
--- Comment #17 from Richard Biener ---
(In reply to Uroš Bizjak from comment #16)
> Created attachment 55636 [details]
> Proposed patch
>
> Proposed patch clears the upper half of a V4SFmode operand register before
> all potentially trapping i
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110812
Bug ID: 110812
Summary: Missing TARGET_OPTION_SAVE/RESTORE on riscv
Product: gcc
Version: 13.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: targ
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110741
--- Comment #4 from CVS Commits ---
The master branch has been updated by Kewen Lin :
https://gcc.gnu.org/g:96a839233ced3a0bfc3d5492a6d8b102e6981472
commit r14-2781-g96a839233ced3a0bfc3d5492a6d8b102e6981472
Author: Kewen Lin
Date: Wed Jul 2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110755
--- Comment #11 from CVS Commits ---
The master branch has been updated by Jakub Jelinek :
https://gcc.gnu.org/g:21da32d995c8b574c929ec420cd3b0fcfe6fa4fe
commit r14-2782-g21da32d995c8b574c929ec420cd3b0fcfe6fa4fe
Author: Jakub Jelinek
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110762
--- Comment #18 from Uroš Bizjak ---
(In reply to Richard Biener from comment #17)
> > compiles to:
> >
> > movq%xmm1, %xmm1# 8 [c=4 l=4] *vec_concatv4sf_0
> > movq%xmm0, %xmm0# 9 [c=4 l=4] *vec_concatv
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106081
--- Comment #9 from Richard Biener ---
So I can adjust change_layout_cost in a bit awkward way, but it seems that
internal_node_cost would already work out that a permute can be merged into
an existing permute.
It seems that existing permutes a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106081
Richard Biener changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |rguenth at gcc dot
gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110799
--- Comment #13 from CVS Commits ---
The master branch has been updated by Richard Biener :
https://gcc.gnu.org/g:565e0e80660dac24e5193873ca07542b99cd8bc3
commit r14-2783-g565e0e80660dac24e5193873ca07542b99cd8bc3
Author: Richard Biener
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110812
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110811
Richard Biener changed:
What|Removed |Added
Keywords||missed-optimization
Last reconfirmed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110755
Jakub Jelinek changed:
What|Removed |Added
Keywords|needs-bisection |
Summary|[13/14 Regression]
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110812
Kito Cheng changed:
What|Removed |Added
Status|NEW |ASSIGNED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106081
--- Comment #10 from rsandifo at gcc dot gnu.org
---
(In reply to Richard Biener from comment #9)
> So I can adjust change_layout_cost in a bit awkward way, but it seems that
> internal_node_cost would already work out that a permute can be mer
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110799
--- Comment #14 from Richard Biener ---
The PRE/hoisting bug is fixed now.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101581
--- Comment #1 from Tobias Burnus ---
For omp_target_memcpy_rect, see:
"[patch] OpenMP: Call cuMemcpy2D/cuMemcpy3D for nvptx for
omp_target_memcpy_rect"
https://gcc.gnu.org/pipermail/gcc-patches/2023-July/625465.html
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110762
--- Comment #19 from CVS Commits ---
The master branch has been updated by Uros Bizjak :
https://gcc.gnu.org/g:ade30fad6669e5f34ca4c587c724d74ecc953175
commit r14-2786-gade30fad6669e5f34ca4c587c724d74ecc953175
Author: Uros Bizjak
Date: Wed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106081
--- Comment #11 from Richard Biener ---
(In reply to rsand...@gcc.gnu.org from comment #10)
> (In reply to Richard Biener from comment #9)
[...]
> > The following elides the unnecessary permutation for this special case
> > (but not the general
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110813
Bug ID: 110813
Summary: [OpenMP] omp_target_memcpy_rect (+ strided 'target
update'): Improve GCN performance and contiguous
subranges
Product: gcc
Version: 14.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106081
--- Comment #12 from Richard Biener ---
Btw, I see we actually materialize a permute before the splat:
t.c:14:24: note: node 0x5b311c0 (max_nunits=1, refcnt=2) vector(2) double
t.c:14:24: note: op: VEC_PERM_EXPR
t.c:14:24: note:stmt
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106081
--- Comment #13 from rsandifo at gcc dot gnu.org
---
(In reply to Richard Biener from comment #12)
> Btw, I see we actually materialize a permute before the splat:
>
> t.c:14:24: note: node 0x5b311c0 (max_nunits=1, refcnt=2) vector(2) double
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106081
--- Comment #14 from rsandifo at gcc dot gnu.org
---
FWIW, changing:
if (!STMT_VINFO_GROUPED_ACCESS (dr_stmt))
continue;
to:
if (!STMT_VINFO_GROUPED_ACCESS (dr_stmt))
{
partition.layo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110763
--- Comment #1 from CVS Commits ---
The master branch has been updated by Siddhesh Poyarekar
:
https://gcc.gnu.org/g:386df7ce7b38ef00e28080a779ef2dfd6949cf15
commit r14-2789-g386df7ce7b38ef00e28080a779ef2dfd6949cf15
Author: Siddhesh Poyarekar
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53257
Jonathan Wakely changed:
What|Removed |Added
Resolution|--- |WORKSFORME
Status|UNCONFIR
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110763
Siddhesh Poyarekar changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110807
--- Comment #3 from Jonathan Wakely ---
I think this is the same warning that causes libstdc++ testsuite failures when
testing with --target_board=unix/-D_GLIBCXX_DEBUG
FAIL: 23_containers/vector/bool/swap.cc (test for excess errors)
I thought
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110814
Bug ID: 110814
Summary: Address Sanitizer misses 'global-buffer-overflow' for
const arrays
Product: gcc
Version: 13.1.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106081
--- Comment #15 from rguenther at suse dot de ---
On Wed, 26 Jul 2023, rsandifo at gcc dot gnu.org wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106081
>
> --- Comment #14 from rsandifo at gcc dot gnu.org gnu.org> ---
> FWIW, changing
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110758
Jan Hubicka changed:
What|Removed |Added
Last reconfirmed||2023-07-26
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102989
Jakub Jelinek changed:
What|Removed |Added
Attachment #55628|0 |1
is obsolete|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106081
--- Comment #16 from CVS Commits ---
The master branch has been updated by Richard Biener :
https://gcc.gnu.org/g:5d09fb683a8abce49dc0992f5102aa0189f8f632
commit r14-2790-g5d09fb683a8abce49dc0992f5102aa0189f8f632
Author: Richard Biener
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106081
Richard Biener changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53947
Bug 53947 depends on bug 106081, which changed state.
Bug 106081 Summary: missed vectorization
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106081
What|Removed |Added
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 106081, which changed state.
Bug 106081 Summary: missed vectorization
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106081
What|Removed |Added
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110807
Jonathan Wakely changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110807
Jonathan Wakely changed:
What|Removed |Added
Target Milestone|13.2|13.3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108080
Matthias Klose changed:
What|Removed |Added
CC||doko at gcc dot gnu.org
--- Comment #3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108080
--- Comment #4 from Matthias Klose ---
the original attached test case also fails
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110815
Bug ID: 110815
Summary: [static] not as useful as the nonnull attribute
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Componen
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110816
Bug ID: 110816
Summary: Emit initialization code for empty class under
-ftrivial-auto-var-init
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: norm
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110809
Patrick Palka changed:
What|Removed |Added
CC||ppalka at gcc dot gnu.org
S
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110815
--- Comment #1 from Martin Uecker ---
Created attachment 55638
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=55638&action=edit
patch
This patch would synthesize a nonnull attribute for such parameters, making
this fully equivalent.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104940
--- Comment #4 from CVS Commits ---
The master branch has been updated by David Malcolm :
https://gcc.gnu.org/g:9d804f9b2709b38235a2fe4c6705f2af6784aa2a
commit r14-2793-g9d804f9b2709b38235a2fe4c6705f2af6784aa2a
Author: David Malcolm
Date: W
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110816
--- Comment #1 from Jonathan Wakely ---
The testcase is:
struct f { void crash(); };
void bar(bool cond) {
f t;
if(cond)
t.crash();
//user(&t);
}
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106310
Jason Merrill changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned
sr/bin/armv7a-hardfloat-linux-gnueabi-as --disable-libstdcxx-pch
--prefix=/repo/gcc-trunk//binary-trunk-20230726115220-g819f3d3692c-checking-yes-rtl-df-extra-sanitizer-armv7a-hardfloat
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 14.0.0 20230726 (experimental) (GCC)
$
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84542
--- Comment #5 from CVS Commits ---
The master branch has been updated by Jonathan Wakely :
https://gcc.gnu.org/g:c01b344e814001e07fd304ce98d013d811e90192
commit r14-2796-gc01b344e814001e07fd304ce98d013d811e90192
Author: Jonathan Wakely
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110807
--- Comment #5 from CVS Commits ---
The master branch has been updated by Jonathan Wakely :
https://gcc.gnu.org/g:7931a1de9ec87b996d51d3d60786f5c81f63919f
commit r14-2797-g7931a1de9ec87b996d51d3d60786f5c81f63919f
Author: Jonathan Wakely
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110807
Jonathan Wakely changed:
What|Removed |Added
Summary|[13/14 Regression] Copy |[13 Regression] Copy list
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110816
--- Comment #2 from Andrew Pinski ---
> This potentially leaks a byte of memory.
The only way to access that byte is to use memcpy or via char.
-ftrivial-auto-var-init is not designed for security this way but rather for
normal code ...
IIRC
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110818
Bug ID: 110818
Summary: Segmentation fault with '-O3 -fno-dce -fno-ipa-cp
-fno-tree-dce -fno-tree-sink'
Product: gcc
Version: 11.4.1
Status: UNCONFIRMED
Severi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110816
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110818
--- Comment #1 from Andrew Pinski ---
The reduced testcase is undefined code
Though the original is most likely well defined valid code.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110818
--- Comment #2 from CTC <19373742 at buaa dot edu.cn> ---
(In reply to Andrew Pinski from comment #1)
> The reduced testcase is undefined code
> Though the original is most likely well defined valid code.
I tried to add "-fsanitize=undefine
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110818
--- Comment #3 from CTC <19373742 at buaa dot edu.cn> ---
Created attachment 55641
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=55641&action=edit
The compiler output
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110819
Bug ID: 110819
Summary: Missed optimization: when vector size is 0 but
vector::reserve has been called.
Product: gcc
Version: unknown
Status: UNCONFIRMED
Sever
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110819
Andrew Pinski changed:
What|Removed |Added
Component|c++ |tree-optimization
Keywords|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106310
--- Comment #9 from CVS Commits ---
The trunk branch has been updated by Jason Merrill :
https://gcc.gnu.org/g:51b997ea1d07465cb0208c711975b545872a2d2b
commit r14-2799-g51b997ea1d07465cb0208c711975b545872a2d2b
Author: Jason Merrill
Date: We
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110796
Richard Earnshaw changed:
What|Removed |Added
Last reconfirmed||2023-07-26
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109365
--- Comment #6 from Benjamin Priour ---
(In reply to David Malcolm from comment #5)
> (In reply to Benjamin Priour from comment #4)
> > (In reply to Benjamin Priour from comment #3)
>
> Here's a link to the reproducer:
> https://godbolt.org/z
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110820
Bug ID: 110820
Summary: vector_size attribute does not apply inside a template
nttp argument
Product: gcc
Version: 14.0
Status: UNCONFIRMED
Keywords: diagnosti
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102989
Jakub Jelinek changed:
What|Removed |Added
Attachment #55637|0 |1
is obsolete|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110817
Andrew Pinski changed:
What|Removed |Added
Target|riscv64-unknown-linux-gnu |
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110817
Andrew Pinski changed:
What|Removed |Added
Ever confirmed|0 |1
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110819
Jonathan Wakely changed:
What|Removed |Added
See Also||https://gcc.gnu.org/bugzill
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110821
Bug ID: 110821
Summary: gcc inline asm for the riscv architecture with the BNE
(and possibly other instructions)
Product: gcc
Version: 14.0
Status: UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106472
Дилян Палаузов changed:
What|Removed |Added
CC||dilyan.palauzov at aegee dot
org
---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110807
--- Comment #7 from CVS Commits ---
The master branch has been updated by Jonathan Wakely :
https://gcc.gnu.org/g:f30e62b0ee05befd20863466d1fb55a34d15c228
commit r14-2802-gf30e62b0ee05befd20863466d1fb55a34d15c228
Author: Jonathan Wakely
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110821
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110821
--- Comment #2 from David CARLIER ---
Ah, makes sense sorry for the disturbance. thanks
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68569
--- Comment #8 from anlauf at gcc dot gnu.org ---
Submitted (v2): https://gcc.gnu.org/pipermail/fortran/2023-July/059652.html
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106310
Jason Merrill changed:
What|Removed |Added
Known to work||11.3.0, 14.0
Summary|[12/13/
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110822
Bug ID: 110822
Summary: ICE on constexpr initialized with non-constant
expression also accepts-invalid
Product: gcc
Version: 14.0
Status: UNCONFIRMED
Severity:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110822
Andrew Pinski changed:
What|Removed |Added
Summary|ICE on constexpr|[13/14 Regression] ICE on
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110823
Bug ID: 110823
Summary: [missed optimization] >50% speedup for x86-64 ASCII
processing a la GNU diffutils
Product: gcc
Version: 13.1.1
Status: UNCONFIRMED
Seve
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110823
--- Comment #1 from Paul Eggert ---
Created attachment 55644
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=55644&action=edit
gcc -O2 -S output (from code-mbcel1.i)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110823
Andrew Pinski changed:
What|Removed |Added
Keywords||missed-optimization
Severity|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110823
--- Comment #2 from Paul Eggert ---
Created attachment 55645
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=55645&action=edit
code-mbcel1.s with the optimization suggested in the bug report
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68569
--- Comment #9 from CVS Commits ---
The master branch has been updated by Harald Anlauf :
https://gcc.gnu.org/g:27ba73644f53c118e3f9b3fe9cd792210696ec55
commit r14-2805-g27ba73644f53c118e3f9b3fe9cd792210696ec55
Author: Harald Anlauf
Date: We
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68569
anlauf at gcc dot gnu.org changed:
What|Removed |Added
Resolution|--- |FIXED
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=33056
Bug 33056 depends on bug 68569, which changed state.
Bug 68569 Summary: ICE with automatic character object and DATA
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68569
What|Removed |Added
---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110823
--- Comment #3 from Andrew Pinski ---
The gimple level looks like:
```
if (_54 >= 0)
goto ; [90.00%]
else
goto ; [10.00%]
[local count: 63261141172]:
_18 = (unsigned int) _54;
goto ; [100.00%]
...
len_37 = mbrtoc32 (&ch, it
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110824
Bug ID: 110824
Summary: Gcc crashing on a lambda capture
Product: gcc
Version: 11.3.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80256
anlauf at gcc dot gnu.org changed:
What|Removed |Added
Status|REOPENED|WAITING
--- Comment #7 from a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110825
Bug ID: 110825
Summary: TYPE(*) dummy argument to generate an unused hidden
argument
Product: gcc
Version: 14.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110825
kargl at gcc dot gnu.org changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Priority|P3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110824
--- Comment #1 from Andrew Pinski ---
Reducing to see if it is reproducible on the trunk ...
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110809
--- Comment #7 from CVS Commits ---
The master branch has been updated by Patrick Palka :
https://gcc.gnu.org/g:744e1f35266dbd6b6fb95c7e8422562815f8b56f
commit r14-2806-g744e1f35266dbd6b6fb95c7e8422562815f8b56f
Author: Patrick Palka
Date: W
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110809
Patrick Palka changed:
What|Removed |Added
Target Milestone|--- |13.3
--- Comment #8 from Patrick Palka
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110825
--- Comment #1 from anlauf at gcc dot gnu.org ---
(In reply to kargl from comment #0)
> Thus, when compiled and executed the program hits 'STOP 1'. Likely,
> gfortran needs to add a possibly unused hidden argument to the argument list
> for a TY
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110826
Bug ID: 110826
Summary: Fortran array of derived type with a pointer to
function with dimensional arguments
Product: gcc
Version: 13.1.0
Status: UNCONFIRMED
Se
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110825
anlauf at gcc dot gnu.org changed:
What|Removed |Added
CC||anlauf at gcc dot gnu.org
--
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110566
--- Comment #3 from CVS Commits ---
The master branch has been updated by Patrick Palka :
https://gcc.gnu.org/g:b3adcc60dcf3314f47f5409aecef40607f82b80b
commit r14-2809-gb3adcc60dcf3314f47f5409aecef40607f82b80b
Author: Patrick Palka
Date: W
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108179
--- Comment #10 from CVS Commits ---
The master branch has been updated by Patrick Palka :
https://gcc.gnu.org/g:b3adcc60dcf3314f47f5409aecef40607f82b80b
commit r14-2809-gb3adcc60dcf3314f47f5409aecef40607f82b80b
Author: Patrick Palka
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108179
--- Comment #11 from CVS Commits ---
The master branch has been updated by Patrick Palka :
https://gcc.gnu.org/g:b8218eb2266811991b8163f36d5c1d974cb50b93
commit r14-2810-gb8218eb2266811991b8163f36d5c1d974cb50b93
Author: Patrick Palka
Date:
1 - 100 of 120 matches
Mail list logo