https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66113
--- Comment #4 from Thomas Koenig ---
The reason is that I want to make creation of temporary
variables for arrays more sane.
Currently, temporary arrays are handled using an allocatable array
variable. This obviously does not work if -fno-reall
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66041
--- Comment #7 from Thomas Koenig ---
Author: tkoenig
Date: Tue May 12 06:37:43 2015
New Revision: 223031
URL: https://gcc.gnu.org/viewcvs?rev=223031&root=gcc&view=rev
Log:
2015-05-12 Thomas Koenig
PR fortran/66041
PR fortran
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=37131
--- Comment #30 from Thomas Koenig ---
Author: tkoenig
Date: Tue May 12 06:37:43 2015
New Revision: 223031
URL: https://gcc.gnu.org/viewcvs?rev=223031&root=gcc&view=rev
Log:
2015-05-12 Thomas Koenig
PR fortran/66041
PR fortra
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66117
--- Comment #3 from Paul Beeler ---
Final patch will work to be the most minimal for changes and HAVE_isl
https://github.com/SaberMod/GCC_SaberMod/commit/114e4e9470260a839d55aad2421fb646af12697b
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66117
--- Comment #2 from Paul Beeler ---
A second shot at a patch:
Included HAVE_isl in gcc/graphite-poly.h
Other files that include "graphite-poly.h" will have isl_constraint functions
defined.
https://github.com/SaberMod/GCC_SaberMod/commit/3494aee7
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66115
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66118
Bug ID: 66118
Summary: Compiler segmentation fault when compiling
std::function on aix6
Product: gcc
Version: 4.8.3
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66117
--- Comment #1 from Paul Beeler ---
Here is the gcc source:
https://github.com/SaberMod/GCC_SaberMod/tree/6.0.0
Also this patch seems to fix the issue:
https://github.com/SaberMod/GCC_SaberMod/commit/635b86c35d539bf229e4d4652fc67afe632589a4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66117
Bug ID: 66117
Summary: GCC can not compile when graphite is enabled, due to
missing isl headers.
Product: gcc
Version: 6.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66116
Bug ID: 66116
Summary: no DW_TAG_template_type_parameter for template
instantiation
Product: gcc
Version: 4.8.2
Status: UNCONFIRMED
Severity: normal
P
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=36750
--- Comment #12 from nightstrike ---
(In reply to Daniel Sommermann from comment #11)
> Created attachment 33627 [details]
> Test case showing overly strict warning
>
> This still produces false positives in C++11.
>
> I attached a test case wi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66115
--- Comment #7 from carloscastro10 at hotmail dot com ---
It cannot be a requirement. If it was, functions like __m128i _mm_loadu_si128
(__m128i const* mem_addr), which have always relied on mem_addr not being
necessarily aligned, would not work.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66115
--- Comment #6 from Andrew Pinski ---
(In reply to carloscastro10 from comment #5)
> That is correct. And there is no requirement that a pointer to __m128i be
> aligned to a 16-byte boundary.
Why do you think that? That is a requirement and why
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66115
--- Comment #5 from carloscastro10 at hotmail dot com ---
That is correct. And there is no requirement that a pointer to __m128i be
aligned to a 16-byte boundary.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66115
--- Comment #4 from Andrew Pinski ---
(In reply to carloscastro10 from comment #3)
> The AVX specification relaxed the memory alignment requirements for SSE
> operations when using the VEX prefix. In this case the use of a non-aligned
> memory ad
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66115
--- Comment #3 from carloscastro10 at hotmail dot com ---
The AVX specification relaxed the memory alignment requirements for SSE
operations when using the VEX prefix. In this case the use of a non-aligned
memory address for an operand is valid.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66115
--- Comment #2 from Andrew Pinski ---
I think this is invalid as __m128i as an alignment requirement of 16byte but
a+1 is not aligned to 16byte boundary. It just happens to work for -O2.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66115
--- Comment #1 from carloscastro10 at hotmail dot com ---
Created attachment 35519
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35519&action=edit
test.ii for the example
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66115
Bug ID: 66115
Summary: When using -O0 with -mavx the compiler uses aligned
loads for possibly unaligned function parameters
Product: gcc
Version: unknown
Status: UNCONFIR
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65979
--- Comment #10 from John Paul Adrian Glaubitz ---
(In reply to John Paul Adrian Glaubitz from comment #9)
> I haven't worked with the gcc code base before, so any suggestions on how to
> work through the code?
Ah, I just realized Matthias put a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65979
--- Comment #9 from John Paul Adrian Glaubitz ---
(In reply to Kazumoto Kojima from comment #8)
> You can revert the above changes to see what happens. Looks safe
> changes to me, but some changes could reveal hidden problems.
> If the issue rem
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65972
Sebastian Pop changed:
What|Removed |Added
CC||dehao at gcc dot gnu.org,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66114
Bug ID: 66114
Summary: some indirect_jump patterns use operands[] in their
condition when they shouldn't
Product: gcc
Version: unknown
Status: UNCONFIRMED
Sever
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66100
--- Comment #2 from Mikael Morin ---
Author: mikael
Date: Mon May 11 21:03:50 2015
New Revision: 223019
URL: https://gcc.gnu.org/viewcvs?rev=223019&root=gcc&view=rev
Log:
Fix fortran/66100 bound simplification ICE
PR fortran/66100
gcc/f
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66113
Mikael Morin changed:
What|Removed |Added
CC||mikael at gcc dot gnu.org
--- Comment #3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66113
--- Comment #2 from Thomas Koenig ---
(In reply to Dominique d'Humieres from comment #1)
> Is not the code invalid?
I don't think it is invalid.
This works as expected:
program main
integer :: n
n = 3
block
block
real, di
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66113
--- Comment #1 from Dominique d'Humieres ---
Is not the code invalid?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65471
--- Comment #2 from Jens Gustedt ---
For referece, I have now a paper at the ISO committee:
http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1930.htm
we will look at it in the automn session to decide what to do with it.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66112
Bug ID: 66112
Summary: __builtin_mul_overflow for int16_t emits poor code
Product: gcc
Version: 5.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66113
Bug ID: 66113
Summary: Variable n cannot appear in the expression with nested
blocks
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66111
Thomas Koenig changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66111
Mikael Morin changed:
What|Removed |Added
CC||tkoenig at gcc dot gnu.org
--- Comment #1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66111
Bug ID: 66111
Summary: [6 regression] ICE with matmul and vector subscripts
Product: gcc
Version: 6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66109
TC changed:
What|Removed |Added
CC||rs2740 at gmail dot com
--- Comment #3 from TC ---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66110
Kevin OConnor changed:
What|Removed |Added
Resolution|INVALID |FIXED
--- Comment #2 from Kevin OConnor
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66106
kargl at gcc dot gnu.org changed:
What|Removed |Added
Priority|P3 |P4
Status|UNCONFIR
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66110
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66110
Bug ID: 66110
Summary: uint8_t memory access not optimized
Product: gcc
Version: 5.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: tree-optimiza
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66109
--- Comment #2 from Vlad Gheorghiu ---
More details at http://stackoverflow.com/q/30172483/3093378
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65382
--- Comment #3 from Vlad Gheorghiu ---
Please ignore the previous comment, posted by mistake for another bug I
reported
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65382
--- Comment #2 from Vlad Gheorghiu ---
More details: http://stackoverflow.com/q/30172483/3093378
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65753
Alexander Monakov changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66109
--- Comment #1 from Vlad Gheorghiu ---
Actually the `constexpr` ctor is not even necessary here to reproduce the bug.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66109
Bug ID: 66109
Summary: defining constexpr objects without initializer
Product: gcc
Version: 5.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c+
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66108
--- Comment #1 from Barry Revzin ---
Forgot to add link:
http://stackoverflow.com/questions/30172533/template-argument-type-deduction-by-conversion-operator
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66108
Bug ID: 66108
Summary: cv-qualification deducation failure on conversion
operator
Product: gcc
Version: 5.1.0
Status: UNCONFIRMED
Severity: normal
Pri
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66107
Bug ID: 66107
Summary: ICE on missing parameter value for initialisation
(segfault)
Product: gcc
Version: 5.1.1
Status: UNCONFIRMED
Severity: normal
P
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66106
Bug ID: 66106
Summary: ICE on incomplete interface operator block
(gfc_op2string)
Product: gcc
Version: 5.1.1
Status: UNCONFIRMED
Severity: normal
Pri
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65753
--- Comment #5 from Alexander Monakov ---
Author: amonakov
Date: Mon May 11 16:10:24 2015
New Revision: 223005
URL: https://gcc.gnu.org/viewcvs?rev=223005&root=gcc&view=rev
Log:
PR target/65753
* config/i386/i386.c (ix86_function
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65697
--- Comment #56 from mwahab at gcc dot gnu.org ---
(In reply to James Greenhalgh from comment #55)
> (In reply to torvald from comment #49)
>
> > This is the case of allowing non-DRF normal accesses. The *other* case I
> > was thinking about is h
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66068
--- Comment #2 from Marek Polacek ---
Another testcase:
union U a;
const union U b;
union U
{
};
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66068
Marek Polacek changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66068
Marek Polacek changed:
What|Removed |Added
CC||mpolacek at gcc dot gnu.org
Com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66038
--- Comment #5 from Douglas Mencken ---
(In reply to rguent...@suse.de from comment #4)
> Can you build stage2 with debuginfo? (--without-build-config at
> configure)
>
> That should imrpove the backtrace.
>
> Thanks,
> Richard.
Sure I can.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65908
--- Comment #6 from Martin Liška ---
(In reply to Jan Hubicka from comment #5)
> Yep, I suppose we want to match both (TREE_TYPE/TYPE_ARG_TYPES and the decls
> since both control how calls.c produce code and should agree in equivalent
> functions
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65697
--- Comment #55 from James Greenhalgh ---
(In reply to torvald from comment #49)
> > bar = 0, foo = 0;
> >
> > thread_a {
> > __sync_lock_test_and_set (foo, 1)
> > bar = 1
> > }
> >
> > thread_b {
> > /* If we can see the write to bar, th
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66066
Vidya Praveen changed:
What|Removed |Added
CC||vp at gcc dot gnu.org
--- Comment #6 fro
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65908
--- Comment #5 from Jan Hubicka ---
Yep, I suppose we want to match both (TREE_TYPE/TYPE_ARG_TYPES and the decls
since both control how calls.c produce code and should agree in equivalent
functions anyway. I will look into why TREE_TYPE (fntype)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66105
Markus Trippelsdorf changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66105
--- Comment #2 from Markus Trippelsdorf ---
Author: trippels
Date: Mon May 11 11:24:35 2015
New Revision: 223002
URL: https://gcc.gnu.org/viewcvs?rev=223002&root=gcc&view=rev
Log:
Fix PR66105
2015-05-11 Markus Trippelsdorf
PR bootst
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65791
vries at gcc dot gnu.org changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66105
Markus Trippelsdorf changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66105
Bug ID: 66105
Summary: [6 regression] genpreds.c compile error in stage2 on
powerpc64-linux
Product: gcc
Version: 6.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65862
--- Comment #10 from Robert Suchanek ---
Hi Vlad,
I'm pleased with the results so far. In the larger codebase, it behaves as the
original
patch reverted and I haven't seen a missed case.
The code size doesn't seem to be hurt either. I see ~0.5
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66104
Bug ID: 66104
Summary: svn co
https://gcc.gnu.org/svn/gcc/branches/gcc-5-branch/
Product: gcc
Version: 5.0
Status: UNCONFIRMED
Severity: normal
Priori
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66103
Richard Biener changed:
What|Removed |Added
CC||hubicka at gcc dot gnu.org
Target Mil
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66101
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66079
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |6.0
Summary|[6.0 Regression]
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66086
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65077
Richard Biener changed:
What|Removed |Added
CC||agriff at tin dot it
--- Comment #17 fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66103
Bug ID: 66103
Summary: [6 Regression] ICE verify_type failed
Product: gcc
Version: 6.0
Status: UNCONFIRMED
Keywords: ice-on-valid-code
Severity: normal
Priority
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66102
--- Comment #1 from Mikael Morin ---
(In reply to Mikael Morin from comment #0)
> This test shows a number of memory errors at runtime.
> Some of them are related to pr65792 and pr61831.
And this is a partial fix for what remains after these bug
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66102
Bug ID: 66102
Summary: dependency mishandling with reallocation on assignment
Product: gcc
Version: 6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Compone
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66101
Marek Polacek changed:
What|Removed |Added
Target Milestone|--- |5.2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66101
--- Comment #1 from Marek Polacek ---
Started with r211625.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66101
Bug ID: 66101
Summary: [5/6 Regression] internal compiler error: in
verify_loop_structure, at cfgloop.c:1662
Product: gcc
Version: 6.0
Status: UNCONFIRMED
Sever
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58586
--- Comment #7 from Jürgen Reuter ---
Hm, ok, these are not just in a single file, cannot promise that I will be able
to look into them. :(
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66076
--- Comment #3 from rsandifo at gcc dot gnu.org
---
Author: rsandifo
Date: Mon May 11 09:35:53 2015
New Revision: 222999
URL: https://gcc.gnu.org/viewcvs?rev=222999&root=gcc&view=rev
Log:
gcc/
PR rtl-optimization/66076
* rtlanal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66096
Egor Suvorov changed:
What|Removed |Added
CC||egor_suvorov at mail dot ru
--- Comment #
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58586
--- Comment #6 from Dominique d'Humieres ---
> Contrary to Dominique's comment in
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65894#c30
> adding the patch in
> https://gcc.gnu.org/ml/fortran/2015-04/msg00058.html
> on top of r222970 doesn't b
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65956
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65984
Jakub Jelinek changed:
What|Removed |Added
Summary|[4.9/5/6 Regression] ICE: |[4.9 Regression] ICE:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66038
--- Comment #4 from rguenther at suse dot de ---
On Sat, 9 May 2015, dougmencken at gmail dot com wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66038
>
> --- Comment #3 from Douglas Mencken ---
> (In reply to Richard Biener from commen
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65780
--- Comment #51 from Jakub Jelinek ---
Author: jakub
Date: Mon May 11 07:14:10 2015
New Revision: 222993
URL: https://gcc.gnu.org/viewcvs?rev=222993&root=gcc&view=rev
Log:
PR target/65780
* config/s390/linux.h (TARGET_BINDS_LOCAL
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65780
--- Comment #50 from Jakub Jelinek ---
Author: jakub
Date: Mon May 11 07:09:04 2015
New Revision: 222992
URL: https://gcc.gnu.org/viewcvs?rev=222992&root=gcc&view=rev
Log:
PR target/65780
* config/s390/linux.h (TARGET_BINDS_LOCAL
85 matches
Mail list logo