[Bug java/30639] New: Can't compile java frontend on Linux x86_64 (SYS_sigaction undeclared)

2007-01-30 Thread fragabr at gmail dot com
l-target-libjava] Error 2 make[1]: Leaving directory `/home/fraga/src/b' make: *** [bootstrap] Error 2 I googled and found that SYS_sigaction is only defined on 32 bit arch... so why is it looking for it? I don't pretend to compile 32 bit programs, so I don't need it right? Thanks -- Summary: Can't compile java frontend on Linux x86_64 (SYS_sigaction undeclared) Product: gcc Version: 4.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: fragabr at gmail dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30639

[Bug c/35733] New: Can't compile gcc 4.3.0 on old celeron processor (4.2.3 is ok)

2008-03-28 Thread fragabr at gmail dot com
Product: gcc Version: 4.3.0 Status: UNCONFIRMED Severity: blocker Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: fragabr at gmail dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35733

[Bug target/35733] Can't compile gcc 4.3.0 on old celeron processor (4.2.3 is ok)

2008-03-28 Thread fragabr at gmail dot com
--- Comment #2 from fragabr at gmail dot com 2008-03-29 02:47 --- You're completely right! I messed with gmp and mfpr libraries. I recompiled them and now everything is fine. Thank you very much (I'm changing this bug to invalid). -- fragabr at gmail dot c

[Bug c++/39869] New: Firefox 3.0.9 compilation with gcc 4.4.0 (segfault)

2009-04-23 Thread fragabr at gmail dot com
: UNCONFIRMED Severity: blocker Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: fragabr at gmail dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39869

[Bug middle-end/39869] Firefox 3.0.9 compilation with gcc 4.4.0 (segfault)

2009-04-23 Thread fragabr at gmail dot com
--- Comment #2 from fragabr at gmail dot com 2009-04-23 15:38 --- What informa(In reply to comment #1) > We need more information than this. What information do you need? Couldn't you compile Firefox yourself to test it? Or if someone uses x86_64 I'm sure he/she wil

[Bug middle-end/39869] Firefox 3.0.9 compilation with gcc 4.4.0 (segfault)

2009-04-23 Thread fragabr at gmail dot com
--- Comment #5 from fragabr at gmail dot com 2009-04-23 16:50 --- (In reply to comment #4) > Likely related to https://bugzilla.redhat.com/show_bug.cgi?id=487844 > which is a nspr bug. > Ok, thanks. So I'm closing this bug. -- fragabr at gmail dot com changed:

[Bug libstdc++/56779] [4.8/4.9 Regression] libstdc++.so: undefined reference to `libintl_textdomain'

2013-06-25 Thread fragabr at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56779 Dâniel Fraga changed: What|Removed |Added CC||fragabr at gmail dot com --- Comment #3

