public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/42758]  New: ICE on assert() in function with complex(?) template argument
@ 2010-01-15 13:38 adl at gnu dot org
  2010-01-15 13:40 ` [Bug c++/42758] " adl at gnu dot org
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: adl at gnu dot org @ 2010-01-15 13:38 UTC (permalink / raw)
  To: gcc-bugs

The following code compiles fine with g++-4.4 and causes g++-4.5 to segfault.
Removing the assert() or removing the int_less_than parameter no longer lead
to a segfault.

% g++-4.5 --version
g++-4.5 (Debian 4.5-20091226-1) 4.5.0 20091226 (experimental) [trunk revision
155473]
Copyright (C) 2009 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
% cat bug.cc
#include <cassert>
#include <set>

namespace spot
{
  struct int_less_than
  {
    bool operator()(int, int) const { return 0; }
  };

  int f(const std::set<int, int_less_than>&)
  {
    assert(0);
    return 1;
  }
}
% g++-4.4 -c bug.cc    # 4.4 runs OK
% g++-4.5 -c bug.cc
g++-4.5: Internal error: Segmentation fault (program cc1plus)
Please submit a full bug report.
See <file:///usr/share/doc/gcc-4.5/README.Bugs> for instructions.


-- 
           Summary: ICE on assert() in function with complex(?) template
                    argument
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: adl at gnu dot org
 GCC build triplet: i686-linux-gnu
  GCC host triplet: i686-linux-gnu
GCC target triplet: i486-linux-gnu


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


^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Bug c++/42758] ICE on assert() in function with complex(?) template argument
  2010-01-15 13:38 [Bug c++/42758] New: ICE on assert() in function with complex(?) template argument adl at gnu dot org
@ 2010-01-15 13:40 ` adl at gnu dot org
  2010-01-15 14:07 ` paolo dot carlini at oracle dot com
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: adl at gnu dot org @ 2010-01-15 13:40 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from adl at gnu dot org  2010-01-15 13:40 -------
Created an attachment (id=19615)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19615&action=view)
preprocessed source


-- 


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


^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Bug c++/42758] ICE on assert() in function with complex(?) template argument
  2010-01-15 13:38 [Bug c++/42758] New: ICE on assert() in function with complex(?) template argument adl at gnu dot org
  2010-01-15 13:40 ` [Bug c++/42758] " adl at gnu dot org
@ 2010-01-15 14:07 ` paolo dot carlini at oracle dot com
  2010-01-15 15:06 ` matz at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: paolo dot carlini at oracle dot com @ 2010-01-15 14:07 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from paolo dot carlini at oracle dot com  2010-01-15 14:06 -------
This is just crazy, inside the debugger works fine. Outside -fsyntax-only is
enough, -E is not. Richard any idea what the heck is going on?


-- 

paolo dot carlini at oracle dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rguenth at gcc dot gnu dot
                   |                            |org


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


^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Bug c++/42758] ICE on assert() in function with complex(?) template argument
  2010-01-15 13:38 [Bug c++/42758] New: ICE on assert() in function with complex(?) template argument adl at gnu dot org
  2010-01-15 13:40 ` [Bug c++/42758] " adl at gnu dot org
  2010-01-15 14:07 ` paolo dot carlini at oracle dot com
@ 2010-01-15 15:06 ` matz at gcc dot gnu dot org
  2010-01-15 15:19 ` [Bug c++/42758] [4.5 Regression] " paolo dot carlini at oracle dot com
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: matz at gcc dot gnu dot org @ 2010-01-15 15:06 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from matz at gcc dot gnu dot org  2010-01-15 15:06 -------
input_location handling is broken.

(gdb) bt
#0  0x00007ffff704a7c3 in strcmp () from /lib64/libc.so.6
#1  0x00000000011be858 in splay_tree_splay (sp=0x1824110, key=0)
    at ../../gcc/libiberty/splay-tree.c:148
#2  0x00000000011beed6 in splay_tree_lookup (sp=0x1824110, key=0)
    at ../../gcc/libiberty/splay-tree.c:389
#3  0x00000000007b162a in get_fileinfo (name=0x0) at ../../gcc/gcc/c-lex.c:114

note: name==0, this comes from:

#25 0x0000000000765939 in fname_as_string (pretty_p=1)
    at ../../gcc/gcc/c-common.c:950
