[Bug 442271] Re: [Karmic] g++ hangs when trying to compile file

Matthias Klose doko at ubuntu.com
Wed Jun 11 12:33:16 UTC 2014


fixed in GCC 4.8 in trusty

** Changed in: gcc-defaults (Ubuntu)
       Status: Triaged => Fix Released

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

Title:
  [Karmic] g++ hangs when trying to compile file

Status in gcc-defaults:
  Fix Released
Status in “gcc-defaults” package in Ubuntu:
  Fix Released

Bug description:
  g++ began to hang after I added the following code (I had been
  experimented with initialization):

  const char * temp[] = {"607", "612", 0};
  	
  	SomeType vals[] =
  	{
  		{
  			values : temp,
  			operator_type : IBD_Equal
  		},
  		0
  	};

  where SomeType:

  struct SomeType
  {
  	char * values[];
  	SomeEnumType e;
  };

  the same things with, for example:

  	SomeType vals[] =
  	{
  		{
  			values : "text",
  			e : SomeEnuValue
  		},
  		0
  	};

  ProblemType: Bug
  Architecture: i386
  Date: Sun Oct  4 17:48:19 2009
  DistroRelease: Ubuntu 9.10
  Package: g++ 4:4.4.1-1ubuntu2
  ProcEnviron:
   PATH=(custom, user)
   LANG=ru_RU.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.31-11.36-generic
  SourcePackage: gcc-defaults
  Uname: Linux 2.6.31-11-generic i686

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



More information about the foundations-bugs mailing list