[Bug c++/60908] New: compiler bug related to trans-mem.c

2014-04-21 Thread suganuma at hiraki dot is.s.u-tokyo.ac.jp
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60908 Bug ID: 60908 Summary: compiler bug related to trans-mem.c Product: gcc Version: 4.7.3 Status: UNCONFIRMED Severity: minor Priority: P3 Component: c++ A

[Bug c++/60908] compiler bug related to trans-mem.c

2014-04-21 Thread suganuma at hiraki dot is.s.u-tokyo.ac.jp
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60908 --- Comment #1 from Nobuhiro SUGANUMA --- Created attachment 32643 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32643&action=edit source code Because of file size limit, I attached the source code.

[Bug c++/60908] compiler bug related to trans-mem.c

2014-04-21 Thread suganuma at hiraki dot is.s.u-tokyo.ac.jp
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60908 --- Comment #2 from Nobuhiro SUGANUMA --- Created attachment 32644 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32644&action=edit Link to .ii file

[Bug tree-optimization/60902] [4.9/4.10 Regression] ffmpeg built with gcc 4.9 RC produces incorrect flac playback code

2014-04-21 Thread trippels at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60902 --- Comment #20 from Markus Trippelsdorf --- All three testcases use the same inline function libavcodec/golomb.h: 314 /** 315 * read unsigned golomb rice code (jpegls). 316 */ 317 static inline int get_ur_golomb_jpegls(GetBitContext *gb, int k

[Bug target/60909] New: ICE: in extract_insn, at recog.c:2202 (unrecognizable insn) with -mrdrnd and __builtin_ia32_rdrand32_step()

2014-04-21 Thread zsojka at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60909 Bug ID: 60909 Summary: ICE: in extract_insn, at recog.c:2202 (unrecognizable insn) with -mrdrnd and __builtin_ia32_rdrand32_step() Product: gcc Version: 4.10.0 Status: UNC

[Bug target/60910] New: [4.10 regression] sparc-linux bootstrap failure due to many "invalid conversion from 'int' to 'machine_mode'" errors

2014-04-21 Thread mikpelinux at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60910 Bug ID: 60910 Summary: [4.10 regression] sparc-linux bootstrap failure due to many "invalid conversion from 'int' to 'machine_mode'" errors Product: gcc Version: 4

[Bug ipa/60911] New: [4.9/4.10 Regression] wrong code with -O2 -flto -fipa-pta

2014-04-21 Thread zsojka at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60911 Bug ID: 60911 Summary: [4.9/4.10 Regression] wrong code with -O2 -flto -fipa-pta Product: gcc Version: 4.10.0 Status: UNCONFIRMED Severity: normal Prio

[Bug ipa/60912] New: [4.10 Regression] wrong code with -O -fno-inline -fipa-pta

2014-04-21 Thread zsojka at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60912 Bug ID: 60912 Summary: [4.10 Regression] wrong code with -O -fno-inline -fipa-pta Product: gcc Version: 4.10.0 Status: UNCONFIRMED Severity: normal Pri

[Bug fortran/60913] New: Memory leak with deferred operators

2014-04-21 Thread alberto.ramos at desy dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60913 Bug ID: 60913 Summary: Memory leak with deferred operators Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran

[Bug tree-optimization/60914] New: ICE: SIGSEGV (use after free) in bitmap_obstack_alloc_stat() with -flto -fvtable-verify=preinit

2014-04-21 Thread zsojka at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60914 Bug ID: 60914 Summary: ICE: SIGSEGV (use after free) in bitmap_obstack_alloc_stat() with -flto -fvtable-verify=preinit Product: gcc Version: 4.10.0 Sta

[Bug fortran/60913] Memory leak with deferred operators

2014-04-21 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60913 Thomas Koenig changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/60913] Memory leak with deferred operators

2014-04-21 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60913 Dominique d'Humieres changed: What|Removed |Added CC||burnus at gcc dot gnu.org,

[Bug fortran/60898] model compile error with gfortran 4.7 and gcc 4.9 on Mac OS 10.9

2014-04-21 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60898 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug bootstrap/60830] [4.9 Regression] ICE on bootstrapping on cygwin

2014-04-21 Thread bernd.edlinger at hotmail dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60830 --- Comment #30 from Bernd Edlinger --- It looks like a bug in the assembler! with objdump -d -r crtbegin.o we have wrong code: f3: 83 ec 04sub$0x4,%esp f6: 85 c0 test %eax,%eax f8: ba f0 ff ff

[Bug c/60915] New: confusing diagnostic from attribute on function definition

2014-04-21 Thread tromey at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60915 Bug ID: 60915 Summary: confusing diagnostic from attribute on function definition Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Pr