#26 0x00000000004e0b3a in cp_make_fname_decl (loc=1708071, id=0x7ffff7e91ec8,
    type_dep=1) at ../../gcc/gcc/cp/decl.c:3559
#27 0x0000000000765a7a in fname_decl (loc=1708071, rid=67, id=0x7ffff7e91ec8)
    at ../../gcc/gcc/c-common.c:999

Where the block in c-common.c is:

995           location_t saved_location = input_location;
996           input_location = UNKNOWN_LOCATION;
997
998           stmts = push_stmt_list ();
999           decl = (*make_fname_decl) (loc, id, fname_vars[ix].pretty);

I.e. input_location is reset (that is okay here), then through the
make_fname_decl call the c++ frontend is called back, which tries to construct
a decl, implicitely (via cxx_make_type) accessing the fileinfo for
input_filename.

We want to create the __PRETTY_FUNCTION__ string decl here.

I can't say if it's more sensible if the C++ frontend would deal with
input_location==UNKNOWN_LOCATION sometimes, or if c-common.c should be changed
to not reset it temporarily.  But the latter really makes sense here, as the
__PRETTY_FUNCTION__  decl is created on demand, i.e. a random place, which it
then would get.


-- 


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


^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Bug c++/42758] [4.5 Regression] ICE on assert() in function with complex(?) template argument
  2010-01-15 13:38 [Bug c++/42758] New: ICE on assert() in function with complex(?) template argument adl at gnu dot org
                   ` (2 preceding siblings ...)
  2010-01-15 15:06 ` matz at gcc dot gnu dot org
@ 2010-01-15 15:19 ` paolo dot carlini at oracle dot com
  2010-01-15 15:21 ` rguenth at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: paolo dot carlini at oracle dot com @ 2010-01-15 15:19 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from paolo dot carlini at oracle dot com  2010-01-15 15:18 -------
Thanks Michael. It's a serious regression, isn't it?


-- 

paolo dot carlini at oracle dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|ICE on assert() in function |[4.5 Regression] ICE on
                   |with complex(?) template    |assert() in function with
                   |argument                    |complex(?) template argument


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


^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Bug c++/42758] [4.5 Regression] ICE on assert() in function with complex(?) template argument
  2010-01-15 13:38 [Bug c++/42758] New: ICE on assert() in function with complex(?) template argument adl at gnu dot org
                   ` (3 preceding siblings ...)
  2010-01-15 15:19 ` [Bug c++/42758] [4.5 Regression] " paolo dot carlini at oracle dot com
@ 2010-01-15 15:21 ` rguenth at gcc dot gnu dot org
  2010-01-15 18:57 ` hjl dot tools at gmail dot com
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-01-15 15:21 UTC (permalink / raw)
  To: gcc-bugs



-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.5.0


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


^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Bug c++/42758] [4.5 Regression] ICE on assert() in function with complex(?) template argument
  2010-01-15 13:38 [Bug c++/42758] New: ICE on assert() in function with complex(?) template argument adl at gnu dot org
                   ` (4 preceding siblings ...)
  2010-01-15 15:21 ` rguenth at gcc dot gnu dot org
@ 2010-01-15 18:57 ` hjl dot tools at gmail dot com
  2010-01-17 17:02 ` rguenth at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: hjl dot tools at gmail dot com @ 2010-01-15 18:57 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from hjl dot tools at gmail dot com  2010-01-15 18:57 -------
It is triggered by revision :

http://gcc.gnu.org/ml/gcc-cvs/2009-04/msg00188.html


-- 

hjl dot tools at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jason at redhat dot com
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2010-01-15 18:57:48
               date|                            |


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


^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Bug c++/42758] [4.5 Regression] ICE on assert() in function with complex(?) template argument
  2010-01-15 13:38 [Bug c++/42758] New: ICE on assert() in function with complex(?) template argument adl at gnu dot org
                   ` (5 preceding siblings ...)
  2010-01-15 18:57 ` hjl dot tools at gmail dot com
@ 2010-01-17 17:02 ` rguenth at gcc dot gnu dot org
  2010-01-18 16:11 ` dodji at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-01-17 17:02 UTC (permalink / raw)
  To: gcc-bugs



-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P1


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


^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Bug c++/42758] [4.5 Regression] ICE on assert() in function with complex(?) template argument
  2010-01-15 13:38 [Bug c++/42758] New: ICE on assert() in function with complex(?) template argument adl at gnu dot org
                   ` (6 preceding siblings ...)
  2010-01-17 17:02 ` rguenth at gcc dot gnu dot org