[Bug libstdc++/56779] [4.8/4.9 Regression] libstdc++.so: undefined reference to `libintl_textdomain'

2013-08-23 Thread fragabr at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56779 --- Comment #4 from Dâniel Fraga --- Nobody?

[Bug bootstrap/54659] [4.8 Regression] Bootstrap with --disable-nls broken under Windows

2013-09-07 Thread fragabr at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54659 Dâniel Fraga changed: What|Removed |Added CC||fragabr at gmail dot com --- Comment #30

[Bug c++/52762] New: Firefox 11 segfault with gcc 4.7 (-O3 -march=corei7-avx)

2012-03-28 Thread fragabr at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52762 Bug #: 52762 Summary: Firefox 11 segfault with gcc 4.7 (-O3 -march=corei7-avx) Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED

[Bug c++/52762] Firefox 11 segfault with gcc 4.7 (-O3 -march=corei7-avx)

2012-03-29 Thread fragabr at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52762 --- Comment #2 from Dâniel Fraga 2012-03-29 17:38:48 UTC --- Hi Marcus, here it's the backtrace with --enable-debug. If you need more testing, just ask: [New Thread 139808722073408 (LWP 23395)] nsStringStats => mAllocCount: 1 => m

[Bug c++/52762] Firefox 11 segfault with gcc 4.7 (-O3 -march=corei7-avx)

2012-03-29 Thread fragabr at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52762 Dâniel Fraga changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug c++/52762] Firefox 11 segfault with gcc 4.7 (-O3 -march=corei7-avx)

2012-03-29 Thread fragabr at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52762 Dâniel Fraga changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED Resolution|INVALID

[Bug c++/52762] Firefox 11 segfault with gcc 4.7 (-O3 -march=corei7-avx)

2012-03-29 Thread fragabr at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52762 --- Comment #6 from Dâniel Fraga 2012-03-29 20:13:23 UTC --- (In reply to comment #5) > In the future you should add: > ac_add_options --disable-install-strip --disable-strip > to your .mozconfig file, because otherwise the debug binaries wi

[Bug c++/52762] Firefox 11 segfault with gcc 4.7 (-O3 -march=corei7-avx)

2012-03-30 Thread fragabr at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52762 --- Comment #8 from Dâniel Fraga 2012-03-30 19:54:47 UTC --- (In reply to comment #7) > Happens in java script, which does JITed code. > My guess is that one of the transition points between JITed code and C code > does not save AVX registers cor

[Bug libstdc++/56779] [4.8/4.9 Regression] libstdc++.so: undefined reference to `libintl_textdomain'

2013-10-25 Thread fragabr at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56779 --- Comment #8 from Dâniel Fraga --- (In reply to Richard Biener from comment #7) > I get these functions from glibc instead: > > DF *UND* GLIBC_2.2.5 gettext > DF *UND*

[Bug c/55459] New: Firefox 17: internal compiler error: in scan_tree_for_params_right_scev, at graphite-sese-to-poly.c:633

2012-11-24 Thread fragabr at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55459 Bug #: 55459 Summary: Firefox 17: internal compiler error: in scan_tree_for_params_right_scev, at graphite-sese-to-poly.c:633 Classification: Unclassified Product: gcc

[Bug tree-optimization/55459] Firefox 17: internal compiler error: in scan_tree_for_params_right_scev, at graphite-sese-to-poly.c:633

2012-11-24 Thread fragabr at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55459 --- Comment #1 from Dâniel Fraga 2012-11-24 22:26:45 UTC --- My Parma Polyhedra Library version is: ppl-config --version 0.11.2 Should I updated to 1.0 version?

[Bug c++/65850] New: 5.1 regression [graphite]: isl_constraint.c:625: expecting integer value

2015-04-22 Thread fragabr at gmail dot com
: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: fragabr at gmail dot com I tried to compile Firefox 37.0.2 with gcc 5.1 and I got this compiler error. I attached the .ii file. Using built-in specs. COLLECT_GCC=c++ Target

[Bug c++/65850] 5.1 regression [graphite]: isl_constraint.c:625: expecting integer value

2015-04-22 Thread fragabr at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65850 --- Comment #1 from Dâniel Fraga --- Created attachment 35385 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35385&action=edit Unified_cpp_layout_base0.ii I had to bzip2 it because of the size. Sorry.

[Bug c++/65850] 5.1 regression [graphite]: isl_constraint.c:625: expecting integer value

2015-04-22 Thread fragabr at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65850 --- Comment #2 from Dâniel Fraga --- Without graphite optimization, it compiles fine.

[Bug libstdc++/56779] [4.8/4.9 Regression] libstdc++.so: undefined reference to `libintl_textdomain'

2014-01-09 Thread fragabr at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56779 --- Comment #11 from Dâniel Fraga --- (In reply to Jonathan Wakely from comment #9) > Could the submitter and/or Daniel please provide the complete configure > command used to build GCC (e.g. from the output of 'gcc -v', this is > supposed to be p

[Bug libstdc++/56779] [4.8/4.9 Regression] libstdc++.so: undefined reference to `libintl_textdomain'

