[Bug sanitizer/65004] New: Compare debug failure with -fno-sanitize-recover -fsanitize=address -fsanitize=undefined

2015-02-10 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65004 Bug ID: 65004 Summary: Compare debug failure with -fno-sanitize-recover -fsanitize=address -fsanitize=undefined Product: gcc Version: 5.0 Status: UNCONFIRMED Se

[Bug target/64953] Compiling sourcecode for STM32F103 causes USB errors with some optimization settings

2015-02-10 Thread manuel.reimer at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64953 --- Comment #12 from manuel.reimer at gmx dot de --- (In reply to Richard Earnshaw from comment #11) > We don't have your hardware and we don't have the full code to your > application, so we aren't going to be able to help you debug this. The ha

[Bug sanitizer/65000] ICE in in expand_builtin_eh_common, at except.c:2072

2015-02-10 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65000 Jakub Jelinek changed: What|Removed |Added CC||rth at gcc dot gnu.org --- Comment #9 fr

[Bug sanitizer/64670] -fsanitize=vptr leads to "undefined reference to `typeinfo for class'"

2015-02-10 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64670 --- Comment #10 from Jason Merrill --- (In reply to Tobias Burnus from comment #9) > In the real code, one has something like the following, which I tried to > mimic in the test case. If I understood your comment correctly, I should use > in "log

[Bug sanitizer/65004] Compare debug failure with -fno-sanitize-recover -fsanitize=address -fsanitize=undefined

2015-02-10 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65004 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug sanitizer/64670] -fsanitize=vptr leads to "undefined reference to `typeinfo for class'"

2015-02-10 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64670 --- Comment #11 from Tobias Burnus --- (In reply to Jason Merrill from comment #10) > Having #pragma implementation in LogListener.cc is sufficient: > > The real-world LogListener.o has (full output as it is short): > ... > > V t

[Bug sanitizer/64670] -fsanitize=vptr leads to "undefined reference to `typeinfo for class'"

2015-02-10 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64670 --- Comment #12 from Jason Merrill --- (In reply to Tobias Burnus from comment #11) > Because log.o has due to the vptr sanitizer: > U typeinfo for LogListener And why isn't that reference satisfied by the definition in LogListe

[Bug c++/64994] [5 Regression] Firefox build error: ICE: in cxx_eval_call_expression, at cp/constexpr.c:1353

2015-02-10 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64994 Jan Hubicka changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug ipa/64982] [5 Regression] Many g++ failures on x86_64-apple-darwin14 with -m32.

2015-02-10 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64982 --- Comment #7 from Jan Hubicka --- Author: hubicka Date: Tue Feb 10 16:38:31 2015 New Revision: 220587 URL: https://gcc.gnu.org/viewcvs?rev=220587&root=gcc&view=rev Log: PR ipa/64982 * cgraphunit.c (cgraph_node::expand_thunk): Look for

[Bug ipa/64982] [5 Regression] Many g++ failures on x86_64-apple-darwin14 with -m32.

2015-02-10 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64982 Jan Hubicka changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug ada/64985] segfault on address of record with reverse Scalar Storage Order

2015-02-10 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64985 --- Comment #2 from Eric Botcazou --- > Confirmed, but please do _not_ use this pragma, it's essentially untested > and is guaranteed to be a disaster performance-wise... This comment is only for the configuration pragma, the regular form is OK.

[Bug sanitizer/64670] -fsanitize=vptr leads to "undefined reference to `typeinfo for class'"

2015-02-10 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64670 Tobias Burnus changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/64961] nested template implementation crossing namespace fails with access error

2015-02-10 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64961 --- Comment #4 from Jonathan Wakely --- No it isn't the same. Foo<1> is a public member of bar::Bar ([class]/2 "For purposes of access checking, the injected-class-name is treated as if it were a public member name.") Ba is a protected member o

[Bug target/64953] Compiling sourcecode for STM32F103 causes USB errors with some optimization settings

2015-02-10 Thread rearnsha at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64953 Richard Earnshaw changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug ipa/64963] [5 Regression] IPA Cloning/Splitting does not copy function section attributes resulting in kernel miscompilation