@ 2010-01-18 16:11 ` dodji at gcc dot gnu dot org
  2010-01-28  8:38 ` dodji at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: dodji at gcc dot gnu dot org @ 2010-01-18 16:11 UTC (permalink / raw)
  To: gcc-bugs



-- 

dodji at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |dodji at gcc dot gnu dot org
                   |dot org                     |
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2010-01-15 18:57:48         |2010-01-18 16:11:15
               date|                            |


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


^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Bug c++/42758] [4.5 Regression] ICE on assert() in function with complex(?) template argument
  2010-01-15 13:38 [Bug c++/42758] New: ICE on assert() in function with complex(?) template argument adl at gnu dot org
                   ` (7 preceding siblings ...)
  2010-01-18 16:11 ` dodji at gcc dot gnu dot org
@ 2010-01-28  8:38 ` dodji at gcc dot gnu dot org
  2010-01-29 14:31 ` dodji at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: dodji at gcc dot gnu dot org @ 2010-01-28  8:38 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from dodji at gcc dot gnu dot org  2010-01-28 08:37 -------
*** Bug 42880 has been marked as a duplicate of this bug. ***


-- 

dodji at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |piotr dot wyderski at gmail
                   |                            |dot com


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


^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Bug c++/42758] [4.5 Regression] ICE on assert() in function with complex(?) template argument
  2010-01-15 13:38 [Bug c++/42758] New: ICE on assert() in function with complex(?) template argument adl at gnu dot org
                   ` (8 preceding siblings ...)
  2010-01-28  8:38 ` dodji at gcc dot gnu dot org
@ 2010-01-29 14:31 ` dodji at gcc dot gnu dot org
  2010-01-29 16:08 ` dodji at gcc dot gnu dot org
  2010-02-07  4:49 ` hjl at gcc dot gnu dot org
  11 siblings, 0 replies; 13+ messages in thread
From: dodji at gcc dot gnu dot org @ 2010-01-29 14:31 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from dodji at gcc dot gnu dot org  2010-01-29 14:31 -------
Subject: Bug 42758

Author: dodji
Date: Fri Jan 29 14:30:41 2010
New Revision: 156351

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=156351
Log:
Fix PRs c++/42758, c++/42634, c++/42797

... and mitigate PR c++/42336

gcc/cp/ChangeLog:
        PR c++/42758
        PR c++/42634
        PR c++/42336
        PR c++/42797
        PR c++/42880
        * cp-tree.h (NON_DEFAULT_TEMPLATE_ARGS_COUNT,
        SET_NON_DEFAULT_TEMPLATE_ARGS_COUNT,
        GET_NON_DEFAULT_TEMPLATE_ARGS_COUNT): New accessor macros.
        * pt.c (coerce_template_parms, type_unification_real,
        expand_template_argument_pack, coerce_template_parameter_pack):
        Set the non default template args count.
        (current_template_args): Always set non defaulted
        template args count when compiled with --enable-checking
        (tsubst_template_args, type_unification_real): Propagate the non
        defaulted template args count.
        * error.c (get_non_default_template_args_count): Renamed
        count_non_default_template_args into this. Don't calculate the
        non default template argument count anymore. Use the new
        accessor macros above to get it.
        (dump_template_argument_list, dump_type, dump_decl,
        dump_template_parms): Adjust.
        * parser.c (cp_parser_template_argument_list): Always set defaulted
        template args count when compiled with --enable-checking.

gcc/testsuite/ChangeLog:
        PR c++/42758
        PR c++/42634
        PR c++/42336
        PR c++/42797
        PR c++/42880
        * g++.dg/other/crash-5.C: New test.
        * g++.dg/other/crash-6.C: New test.
        * g++.dg/other/crash-7.C: New test.
        * g++.dg/other/crash-8.C: New test.

Added:
    trunk/gcc/testsuite/g++.dg/other/crash-5.C
    trunk/gcc/testsuite/g++.dg/other/crash-6.C
    trunk/gcc/testsuite/g++.dg/other/crash-7.C
    trunk/gcc/testsuite/g++.dg/other/crash-8.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/cp-tree.h
    trunk/gcc/cp/error.c
    trunk/gcc/cp/parser.c
    trunk/gcc/cp/pt.c
    trunk/gcc/testsuite/ChangeLog


-- 


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


^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Bug c++/42758] [4.5 Regression] ICE on assert() in function with complex(?) template argument
  2010-01-15 13:38 [Bug c++/42758] New: ICE on assert() in function with complex(?) template argument adl at gnu dot org
                   ` (9 preceding siblings ...)
  2010-01-29 14:31 ` dodji at gcc dot gnu dot org
@ 2010-01-29 16:08 ` dodji at gcc dot gnu dot org
  2010-02-07  4:49 ` hjl at gcc dot gnu dot org
  11 siblings, 0 replies; 13+ messages in thread
From: dodji at gcc dot gnu dot org @ 2010-01-29 16:08 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from dodji at gcc dot gnu dot org  2010-01-29 16:08 -------
Fixed in 4.5 (trunk)


-- 

dodji at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


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


^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Bug c++/42758] [4.5 Regression] ICE on assert() in function with complex(?) template argument
  2010-01-15 13:38 [Bug c++/42758] New: ICE on assert() in function with complex(?) template argument adl at gnu dot org
                   ` (10 preceding siblings ...)
  2010-01-29 16:08 ` dodji at gcc dot gnu dot org
@ 2010-02-07  4:49 ` hjl at gcc dot gnu dot org
  11 siblings, 0 replies; 13+ messages in thread
