http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60543
Jakub Jelinek changed:
What|Removed |Added
Priority|P3 |P4
CC|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60516
--- Comment #6 from Jakub Jelinek ---
Created attachment 32367
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32367&action=edit
gcc49-pr60516.patch
Untested fix.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60516
Jakub Jelinek changed:
What|Removed |Added
Status|NEW |ASSIGNED
CC|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60546
Bug ID: 60546
Summary: [4.8 and 4.9] O2 & asan enable generates wrong insns
Product: gcc
Version: 4.9.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Componen
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60536
--- Comment #2 from Kostya Serebryany ---
Please symbolize the output.
Also, does this happen with the clang version of AddressSanitizer?
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60545
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60545
Bug ID: 60545
Summary: Please support the 64-bit Windows/EFI calling
convention on x86-64 Linux/ELF
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: e
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44489
Jerry DeLisle changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53513
--- Comment #6 from Rich Felker ---
On Sun, Mar 16, 2014 at 11:32:21PM +, olegendo at gcc dot gnu.org wrote:
> If it's OK for a temporary mode switch to clobber other FPSCR bits (such as in
> the PR = single mode above), it should also be OK t
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53513
--- Comment #5 from Oleg Endo ---
(In reply to Oleg Endo from comment #4)
> 5)
> in some cases preserving FPSCR bits across mode changes is not required (if
> I'm not mistaken):
>
> double func (float a, float b, double c, double d)
> {
> #prag
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60516
--- Comment #4 from Mikael Pettersson ---
Started with r171890.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60039
Oleg Endo changed:
What|Removed |Added
CC||kkojima at gcc dot gnu.org
--- Comment #5 fro
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60516
--- Comment #3 from Kai Tietz ---
Issue is that copy_rtx gets feed with invalid insn.
As (gdb) fr 1
#1 0x007ce0bf in ix86_expand_epilogue (style=style@entry=1)
at ../../gcc/gcc/config/i386/i386.c:11712
11712 copy_rt
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53513
Oleg Endo changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59571
Paolo Carlini changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60516
Kai Tietz changed:
What|Removed |Added
Priority|P3 |P2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60516
Kai Tietz changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59071
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|NEW
CC|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60516
Mikael Pettersson changed:
What|Removed |Added
CC||mikpelinux at gmail dot com
--- Comme
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60498
--- Comment #12 from Csaba Ráduly ---
Doh. Disregard me.
$ g++ -std=c++11 -E -dM -x c++ /dev/null | egrep -i 'ansi|std|plus'
#define __STDC_HOSTED__ 1
#define __STRICT_ANSI__ 1
#define __cplusplus 201103L
#define __stdcall __attribute__((__stdcal
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60498
Csaba Ráduly changed:
What|Removed |Added
CC||csaba_22 at yahoo dot co.uk
--- Comment #1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46800
Jerry DeLisle changed:
What|Removed |Added
Status|RESOLVED|ASSIGNED
Resolution|FIXED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60544
zosrothko at orange dot fr changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|-
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60543
Tobias Burnus changed:
What|Removed |Added
Keywords||wrong-code
CC|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60544
Bug ID: 60544
Summary: libcmain.c:39: undefined reference to `WinMain'
Product: gcc
Version: 4.8.2
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: ta
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60543
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25621
--- Comment #13 from Joost VandeVondele
---
(In reply to Joost VandeVondele from comment #12)
> Both compilers fail to notice that S32 is basically the same code
> hand-unrolled.
with gcc 4.9
> ./a.out
default loop 0.542918001
h
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60533
Bill Schmidt changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58880
--- Comment #8 from janus at gcc dot gnu.org ---
(In reply to Tobias Burnus from comment #7)
> Draft patch.
Does fix the ICE apparently, but then gives:
/tmp/cc6WAMPO.o: In function `__gn_MOD_ndm':
c0.f90:(.text+0x676): undefined reference to `__
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58678
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #46
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60494
--- Comment #2 from Olaf van der Spek ---
(In reply to Andrew Pinski from comment #1)
> strtol is part of glibc and not part of GCC.
Ah, thx. OT: What is assert part of?
> You can code your own strtol2
> and not have to be part of a library re
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58678
--- Comment #45 from Markus Trippelsdorf ---
(In reply to David Kredba from comment #44)
> Hello Markus,
> I moved it (deleted a three lines) from .h file and placed them to asource
> file
> a) beginning of source file after a namespace definition
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58678
--- Comment #44 from David Kredba ---
Hello Markus,
I moved it (deleted a three lines) from .h file and placed them to asource file
a) beginning of source file after a namespace definition and it failed
with:
/usr/include/qt4/QtCore/qmap.h:107:1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58880
--- Comment #7 from Tobias Burnus ---
Draft patch.
Janus: As you have a better idea when vtables are generated: Have you an idea
why the finalization wrapper__final_gn_Nde is not produced? And how to fix
that?
--- a/gcc/fortran/trans-expr.c
++
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60543
Bug ID: 60543
Summary: Random number problems with REAL64 precision at
different optimization levels
Product: gcc
Version: 4.8.1
Status: UNCONFIRMED
Severity: no
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58678
--- Comment #43 from David Kredba ---
Hello Jason,
Thank you.
Could you please check uploaded not reduced i file related to my comment #39?
As per Markus finding qHash issue is Calligra issue.
This is not allowing to build Calligra even without
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59071
Mark Abraham changed:
What|Removed |Added
CC||mark.j.abraham at gmail dot com
--- Commen
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46800
Thomas Koenig changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47674
Thomas Koenig changed:
What|Removed |Added
CC||tkoenig at gcc dot gnu.org
--- Comment #7
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60542
Thomas Koenig changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58678
Markus Trippelsdorf changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60504
--- Comment #6 from Bernd Edlinger ---
(In reply to Mikael Pettersson from comment #5)
> I'm going to try a revert of the unwind changes next, as soon as I can
> identify the corresponding svn revision numbers.
that would be r208419 and r208150
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58678
--- Comment #41 from Markus Trippelsdorf ---
Created attachment 32364
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32364&action=edit
reduced calligra testcase
markus@x4 tmp % g++ -flto -c -O2 test.ii && nm test.o | grep
_ZN8Calligra6Sheets
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39172
--- Comment #11 from Andreas Schwab ---
Author: schwab
Date: Sun Mar 16 08:32:23 2014
New Revision: 208605
URL: http://gcc.gnu.org/viewcvs?rev=208605&root=gcc&view=rev
Log:
PR ada/39172
* gcc/ada/gcc-interface/Makefile.in (target_cpu_default): Re
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58678
--- Comment #40 from Markus Trippelsdorf ---
David,
the Calligra link error from comment 36 and comment 31 are caused by
ConditionCommand.cpp.o. With -flto it contains:
U _ZN8Calligra6Sheets5qHashERKNS0_10ConditionsE
Without -flto the undefi
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58678
--- Comment #39 from David Kredba ---
Hello Markus, Thank you.
Without LTO the reference is different, maybe qHash would be the next one
error.
MakeFiles/kritametadataeditor.dir/kis_meta_data_editor.cc.o: In function
`KisMetaDataEditor::KisMetaD
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58678
--- Comment #38 from David Kredba ---
Created attachment 32363
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32363&action=edit
Unreduced test case from calligra
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60530
David Kredba changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
48 matches
Mail list logo