2015-02-10 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64963 --- Comment #8 from Jan Hubicka --- Yeah, we was copying section as long as it was part of decl more or less by accident than by design. I suppose keeping section (or not clonning at all) makes sense. What about inlining across functions with us

[Bug bootstrap/56645] libgcc /configure identifies non-existing /lib/cpp as preprocessor on Mingw

2015-02-10 Thread ktietz at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56645 Kai Tietz changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug c++/64994] [5 Regression] Firefox build error: ICE: in cxx_eval_call_expression, at cp/constexpr.c:1353

2015-02-10 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64994 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug target/55926] Internal compiler error with static volatile pointer

2015-02-10 Thread ktietz at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55926 Kai Tietz changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug lto/50351] An internal compiler error when building gcc4.6 using "-flto -fuse-linker-plugin" on Win7 mingw64 target

2015-02-10 Thread ktietz at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50351 Kai Tietz changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug ipa/64963] [5 Regression] IPA Cloning/Splitting does not copy function section attributes resulting in kernel miscompilation

2015-02-10 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64963 --- Comment #9 from Jakub Jelinek --- I think we should try to keep older gcc behavior, unless there is a strong reason to change that.

[Bug bootstrap/60244] GCC-trunk rev.207809, Segmentation fault when executing ".../xgcc -dumpspecs"

2015-02-10 Thread ktietz at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60244 Kai Tietz changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug target/64953] Compiling sourcecode for STM32F103 causes USB errors with some optimization settings

2015-02-10 Thread manuel.reimer at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64953 manuel.reimer at gmx dot de changed: What|Removed |Added Resolution|INVALID |FIXED --- Comment #14 from

[Bug go/64999] s390x libgo test failure in TestMemoryProfiler

2015-02-10 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64999 --- Comment #6 from Ian Lance Taylor --- The odd addresses are most likely a symptom of the libbacktrace library. It should probably be considered a bug. I'm guessing that it's because of the --pc in the static function unwind in libbacktrace/b

[Bug target/18649] terminate called after throwing - IOT/Abort trap (core dumped)

2015-02-10 Thread ktietz at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=18649 Kai Tietz changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug c++/64994] [5 Regression] Firefox build error: ICE: in cxx_eval_call_expression, at cp/constexpr.c:1353

2015-02-10 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64994 --- Comment #3 from Jason Merrill --- Author: jason Date: Tue Feb 10 17:20:01 2015 New Revision: 220589 URL: https://gcc.gnu.org/viewcvs?rev=220589&root=gcc&view=rev Log: PR c++/64994 * constexpr.c (cxx_eval_call_expression): Walk the cl

[Bug target/64953] Compiling sourcecode for STM32F103 causes USB errors with some optimization settings

2015-02-10 Thread manuel.reimer at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64953 manuel.reimer at gmx dot de changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution

[Bug target/57119] libstdc++-6.dll missed in default gcc 4.8 build

2015-02-10 Thread ktietz at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57119 Kai Tietz changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug c++/57775] default argument for template parameter error for friend definition in template

2015-02-10 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57775 Jason Merrill changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/61838] ICE on Windows with ctors defined outside class definitions

2015-02-10 Thread ktietz at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61838 Kai Tietz changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug libquadmath/58327] Problem of quadmath in connection with SDL2

2015-02-10 Thread ktietz at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58327 Kai Tietz changed: What|Removed |Added CC||ktietz at gcc dot gnu.org --- Comment #5 fro

[Bug sanitizer/65000] ICE in in expand_builtin_eh_common, at except.c:2072

2015-02-10 Thread rth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65000 Richard Henderson changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassign

[Bug sanitizer/65004] Compare debug failure with -fno-sanitize-recover -fsanitize=address -fsanitize=undefined

2015-02-10 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65004 --- Comment #1 from Jakub Jelinek --- Created attachment 34716 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34716&action=edit gcc5-pr65004.patch Untested fix.

[Bug c++/64994] [5 Regression] Firefox build error: ICE: in cxx_eval_call_expression, at cp/constexpr.c:1353

2015-02-10 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64994 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED CC|

[Bug target/64953] Compiling sourcecode for STM32F103 causes USB errors with some optimization settings

2015-02-10 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64953 Andrew Pinski changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug ipa/65005] New: [5 Regression] FAIL: c-c++-common/torture/builtin-arith-overflow-12.c

2015-02-10 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65005 Bug ID: 65005 Summary: [5 Regression] FAIL: c-c++-common/torture/builtin-arith-overflow-12.c Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal

[Bug ipa/64963] [5 Regression] IPA Cloning/Splitting does not copy function section attributes resulting in kernel miscompilation

2015-02-10 Thread andi-gcc at firstfloor dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64963 --- Comment #10 from Andi Kleen --- Yes it has to be fixed. For example with the kernel __kprobes attribute it could cause a real bug (__kprobes marks function that cannot be safely instrumented) We shouldn't inline over different section names

[Bug libgomp/60670] omp.h may differ between multilibs

2015-02-10 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60670 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/61976] aix64: Data corruption in struct passed by value

2015-02-10 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61976 --- Comment #2 from David Edelsohn --- This is caused by the GCC aggregate (struct) padding implementation for AIX.

[Bug target/64953] Compiling sourcecode for STM32F103 causes USB errors with some optimization settings

2015-02-10 Thread manuel.reimer at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64953 --- Comment #17 from manuel.reimer at gmx dot de --- I've tried that and unfortunately I still get the errors when connecting my STM32 via USB. So the only solution, available for me, seems to be to add a note to the sourcecode that it has to be

[Bug ipa/64963] [5 Regression] IPA Cloning/Splitting does not copy function section attributes resulting in kernel miscompilation

2015-02-10 Thread hubicka at ucw dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64963 --- Comment #11 from Jan Hubicka --- > Yes it has to be fixed. For example with the kernel __kprobes attribute it > could cause a real bug (__kprobes marks function that cannot be safely > instrumented) > > We shouldn't inline over different sec

[Bug ipa/65006] New: [5 Regression] 252.eon in SPEC CPU 2000 miscompiled

2015-02-10 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65006 Bug ID: 65006 Summary: [5 Regression] 252.eon in SPEC CPU 2000 miscompiled Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug target/64479] [4.8 Regression][SH] wrong optimization delayed-branch

2015-02-10 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64479 Oleg Endo changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug ipa/65006] [5 Regression] 252.eon in SPEC CPU 2000 miscompiled

2015-02-10 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65006 Jan Hubicka changed: What|Removed |Added CC||hubicka at gcc dot gnu.org --- Comment #1

[Bug target/29849] sh-linux uses inefficient multilib

2015-02-10 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=29849 Oleg Endo changed: What|Removed |Added CC||kkojima at gcc dot gnu.org,

[Bug ipa/65006] [5 Regression] 252.eon in SPEC CPU 2000 miscompiled

2015-02-10 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65006 --- Comment #2 from H.J. Lu --- (In reply to Jan Hubicka from comment #1) > Hmm, I wonder why this reproduce on x86-32 only. Does it use any special > local calling conventions that x86-64 doesn't? For local functions, GCC will use regparm to pa

[Bug ipa/65006] [5 Regression] 252.eon in SPEC CPU 2000 miscompiled

2015-02-10 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65006 --- Comment #3 from Andrew Pinski --- (In reply to Jan Hubicka from comment #1) > Hmm, I wonder why this reproduce on x86-32 only. Does it use any special > local calling conventions that x86-64 doesn't? Yes register argument passing. That is f

[Bug target/64661] [SH] Allow @(disp,reg) address mode for atomics

2015-02-10 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64661 --- Comment #1 from Oleg Endo --- Author: olegendo Date: Tue Feb 10 20:47:33 2015 New Revision: 220594 URL: https://gcc.gnu.org/viewcvs?rev=220594&root=gcc&view=rev Log: gcc/ PR target/64661 * config/sh/sh-protos.h (TARGET_ATOMIC_ANY, TA

[Bug middle-end/64974] [SH] Weird expansion of 'expected' operand in atomic_compare_and_swap

2015-02-10 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64974 --- Comment #1 from Oleg Endo --- Author: olegendo Date: Tue Feb 10 20:47:33 2015 New Revision: 220594 URL: https://gcc.gnu.org/viewcvs?rev=220594&root=gcc&view=rev Log: gcc/ PR target/64661 * config/sh/sh-protos.h (TARGET_ATOMIC_ANY, TA