From: hjl at gcc dot gnu dot org @ 2010-02-07  4:49 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from hjl at gcc dot gnu dot org  2010-02-07 04:43 -------
Subject: Bug 42758

Author: hjl
Date: Sun Feb  7 04:41:22 2010
New Revision: 156562

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=156562
Log:
Backport testcases from mainline to 4.4.

2010-02-06  H.J. Lu  <hongjiu.lu@intel.com>

        Backport from mainline:
        2010-02-05  Dodji Seketeli  <dodji@redhat.com>

        PR c++/42915
        * g++.dg/other/crash-9.C: New test.

        2010-02-03  Jason Merrill  <jason@redhat.com>

        PR c++/40138
        * g++.dg/ext/builtin11.C: New.

        2010-02-03  Richard Guenther  <rguenther@suse.de>

        PR tree-optimization/42944
        * gcc.dg/errno-1.c: New testcase.

        2010-02-03  Richard Guenther  <rguenther@suse.de>

        PR middle-end/42927
        * gcc.c-torture/compile/pr42927.c: New testcase.

        2010-01-29  Dodji Seketeli  <dodji@redhat.com>

        PR c++/42758
        PR c++/42634
        PR c++/42336
        PR c++/42797
        PR c++/42880
        * g++.dg/other/crash-5.C: New test.
        * g++.dg/other/crash-7.C: New test.
        * g++.dg/other/crash-8.C: New test.

        2010-01-28  Uros Bizjak  <ubizjak@gmail.com>

        PR target/42891
        * gcc.target/i386/pr42891.c: New test.

        2010-01-28  Richard Guenther  <rguenther@suse.de>

        PR middle-end/42883
        * g++.dg/torture/pr42883.C: New testcase.

        2010-01-28  Michael Matz  <matz@suse.de>

        * gcc.target/i386/pr42881.c: New test.

        2010-01-28  Dodji Seketeli  <dodji@redhat.com>

        PR c++/42713
        PR c++/42820
        * g++.dg/template/typedef27.C: New test case.
        * g++.dg/template/typedef28.C: New test case.

        2010-01-27  Jakub Jelinek  <jakub@redhat.com>

        PR middle-end/42874
        * gcc.dg/vla-22.c: New test.

        2010-01-26  Richard Guenther  <rguenther@suse.de>

        PR tree-optimization/42250
        * gcc.dg/pr42250.c: New testcase.

        2010-01-25  Tobias Burnus  <burnus@net-b.de>

        PR fortran/42858
        * gfortran.dg/generic_21.f90: New test.

        2010-01-21  Martin Jambor  <mjambor@suse.cz>

        PR tree-optimization/42585
        * gcc.dg/tree-ssa/pr42585.c: New test.

        2010-01-20  Alexandre Oliva  <aoliva@redhat.com>

        PR debug/42715
        * gcc.dg/pr42715.c: New.

        2010-01-20  Richard Guenther  <rguenther@suse.de>

        PR tree-optimization/42717
        * gcc.c-torture/compile/pr42717.c: New testcase.

        2010-01-19  Paul Thomas  <pault@gcc.gnu.org>

        PR fortran/42783
        * gfortran.dg/bounds_check_15.f90 : New test.

        2010-01-18  Dodji Seketeli  <dodji@redhat.com>

        PR c++/42766
        * g++.dg/conversion/op6.C: New test.

        2010-01-18  Richard Guenther  <rguenther@suse.de>

        PR tree-optimization/42781
        * gfortran.fortran-torture/compile/pr42781.f90: New testcase.

        2010-01-17  Richard Guenther  <rguenther@suse.de>

        PR middle-end/42248
        * gcc.c-torture/execute/pr42248.c: New testcase.

        2010-01-17  Janus Weil  <janus@gcc.gnu.org>

        PR fortran/42677
        * gfortran.dg/interface_assignment_5.f90: New test.

        2010-01-15  Richard Guenther  <rguenther@suse.de>

        PR middle-end/42739
        * g++.dg/torture/pr42739.C: New testcase.

        2010-01-14 Jerry DeLisle <jvdelisle@gcc.gnu.org>

        PR fortran/42684
        * gfortran.dg/interface_31.f90: New test.

        2010-01-14  Martin Jambor  <mjambor@suse.cz>

        PR tree-optimization/42706
        * gcc.dg/ipa/pr42706.c: New testcase.

        2010-01-14  Martin Jambor  <mjambor@suse.cz>

        PR tree-optimization/42714
        * g++.dg/torture/pr42714.C: New test.

        2010-01-14  Alexander Monakov  <amonakov@ispras.ru>

        PR rtl-optimization/42388
        * gcc.dg/pr42388.c: New.

        2010-01-14  Alexander Monakov <amonakov@ispras.ru>

        PR rtl-optimization/42294
        * gfortran.dg/pr42294.f: New.

        2010-01-14  Ira Rosen  <irar@il.ibm.com>

        PR tree-optimization/42709
        * gcc.dg/vect/pr42709.c: New test.

        2010-01-13  Richard Guenther  <rguenther@suse.de>

        PR tree-optimization/42730
        * gcc.c-torture/compile/pr42730.c: New testcase.

        2010-01-13  Martin Jambor  <mjambor@suse.cz>

        PR tree-optimization/42704
        * g++.dg/torture/pr42704.C: New test.

        2010-01-13  Martin Jambor  <mjambor@suse.cz>

        PR tree-optimization/42703
        * gcc.c-torture/compile/pr42703.c: New test.

        2010-01-13  Richard Guenther  <rguenther@suse.de>

        PR tree-optimization/42705
        * gcc.c-torture/compile/pr42705.c: New testcase.

        2010-01-13  Richard Guenther  <rguenther@suse.de>

        PR middle-end/42716
        * gcc.c-torture/compile/pr42716.c: New testcase.

        2010-01-12  Joseph Myers  <joseph@codesourcery.com>

        PR c/42708
        * gcc.c-torture/compile/pr42708-1.c: New test.

        2010-01-09  Alexandre Oliva  <aoliva@redhat.com>

        PR middle-end/42363
        * gcc.dg/torture/pr42363.c: New.

        2010-01-09  Alexandre Oliva  <aoliva@redhat.com>

        PR debug/42604
        PR debug/42395
        * gcc.dg/vect/pr42604.c: New.
        * gcc.dg/vect/pr42395.c: New.

        2010-01-09  Richard Guenther  <rguenther@suse.de>

        PR middle-end/42512
        * gcc.c-torture/execute/pr42512.c: New testcase.