2014-01-20 Thread fragabr at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56779 --- Comment #14 from Dâniel Fraga --- (In reply to Jonathan Wakely from comment #12) > So I need to know which GNU/Linux distro you are using, and why it does not > provide textdomain in glibc. Hi Jonathan: 1) I'm using a customized installation

[Bug libstdc++/56779] [4.8/4.9 Regression] libstdc++.so: undefined reference to `libintl_textdomain'

2014-01-20 Thread fragabr at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56779 --- Comment #18 from Dâniel Fraga --- (In reply to Jonathan Wakely from comment #15) > (In reply to Dâniel Fraga from comment #14) > Thanks for the quick response, that explains the problem. > > G++ finds the version in /usr/local/include first,

[Bug libstdc++/56779] [4.8/4.9 Regression] libstdc++.so: undefined reference to `libintl_textdomain'

2014-01-23 Thread fragabr at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56779 --- Comment #22 from Dâniel Fraga --- (In reply to Jonathan Wakely from comment #21) > OK, configuring GNU gettext with --with-included-gettext creates > /usr/local/include/libintl.h ... but why would you do that on GNU/Linux when > glibc provides

[Bug libstdc++/56779] [4.8/4.9 Regression] libstdc++.so: undefined reference to `libintl_textdomain'

2014-01-23 Thread fragabr at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56779 --- Comment #24 from Dâniel Fraga --- (In reply to Jakub Jelinek from comment #23) > gettext Makefile has: > # We must not install the libintl.h/libintl.a files if we are on a > # system which has the GNU gettext() function in its C library or in

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

2015-01-13 Thread fragabr at gmail dot com
Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: fragabr at gmail dot com I reported this bug at Firefox bugzilla: https://bugzilla.mozilla.org/show_bug.cgi?id=1117023

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

2015-01-13 Thread fragabr at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64590 --- Comment #3 from Dâniel Fraga --- (In reply to Andrew Pinski from comment #2) > Also can you try without "-floop-interchange -floop-strip-mine -floop-block" > Since those are part of Graphite which might be the cause of the bug rather > than t

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

2015-01-13 Thread fragabr at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64590 --- Comment #5 from Dâniel Fraga --- (In reply to Andrew Pinski from comment #4) > You did not answer my question: "Also what instruction is the segfault > located on"? Sorry. I read too fast. Do you mean AVX instruction? I put AVX at the title

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

2015-01-13 Thread fragabr at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64590 --- Comment #7 from Dâniel Fraga --- (In reply to Andrew Pinski from comment #6) > Try: > disassemble $pc,$pc (gdb) disassemble $pc,$pc Dump of assembler code from 0x74538d0c to 0x74538d0c: End of assembler dump. *** Empty dump

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

2015-01-13 Thread fragabr at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64590 --- Comment #9 from Dâniel Fraga --- (In reply to Andrew Pinski from comment #8) > Try this: > disassemble $pc,$pc+0x10 (gdb) disassemble $pc,$pc+0x10 Dump of assembler code from 0x74538d0c to 0x74538d1c: => 0x74538d0c :movl

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

2015-02-10 Thread fragabr at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64590 Dâniel Fraga changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

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

2015-02-11 Thread fragabr at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64590 --- Comment #13 from Dâniel Fraga --- (In reply to David Baron from comment #12) > The correct changeset that fixed the problem is: > https://hg.mozilla.org/integration/mozilla-inbound/rev/3023f9390942 Yes, thanks! :)

[Bug other/68713] New: 5.3.1 tag missing on the git repository?

2015-12-04 Thread fragabr at gmail dot com
Assignee: unassigned at gcc dot gnu.org Reporter: fragabr at gmail dot com Target Milestone: --- Am i wrong or the new version 5.3 is missing on the git repository? I mean, there's no tag "gcc_5_3_0_release", right?

[Bug other/68713] 5.3.1 tag missing on the git repository?

2015-12-05 Thread fragabr at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68713 Dâniel Fraga changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---