[Bug target/64661] [SH] Allow @(disp,reg) address mode for atomics

2015-02-10 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64661 Oleg Endo changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug ipa/65006] [5 Regression] 252.eon in SPEC CPU 2000 miscompiled

2015-02-10 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65006 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #4

[Bug ipa/65006] [5 Regression] 252.eon in SPEC CPU 2000 miscompiled

2015-02-10 Thread hubicka at ucw dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65006 --- Comment #5 from Jan Hubicka --- > Yes register argument passing. That is for x86-32 we use registers to pass > for > the local calling convention if we can. Ah yes, got caught by this new calling scheme. I tought it is ILP32 model. I will t

[Bug target/61081] excessive warnings: right-hand operand of comma expression has no effect

2015-02-10 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61081 Andrew Pinski changed: What|Removed |Added Component|c |target --- Comment #9 from Andrew Pinski

[Bug ipa/65005] [5 Regression] FAIL: c-c++-common/torture/builtin-arith-overflow-12.c

2015-02-10 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65005 Jan Hubicka changed: What|Removed |Added CC||hubicka at gcc dot gnu.org --- Comment #1

[Bug middle-end/64974] [SH] Weird expansion of 'expected' operand in atomic_compare_and_swap

2015-02-10 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64974 --- Comment #2 from Oleg Endo --- The problem got slightly worse with r220594. The dead store to the stack frame is not eliminated anymore. Before the memory operands' addresses were loaded into a reg using 'force_reg', which AFAIK dropped the

[Bug ipa/61145] valgrind finds problems in ipa_analyze_node

2015-02-10 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61145 --- Comment #1 from Andrew Pinski --- I think this code has been removed.

[Bug ipa/65006] [5 Regression] 252.eon in SPEC CPU 2000 miscompiled

2015-02-10 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65006 H.J. Lu changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug web/65007] New: __builtin_uaddll_overflow wrong *res declaration

2015-02-10 Thread tobias at stoeckmann dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65007 Bug ID: 65007 Summary: __builtin_uaddll_overflow wrong *res declaration Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component

[Bug ipa/65008] New: [5 Regression] ICE: in estimate_edge_growth, at ipa-inline.h:298 with -O2

2015-02-10 Thread zsojka at seznam dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65008 Bug ID: 65008 Summary: [5 Regression] ICE: in estimate_edge_growth, at ipa-inline.h:298 with -O2 Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal

[Bug ipa/65005] [5 Regression] FAIL: c-c++-common/torture/builtin-arith-overflow-12.c

2015-02-10 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65005 --- Comment #2 from Jan Hubicka --- Indeed, it is the problem with aliases not being streamed. i386.c check can_change_signature of alias and not function itself. I am working on the partitioner fix.

[Bug sanitizer/65004] Compare debug failure with -fno-sanitize-recover -fsanitize=address -fsanitize=undefined

2015-02-10 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65004 --- Comment #2 from Jakub Jelinek --- Author: jakub Date: Tue Feb 10 22:00:11 2015 New Revision: 220596 URL: https://gcc.gnu.org/viewcvs?rev=220596&root=gcc&view=rev Log: PR sanitizer/65004 * ubsan.c (ubsan_expand_vptr_ifn): Always retur

[Bug sanitizer/65004] [5 Regression] Compare debug failure with -fno-sanitize-recover -fsanitize=address -fsanitize=undefined

2015-02-10 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65004 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug rtl-optimization/64317] [5 Regression] Ineffective allocation of PIC base register

2015-02-10 Thread vmakarov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64317 Vladimir Makarov changed: What|Removed |Added CC||vmakarov at gcc dot gnu.org --- Comme

[Bug ada/64985] segfault on address of record with reverse Scalar Storage Order

2015-02-10 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64985 --- Comment #3 from Eric Botcazou --- Author: ebotcazou Date: Tue Feb 10 22:18:54 2015 New Revision: 220597 URL: https://gcc.gnu.org/viewcvs?rev=220597&root=gcc&view=rev Log: PR ada/64985 * varasm.c (initializer_constant_valid_p_1) : Dea

