[Bug 1352417] Re: [4.8/4.9 Regression] cc1plus doesn't terminate when called with -g on arm-linux-gnueabihf

2016-09-21 Thread Bug Watch Updater
** Changed in: gcc-4.9 (Debian)
   Status: Confirmed => Fix Released

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

Title:
  [4.8/4.9 Regression] cc1plus doesn't terminate when called with -g on
  arm-linux-gnueabihf

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

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


[Bug 1352417]

2014-12-22 Thread Jakub-gcc
GCC 4.8.4 has been released.

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

Title:
  [4.8/4.9 Regression] cc1plus doesn't terminate when called with -g on
  arm-linux-gnueabihf

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

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


[Bug 1352417]

2014-08-19 Thread dcb
(In reply to David Binderman from comment #8)
 Created attachment 33361 [details]
 C++ source code

Please ignore this attachment. It is for a different bug.

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

Title:
  [4.8/4.9 Regression] cc1plus doesn't terminate when called with -g on
  arm-linux-gnueabihf

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

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


[Bug 1352417]

2014-08-19 Thread dcb
Created attachment 33361
C++ source code

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

Title:
  [4.8/4.9 Regression] cc1plus doesn't terminate when called with -g on
  arm-linux-gnueabihf

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

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


[Bug 1352417] Re: [4.8/4.9 Regression] cc1plus doesn't terminate when called with -g on arm-linux-gnueabihf

2014-08-15 Thread Matthias Klose
** Bug watch added: GCC Bugzilla #61033
   https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61033

** Changed in: gcc
   Importance: Medium = Unknown

** Changed in: gcc
   Status: Invalid = Unknown

** Changed in: gcc
 Remote watch: GCC Bugzilla #62013 = GCC Bugzilla #61033

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

Title:
  [4.8/4.9 Regression] cc1plus doesn't terminate when called with -g on
  arm-linux-gnueabihf

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

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


[Bug 1352417] Re: [4.8/4.9 Regression] cc1plus doesn't terminate when called with -g on arm-linux-gnueabihf

2014-08-15 Thread Bug Watch Updater
Launchpad has imported 8 comments from the remote bug at
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61033.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2014-05-02T04:40:04+00:00 Michael Collison wrote:

Created attachment 32722
Preprocssed file to reproduce bug

Data flow analysis in variable tracking does not converge and causes an
infinite loop with the attached file and following compile options:

./cc1plus -quiet -fpreprocessed qmltextgenerator.ii -dumpbase
qmltextgenerator.ii -march=armv4t -mfloat-abi=soft -mtls-dialect=gnu
-auxbase-strip x.o -g -O2 -Wformat=1 -Werror=format-security -Wall
-Wextra -version -fstack-protector -fvisibility=hidden -fvisibility-
inlines-hidden -fPIC --param ssp-buffer-size=4 -o qmltextgenerator.s

GCC configured with --target=arm-linux-gnueabi

Reply at:
https://bugs.launchpad.net/ubuntu/+source/gcc-4.9/+bug/1352417/comments/0


On 2014-05-02T08:17:39+00:00 Ktkachov wrote:

Confirmed with arm-none-eabi as well.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/gcc-4.9/+bug/1352417/comments/1


On 2014-05-07T01:31:55+00:00 Mkuvyrkov wrote:

Assigned to myself as Michael does not have a GCC developer account yet.
Michael is the one working on this bug.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/gcc-4.9/+bug/1352417/comments/2


On 2014-08-04T15:42:04+00:00 Ktkachov wrote:

*** Bug 62013 has been marked as a duplicate of this bug. ***

Reply at:
https://bugs.launchpad.net/ubuntu/+source/gcc-4.9/+bug/1352417/comments/6


On 2014-08-04T15:45:17+00:00 Ktkachov wrote:

Filling in some fields, this still fails on the 4.8 and 4.9 branches but
works on trunk.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/gcc-4.9/+bug/1352417/comments/7


On 2014-08-04T18:07:47+00:00 Cbaylis-u wrote:

Created attachment 33244
Reduced test case


$ arm-unknown-linux-gnueabihf-gcc -S -O2 -g reduced1.cpp

Reply at:
https://bugs.launchpad.net/ubuntu/+source/gcc-4.9/+bug/1352417/comments/8


On 2014-08-04T18:43:39+00:00 Cbaylis-u wrote:


git bisect points to r211625 as the revision which fixes/hides this bug on 
trunk.

2014-06-13  Richard Biener  rguent...@suse.de

* tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
Rewrite to propagate the VN result into all uses where
possible and to remove stmts becoming dead because of that.
(eliminate): Generalize stmt removal handling, remove in
reverse dominator order to support proper debug stmt
generation.  Update stmts before removing stmts.
* tree-ssa-propagate.c (propagate_tree_value): Remove
bogus assert.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/gcc-4.9/+bug/1352417/comments/9


On 2014-08-04T18:55:00+00:00 Michael Collison wrote:

Charlie,

I still feel that the var tracking pass should be able to protect itself 
from an infinite loop.

On 8/4/2014 11:43 AM, cbaylis at gcc dot gnu.org wrote:
 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61033

 --- Comment #6 from cbaylis at gcc dot gnu.org ---

 git bisect points to r211625 as the revision which fixes/hides this bug on
 trunk.

 2014-06-13  Richard Biener  rguent...@suse.de

  * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
  Rewrite to propagate the VN result into all uses where
  possible and to remove stmts becoming dead because of that.
  (eliminate): Generalize stmt removal handling, remove in
  reverse dominator order to support proper debug stmt
  generation.  Update stmts before removing stmts.
  * tree-ssa-propagate.c (propagate_tree_value): Remove
  bogus assert.


Reply at:
https://bugs.launchpad.net/ubuntu/+source/gcc-4.9/+bug/1352417/comments/10


** Changed in: gcc
   Status: Unknown = Confirmed

** Changed in: gcc
   Importance: Unknown = Medium

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

Title:
  [4.8/4.9 Regression] cc1plus doesn't terminate when called with -g on
  arm-linux-gnueabihf

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com

[Bug 1352417] Re: [4.8/4.9 Regression] cc1plus doesn't terminate when called with -g on arm-linux-gnueabihf

2014-08-07 Thread Matthias Klose
** Summary changed:

- [4.8/4.9 Regresion] cc1plus doesn't terminate when called with -g on 
arm-linux-gnueabihf
+ [4.8/4.9 Regression] cc1plus doesn't terminate when called with -g on 
arm-linux-gnueabihf

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

Title:
  [4.8/4.9 Regression] cc1plus doesn't terminate when called with -g on
  arm-linux-gnueabihf

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

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


[Bug 1352417] Re: [4.8/4.9 Regression] cc1plus doesn't terminate when called with -g on arm-linux-gnueabihf

2014-08-07 Thread Bug Watch Updater
** Changed in: gcc-4.9 (Debian)
   Status: New = Confirmed

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

Title:
  [4.8/4.9 Regression] cc1plus doesn't terminate when called with -g on
  arm-linux-gnueabihf

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

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


[Bug 1352417] [NEW] [4.8/4.9 Regresion] cc1plus doesn't terminate when called with -g on arm-linux-gnueabihf

2014-08-04 Thread Matthias Klose
Public bug reported:

seen on the 4.8 and 4.9 branch, cc1plus doesn't terminate. omitting the
-g lets the command succeed.

$ g++ -v -std=c++0x -c -g -O2 qmltextgenerator.cpp


Program received signal SIGINT, Interrupt.
0x0054920c in canonicalize_values_star(variable_def**, dataflow_set_def*) ()
(gdb) bt
#0  0x0054920c in canonicalize_values_star(variable_def**, dataflow_set_def*)
()
#1  0x0054b0c2 in ?? ()
#2  0x0054ca08 in ?? ()
#3  0x0054d8ba in ?? ()
#4  0x0039928a in execute_one_pass(opt_pass*) ()
#5  0x00399448 in execute_pass_list(opt_pass*) ()
#6  0x00399452 in execute_pass_list(opt_pass*) ()
#7  0x00399452 in execute_pass_list(opt_pass*) ()
#8  0x00244a8c in ?? ()
#9  0x00245ca4 in compile() ()
#10 0x00246030 in finalize_compilation_unit() ()
#11 0x00158fc4 in cp_write_global_declarations() ()
#12 0x00409394 in ?? ()
#13 0x0040aad0 in toplev_main(int, char**) ()
#14 0xb6d4f630 in __libc_start_main (main=0x111e19 main, argc=26, 
argv=0xbefff604, init=optimized out, fini=0x7b2af5 __libc_csu_fini, 
rtld_fini=0xb6fe24e5 _dl_fini, stack_end=0xbefff604) at libc-start.c:287
#15 0x00112058 in _start ()