Added:
    branches/gcc-4_4-branch/gcc/testsuite/g++.dg/conversion/op6.C
      - copied unchanged from r156561,
trunk/gcc/testsuite/g++.dg/conversion/op6.C
    branches/gcc-4_4-branch/gcc/testsuite/g++.dg/ext/builtin11.C
      - copied unchanged from r156561,
trunk/gcc/testsuite/g++.dg/ext/builtin11.C
    branches/gcc-4_4-branch/gcc/testsuite/g++.dg/other/crash-5.C
      - copied unchanged from r156561,
trunk/gcc/testsuite/g++.dg/other/crash-5.C
    branches/gcc-4_4-branch/gcc/testsuite/g++.dg/other/crash-7.C
      - copied unchanged from r156561,
trunk/gcc/testsuite/g++.dg/other/crash-7.C
    branches/gcc-4_4-branch/gcc/testsuite/g++.dg/other/crash-8.C
      - copied unchanged from r156561,
trunk/gcc/testsuite/g++.dg/other/crash-8.C
    branches/gcc-4_4-branch/gcc/testsuite/g++.dg/other/crash-9.C
      - copied unchanged from r156561,
trunk/gcc/testsuite/g++.dg/other/crash-9.C
    branches/gcc-4_4-branch/gcc/testsuite/g++.dg/template/typedef27.C
      - copied unchanged from r156561,
trunk/gcc/testsuite/g++.dg/template/typedef27.C
    branches/gcc-4_4-branch/gcc/testsuite/g++.dg/template/typedef28.C
      - copied unchanged from r156561,
trunk/gcc/testsuite/g++.dg/template/typedef28.C
    branches/gcc-4_4-branch/gcc/testsuite/g++.dg/torture/pr42704.C
      - copied unchanged from r156561,
trunk/gcc/testsuite/g++.dg/torture/pr42704.C
    branches/gcc-4_4-branch/gcc/testsuite/g++.dg/torture/pr42714.C
      - copied unchanged from r156561,
trunk/gcc/testsuite/g++.dg/torture/pr42714.C
    branches/gcc-4_4-branch/gcc/testsuite/g++.dg/torture/pr42739.C
      - copied unchanged from r156561,
trunk/gcc/testsuite/g++.dg/torture/pr42739.C
    branches/gcc-4_4-branch/gcc/testsuite/g++.dg/torture/pr42883.C
      - copied unchanged from r156561,
trunk/gcc/testsuite/g++.dg/torture/pr42883.C
    branches/gcc-4_4-branch/gcc/testsuite/gcc.c-torture/compile/pr42703.c
      - copied unchanged from r156561,
trunk/gcc/testsuite/gcc.c-torture/compile/pr42703.c
    branches/gcc-4_4-branch/gcc/testsuite/gcc.c-torture/compile/pr42705.c
      - copied unchanged from r156561,
trunk/gcc/testsuite/gcc.c-torture/compile/pr42705.c
    branches/gcc-4_4-branch/gcc/testsuite/gcc.c-torture/compile/pr42708-1.c
      - copied unchanged from r156561,
trunk/gcc/testsuite/gcc.c-torture/compile/pr42708-1.c
    branches/gcc-4_4-branch/gcc/testsuite/gcc.c-torture/compile/pr42716.c
      - copied unchanged from r156561,
trunk/gcc/testsuite/gcc.c-torture/compile/pr42716.c
    branches/gcc-4_4-branch/gcc/testsuite/gcc.c-torture/compile/pr42717.c
      - copied unchanged from r156561,
trunk/gcc/testsuite/gcc.c-torture/compile/pr42717.c
    branches/gcc-4_4-branch/gcc/testsuite/gcc.c-torture/compile/pr42730.c
      - copied unchanged from r156561,
trunk/gcc/testsuite/gcc.c-torture/compile/pr42730.c
    branches/gcc-4_4-branch/gcc/testsuite/gcc.c-torture/compile/pr42927.c
      - copied unchanged from r156561,
trunk/gcc/testsuite/gcc.c-torture/compile/pr42927.c
    branches/gcc-4_4-branch/gcc/testsuite/gcc.c-torture/execute/pr42248.c
      - copied unchanged from r156561,
trunk/gcc/testsuite/gcc.c-torture/execute/pr42248.c
    branches/gcc-4_4-branch/gcc/testsuite/gcc.c-torture/execute/pr42512.c
      - copied unchanged from r156561,
trunk/gcc/testsuite/gcc.c-torture/execute/pr42512.c
    branches/gcc-4_4-branch/gcc/testsuite/gcc.dg/errno-1.c
      - copied unchanged from r156561, trunk/gcc/testsuite/gcc.dg/errno-1.c
    branches/gcc-4_4-branch/gcc/testsuite/gcc.dg/ipa/pr42706.c
      - copied unchanged from r156561, trunk/gcc/testsuite/gcc.dg/ipa/pr42706.c
    branches/gcc-4_4-branch/gcc/testsuite/gcc.dg/pr42250.c
      - copied unchanged from r156561, trunk/gcc/testsuite/gcc.dg/pr42250.c
    branches/gcc-4_4-branch/gcc/testsuite/gcc.dg/pr42388.c
      - copied unchanged from r156561, trunk/gcc/testsuite/gcc.dg/pr42388.c
    branches/gcc-4_4-branch/gcc/testsuite/gcc.dg/pr42715.c
      - copied unchanged from r156561, trunk/gcc/testsuite/gcc.dg/pr42715.c
    branches/gcc-4_4-branch/gcc/testsuite/gcc.dg/torture/pr42363.c
      - copied unchanged from r156561,