[Bug ada/64985] segfault on address of record with reverse Scalar Storage Order

2015-02-10 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64985 Eric Botcazou changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug libffi/64894] libffi does not work for ILP32

2015-02-10 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64894 Andrew Pinski changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/65009] New: g++ 4.9 sometimes leaves inline methods undefined when compiling with -Os

2015-02-10 Thread truckman at FreeBSD dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65009 Bug ID: 65009 Summary: g++ 4.9 sometimes leaves inline methods undefined when compiling with -Os Product: gcc Version: 4.9.3 Status: UNCONFIRMED Severity: norma

[Bug target/29849] sh-linux uses inefficient multilib

2015-02-10 Thread kkojima at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=29849 --- Comment #2 from Kazumoto Kojima --- (In reply to Oleg Endo from comment #1) > I think we can close this PR as 'won't fix'. > I don't think sh-linux should be used as a shortcut for sh4-linux or > something like that. I guess by now everybody

[Bug c++/65009] g++ 4.9 sometimes leaves inline methods undefined when compiling with -Os

2015-02-10 Thread truckman at FreeBSD dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65009 --- Comment #1 from Don Lewis --- Created attachment 34719 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34719&action=edit example code that generates undefined symbols for inline methods when compiled with -Os

[Bug target/65010] New: ppc backend generates unnecessary signed extension

2015-02-10 Thread carrot at google dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65010 Bug ID: 65010 Summary: ppc backend generates unnecessary signed extension Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug c++/65011] New: misleading error message for target attribute

2015-02-10 Thread drepper.fsp+rhbz at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65011 Bug ID: 65011 Summary: misleading error message for target attribute Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug lto/65012] New: [5 Regression] systemd fails to build at least on ppc64el, powerpc, arm-inux-gnueabihf and aarch64 with -flto (ICE)

2015-02-10 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65012 Bug ID: 65012 Summary: [5 Regression] systemd fails to build at least on ppc64el, powerpc, arm-inux-gnueabihf and aarch64 with -flto (ICE) Product: gcc Version: 5

[Bug lto/65012] [5 Regression] systemd fails to build at least on ppc64el, powerpc, arm-inux-gnueabihf and aarch64 with -flto (ICE)

2015-02-10 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65012 --- Comment #1 from Matthias Klose --- /bin/bash ./libtool --tag=CC --mode=link gcc -pipe -Wall -Wextra -Wno-inline -Wundef -Wformat=2 -Wformat-security -Wformat -nonliteral -Wlogical-op -Wsign-compare -Wmissing-include-dirs -Wold-style-defini

[Bug fortran/57822] I/O: "(g0)" wrongly prints "E+0000"

2015-02-10 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57822 --- Comment #8 from Jerry DeLisle --- Author: jvdelisle Date: Wed Feb 11 04:29:06 2015 New Revision: 220606 URL: https://gcc.gnu.org/viewcvs?rev=220606&root=gcc&view=rev Log: 2015-02-10 Jerry DeLisle PR libgfortran/57822 * io/write_fl

[Bug tree-optimization/64590] Firefox 34 triggers GCC AVX bug (segfault: XPCCallContext::GetJSContext (this=0xfffc7fffe3e23980))

2015-02-10 Thread dbaron at dbaron dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64590 David Baron changed: What|Removed |Added CC||dbaron at dbaron dot org --- Comment #12 f

[Bug go/64999] s390x libgo test failure in TestMemoryProfiler

2015-02-10 Thread vogt at linux dot vnet.ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64999 --- Comment #7 from Dominik Vogt --- The "--pc" is definitely the cause of the bogus addresses. To me it seems that these addresses are intended to identify the function and source line from the dwarf info, not to be printed out as a real addres

[Bug go/64999] s390x libgo test failure in TestMemoryProfiler

2015-02-10 Thread vogt at linux dot vnet.ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64999 --- Comment #8 from Dominik Vogt --- The cause for this bug is the interaction between the "--pc" and this code snippet from printStackRecord() in pprof.go: ... if runtime.GOARCH == "s390" || runtime.GOARCH == "s390x" { // only works if fu

<    1   2