[Bug 2052929]

2024-04-05 Thread Doko-v
while not a test case, that was seen when running autopkg tests of the
evolver package against glibc 2.39 packages.

https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/2052929

the failing evolver test is:

echo "g 5; v; r ; g 10; v;" | evolver-nox-q cube

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2052929

Title:
  failed autopkgtests for evolver vs glibc 2.39 on amd64

To manage notifications about this bug go to:
https://bugs.launchpad.net/gcc/+bug/2052929/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1315365]

2014-08-24 Thread Doko-v
builds again on the trunk

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1315365

Title:
  [4.10 Regression] ICE building libjava (verify_flow_info failed) on
  aarch64-linux-gnu

To manage notifications about this bug go to:
https://bugs.launchpad.net/gcc/+bug/1315365/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1185028]

2014-08-21 Thread Doko-v
can't see this anymore with the current 4.8 branch (and 4.9)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1185028

Title:
  drizzle FTBFS due to internal compiler error: Segmentation fault
  whilst compiling drizzle on i386|armhf

To manage notifications about this bug go to:
https://bugs.launchpad.net/gcc/+bug/1185028/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 943264]

2014-08-21 Thread Doko-v
yes, can't reproduce anymore with 4.9 and trunk

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/943264

Title:
  ICE in arm_select_dominance_cc_mode, at config/arm/arm.c:10625

To manage notifications about this bug go to:
https://bugs.launchpad.net/gcc/+bug/943264/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1227789]

2014-08-17 Thread Doko-v
this seems to be a duplicate of PR59586

*** This bug has been marked as a duplicate of bug 59586 ***

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1227789

Title:
  ICE while nbench-2.2.3 compilation with -floop-parallelize-all

To manage notifications about this bug go to:
https://bugs.launchpad.net/gcc/+bug/1227789/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1286343]

2014-03-06 Thread Doko-v
yes, the first attachment is for powepc64le-linux-gnu

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1286343

Title:
  mrpt triggers ICE on armf, powerpc, ppc64el at -O2 or higher

To manage notifications about this bug go to:
https://bugs.launchpad.net/gcc/+bug/1286343/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1286343]

2014-03-06 Thread Doko-v
Created attachment 32265
preprocessed source (armv7)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1286343

Title:
  mrpt triggers ICE on armf, powerpc, ppc64el at -O2 or higher

To manage notifications about this bug go to:
https://bugs.launchpad.net/gcc/+bug/1286343/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1186943]

2013-06-28 Thread Doko-v
closing. this apparently did get into the 4.8.1 release. however can't
change the milestone back to 4.8.1.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1186943

Title:
  FTBFS with gcc-4.8: error: invalid qualifiers on non-member function
  type

To manage notifications about this bug go to:
https://bugs.launchpad.net/gcc/+bug/1186943/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1123588]

2013-02-22 Thread Doko-v
 so it's not about initializing the memory but the fact that it
 _is_ aliased by other things.

yes, the value returned was saved in a caching data structure.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1123588

Title:
  wrong usage of the `malloc' function attribute

To manage notifications about this bug go to:
https://bugs.launchpad.net/gcc/+bug/1123588/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1123588]

2013-02-18 Thread Doko-v
with -fdump-tree-dse-details:

--- revert/upstart-1.6.1/init/test_job.c.132t.dse2
+++ norevert/upstart-1.6.1/init/test_job.c.132t.dse2
@@ -35,6 +35,14 @@
 
 ;; Function test_deserialise_ptrace (test_deserialise_ptrace, funcdef_no=60, 
decl_uid=9022, cgraph_uid=60)
 
+  Deleted dead store 'job_64-trace_state = 3;
+'
+  Deleted dead store 'job_64-trace_forks = 0;
+'
+  Deleted dead store 'job_64-state = 3;
+'
+  Deleted dead store 'job_64-goal = 1;
+'
 test_deserialise_ptrace ()
 {
   long unsigned int D.9415;
@@ -367,12 +375,8 @@
   abort ();
 
 bb 44:
-  job_64-goal = 1;
-  job_64-state = 3;
   D.9269_65 = job_64-pid;
   *D.9269_65 = pid_49;
-  job_64-trace_forks = 0;
-  job_64-trace_state = 3;
 
 bb 45:
   __ret_66 = nih_str_array_new (0B);

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1123588

Title:
   [4.7 Regression] wrong code with the fix for PR53844

To manage notifications about this bug go to:
https://bugs.launchpad.net/gcc/+bug/1123588/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1123588]

2013-02-18 Thread Doko-v
Created attachment 29482
test case

no reduced test case yet, but there is a diff in the tree dump with
-fdump-tree-dse in the test_deserialise_ptrace function:

diff -u working version not-working version

--- revert/upstart-1.6.1/init/test_job.c.132t.dse2
+++ norevert/upstart-1.6.1/init/test_job.c.132t.dse2
@@ -367,12 +367,8 @@
   abort ();
 
 bb 44:
-  job_64-goal = 1;
-  job_64-state = 3;
   D.9269_65 = job_64-pid;
   *D.9269_65 = pid_49;
-  job_64-trace_forks = 0;
-  job_64-trace_state = 3;
 
 bb 45:
   __ret_66 = nih_str_array_new (0B);

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1123588

Title:
   [4.7 Regression] wrong code with the fix for PR53844

To manage notifications about this bug go to:
https://bugs.launchpad.net/gcc/+bug/1123588/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1065559]

2012-10-13 Thread Doko-v
trunk 20120820 and 20121008 do work.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1065559

Title:
  [regression] cone ftbfs on armel/armhf using GCC 4.7

To manage notifications about this bug go to:
https://bugs.launchpad.net/gcc/+bug/1065559/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 598462]

2012-07-03 Thread Doko-v
the python builds works when built using -fprofile-correction

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/598462

Title:
   [PR38292] corrupted profile info with -O[23] -fprofile-use

To manage notifications about this bug go to:
https://bugs.launchpad.net/gcc/+bug/598462/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1007616]

2012-06-14 Thread Doko-v
duplicate

*** This bug has been marked as a duplicate of bug 53602 ***

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1007616

Title:
  gcc internal compiler error in force_move_args_size_note, at combine-
  stack-adj.c:419

To manage notifications about this bug go to:
https://bugs.launchpad.net/gcc/+bug/1007616/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 937011]

2012-03-12 Thread Doko-v
nothing to fix in libgo

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/937011

Title:
  configure test lin libgo fails on arm (setcontext)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gcc/+bug/937011/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 937011]

2012-02-22 Thread Doko-v
Peter Maydell commented:

Specifically the functions exist but return ENOSYS, which is why this:
  if (getcontext (c)  0)
abort ();

will abort.

Trying to get these functions into eglibc for ARM is kind of on the
Linaro toolchain group's todo list, but (a) not at a hugely high
priority and (b) it will take a little while for them to percolate
through eglibc and back into distros anyway, so apps/configure scripts
need to be prepared to handle the returns-ENOSYS case anyway.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/937011

Title:
  configure test lin libgo fails on arm (setcontext)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gcc/+bug/937011/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 736661]

2011-09-06 Thread Doko-v
works with 4.4.6, not with 4.5/4.6/trunk 20110824

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/736661

Title:
  armel FTBFS due to compiler ICE

To manage notifications about this bug go to:
https://bugs.launchpad.net/gcc/+bug/736661/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs