[Bug fortran/45586] [4.8/4.9 Regression] ICE non-trivial conversion at assignment

2014-01-09 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45586

--- Comment #99 from Richard Biener rguenth at gcc dot gnu.org ---
Author: rguenth
Date: Thu Jan  9 11:52:43 2014
New Revision: 206461

URL: http://gcc.gnu.org/viewcvs?rev=206461root=gccview=rev
Log:
2014-01-09  Richard Biener  rguent...@suse.de

PR lto/45586
* lto.c (hash_canonical_type): Do not hash TREE_ADDRESSABLE,
TYPE_ALIGN, TYPE_RESTRICT or TYPE_REF_CAN_ALIAS_ALL.
(gimple_canonical_types_compatible_p): Do not compare them either.

Modified:
trunk/gcc/lto/ChangeLog
trunk/gcc/lto/lto.c


[Bug fortran/45586] [4.8/4.9 Regression] ICE non-trivial conversion at assignment

2013-12-30 Thread nheghathivhistha at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45586

--- Comment #98 from David Kredba nheghathivhistha at gmail dot com ---
It was not commited yet, or was it please?
I still cannot compile scipy with -flto by trunk gcc.


[Bug fortran/45586] [4.8/4.9 Regression] ICE non-trivial conversion at assignment

2013-11-21 Thread Joost.VandeVondele at mat dot ethz.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45586

--- Comment #97 from Joost VandeVondele Joost.VandeVondele at mat dot ethz.ch 
---
(In reply to Richard Biener from comment #89)
 I believe the correct solution will involve implementing the proposal for
 introducing explicit restrict tags and using that in the fortran frontend
 (removing the restrict qualification work).
 
 See http://gcc.gnu.org/ml/gcc-patches/2011-10/msg01011.html.

I guess that has now become:

http://gcc.gnu.org/ml/gcc-patches/2013-11/msg02727.html

progress!


[Bug fortran/45586] [4.8/4.9 Regression] ICE non-trivial conversion at assignment

2013-08-29 Thread Joost.VandeVondele at mat dot ethz.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45586

Joost VandeVondele Joost.VandeVondele at mat dot ethz.ch changed:

   What|Removed |Added

   Last reconfirmed|2012-03-24 00:00:00 |2013-08-29

--- Comment #95 from Joost VandeVondele Joost.VandeVondele at mat dot ethz.ch 
---
Reconfirmed the failure of the testcase from comment #86 with current trunk...


[Bug fortran/45586] [4.8/4.9 Regression] ICE non-trivial conversion at assignment

2013-05-31 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45586

Jakub Jelinek jakub at gcc dot gnu.org changed:

   What|Removed |Added

   Target Milestone|4.8.1   |4.8.2

--- Comment #94 from Jakub Jelinek jakub at gcc dot gnu.org ---
GCC 4.8.1 has been released.


[Bug fortran/45586] [4.8/4.9 Regression] ICE non-trivial conversion at assignment

2013-03-24 Thread Joost.VandeVondele at mat dot ethz.ch


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45586



Joost VandeVondele Joost.VandeVondele at mat dot ethz.ch changed:



   What|Removed |Added



   Last reconfirmed|2012-12-13 09:36:18 |2012-03-24



--- Comment #93 from Joost VandeVondele Joost.VandeVondele at mat dot ethz.ch 
2013-03-24 08:04:17 UTC ---

reconfirmed with current (4.9) trunk. 4.8 branch now passes, obviously.



An unfortunate side-effect is that I can't test LTO in my trunk based, checking

enabled, tester. So, I overlooked that LTO fails, for a different reason, to

build CP2K (I'll try to file a separate PR in the near future for that).


[Bug fortran/45586] [4.8/4.9 Regression] ICE non-trivial conversion at assignment

2013-03-22 Thread jakub at gcc dot gnu.org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45586



Jakub Jelinek jakub at gcc dot gnu.org changed:



   What|Removed |Added



   Target Milestone|4.8.0   |4.8.1



--- Comment #92 from Jakub Jelinek jakub at gcc dot gnu.org 2013-03-22 
14:44:08 UTC ---

GCC 4.8.0 is being released, adjusting target milestone.