https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82303
--- Comment #10 from H.J. Lu ---
(In reply to Thomas Garnier from comment #9)
> I tested the change against a modified version of the proposed Linux x86_64
> PIE support. The changes removes all the PLT32 and GOT64 entry but I still
> get R_X86_6
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83660
kelvin at gcc dot gnu.org changed:
What|Removed |Added
Assignee|kelvin at gcc dot gnu.org |unassigned at gcc dot
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83946
--- Comment #2 from David Edelsohn ---
Created attachment 43191
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43191&action=edit
proposed patch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83946
--- Comment #3 from Jakub Jelinek ---
Does $ instead of . work on non-AIX though, and even if it does, isn't .
preferrable? I.e. shouldn't the changes be conditional on AIX (or just AIX
assembler, GAS should handle . on all targets)?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83946
--- Comment #4 from David Edelsohn ---
The rest of rs6000.md uses "$" unconditionally for the same purpose, although
common parts of GCC uses ".".
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78809
--- Comment #23 from Qing Zhao ---
I have an implementation for the part C of this task in my private space:
part C: for strcmp (s1, s2), strncmp (s1, s2, n):
if the result is NOT used to do simple equality test against zero, one of
"s1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78809
--- Comment #24 from Qing Zhao ---
From the above, we can see:
even with n is as big as 20, inlined version is much faster than the
non-inlined version, both on aarch64 (no hardware string compare insn provided)
and X86 (hardware string compa
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83946
Bill Schmidt changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |wschmidt at gcc dot
gnu.org
--- C
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83947
Bug ID: 83947
Summary: ICE on invalid C++ code with auto: in tsubst_decl, at
cp/pt.c:13046
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78809
--- Comment #25 from Wilco ---
(In reply to Qing Zhao from comment #24)
> From the above, we can see:
> even with n is as big as 20, inlined version is much faster than the
> non-inlined version, both on aarch64 (no hardware string compare in
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83948
Bug ID: 83948
Summary: Thread safety issue writing to internal file -
libgfortran
Product: gcc
Version: 7.2.0
Status: UNCONFIRMED
Severity: normal
Pri
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83948
--- Comment #1 from Bill Long ---
The same code compiles and executes OK at 20 threads with other compilers. The
size of the internal file is small (700 bytes).
I removed the compressed preprocessed file, as your email server does not
accept an email of this size.
I tried before to get an account at GCC bug tracker but was ignored.
Peter
From: Foelsche, Peter
Sent: Friday, January 19, 2018 16:01
To: 'gcc-bugs@gcc.gnu.org'
Subject: internal compiler er
Note that crash only happens when using -g
Peter
-Original Message-
From: gcc-bugs-ow...@gcc.gnu.org [mailto:gcc-bugs-ow...@gcc.gnu.org] On Behalf
Of Foelsche, Peter
Sent: Friday, January 19, 2018 16:06
To: gcc-bugs@gcc.gnu.org
Subject: FW: internal compiler error: Segmentation fault (al
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83147
--- Comment #4 from Vladimir Makarov ---
Author: vmakarov
Date: Fri Jan 19 22:16:30 2018
New Revision: 256902
URL: https://gcc.gnu.org/viewcvs?rev=256902&root=gcc&view=rev
Log:
2018-01-19 Andreas Krebbel
PR rtl-optimization/83147
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83949
Bug ID: 83949
Summary: internal compiler error: Segmentation fault (only with
-g)
Product: gcc
Version: 5.3.0
Status: UNCONFIRMED
Severity: normal
Pri
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83949
--- Comment #1 from Peter Foelsche ---
Created attachment 43192
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43192&action=edit
compiler stdout/stderr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83949
--- Comment #2 from Peter Foelsche ---
Created attachment 43193
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43193&action=edit
*.ii compressed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83919
--- Comment #3 from Jakub Jelinek ---
Author: jakub
Date: Fri Jan 19 22:35:09 2018
New Revision: 256903
URL: https://gcc.gnu.org/viewcvs?rev=256903&root=gcc&view=rev
Log:
PR c++/83919
* typeck.c (convert_for_assignment): Suppress
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81570
--- Comment #7 from Jakub Jelinek ---
Author: jakub
Date: Fri Jan 19 22:36:04 2018
New Revision: 256904
URL: https://gcc.gnu.org/viewcvs?rev=256904&root=gcc&view=rev
Log:
PR debug/81570
PR debug/83728
* dwarf2cfi.c (DEFAU
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83728
--- Comment #7 from Jakub Jelinek ---
Author: jakub
Date: Fri Jan 19 22:36:04 2018
New Revision: 256904
URL: https://gcc.gnu.org/viewcvs?rev=256904&root=gcc&view=rev
Log:
PR debug/81570
PR debug/83728
* dwarf2cfi.c (DEFAU
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81167
--- Comment #10 from Jakub Jelinek ---
Author: jakub
Date: Fri Jan 19 22:37:37 2018
New Revision: 256905
URL: https://gcc.gnu.org/viewcvs?rev=256905&root=gcc&view=rev
Log:
PR c++/81167
* call.c (joust): Use TREE_TYPE (source) if
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83949
--- Comment #3 from Peter Foelsche ---
also happens with
pfoelsch@TXA-PFOELSCH-LT:/mnt/d/BSIMSOI$ g++-7 --version
g++-7 (Ubuntu 7.2.0-1ubuntu1~16.04) 7.2.0
Copyright (C) 2017 Free Software Foundation, Inc.
This is free software; see the source
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61458
Arthur O'Dwyer changed:
What|Removed |Added
CC||arthur.j.odwyer at gmail dot
com
--- C
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81167
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83919
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83728
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80768
--- Comment #7 from kargl at gcc dot gnu.org ---
Author: kargl
Date: Fri Jan 19 23:28:18 2018
New Revision: 256906
URL: https://gcc.gnu.org/viewcvs?rev=256906&root=gcc&view=rev
Log:
2018-01-19 Steven G. Kargl
PR fortran/80768
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80768
--- Comment #8 from kargl at gcc dot gnu.org ---
Author: kargl
Date: Fri Jan 19 23:37:29 2018
New Revision: 256907
URL: https://gcc.gnu.org/viewcvs?rev=256907&root=gcc&view=rev
Log:
2018-01-19 Steven G. Kargl
Backport of r250734 from
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80768
--- Comment #9 from kargl at gcc dot gnu.org ---
Author: kargl
Date: Fri Jan 19 23:51:18 2018
New Revision: 256908
URL: https://gcc.gnu.org/viewcvs?rev=256908&root=gcc&view=rev
Log:
2018-01-19 Steven G. Kargl
Backport of r250734 from
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80768
kargl at gcc dot gnu.org changed:
What|Removed |Added
Priority|P3 |P4
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66310
--- Comment #18 from Jerry DeLisle ---
Can this be closed.
= json.j("");
for (size_t i;;)
jservers->at(i);
} catch (int) {
}
}
$ g++ --version
g++ (GCC) 8.0.1 20180119 (experimental)
Copyright (C) 2018 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even fo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83900
--- Comment #5 from kargl at gcc dot gnu.org ---
Author: kargl
Date: Sat Jan 20 06:15:55 2018
New Revision: 256912
URL: https://gcc.gnu.org/viewcvs?rev=256912&root=gcc&view=rev
Log:
2018-01-19 Steven G. Kargl
PR fortran/83900
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83900
--- Comment #6 from kargl at gcc dot gnu.org ---
Author: kargl
Date: Sat Jan 20 07:00:43 2018
New Revision: 256913
URL: https://gcc.gnu.org/viewcvs?rev=256913&root=gcc&view=rev
Log:
2018-01-19 Steven G. Kargl
PR fortran/83900
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83589
--- Comment #3 from Tom de Vries ---
(In reply to Tom de Vries from comment #2)
> This looks like another nvidia driver problem (with driver version 384.111).
Confirmed.
The empty branch
> @ %r36 bra $L5;
> $L5:
is translated into:
...
101 - 136 of 136 matches
Mail list logo