trunk/gcc/testsuite/gcc.dg/torture/pr42363.c
    branches/gcc-4_4-branch/gcc/testsuite/gcc.dg/tree-ssa/pr42585.c
      - copied unchanged from r156561,
trunk/gcc/testsuite/gcc.dg/tree-ssa/pr42585.c
    branches/gcc-4_4-branch/gcc/testsuite/gcc.dg/vect/pr42395.c
      - copied unchanged from r156561,
trunk/gcc/testsuite/gcc.dg/vect/pr42395.c
    branches/gcc-4_4-branch/gcc/testsuite/gcc.dg/vect/pr42604.c
      - copied unchanged from r156561,
trunk/gcc/testsuite/gcc.dg/vect/pr42604.c
    branches/gcc-4_4-branch/gcc/testsuite/gcc.dg/vect/pr42709.c
      - copied unchanged from r156561,
trunk/gcc/testsuite/gcc.dg/vect/pr42709.c
    branches/gcc-4_4-branch/gcc/testsuite/gcc.dg/vla-22.c
      - copied unchanged from r156561, trunk/gcc/testsuite/gcc.dg/vla-22.c
    branches/gcc-4_4-branch/gcc/testsuite/gcc.target/i386/pr42881.c
      - copied unchanged from r156561,
trunk/gcc/testsuite/gcc.target/i386/pr42881.c
    branches/gcc-4_4-branch/gcc/testsuite/gcc.target/i386/pr42891.c
      - copied unchanged from r156561,
trunk/gcc/testsuite/gcc.target/i386/pr42891.c
    branches/gcc-4_4-branch/gcc/testsuite/gfortran.dg/bounds_check_15.f90
      - copied unchanged from r156561,
trunk/gcc/testsuite/gfortran.dg/bounds_check_15.f90
    branches/gcc-4_4-branch/gcc/testsuite/gfortran.dg/generic_21.f90
      - copied unchanged from r156561,
trunk/gcc/testsuite/gfortran.dg/generic_21.f90
    branches/gcc-4_4-branch/gcc/testsuite/gfortran.dg/interface_31.f90
      - copied unchanged from r156561,
trunk/gcc/testsuite/gfortran.dg/interface_31.f90
   
branches/gcc-4_4-branch/gcc/testsuite/gfortran.dg/interface_assignment_5.f90
      - copied unchanged from r156561,
trunk/gcc/testsuite/gfortran.dg/interface_assignment_5.f90
    branches/gcc-4_4-branch/gcc/testsuite/gfortran.dg/pr42294.f
      - copied unchanged from r156561,
trunk/gcc/testsuite/gfortran.dg/pr42294.f
   
branches/gcc-4_4-branch/gcc/testsuite/gfortran.fortran-torture/compile/pr42781.f90
      - copied unchanged from r156561,
trunk/gcc/testsuite/gfortran.fortran-torture/compile/pr42781.f90
Modified:
    branches/gcc-4_4-branch/gcc/testsuite/ChangeLog


-- 


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


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2010-02-07  4:46 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-01-15 13:38 [Bug c++/42758] New: ICE on assert() in function with complex(?) template argument adl at gnu dot org
2010-01-15 13:40 ` [Bug c++/42758] " adl at gnu dot org
2010-01-15 14:07 ` paolo dot carlini at oracle dot com
2010-01-15 15:06 ` matz at gcc dot gnu dot org
2010-01-15 15:19 ` [Bug c++/42758] [4.5 Regression] " paolo dot carlini at oracle dot com
2010-01-15 15:21 ` rguenth at gcc dot gnu dot org
2010-01-15 18:57 ` hjl dot tools at gmail dot com
2010-01-17 17:02 ` rguenth at gcc dot gnu dot org
2010-01-18 16:11 ` dodji at gcc dot gnu dot org
2010-01-28  8:38 ` dodji at gcc dot gnu dot org
2010-01-29 14:31 ` dodji at gcc dot gnu dot org
2010-01-29 16:08 ` dodji at gcc dot gnu dot org
2010-02-07  4:49 ` hjl at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).