[Bug c++/57167] New: [graphite] Virtualbox 4.2.2 and above wont work with multiple CPUs.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57167 Bug #: 57167 Summary: [graphite] Virtualbox 4.2.2 and above wont work with multiple CPUs. Classification: Unclassified Product: gcc Version: 4.7.2 URL: https://bugs.gentoo.org/show_bug.cgi?id=432412 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassig...@gcc.gnu.org ReportedBy: de.tec...@gmail.com Virtualbox when compiled with Graphite with the following compiler options -- -march=native -O2 -fomit-frame-pointer -floop-interchange -floop-strip-mine -floop-block -fgraphite-identity Fails to run the virtual machine when it's having multiple CPUs. i.e. it only works when CPU is set to 1 in number. If I've set it to multiple, the kernel hangs.
[Bug c++/57168] New: [graphite] -fgraphite-identity breaks app-office/libreoffice-3.6.6.2 OpenXML filter
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57168 Bug #: 57168 Summary: [graphite] -fgraphite-identity breaks app-office/libreoffice-3.6.6.2 OpenXML filter Classification: Unclassified Product: gcc Version: 4.7.2 URL: https://bugs.gentoo.org/show_bug.cgi?id=429766 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassig...@gcc.gnu.org ReportedBy: de.tec...@gmail.com Earlier, libreoffice used to ask for the format of the document, now it says the file is corrupt and suggests to repair.
[Bug tree-optimization/55459] Firefox 17: internal compiler error: in scan_tree_for_params_right_scev, at graphite-sese-to-poly.c:633
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55459 dE changed: What|Removed |Added CC||de.techno at gmail dot com --- Comment #5 from dE 2013-05-04 15:16:00 UTC --- Confirm identical bug with Thuderbird https://bugs.gentoo.org/show_bug.cgi?id=466568
[Bug other/58202] New: [graphite] qtcore-4.8* (compiling with glib support):error fatal: glib.h: No such file or directory
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58202 Bug ID: 58202 Summary: [graphite] qtcore-4.8* (compiling with glib support):error fatal: glib.h: No such file or directory Product: gcc Version: 4.7.4 Status: UNCONFIRMED Severity: normal Priority: P3 Component: other Assignee: unassigned at gcc dot gnu.org Reporter: de.techno at gmail dot com https://bugs.gentoo.org/show_bug.cgi?id=417105 Occurs with -fgraphite-identity
[Bug other/58202] [graphite] qtcore-4.8* (compiling with glib support):error fatal: glib.h: No such file or directory
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58202 --- Comment #2 from dE --- I don't know... what else can be provided apart from the build log (which are attached in the Gentoo bug). Anyway, the instructions?
[Bug c/77932] New: [GRAPHITE] gmp-6.1.0, 6.1.1 breaks because of fgraphite-identity
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77932 Bug ID: 77932 Summary: [GRAPHITE] gmp-6.1.0, 6.1.1 breaks because of fgraphite-identity Product: gcc Version: 5.4.0 URL: https://forums.gentoo.org/viewtopic-p-7850262.html?sid =b501c3eb6e1b1b0ea55178547df18b2b Status: UNCONFIRMED Severity: normal Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: de.techno at gmail dot com Target Milestone: --- After building gmp-6.1.0, 6.1.1 with fgraphite-identity, GCC starts complaining 'internal compiler error: Floating point exception' for almost everything including gcc and gmp itself with or without any of the graphite flags.