defaults are -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -mthumb

** Affects: gcc
 Importance: Unknown
 Status: Unknown

** Affects: gcc-4.8 (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: gcc-4.9 (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: gcc-4.9 (Debian)
 Importance: Unknown
 Status: Unknown

** Bug watch added: GCC Bugzilla #62013
   https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62013

** Also affects: gcc via
   https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62013
   Importance: Unknown
   Status: Unknown

** Also affects: gcc-4.8 (Ubuntu)
   Importance: Undecided
   Status: New

** Bug watch added: Debian Bug tracker #756945
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=756945

** Also affects: gcc-4.9 (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=756945
   Importance: Unknown
   Status: Unknown

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

Title:
  [4.8/4.9 Regresion] cc1plus doesn't terminate when called with -g on
  arm-linux-gnueabihf

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

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


[Bug 1352417] Re: [4.8/4.9 Regresion] cc1plus doesn't terminate when called with -g on arm-linux-gnueabihf

2014-08-04 Thread Bug Watch Updater
** Changed in: gcc-4.9 (Debian)
   Status: Unknown = New

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

Title:
  [4.8/4.9 Regresion] cc1plus doesn't terminate when called with -g on
  arm-linux-gnueabihf

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

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


[Bug 1352417] Re: [4.8/4.9 Regresion] cc1plus doesn't terminate when called with -g on arm-linux-gnueabihf

2014-08-04 Thread Bug Watch Updater
Launchpad has imported 2 comments from the remote bug at
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62013.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2014-08-04T15:29:45+00:00 Doko-v wrote:

Created attachment 33243
test case

seen on the 4.8 and 4.9 branch, cc1plus doesn't terminate. omitting the
-g lets the command succeed.

$ g++ -v -std=c++0x -c -g -O2 qmltextgenerator.cpp


Program received signal SIGINT, Interrupt.
0x0054920c in canonicalize_values_star(variable_def**, dataflow_set_def*) ()
(gdb) bt
#0  0x0054920c in canonicalize_values_star(variable_def**, dataflow_set_def*)
()
#1  0x0054b0c2 in ?? ()
#2  0x0054ca08 in ?? ()
#3  0x0054d8ba in ?? ()
#4  0x0039928a in execute_one_pass(opt_pass*) ()
#5  0x00399448 in execute_pass_list(opt_pass*) ()
#6  0x00399452 in execute_pass_list(opt_pass*) ()
#7  0x00399452 in execute_pass_list(opt_pass*) ()
#8  0x00244a8c in ?? ()
#9  0x00245ca4 in compile() ()
#10 0x00246030 in finalize_compilation_unit() ()
#11 0x00158fc4 in cp_write_global_declarations() ()
#12 0x00409394 in ?? ()
#13 0x0040aad0 in toplev_main(int, char**) ()
#14 0xb6d4f630 in __libc_start_main (main=0x111e19 main, argc=26, 
argv=0xbefff604, init=optimized out, fini=0x7b2af5 __libc_csu_fini, 
rtld_fini=0xb6fe24e5 _dl_fini, stack_end=0xbefff604) at libc-start.c:287
#15 0x00112058 in _start ()

defaults are -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -mthumb

Reply at:
https://bugs.launchpad.net/ubuntu/+source/gcc-4.9/+bug/1352417/comments/0


On 2014-08-04T15:42:04+00:00 Ktkachov wrote:

I'm willing to bet this is a duplicate of 61033 that also involves a
qmltextgenerator.ii preprocessed reproducer file ;)

It goes into an infinite loop for me on arm-none-eabi with 4.9 and
passes with current trunk. Didn't try 4.8, I expect it fails there like
you say.

I don't remember if it was fixed in trunk and the fix not backported or
just made latent.

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

Reply at:
https://bugs.launchpad.net/ubuntu/+source/gcc-4.9/+bug/1352417/comments/2


** Changed in: gcc
   Status: Unknown = Invalid

** Changed in: gcc
   Importance: Unknown = Medium

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

Title:
  [4.8/4.9 Regresion] cc1plus doesn't terminate when called with -g on
  arm-linux-gnueabihf

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

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