[Bug bootstrap/60830] [4.9 Regression] ICE on bootstrapping on cygwin

2014-04-21 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60830 --- Comment #31 from Kai Tietz --- (In reply to Bernd Edlinger from comment #30) > It looks like a bug in the assembler! > > with objdump -d -r crtbegin.o we have wrong code: > > f3: 83 ec 04sub$0x4,%esp > f6: 85 c0

[Bug fortran/44054] Handle -Werror, -Werror=, -fdiagnostics-show-option, !GCC$ diagnostic (pragmas) and color

2014-04-21 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44054 Manuel López-Ibáñez changed: What|Removed |Added Attachment #32622|0 |1 is obsolete|

[Bug target/60909] ICE: in extract_insn, at recog.c:2202 (unrecognizable insn) with -mrdrnd and __builtin_ia32_rdrand32_step()

2014-04-21 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60909 Uroš Bizjak changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug bootstrap/60830] [4.9 Regression] ICE on bootstrapping on cygwin

2014-04-21 Thread bernd.edlinger at hotmail dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60830 --- Comment #32 from Bernd Edlinger --- OK, opened a binutils-bug at: https://sourceware.org/bugzilla/show_bug.cgi?id=16858

[Bug bootstrap/60830] [4.9 Regression] ICE on bootstrapping on cygwin

2014-04-21 Thread g...@denis-excoffier.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60830 --- Comment #33 from Denis Excoffier --- Created attachment 32651 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32651&action=edit bootstrap works at least under i686

[Bug bootstrap/60830] [4.9 Regression] ICE on bootstrapping on cygwin

2014-04-21 Thread g...@denis-excoffier.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60830 --- Comment #34 from Denis Excoffier --- The patch under attachment 32651 seems to make bootstrapping behave better, at least for i686.

[Bug bootstrap/60830] [4.9 Regression] ICE on bootstrapping on cygwin

2014-04-21 Thread bernd.edlinger at hotmail dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60830 --- Comment #35 from Bernd Edlinger --- would not using --disable-sjlj-excaptions cause any problems, maybe a unwanted ABI-Change?

[Bug bootstrap/60830] [4.9 Regression] ICE on bootstrapping on cygwin

2014-04-21 Thread g...@denis-excoffier.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60830 --- Comment #36 from Denis Excoffier --- (In reply to Bernd Edlinger from comment #35) > would not using --disable-sjlj-excaptions cause any problems, > maybe a unwanted ABI-Change? I don't know really. Cygwin people usually build gcc using --disa

[Bug target/30417] Section .data cannot be moved with -mmcu=atmega88

2014-04-21 Thread e9fritte at etek dot chalmers.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30417 Andreas Fritiofson changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED Known to work|4.2.0

[Bug bootstrap/60830] [4.9 Regression] ICE on bootstrapping on cygwin

2014-04-21 Thread bernd.edlinger at hotmail dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60830 --- Comment #37 from Bernd Edlinger --- (In reply to Denis Excoffier from comment #36) > (In reply to Bernd Edlinger from comment #35) >> would not using --disable-sjlj-excaptions cause any problems, >> maybe a unwanted ABI-Change? > I don't know

[Bug bootstrap/60830] [4.9 Regression] ICE on bootstrapping on cygwin

2014-04-21 Thread g...@denis-excoffier.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60830 --- Comment #38 from Denis Excoffier --- (In reply to Bernd Edlinger from comment #37) > Regarding your patch: I've tested it and it works (as far as i can tell): the bootstrap has gone until the end (installation in ${prefix}). objdump -d crtbeg

[Bug bootstrap/60830] [4.9 Regression] ICE on bootstrapping on cygwin

2014-04-21 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60830 --- Comment #39 from Kai Tietz --- Well, the patch might work-a-round issue. Nevertheless it just paperbags the real issue existing in binutils. Additionally the patch would break x64 version of cygwin. At least that was the reason why we introd

[Bug c++/60916] New: truncated error message

2014-04-21 Thread tromey at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60916 Bug ID: 60916 Summary: truncated error message Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee:

[Bug target/60909] ICE: in extract_insn, at recog.c:2202 (unrecognizable insn) with -mrdrnd and __builtin_ia32_rdrand32_step()

2014-04-21 Thread uros at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60909 --- Comment #2 from uros at gcc dot gnu.org --- Author: uros Date: Mon Apr 21 18:34:10 2014 New Revision: 209545 URL: http://gcc.gnu.org/viewcvs?rev=209545&root=gcc&view=rev Log: PR target/60909 * config/i386/i386.c (ix86_expand_builtin)

[Bug c++/60917] New: sub-optimal diagnostic when instantiating template

2014-04-21 Thread tromey at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60917 Bug ID: 60917 Summary: sub-optimal diagnostic when instantiating template Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Componen

[Bug c++/60836] [4.7/4.8/4.9 Regression] invalid PHI argument and ICE in verify_gimple

2014-04-21 Thread ppluzhnikov at google dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60836 --- Comment #6 from Paul Pluzhnikov --- Richard, back-port to 4.9/4.8 release branches? Thanks,

[Bug target/60909] ICE: in extract_insn, at recog.c:2202 (unrecognizable insn) with -mrdrnd and __builtin_ia32_rdrand32_step()

2014-04-21 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60909 Uroš Bizjak changed: What|Removed |Added URL||http://gcc.gnu.org/ml/gcc-p

[Bug tree-optimization/60902] [4.9/4.10 Regression] ffmpeg built with gcc 4.9 RC produces incorrect flac playback code

2014-04-21 Thread law at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60902 Jeffrey A. Law changed: What|Removed |Added CC||law at redhat dot com Assignee

[Bug fortran/60781] cannot match namelist object name

2014-04-21 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60781 Jerry DeLisle changed: What|Removed |Added Status|WAITING |RESOLVED CC|

[Bug c++/2316] g++ fails to overload on language linkage

2014-04-21 Thread harald at gigawatt dot nl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=2316 --- Comment #53 from Harald van Dijk --- (In reply to Marc Glisse from comment #52) > (In reply to Harald van Dijk from comment #51) > > extern "C" { void f(); } > > typedef void t(); > > t f, *g = f; // valid redeclaration of f, invalid initialisa

[Bug libfortran/59513] [4.7/4.8/4.9] Fortran runtime error: Sequential READ or WRITE not allowed after EOF marker, possibly use REWIND or BACKSPACE

2014-04-21 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59513 --- Comment #12 from Jerry DeLisle --- Dominique, any progress on this one? Shall I look into it?

[Bug bootstrap/60830] [4.9 Regression] ICE on bootstrapping on cygwin

2014-04-21 Thread bernd.edlinger at hotmail dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60830 --- Comment #40 from Bernd Edlinger --- Created attachment 32652 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32652&action=edit another possible workaround This is what I am bootstrapping right now. Looks good so far, it just reached stage

[Bug bootstrap/60830] [4.9 Regression] ICE on bootstrapping on cygwin

2014-04-21 Thread bernd.edlinger at hotmail dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60830 --- Comment #41 from Bernd Edlinger --- (In reply to Kai Tietz from comment #39) > Well, the patch might work-a-round issue. Nevertheless it just paperbags > the real issue existing in binutils. > Additionally the patch would break x64 > version

[Bug target/60735] GCC targeting E500 with SPE has errors with the _Decimal64 type

2014-04-21 Thread meissner at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60735 --- Comment #11 from Michael Meissner --- Author: meissner Date: Mon Apr 21 20:51:37 2014 New Revision: 209546 URL: http://gcc.gnu.org/viewcvs?rev=209546&root=gcc&view=rev Log: [gcc] 2014-04-21 Michael Meissner PR target/60735 * confi

[Bug target/60735] GCC targeting E500 with SPE has errors with the _Decimal64 type

2014-04-21 Thread meissner at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60735 --- Comment #12 from Michael Meissner --- Author: meissner Date: Mon Apr 21 22:03:51 2014 New Revision: 209547 URL: http://gcc.gnu.org/viewcvs?rev=209547&root=gcc&view=rev Log: [gcc] 2014-04-21 Michael Meissner PR target/60735 * confi

[Bug tree-optimization/60902] [4.9/4.10 Regression] ffmpeg built with gcc 4.9 RC produces incorrect flac playback code

2014-04-21 Thread law at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60902 --- Comment #22 from Jeffrey A. Law --- I'm still working my way through the code, but it looks like we're mucking up the value for "buf" and "k". Not really sure if that's the root cause is just a downstream effect. Anyway, once the buf computa

[Bug middle-end/60281] Address Sanitizer triggers alignment fault in ARM machines

2014-04-21 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60281 --- Comment #2 from Jakub Jelinek --- Author: jakub Date: Tue Apr 22 05:55:40 2014 New Revision: 209554 URL: http://gcc.gnu.org/viewcvs?rev=209554&root=gcc&view=rev Log: PR middle-end/60281 * asan.c (asan_emit_stack_protection): Force the

[Bug tree-optimization/60914] ICE: SIGSEGV (use after free) in bitmap_obstack_alloc_stat() with -flto -fvtable-verify=preinit

2014-04-21 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60914 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug tree-optimization/60902] [4.9/4.10 Regression] ffmpeg built with gcc 4.9 RC produces incorrect flac playback code

2014-04-21 Thread law at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60902 --- Comment #23 from Jeffrey A. Law --- I think I see what's going on... Definitely mine.