This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: c/8960: [3.2/3.3 regression] Segfault with __attribute__ ((mode(...))) in start_function:5702


> Ooops. One shouldn't change test cases in the very last minute :-(
> 
> __attribute__ ((mode (TI))) int f (void) { }
> 
> (note TI instead of SI) indead crashes on 3.2/3.3 as described and
> issues an error with 2.95.3 on sparc:
> 
> 7227-2.c:2: no data type for mode `TI'
> 
> However, this testcase results in an error with all gcc Versions on i386.

Right. No crash on x86, but regression on sparc. And crash on x86 with all 
versions and old testcase. Not better, anyway.

Danke
W.

-------------------------------------------------------------------------
Wolfgang Bangerth              email:           bangerth@ticam.utexas.edu
                               www: http://www.ticam.utexas.edu/~bangerth



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]