https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77765
Bug ID: 77765
Summary: ICE in gfc_match_oacc_routine, at
fortran/openmp.c:1781
Product: gcc
Version: 7.0
Status: UNCONFIRMED
Severity: normal
Priority
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77710
--- Comment #3 from Martin Sebor ---
With GCC 7.0.0 20160927 configured with --build=x86_64-pc-linux-gnu
--host=x86_64-pc-linux-gnu --target=arm-none-eabi I get the expected output
(below). I see failures in other tests in the results reported
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77748
--- Comment #15 from Bernd Edlinger ---
Thanks. Again I could reproduce the issue with the assembler flle.
This time it fails in a memcmp.
Apparently the _M_string_length is uninitialized, but used in memcmp.
Can you try this?
Index: pr77550.C
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77722
--- Comment #2 from Jakub Jelinek ---
Author: jakub
Date: Tue Sep 27 18:15:21 2016
New Revision: 240555
URL: https://gcc.gnu.org/viewcvs?rev=240555&root=gcc&view=rev
Log:
PR c++/77722
* cp-gimplify.c (cp_ubsan_maybe_instrument_re
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58085
kargl at gcc dot gnu.org changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77753
Martin Sebor changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77748
--- Comment #16 from Christophe Lyon ---
Created attachment 39704
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39704&action=edit
preprocessed-v3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77748
--- Comment #17 from Christophe Lyon ---
Created attachment 39705
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39705&action=edit
assembler-v3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77748
--- Comment #18 from Christophe Lyon ---
Created attachment 39706
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39706&action=edit
qemu trace v3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77748
Christophe Lyon changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58618
kargl at gcc dot gnu.org changed:
What|Removed |Added
Keywords|ice-on-valid-code |wrong-code
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66317
Matthias Klose changed:
What|Removed |Added
Last reconfirmed||2016-9-27
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77763
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=77753
--- Comment #2 from Martin Sebor ---
Patch posted for review:
https://gcc.gnu.org/ml/gcc-patches/2016-09/msg02055.html
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77721
Martin Sebor changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77759
Eric Botcazou changed:
What|Removed |Added
Target|sparc64-linux-gnu |sparc64-*-*
Status|UNCONFIRM
-linux-gnu/7.0.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: ../gcc-source-trunk/configure --enable-languages=c,c++,lto
--prefix=/usr/local/gcc-trunk --disable-bootstrap
Thread model: posix
gcc version 7.0.0 20160927 (experimental) [trunk revision 240545] (GCC)
$
$ gcc-trunk -O2 small.c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77743
Martin Sebor changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60962
--- Comment #3 from joseph at codesourcery dot com ---
On Mon, 26 Sep 2016, rguenth at gcc dot gnu.org wrote:
> /* We want to canonicalize to positive real constants. Pretend
> that only negative ones can be easily negated. */
>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77748
--- Comment #20 from Bernd Edlinger ---
Bah. Your target defaults to -fshort-enums: that makes
the basic_string structure much too short it uses an array of enum
to keep it at the same size as the original.
Now please try this:
Index: pr7755
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77762
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77767
Bug ID: 77767
Summary: Side-effect from VLA array parameters lost
Product: gcc
Version: 7.0
Status: UNCONFIRMED
Keywords: wrong-code
Severity: normal
Priority:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77767
Joseph S. Myers changed:
What|Removed |Added
Target Milestone|--- |5.5
Summary|Side-effect fro
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77754
--- Comment #5 from joseph at codesourcery dot com ---
VLA side effects in function declarations that are not definitions should
be discarded. VLA side effects in function declarations that are
definitions should occur on entry to the function
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77762
Martin Sebor changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned at
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77748
--- Comment #21 from Christophe Lyon ---
Ha, indeed, that's one of the differences between arm-none-eabi and
arm-none-linux-gnueabi.
Using -fno-short-enums does make execution succeed, unfortunately the linker
complains because the startup code/
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77743
Alan Modra changed:
What|Removed |Added
Status|WAITING |NEW
--- Comment #2 from Alan Modra ---
I s
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77762
Martin Sebor changed:
What|Removed |Added
Keywords||patch
--- Comment #3 from Martin Sebor -
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77762
--- Comment #4 from Jakub Jelinek ---
Actually I've misremembered what we've added 12 years ago.
glibc has:
int
___vsnprintf_chk (char *s, size_t maxlen, int flags, size_t slen,
const char *format, va_list args)
{
/* XXX Maybe
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77743
Martin Sebor changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77735
Martin Sebor changed:
What|Removed |Added
Keywords||diagnostic
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77713
--- Comment #4 from Martin Sebor ---
It looks to me like the failures might be due to bad assumptions in the test
about the precision of type short, and due to bad assumptions about the output
of %a made in the pass itself. Let me look into fixi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77735
--- Comment #2 from Martin Sebor ---
*** Bug 77736 has been marked as a duplicate of this bug. ***
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77736
Martin Sebor changed:
What|Removed |Added
Keywords||diagnostic
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77735
--- Comment #3 from dave.anglin at bell dot net ---
On 2016-09-27, at 8:38 PM, msebor at gcc dot gnu.org wrote:
> I have reproduced the test failure with a cross-compiler for
> hppa-unknown-linux-gnu. The problem is due to the c_strlen function
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77766
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77748
--- Comment #22 from Bernd Edlinger ---
(In reply to Christophe Lyon from comment #21)
> Ha, indeed, that's one of the differences between arm-none-eabi and
> arm-none-linux-gnueabi.
>
> Using -fno-short-enums does make execution succeed, unfort
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77756
Andrew Pinski changed:
What|Removed |Added
Severity|major |normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77724
--- Comment #3 from Markus Trippelsdorf ---
Author: trippels
Date: Wed Sep 28 05:13:19 2016
New Revision: 240565
URL: https://gcc.gnu.org/viewcvs?rev=240565&root=gcc&view=rev
Log:
Fix PR tree-optimization/77724
2016-09-27 Robin Dapp
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77724
Markus Trippelsdorf changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77748
--- Comment #23 from Christophe Lyon ---
Yes, it does the trick.
Thanks!
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77768
Bug ID: 77768
Summary: [7 Regression] LTO/PGO -O3 bootstrap broken:
tree-vrp.c:11053:0: internal compiler error:
Segmentation fault
Product: gcc
Version: 7.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77769
Bug ID: 77769
Summary: function generated for OpenMP region uses wrong
instruction set
Product: gcc
Version: 6.2.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77769
Andrew Pinski changed:
What|Removed |Added
Keywords||rejects-valid
Component|other
101 - 144 of 144 matches
Mail list logo