gcc version 7.0.0 20160502 (experimental) [trunk revision 235731] (GCC)
$
$ gcc-trunk -m32 -O0 small.c; ./a.out
$ gcc-trunk -m64 -O1 small.c; ./a.out
$
$ gcc-trunk -m32 -O1 small.c
$ ./a.out
Aborted (core dumped)
$
---
#pragma pack(1)
struct S0
{
int
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70920
Bug ID: 70920
Summary: if ((intptr_t)ptr == 0) doesn't get simplified to if
(ptr == 0)
Product: gcc
Version: 6.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70890
Alan Modra changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned at g
.
sparc-rtems4.12-gcc --version
sparc-rtems4.12-gcc (GCC) 6.1.1 20160502 [gcc-6-branch revision
cf53985:351726f:7429c1e9312a17e16f7d5be217ca79b82e56d01b]
Copyright (C) 2016 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70916
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70919
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70891
Marek Polacek changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70916
--- Comment #2 from Jakub Jelinek ---
For the ICE the fix is easy:
--- tree-vect-patterns.c.jj12016-03-23 10:51:23.0 +0100
+++ tree-vect-patterns.c2016-05-03 08:39:17.779229143 +0200
@@ -3673,8 +3673,10 @@ vect_recog_mask_conv
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70890
Alan Modra changed:
What|Removed |Added
Target|ia64-*-*|ia64-*-*, powerpc64-linux
Priorit
101 - 109 of 109 matches
Mail list logo